# 5 Whys

<figure><img src="/files/JTkwHXWhAvOtD6NlzA9X" alt=""><figcaption><p>Image by <a href="https://medium.com/illumination/10-powerful-leadership-tools-that-will-put-you-in-top-gear-a449181a9d47">Gaurav Jain</a></p></figcaption></figure>

#### Overview

The 5 Whys is a simple yet powerful problem-solving technique used to identify the root cause of an issue by asking "Why?" five times in succession. Developed by Toyota as part of its Lean manufacturing processes, this method aims to move beyond surface-level symptoms to uncover deeper, underlying problems. Each answer forms the basis of the next "Why?" question, allowing teams to trace the issue step by step until the root cause is found. While it doesn't always require exactly five iterations, the focus is on continuing until a fundamental cause is revealed, leading to more effective and lasting solutions.

#### Examples of The Five Whys

*Example 1: Toyota*

* Problem: High number of customer complaints about a specific car model.
* Five Whys:
  1. Why are customers complaining?
     * Because the car's engine is noisy.
  2. Why is the engine noisy?
     * Because a specific engine component is vibrating excessively.
  3. Why is the component vibrating?
     * Because the component was not manufactured to the correct specifications.
  4. Why wasn't the component manufactured correctly?
     * Because the manufacturing equipment was not calibrated properly.
  5. Why wasn't the equipment calibrated properly?
     * Because the maintenance schedule for the equipment was not followed.

*Example 2: Healthcare Provider*

* Problem: High rate of patient readmissions after surgery.
* Five Whys:
  1. Why are patients being readmitted?
     * Because of post-operative infections.
  2. Why are patients getting post-operative infections?
     * Because of inadequate hygiene practices in the post-operative ward.
  3. Why are hygiene practices inadequate?
     * Because staff are not following the correct protocols.
  4. Why are staff not following protocols?
     * Because they are not adequately trained.
  5. Why are staff not adequately trained?
     * Because there is a lack of resources allocated for training.

*Example 3: Tech Company*

* Problem: Frequent software crashes.
* Five Whys:
  1. Why is the software crashing?
     * Because of a memory leak in a specific module.
  2. Why is there a memory leak?
     * Because of a coding error in the module.
  3. Why was there a coding error?
     * Because the developer was not following coding standards.
  4. Why wasn't the developer following coding standards?
     * Because the developer was not adequately trained on coding standards.
  5. Why wasn't the developer trained on coding standards?
     * Because the company's training program was not effective.

#### Further Viewing

{% embed url="<https://www.youtube.com/watch?v=sRr9Zic3_T8>" %}

{% embed url="<https://www.youtube.com/watch?v=jrtYlqloJ7o>" %}

{% embed url="<https://www.youtube.com/watch?v=0-tmA22qjCI>" %}

#### Further Reading

{% embed url="<https://tulip.co/glossary/five-whys/>" %}

{% embed url="<https://www.lean.org/lexicon-terms/5-whys/>" %}

{% embed url="<https://www.mindtools.com/a3mi00v/5-whys>" %}

{% embed url="<https://medium.com/@anushreethatte/questions-for-problems-09516774da44>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.designreference.xyz/ux-methods/discovery/5-whys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
