Learn PLCs free
Programming Examples16 min read3,007 words

5 Whys Analysis: How to Find Root Cause (with Examples)

The 5 Whys explained — how the technique works, a step-by-step process, worked manufacturing examples, common pitfalls, and how it fits with other RCA tools.

PPI
PLC Programming IO Editorial Team
Sourced guidance with documented review and correction standards

The 5 Whys is a root cause analysis technique that repeatedly asks "Why?" — typically five times — to trace a visible problem backward through its chain of causes until the fundamental, systemic root cause is reached. Developed by Sakichi Toyoda and embedded in the Toyota Production System, it is the fastest way to move a team from "the machine stopped" to "here is what we must permanently fix."

A complete 5 Whys analysis produces three outputs: a verified root cause, a corrective action that eliminates that root cause, and a preventive action that stops similar causes from arising elsewhere. Without all three, the exercise is incomplete.

5 Whys root cause analysis causal chain from visible problem through five why iterations to root cause and corrective action Each "Why?" answer becomes the subject of the next question, forming a vertical causal chain that descends from the observable symptom at the top to the systemic root cause at the bottom, where a permanent countermeasure is applied. PROBLEM (Observable Symptom) Conveyor C-07 tripped on overcurrent fault Why 1: Motor overheated Running at elevated current for 90 min before trip Why 2: Bearing seized — increased drag Tail-pulley bearing locked, load on motor rose Why 3: Grease nipple blocked Bearing housing showed no lubrication on inspection Why 4: Lube interval not updated after speed change PM schedule unchanged when conveyor speed was increased ROOT CAUSE: MOC process does not trigger PM schedule review Ask "Why?" each level
5 Whys causal chain: each answer becomes the next question until a systemic root cause — one the organization can permanently change — is reached.

What the 5 Whys Is

The 5 Whys is a causal interrogation method — not a brainstorming session, not a blame exercise, and not a checklist. Each answer to "Why?" becomes the subject of the next question, forming a single chain of cause and effect that terminates at a root cause: a systemic condition that, if corrected, prevents the original problem from recurring.

The number five is a rule of thumb, not a law. Some problems resolve in three iterations; others require seven. What matters is reaching a cause that is actionable and systemic — something the organization can change — rather than stopping at a symptom ("the bearing failed") or an individual ("the operator didn't check the level").

The technique sits within the broader discipline of root cause analysis. It is the simplest RCA tool available and the appropriate starting point for the majority of equipment faults, quality escapes, and process deviations encountered in day-to-day manufacturing and automation environments.


How It Works

The mechanism is straightforward: state the problem precisely, then ask "Why did this happen?" Write the answer. Ask "Why did that happen?" Write the answer. Continue until you reach a cause that:

  1. Is under organizational control — a policy, procedure, standard, maintenance practice, or design decision that can be changed.
  2. Explains the full chain above it — removing this cause would have prevented every link in the chain.
  3. Does not have a useful further "Why?" — the next answer would be outside the organization's sphere of influence, or would lead to a different problem entirely.

A well-formed chain reads naturally from bottom to top: Because [root cause] → [cause n] → ... → [cause 1] → [problem].


Step by Step: How to Do a 5 Whys Analysis

Step 1 — State the problem precisely

Vague problem statements produce vague causes. Describe the observable failure in specific, factual terms: what happened, when, where, and to what extent. Avoid embedding causes or judgments in the problem statement.

Weak: "The line keeps going down." Strong: "Conveyor C-07 tripped on overcurrent fault at 14:23 on 2026-06-16, causing a 47-minute unplanned stoppage."

Step 2 — Assemble the right people

Include operators, maintenance technicians, and the process or controls engineer who knows the system. Frontline knowledge is essential — the people closest to the failure hold evidence that does not appear in any report.

Step 3 — Ask "Why?" and record each answer as a factual statement

Base each answer on evidence: inspection findings, sensor logs, maintenance records, PLC fault buffers. Avoid assumption. If you do not know the answer yet, that is a data-collection action before proceeding.

Step 4 — Test the chain

Read the chain back from root cause to problem using "therefore" logic. If any link does not hold — if the cause listed does not reliably produce the effect above it — the chain has an error and must be corrected.

Step 5 — Identify the root cause and assign countermeasures

