D8A Academy © Portfolio Platform
Build · Validate · Get Hired
Free introLeaderboardBlogCheatsheetsCommunity
Sign inGet started
← All cheatsheets
Business Analyst·#012·July 24, 2026·2 min read

The 5 Whys: root-cause analysis that actually works

The cheapest root-cause tool there is: a worked example, the rules that keep it honest, and the trap that ruins it.

Get the free PDF

One page, print-ready, free to share. No signup needed.

Download the PDF

The 5 Whys is the cheapest root-cause tool there is: no software, no workshop, just the discipline of asking why until you hit something fixable. The trick is knowing what counts as a stopping point.

A worked chain

The dashboard shows wrong revenue. Ask why until you hit process:

  1. WHY 1: Numbers wrong? Duplicate rows in the sales table.
  2. WHY 2: Duplicates? The import job ran twice.
  3. WHY 3: Ran twice? A retry fired after a timeout.
  4. WHY 4: No guard? The job is not idempotent.
  5. WHY 5: Why not? There is no standard for pipeline jobs.

Five levels down, "the dashboard is wrong" became "we need a pipeline standard". That is the tool working: the symptom was data, the root cause was process.

The rules

  • Stop at process, never at a person. "Human error" is a dead end.
  • Verify each hop. Check the data before asking the next why; a guessed answer poisons the whole chain.
  • Branch if needed. Two plausible causes? Follow both chains.
  • Five is a guide. Stop when the answer is something you can fix.

The trap: stopping at a person

"Marc forgot to check" is where the analysis starts, not where it ends. "Be more careful" has never fixed anything.

Keep asking: why COULD he forget? No checklist, no alert, no validation step. The good ending is a system change that survives Marc's vacation.

Blameless analysis is not about being nice. Blame just ends the chain five whys too early.

5 Whys or fishbone?

5 WhysFishbone
One symptom, one chainMessy multi-cause problems
Minutes, in any meetingA workshop with the team
Linear cause suspectedBuckets: people, process, tools
Depth over coverageCoverage over depth

Chain for depth, fishbone for breadth. Most incidents deserve the chain first; reach for the fishbone when the chain keeps branching.

Frequently asked questions

Does it have to be exactly five whys?
No. Five is a guide, not a rule. Stop when the answer is something you can actually fix at the process level; sometimes that is three whys, sometimes seven.
What is the difference between 5 Whys and a fishbone diagram?
5 Whys digs one chain deep from a single symptom and takes minutes. A fishbone (Ishikawa) diagram maps many possible causes across categories like people, process and tools, and works best as a team workshop. Chain for depth, fishbone for breadth.
How do I run a 5 Whys session?
Start from one precise symptom, ask why it happened, verify each answer with data before asking the next why, branch if two causes are both plausible, and stop at a process-level cause with an owner and an action.
When does the 5 Whys method fail?
When answers are guesses instead of verified facts, when the chain stops at a person instead of a process, or when the problem genuinely has many interacting causes, which is fishbone territory.

Get the free PDF

One page, print-ready, free to share. No signup needed.

Download the PDF

More cheatsheets