Root cause and proximate cause are two different points in the same chain of events: the proximate cause is the last event immediately before an outcome, while the root cause is the earlier point where an intervention would actually have prevented it.
The idea
Every outcome can be traced back through a chain of contributing events. The proximate cause sits closest to the outcome — it’s the most visible, easiest explanation, and often the first thing named. The root cause sits further back in the chain, at the underlying condition that, if changed, would have stopped not just this instance of the problem but its whole class. Confusing the two produces fixes that treat the same problem repeatedly.
When to use it
- Incident reviews and postmortems, to avoid closing on the easy but insufficient explanation
- Any recurring problem, to check whether previous fixes only addressed the proximate cause
- Assigning responsibility fairly, since the proximate actor is not always where the real leverage sits
How to apply it
- Identify the proximate cause first — the immediate trigger.
- Keep asking why that trigger was possible, moving one step further back each time.
- Stop when you reach a point where a change would prevent the whole class of problem, not just this one instance.
- Fix the root cause, but don’t ignore the proximate one if it also needs immediate remediation.
Watch out for
- Stopping at the proximate cause because it’s simpler to communicate and assign blame to
- Assuming every chain has exactly one root cause when several factors may combine
- Digging so far back that the “root cause” becomes too abstract to act on
Related models
- Root Cause Analysis — the structured process for finding the root cause.
- Indentify Root Causes — the general principle behind this distinction.
- Multiple Causation — root causes are often plural, not singular.
Sources
Root-cause versus proximate-cause is standard terminology in incident-review and quality-management practice, including the “5 Whys” technique within the Toyota Production System.