Indentify Root Causes

· 2 min · Quick read · Joost van der Laan

Identifying root causes means tracing a problem back to the underlying condition that produces it, instead of stopping at the most visible symptom.

The idea

Most problems present themselves through symptoms — the thing that’s obviously wrong. Fixing the symptom can make the problem disappear temporarily, but if the underlying cause is untouched, it tends to resurface in the same or a different form. A root cause is the point in the chain of events where an intervention would actually prevent the problem, as opposed to a proximate cause, which is simply the last event before the outcome. Treating symptoms without finding that point is why the same failure keeps returning under a slightly different name.

When to use it

How to apply it

  1. Describe the problem precisely, separating the symptom from your assumptions about its cause
  2. Ask “why” repeatedly (the “5 Whys” technique), following each answer back one more step
  3. Look for the point where a change would have prevented the problem, not just masked it
  4. Test the hypothesis before committing to a fix — a plausible root cause is not a confirmed one

Watch out for

Sources

The “5 Whys” technique, developed within the Toyota Production System.