Guide
Root Cause Analysis for Quality Engineers
How to identify the true root cause of manufacturing quality problems using structured analysis methods. Includes 5-Why, Fishbone, Fault Tree, and Is/Is-Not analysis with practical examples.
Why Root Cause Analysis Matters
Root cause analysis (RCA) is the difference between fixing a symptom and eliminating a problem. Without proper RCA, corrective actions address surface-level causes and the problem recurs — often generating repeat SCARs and eroding customer confidence.
The most common rejection reason for 8D reports is an insufficient or unverified root cause. Reviewers look for:
- A root cause that explains why the defect occurred, not just what happened
- Evidence that the proposed root cause actually produces the observed failure
- Analysis that reaches the systemic level, not stopping at the immediate cause
Levels of cause:
- Symptom: “Parts are out of tolerance.”
- Immediate cause: “Tool wore beyond limit.”
- Contributing cause: “Tool change interval was not defined.”
- Root cause: “Preventive maintenance program did not include this tooling category because it was added after the PM schedule was last updated.”
5-Why Analysis
The 5-Why method is the most commonly used RCA technique in SCAR responses. It involves asking “why?” iteratively until the systemic root cause is uncovered. Despite its simplicity, it is frequently done poorly.
How to Do It Right
- Start with the problem statement (D2). Be specific.
- For each “why,” provide evidence or data that supports the answer. If you cannot, the answer is speculation, not analysis.
- Continue until you reach a cause that is systemic (process, procedure, or management system level) — not a human behavior.
- If the chain leads to “operator error,” keep asking: why was the error possible? What system failed to prevent it?
- You may need fewer or more than 5 levels. The name is a guideline, not a rule.
Example: Dimensional Nonconformance
Problem: Bore diameter 25.12mm, spec 25.00 ± 0.05mm
Why 1: Tool produced oversized bore → (evidence: tool measurement showed 0.08mm wear)
Why 2: Tool exceeded wear limit → (evidence: 1,200 cycles since last change, limit was 800)
Why 3: Tool change was not performed at 800 cycles → (evidence: no tool change record in log)
Why 4: No automated counter or alert for tool life → (evidence: system relies on manual tracking)
Why 5: Tool life monitoring was not included in the PM program for this cell → (evidence: PM schedule Rev D does not list this tool)
Root cause: Preventive maintenance program did not include tool life monitoring for CNC Cell 3 tooling added in Q2 2024.
Common Mistakes
- Stopping too early. “Tool wore out” is an immediate cause, not a root cause.
- No evidence. Each “why” answer must be supported by data, not assumption.
- Jumping to conclusions. The 5-Why should follow the evidence, not confirm a pre-existing theory.
- Circular reasoning. “Why did the defect occur? Because the process failed. Why did the process fail? Because it produced defects.”
- Stopping at human behavior. “Operator didn't check” is not a root cause — it's a symptom of a process gap.
Fishbone (Ishikawa) Diagram
The Fishbone diagram organizes potential causes into categories, making it easier to ensure nothing is overlooked. It is especially useful when the root cause is not immediately obvious and the team needs to brainstorm systematically.
The 6M Categories
Man (People)
Training, experience, fatigue, staffing levels, supervision. Did the person have the skills and information to perform correctly?
Machine (Equipment)
Maintenance, calibration, capability, wear, age. Is the equipment capable of meeting the specification?
Method (Process)
Work instructions, procedures, sequence of operations. Is the documented method adequate and current?
Material
Raw material, components, consumables. Is the incoming material within specification? Has the supplier changed?
Measurement
Gauges, calibration, measurement method, GR&R. Can the measurement system reliably detect the defect?
Environment (Milieu)
Temperature, humidity, cleanliness, lighting, vibration. Do environmental conditions affect the process?
How to Use It
- Write the problem statement at the “head” of the fish.
- Draw the 6M category branches.
- Brainstorm potential causes under each category. Include all possibilities, even unlikely ones.
- For each potential cause, ask: is there evidence for or against this? Eliminate causes with no supporting data.
- Narrow to the most likely cause(s) and verify with data or testing.
- Feed the verified root cause into your 5-Why or directly into corrective actions.
Fault Tree Analysis (FTA)
Fault Tree Analysis is a top-down, deductive method used primarily in aerospace, automotive safety, and medical device contexts. It maps the logical relationships between failure events using AND/OR gates.
Key concepts:
- Top event: The undesired outcome (the defect described in D2)
- OR gate: The top event occurs if any of the contributing events occur
- AND gate: The top event occurs only if all contributing events occur simultaneously
- Basic event: A root-level cause that cannot be further decomposed
When to Use FTA
- Complex failures with multiple interacting causes
- Safety-critical or high-severity defects
- When the customer or standard (AS9100, ISO 13485) requires it
- When you need to quantify the probability of failure
Example Structure
Top Event: Bore out of tolerance
├── [OR] Tool-related
│ ├── Tool wear beyond limit
│ └── Wrong tool loaded
├── [OR] Setup-related
│ ├── [AND] Incorrect offset + No first-piece check
│ └── Wrong program revision
└── [OR] Material-related
├── Material hardness out of spec
└── Material lot mix-upIs / Is-Not Analysis
Is/Is-Not analysis is a comparison technique that isolates the unique factors of the problem. By comparing where the problem does occur vs. where it does not, you can narrow the field of investigation dramatically.
| Dimension | IS | IS NOT | Distinction |
|---|---|---|---|
| What | Bore OD out of spec | Other dimensions OK | Only bore operation affected |
| Where | CNC Cell 3 | Cells 1, 2, 4 | Cell 3 specific issue |
| When | After March 10 | Before March 10 | Something changed on/around March 10 |
| Who | All operators on Cell 3 | N/A | Not operator-dependent |
| How many | 23 of 500 (4.6%) | 477 conforming | Intermittent, not 100% failure |
The distinctions column reveals where to focus. In this example, the problem is specific to Cell 3, started around March 10, and is intermittent. The investigator should ask: what changed on or around March 10 specific to Cell 3? This might lead to a tool change, material lot change, or maintenance event.
Which Method Should You Use?
| Method | Best For | Complexity |
|---|---|---|
| 5-Why | Single-cause problems, quick investigations, most SCAR responses | Low |
| Fishbone | Brainstorming when the cause is unclear, team investigations | Low–Medium |
| Is/Is-Not | Isolating variables, intermittent problems, process changes | Low–Medium |
| Fault Tree | Complex multi-cause failures, safety-critical, regulatory | High |
In practice, most SCAR responses use 5-Why as the primary method, sometimes preceded by a Fishbone brainstorm to identify potential causes. Use Is/Is-Not when the problem is intermittent or location-specific. Use Fault Tree for safety-critical or complex multi-cause failures.
You can combine methods: use Fishbone to brainstorm, Is/Is-Not to narrow, and 5-Why to drill into the most likely cause. The key is that the final root cause is verified with evidence.
Verifying the Root Cause
A proposed root cause is a hypothesis until verified. Verification means demonstrating that the identified cause actually produces the observed defect, and that removing it eliminates the defect.
Verification tests:
- Can you turn it on and off? If the root cause is correct, introducing it should produce the defect and removing it should eliminate it.
- Does it explain all instances? The root cause must account for every occurrence, not just some.
- Does it explain the timing? When did the root cause condition start, and does it align with when defects first appeared?
- Does it explain the scope? Why these parts and not others? Why this location and not others?
Structured root cause analysis, built in
8D Pack supports 5-Why, Fishbone, and Fault Tree methods with structured forms that guide your analysis and catch common mistakes.
Start Free Trial14 days free / no credit card