Root Cause Analysis

· 2 min · Quick read · Joost van der Laan

Root cause analysis (RCA) is a structured process for tracing a problem back to the underlying cause that produced it, rather than stopping at the closest visible symptom.

The idea

RCA is a family of techniques — 5 Whys, fishbone/Ishikawa diagrams, fault tree analysis — that share the same goal: find the earliest point in a chain of events where an intervention would have prevented the problem, instead of only masking its immediate symptom. It’s typically applied after an incident, defect, or recurring failure, working backward from the observed effect toward its contributing causes.

When to use it

How to apply it

  1. Describe the problem precisely and gather the facts around it.
  2. Ask “why” repeatedly (5 Whys), or map contributing factors on a fishbone diagram grouped by category (people, process, equipment, and so on).
  3. Distinguish plausible causes from confirmed ones, testing before committing to a fix.
  4. Address the root cause, then verify the problem stops recurring.

Watch out for

Sources

The “5 Whys” technique, developed within the Toyota Production System; the Ishikawa (fishbone) diagram, developed by Kaoru Ishikawa.