The last verified cause is the root cause. Define a corrective action (what will be done to fix this root cause permanently) and a preventive action (what will be done to prevent the same root cause from appearing in related systems or processes). Assign an owner and a target date for each.

5 Whys six-step process flow: state problem, assemble team, ask why with evidence, test the chain, assign countermeasures, verify effectiveness Horizontal process flow showing the six steps of a complete 5 Whys analysis from precise problem statement through evidence-based questioning to countermeasure verification. Step 1 State the problem precisely, factually Step 2 Assemble the right people with direct knowledge Step 3 Ask "Why?" record answer from evidence, not assumption Step 4 Test the causal chain read bottom-up with "therefore" Step 5 Assign corrective + preventive actions, owner Step 6 Verify effectiveness 30–90 days post-implement Common pitfalls to avoid Stopping at a symptom | Blaming a person not a system | Using assumption not evidence | No verification step 5 Whys Six-Step Process for Root Cause Analysis
The 5 Whys process in six steps: each answer must be supported by physical evidence, and countermeasure effectiveness must be verified 30–90 days after implementation.

Step 6 — Verify effectiveness

After the countermeasure is implemented, confirm the problem has not recurred. If it recurs, the root cause identification was incomplete and the analysis must be restarted with the new evidence.


A Worked Manufacturing Example

Problem statement: Production line 4 stopped at 06:47 on 2026-06-15. Root cause analysis required.

# Why? Answer (evidence)
1 Why did the line stop? The conveyor motor tripped on thermal overload.
2 Why did the motor overheat? It was running at elevated current for approximately 90 minutes before the trip.
3 Why was current elevated? A bearing in the tail-pulley assembly had seized, increasing drag on the belt.
4 Why had the bearing seized? The bearing housing showed no evidence of lubrication — the grease nipple was blocked with hardened grease.
5 Why was the grease nipple blocked? The lubrication frequency in the preventive maintenance schedule had not been updated when the conveyor speed was increased six months prior; higher speed requires more frequent lubrication.

Root cause: The PM schedule was not reviewed after an operational change (speed increase), leaving the lubrication interval misaligned with actual wear rate.

5 Whys versus fishbone diagram versus fault tree analysis comparison showing which root cause analysis tool to use for different failure scenarios Side-by-side comparison of three root cause analysis methods — 5 Whys, fishbone Ishikawa diagram, and fault tree analysis — showing best-fit scenarios, time required, and output type. 5 Whys Best for: single dominant cause chain Team: frontline operators + engineers Time: 30–60 min for known failure Output: causal chain + countermeasure Data: PLC fault log, maintenance records Start here for most equipment faults Fishbone (Ishikawa) Best for: multiple possible cause categories Team: cross-functional brainstorm Time: 1–3 hours hypothesis generation Output: structured hypothesis map Data: 6M categories (Man/Method/Machine…) Use when cause category is unknown Fault Tree Analysis Best for: complex multi-path failures Team: safety engineer + subject experts Time: days–weeks for complex systems Output: logic tree + failure probability Data: FMEA, reliability data, SIL targets Use for safety-critical system design Choosing the Right Root Cause Analysis Tool
5 Whys, fishbone, and fault tree compared: start with 5 Whys for most equipment faults, escalate to fishbone when cause category is unknown, and use fault tree analysis for safety-critical multi-path failures.

Corrective action: Clear and re-grease all tail-pulley bearings on Line 4. Implement a maintenance engineering sign-off step whenever conveyor speed parameters are changed.

Preventive action: Audit PM schedules for all conveyors against current operating parameters. Add "PM schedule review" to the management-of-change (MOC) checklist.


A Worked Automation Example Using PLC Fault Data

One of the most powerful applications of the 5 Whys in modern manufacturing is using PLC diagnostic data as evidence at each step. The fault buffer, alarm history, and I/O status logs in a PLC provide a timestamped, objective record that replaces speculation with fact.

Problem statement: Packaging line 2 declared a safety stop (E-stop category 1) at 22:14 on 2026-06-14, causing a 2-hour stoppage and product loss.

