Open an academic paper in Spanish — or a constitutional article, or a bureaucratic regulation — and you will quickly encounter sentences that seem to go on forever, clause nested inside clause, with que appearing three, four, even five times before you reach the main verb. These are not bad writing (usually). They are the product of recursive embedding: the syntactic property that allows a clause to contain another clause, which can contain another clause, which can contain yet another, without theoretical limit.
Every language allows recursion, but Spanish makes particularly heavy use of it in formal registers. The combination of flexible word order, abundant relative pronouns, and a rich subordination system means that academic and legal Spanish can produce sentences of extraordinary complexity. Reading them fluently — and producing them clearly — requires understanding how embedding works and developing strategies for parsing it.
What recursive embedding looks like
Chains of que clauses
The most common type of deep embedding is a chain of que clauses, each one subordinate to the one above it.
Dijo que creía que era posible que la propuesta fuera aprobada.
He said that he believed that it was possible that the proposal would be approved.
This sentence has four levels:
- Main clause: Dijo ("He said")
- First subordinate: que creía ("that he believed")
- Second subordinate: que era posible ("that it was possible")
- Third subordinate: que la propuesta fuera aprobada ("that the proposal would be approved")
Each que opens a new level of embedding. The reader must keep track of which verb governs which clause.
El informe concluyó que los datos sugerían que no existía evidencia suficiente de que el programa hubiera tenido impacto significativo.
The report concluded that the data suggested that there was not sufficient evidence that the program had had a significant impact.
Es necesario que el comité reconozca que la situación exige que se tomen medidas que garanticen la transparencia.
It is necessary that the committee recognize that the situation demands that measures be taken that guarantee transparency.
Recursive relative clauses
Relative clauses can nest inside each other, each modifying a noun in the clause above it.
El hombre que conoció a la mujer que vivía en la casa que construyó el arquitecto que ganó el premio.
The man who met the woman who lived in the house that the architect who won the prize built.
This is a "right-branching" structure: each relative clause attaches to the rightmost noun of the previous clause. Right-branching is relatively easy to process because each new clause simply extends the chain forward.
Los documentos que presentó el abogado que representaba a la empresa que había sido demandada por el organismo que fiscaliza las licitaciones.
The documents that the lawyer who represented the company that had been sued by the agency that oversees public tenders submitted.
Center-embedding: the hard one
Center-embedding occurs when a subordinate clause is inserted into the middle of its host clause, separating the subject from its verb. This is the type of embedding that causes the most processing difficulty.
El proyecto que el comité que el gobierno creó aprobó fue cancelado.
The project that the committee that the government created approved was canceled.
Let's parse this:
- Main clause: El proyecto ... fue cancelado ("The project was canceled")
- First embedding: que el comité ... aprobó ("that the committee approved")
- Second embedding: que el gobierno creó ("that the government created")
The subject el proyecto is separated from its verb fue cancelado by two full relative clauses. The reader must hold el proyecto in memory, process two subordinate clauses, and then reconnect to fue cancelado. This creates significant cognitive load.
La ley que los senadores que los ciudadanos eligieron redactaron no se aprobó.
The law that the senators whom the citizens elected drafted was not passed.
Center-embedding with more than two levels becomes nearly impossible to process even for native speakers:
?El gato que el perro que el niño que la mamá regañó perseguía asustó se escondió.
The cat that the dog that the child that the mother scolded chased scared hid.
This sentence is technically grammatical but functionally incomprehensible. No writer would produce it and no reader could parse it in real time. This illustrates an important point: syntactic recursion is unlimited in theory but limited in practice by human working memory.
Why Spanish allows more embedding than English
Several features of Spanish grammar make deep embedding more natural:
Flexible word order
Spanish allows the subject to appear after the verb, which means subordinate clauses can be rearranged to reduce center-embedding:
Fue cancelado el proyecto que aprobó el comité que creó el gobierno.
The project was canceled — the one that was approved by the committee that was created by the government.
By moving the subject after the verb at each level, the sentence becomes right-branching instead of center-embedded, dramatically improving readability.
Rich relative pronoun system
Spanish has multiple relative pronouns (que, quien, el cual, cuyo, donde, cuando), which help the reader identify clause boundaries and the grammatical role of the relative pronoun within its clause:
El autor, cuya obra fue publicada por la editorial a la cual se refirió el crítico que entrevistamos, asistirá a la feria.
The author, whose work was published by the publishing house to which the critic we interviewed referred, will attend the fair.
The different relative forms (cuya, a la cual, que) signal distinct grammatical roles, making it easier to track which clause modifies what.
The subjunctive as a clause-boundary marker
The subjunctive mood, because it appears only in subordinate clauses, acts as an implicit boundary marker. When you see a subjunctive verb, you know you are inside a subordinate clause, which helps with parsing:
Necesitamos que reconozcan que es urgente que se actúe antes de que sea demasiado tarde.
We need them to recognize that it is urgent that action be taken before it is too late.
The subjunctive forms (reconozcan, actúe, sea) confirm that these are subordinate clauses, not main assertions.
Long-distance dependencies
A long-distance dependency exists when a grammatical relationship spans multiple clause boundaries. The most common type in Spanish is a relative pronoun that is separated from its verb by intervening material.
Los fondos que el director general, a pesar de las objeciones que plantearon los miembros del consejo asesor, decidió asignar al programa nunca llegaron.
The funds that the director general, despite the objections raised by the members of the advisory board, decided to allocate to the program never arrived.
Here, que (referring to los fondos) is separated from decidió asignar by a long parenthetical. The reader must hold the antecedent los fondos in memory across the entire parenthetical before reaching the verb that resolves the dependency.
La propuesta que, según informaron fuentes cercanas al proceso, el ministerio habría considerado viable pero que, por razones aún no aclaradas, fue finalmente descartada.
The proposal that, according to sources close to the process, the ministry had reportedly considered viable but that, for reasons still not clarified, was ultimately discarded.
Tracking multiple que words
In complex sentences, multiple que words can refer to different antecedents and serve different grammatical functions. A key skill is distinguishing them:
| que type | Function | Example context |
|---|---|---|
| Relative que | Introduces a relative clause modifying a noun | El libro que leí... |
| Complementizer que | Introduces a complement clause after a verb | Dijo que vendría... |
| Comparative que | Part of a comparison | más grande que... |
| Causal que | Introduces a reason clause | Ven, que te necesito... |
When you see multiple que words in one sentence, identifying the type of each one is the first step toward parsing the structure.
Parsing strategies for complex sentences
1. Find the main verb first
Every sentence, no matter how complex, has one main verb. Everything else is subordinate to it. Scan for the verb that is not inside any que clause, relative clause, or subordinate conjunction.
El informe que prepararon los investigadores que el gobierno contrató demuestra que la situación es grave.
The report that the researchers that the government hired prepared demonstrates that the situation is serious.
Main verb: demuestra. Everything before it modifies the subject (el informe), and the que clause after it is the complement.
2. Identify clause boundaries
Every que, quien, donde, cuando, si, aunque, porque, para que, and similar word opens a new clause. Mark these boundaries mentally or physically.
3. Match each subordinate verb to its subject
Inside each clause, identify who does what. In que prepararon los investigadores, the subject is los investigadores and the verb is prepararon. In que el gobierno contrató, the subject is el gobierno and the verb is contrató.
4. Work from the inside out for center-embedding
For center-embedded sentences, find the innermost clause, resolve it, and substitute a simpler phrase. Then move outward:
- que el gobierno contrató → "hired by the government" → simplify to "government-hired"
- los investigadores que el gobierno contrató → "the government-hired researchers"
- el informe que [los investigadores que el gobierno contrató] prepararon → "the report prepared by the government-hired researchers"
- Full: "The report prepared by the government-hired researchers demonstrates that the situation is serious."
5. Use punctuation and discourse markers as guides
In well-written prose, commas, semicolons, and discourse markers (sin embargo, por lo tanto, es decir) signal clause boundaries and logical relationships. In poorly written prose (bureaucratic language), these signals may be absent — and that is precisely why it is hard to read.
Producing complex sentences clearly
Understanding embedding is not just about reading — it is also about writing and speaking. Here are principles for producing complex sentences without losing your reader:
Prefer right-branching over center-embedding. Move subjects before their relative clauses end, or restructure to avoid inserting long clauses between subject and verb.
Use varied relative pronouns. El cual, la cual, cuyo, donde, and quien are more informative than bare que because they carry gender, number, or case information that helps the reader parse the structure.
Break extremely long sentences into two. If a sentence has more than three levels of embedding, consider splitting it. Academic Spanish allows long sentences, but clarity is always a virtue.
Use parallel structure. When multiple subordinate clauses serve the same function, make them parallel in form: que reconozcan X, que acepten Y, y que actúen en consecuencia.
Common mistakes
1. Losing track of the main verb.
In a long sentence, the subordinate clauses can be so absorbing that you forget to look for the main assertion. Always find the main verb first. It is the sentence's backbone.
2. Misattributing a que clause.
In Dijo que el hombre que conoció era peligroso, the first que is a complementizer (completing dijo) and the second is a relative pronoun (modifying el hombre). Confusing them produces a misreading.
3. Trying to parse center-embedded sentences linearly.
You cannot read center-embedded sentences from left to right in one pass. They require backtracking: hold the beginning in memory, process the embedding, then return. Accepting this non-linear reading is part of C2 fluency.
4. Producing impenetrable center-embedding in your own writing.
Just because Spanish allows deep embedding does not mean you should use it freely. Even native readers struggle with more than two levels of center-embedding. Use right-branching, split sentences, or restructure with parenthetical dashes.
5. Assuming all complex sentences are well-written.
Legal and bureaucratic prose is often genuinely poorly structured, not merely complex. If a sentence is incomprehensible, it may be bad writing, not your failure to parse it. Professional translators and even lawyers frequently need to reread such sentences multiple times.
For how complex noun phrases are built, see the noun phrase pages. For how speakers manage (and break) complex syntax in real speech, see Anacoluthon, Syntax Breaks, and Conversational Repairs. For the interplay of tense and mood in nested clauses, see Sequence of Tenses.
Related Topics
- Complex Noun Phrases and Nominal ExpansionC1 — How Spanish builds heavy noun phrases — stacked prepositional modifiers, nominalized infinitives, and relative clause chains.
- Extraposition and Heavy NP ShiftC1 — How Spanish moves heavy constituents to the end of the sentence to maintain a natural information flow.
- Academic and Formal Written RegisterC1 — The linguistic features of academic Spanish — impersonal constructions, nominalization, hedging, and the rhetoric of scholarly writing.
- Anacoluthon, Syntax Breaks, and Conversational RepairsC2 — How native speakers break syntactic expectations in real speech — sentence restarts, blended constructions, and systematic 'errors'.