methodatlas
RunsheetOperations

5 Whys

ComplexityLow
Time15-30 min
Participants2-6
FormatWorkshop
MaturityCanonical
01

Prerequisite

What needs to be finished first

Complete firstIncident timelinenot in catalog

A chronological sequence of events with timestamps is available, at least from the first symptom to stabilization.

Without: Without a timeline, the group speculates about the order and produces causes that do not fit the symptom in time.
Complete firstBlameless Postmortem

An established postmortem setting exists or is used in the same session, so psychological safety is the norm.

Without: Without this norm, the chain slips into blame instead of systemic causes after two Whys.
02

Preparation

What needs to be ready before start

Materials

Whiteboard or Miro board with a vertical chain of six boxes (Problem + 5 Whys); pen; timer; link to the triggering ticket or incident report.

People / roles

One facilitator who guides the chain and asks neutral follow-up questions; two to five people with direct system contact (at least one engineer, one operator); a scribe who writes down every answer verbatim.

Pre-read

A concrete problem as one sentence with date and impact; incident ID or ticket link; relevant logs or graphs from the last 24 hours; known workarounds.

Time needed

15-30 min

Setup

Write the problem sentence in the first box at the top. Five empty boxes vertically below it. Timer set to 20 min. Rule: no names, only mechanisms. Each answer becomes the starting point for the next Why question.

03

Core question

The one question this method answers

Which controllable cause behind the symptom can the team fix with a concrete countermeasure?

04

Flow

Marker: Minute

StepDurationActionHint
10-2 min
2 minFormulate the problem as an observable symptom: what, when, how often, and what effect. No guesses about causes.If the sentence already contains a cause ('because X was broken'), rewrite it. Otherwise the chain starts too late.
22-15 min
13 minBuild the Why chain: one Why question and one answer per box, consistently focused on mechanisms instead of people. After each Why, check whether the answer can be supported by logs or data.By the third Why at the latest, the answer should become technical or process-related. If it stays at the behavioral level, data access or system knowledge is missing.
315-22 min
7 minCheck the stop criterion: Is the lowest answer changeable by the team itself? If not, go back one Why or branch the path.A chain often ends too early at 'the service is old.' That is not a controllable cause; either continue or open a second chain in parallel.
422-30 min
8 minNote one to three concrete countermeasures, each with owner and target date. The countermeasure must address the identified cause, not the symptom.If the countermeasure is 'improve monitoring', it is a detection measure, not a cause fix. Note both and keep them separate.
05

Artifact

What comes out at the end

Form

Markdown or wiki entry in the incident directory with the problem sentence, numbered Why chain (question and answer per step), identified root cause, and list of countermeasures with owner and date.

Versioning / ownership

Date, incident ID, and decider in the header. Add later corrections as an edit log at the end, do not overwrite. With new insights, set status to `revised` and keep the original chain.

Tool alternatives
  • Markdown in the repo under docs/incidents/
  • Confluence page in the postmortem space
  • Miro board with snapshot export
  • Linear or Jira issue with the Why chain in the body

5-whys-working-template.md

Compact working template for 5 Whys with context, input, output artifacts, and next step.

5 Whys Working Template

Goal

A simple technique for moving from symptoms to underlying causes.

Context

When and for what do we use this method?

Input

Which data, observations, decisions, or materials are available?

Execution

Short notes along the runsheet.

Output artifacts

  • Root Cause Notes:
  • Countermeasures:

Assumptions and open questions

  • ...

Decision / Next step

Owner, date, and success signal.

06

Example output

Concrete filled scenario, fictional example

5-whys-beispiel.md

Concrete filled scenario, fictional example

Problem

On 14.05.2026 between 09:12 and 09:47 UTC, the Order API returned HTTP 500 for about 8% of checkout requests.

Why chain

  1. Why 500s? The Order service threw a TimeoutException during database access.
  2. Why timeouts? The connection pool was exhausted (max 20, in use 20).
  3. Why exhausted? A new batch job kept 15 connections open for 8 min.
  4. Why so long? The job used the same pool as online traffic without a separate quota.
  5. Why no pool split? The code review lacked a checklist for batch workloads.

Countermeasures

  • Separate connection pool for batch (owner: @anna, by 21.05.).
  • Add batch-job checklist to CODEOWNERS review (owner: @ben, by 28.05.).
07

Pitfalls

Recognize symptoms and steer against them

Trap

Personification instead of mechanism

Symptom

Answers contain names or roles ('because X was not careful') instead of system behavior.

What to do

Rephrase the answer: what did the system do or fail to do that allowed the error? If a person is truly relevant, ask for the missing safety net in the process.

Trap

Stopped too early

Symptom

The final answer is a factual description ('that's just how it has always been') without a leverage point.

What to do

Go at least one Why further, or branch the chain. If no controllable cause appears after seven Whys, the method is unsuitable, so use A3 or a Causal Loop Diagram.

Trap

Data-free chain

Symptom

Answers sound plausible but are guesses without log evidence.

What to do

Ask for evidence for each answer (log excerpt, graph, config line). If none is available, mark the Why as an 'unverified assumption' and plan a follow-up spike.

Trap

Linear chain for a branched cause

Symptom

Several independent paths lead to the symptom, but only one is followed.

What to do

Open a second Why chain in parallel when branching is likely. Run both to the stop criterion and combine the countermeasures at the end.

Trap

Countermeasure addresses the symptom

Symptom

The derived measure is monitoring, alerting, or a hotfix, not the cause in the chain.

What to do

Record detection and cause fix separately. For each identified root cause, define at least one measure that prevents recurrence, not just one that improves visibility.

Trap

Consensus instead of truth

Symptom

The group quickly agrees on one answer and dissenting voices fall silent.

What to do

The facilitator explicitly asks for alternative hypotheses per step. If there is disagreement, document both paths and decide with data.

08

Stop criteria

Done signals checkable in under a minute

No participant with direct system contact is present, and all answers are hearsay.
No logs, metrics, or configuration are available, so every answer stays an unverifiable guess.
The symptom is not reproducible or only happened once, so the causal chain cannot be checked.
The session slips into blame after two Whys and psychological safety is missing.
After 30 minutes no controllable cause has been reached, and the method is too lightweight for the case.
The problem has more than three independent cause paths, so a linear chain would mislead.

Finished the runsheet?

Go to the profile for purpose, similar methods, and sources or continue to the next method in the catalog.