# Why? Answer (PLC/SCADA evidence)
1 Why did the safety stop trigger? PLC fault buffer shows Safety Input SI-04 (guarding door switch, Station 6) opened at 22:14:03.
2 Why did the door switch open mid-cycle? Alarm history shows SI-04 had 14 momentary open events in the prior 8 hours — not logged as faults because each reset within 200 ms. Maintenance call-out was not triggered.
3 Why was SI-04 intermittent? Physical inspection of Station 6 door shows the switch actuator bracket had cracked. The door was vibrating enough to cause intermittent contact loss, but not enough to hold the switch open until 22:14.
4 Why had the bracket cracked? The bracket is a mild-steel fabrication. A design review note from 2024 recommended upgrading to stainless at next planned overhaul; the overhaul was deferred twice and the upgrade was never completed.
5 Why was the deferred maintenance not tracked to completion? The corrective action was recorded in a paper maintenance log rather than the CMMS. When the overhaul was rescheduled, the paper log item was not transferred; it was effectively lost.

Root cause: Corrective actions arising from engineering design reviews are not captured in the CMMS, so they are lost when physical logs are not transferred during schedule changes.

Corrective action: Replace bracket on Station 6 with stainless-steel design. Enter all open design-review corrective actions into the CMMS immediately.

Preventive action: Mandate that all engineering review action items are logged in the CMMS at the time of creation, with a review gate that prevents closure of a design review record until all actions are tracked. Update the PLC troubleshooting procedure to flag recurring momentary faults (more than five resets in four hours) as a maintenance work order trigger.

This example illustrates why PLC fault data is so valuable in the 5 Whys process. Without the alarm history showing 14 prior events, the team would have investigated only the final trip — likely concluding the switch simply failed — and missed the deferred maintenance chain entirely.


When 5 Whys Is Enough vs. When to Use Fishbone or Fault Tree

The 5 Whys is the right tool when:

  • The problem has a single dominant cause chain — one sequence of events explains the failure.
  • The team has direct knowledge of the system — they can answer each "Why?" from evidence rather than theory.
  • Speed matters — a team can complete a solid 5 Whys in 30 to 60 minutes for a well-understood failure.
  • The problem is operational in nature — equipment failures, quality deviations, process upsets.

Use a fishbone diagram (Ishikawa diagram) when:

  • The problem has multiple potential cause categories that need to be explored simultaneously (machine, method, material, man, measurement, environment).
  • The team needs a structured brainstorming framework to ensure no category of cause is overlooked.
  • You want to generate hypotheses before narrowing to a root cause via evidence.

Use a fault tree analysis (FTA) when:

  • The failure involves complex system interactions where multiple independent faults must coincide to produce the top event.
  • Safety-critical systems are involved and formal quantitative probability analysis is required.
  • The problem is a designed system being evaluated proactively (before failure), not reactively.
  • Regulators or customers require a documented, logical deductive analysis.

In practice, these tools complement each other. A fishbone generates candidates; the 5 Whys drills into the most likely candidate; FTA validates complex interactions for high-consequence failure modes. For a full comparison of methods, see the root cause analysis guide.


Common Pitfalls

Stopping at a symptom, not a root cause

The most frequent error is accepting an intermediate cause as the final answer. "The bearing failed" is a symptom. "The lubrication schedule was not updated after an operational change" is a root cause. The test: can the organization change something to prevent this cause from occurring? If the answer is "no, bearings just fail," the analysis has not gone far enough.

Single-path bias

The 5 Whys naturally produces a single linear chain. Real failures often have contributing factors that branch off the main chain. If the analysis stops at one path, a significant contributor may be missed. When reviewing answers, ask whether there are parallel causes that also need to be addressed. If there are multiple branches, consider whether a fishbone diagram is a better organizing framework before narrowing with the 5 Whys.

Blaming people instead of systems

"The operator forgot to check the level" is not a root cause. It is a symptom of a system that relies on human memory rather than engineered controls. The correct next question is: "Why was a manual check the only safeguard?" The 5 Whys should always terminate at a system, process, or design failure — not at an individual. This is not about avoiding accountability; it is about identifying changes that actually prevent recurrence. People make errors; robust systems catch those errors before they cause failures.

Answers based on assumption, not evidence

Each link in the chain must be supported by physical evidence, data, or direct observation. When a team cannot answer a "Why?" with evidence, the correct action is to gather the evidence — inspect the component, pull the fault log, review the maintenance record — before continuing. Assumption-based chains lead to incorrect root causes and ineffective countermeasures.

No countermeasure verification

A 5 Whys analysis that does not include a follow-up check on countermeasure effectiveness is unfinished. The root cause is a hypothesis until corrective actions are implemented and the problem does not recur. Schedule a review 30 to 90 days after implementation.


5 Whys and Countermeasures

The full value of the 5 Whys is only realized when the root cause is connected to permanent countermeasures — actions that change the system so the root cause cannot produce the same problem again.

A structured countermeasure table clarifies ownership and tracks progress:

Root Cause Corrective Action Preventive Action Owner Target Date Verification Date
PM schedule not reviewed after speed change Update conveyor C-07 PM schedule; re-grease bearings Add MOC trigger requiring PM schedule review on all parameter changes Maintenance Supervisor 2026-06-25 2026-07-25

Countermeasures at different levels of the causal chain are sometimes warranted. A corrective action at Why 3 (fix the immediate physical cause) combined with a preventive action at Why 5 (fix the systemic cause) gives defense in depth. The goal is always the systemic fix; the immediate fix simply restores production while the systemic fix is implemented.

5 Whys countermeasure hierarchy showing immediate corrective actions at Why 3 physical cause level and systemic preventive actions at Why 5 root cause level A vertical stack illustrating how corrective actions are applied at the immediate physical cause mid-chain while preventive actions are applied at the systemic root cause at the bottom, providing defense in depth. Countermeasure Depth — Defense in Depth Problem (visible symptom) Conveyor motor trip — line down 47 min Why 1–2: Motor overheated / Bearing seized Intermediate causes — symptoms of deeper issue Why 3: Grease nipple blocked → bearing no lube CORRECTIVE ACTION: Clear nipple, re-grease all tail-pulley bearings on Line 4 Immediate fix Why 5: MOC process doesn't require PM review PREVENTIVE ACTION: Add PM schedule review to MOC checklist for all operational changes Systemic fix Why 1 Why 2 Why 3 ↓ fix Why 4 Why 5 ROOT
Defense in depth: apply a corrective action at the immediate physical cause (Why 3) to restore production, then apply the preventive action at the systemic root cause (Why 5) to eliminate recurrence.

For equipment-intensive environments, connecting countermeasures to FMEA entries is good practice. The root cause identified in a 5 Whys investigation is often a failure mode that was not captured — or was captured but assigned too low a probability — in the existing FMEA. Feeding it back closes the loop.


Frequently Asked Questions

What is the 5 Whys technique? The 5 Whys is a root cause analysis method developed by Sakichi Toyoda for the Toyota Production System. It works by asking "Why did this problem occur?" repeatedly — typically five times — following each answer as the next question's subject. The goal is to move from a visible symptom to the underlying systemic cause that, when corrected, prevents recurrence.

How do you do a 5 Whys analysis? State the problem precisely in factual terms. Gather the team with direct knowledge of the system. Ask "Why?" and record the answer as a fact supported by evidence — inspection findings, sensor data, maintenance logs. Ask "Why?" of that answer. Repeat until you reach a cause that is systemic, actionable, and fully explains the chain above it. Assign corrective and preventive actions with owners and target dates. Verify effectiveness after implementation.

What is an example of 5 Whys? A conveyor motor trips on thermal overload (Why 1: motor overheated; Why 2: bearing seized, increasing drag; Why 3: bearing had no lubrication; Why 4: grease nipple was blocked; Why 5: lubrication frequency was never updated after conveyor speed was increased). Root cause: operational changes are not triggering PM schedule reviews. Countermeasure: add PM review to the management-of-change checklist.

What are the limitations of 5 Whys? The 5 Whys produces a single causal chain and can miss parallel contributing factors. It depends on the team's willingness and ability to answer each "Why?" with evidence rather than assumption. It is less suitable for complex, multi-path failure scenarios where fault tree analysis or a fishbone diagram provides better structure. It also tends to underperform when the team does not include people with direct knowledge of the system, since assumptions fill the gaps where evidence should be.

#5whys#5whys analysis#rootcause analysis#problemsolving#lean#continuousimprovement
Share this article:

Related Articles