Rob SarroSarro Solutions
Back to blog
Leadership4 min read

Uncovering the Power of the 5 Why Method: A Personal Discovery

Over recent months, I stumbled upon the 5 Why Method of problem-solving. While it's something I naturally do, though not always with a structured series of five “whys”, when trying to find the root cause of issues, I never realized there was an actual method behind it. Learning about this approach has not only validated my instincts but also given me a clear and purposeful way to tackle problems. It's helped me turn what was once an informal practice into an intentional and repeatable process, and I wanted to share this with you.


What Is the 5 Why Method?

The 5 Why Method is a simple technique for getting to the root cause of a problem. It works by repeatedly asking the question “Why?” until you uncover the underlying issue. There's no need for fancy tools or expertise, just a willingness to dig deeper. While the name suggests asking “Why?” five times, it's not a strict rule. Sometimes you'll need fewer questions, and other times you might need more.

The method is designed to move past surface-level symptoms to find the real issue. It helps ensure that the solutions you create address the true cause rather than just treating the effects.


How Does the 5 Why Method Work?

The process is straightforward. You start with a clear problem statement, then begin asking “Why?” Each answer should lead you closer to understanding the deeper cause of the issue. Here's how it works in practice:


  1. Define the problem clearly.
  2. Ask “Why?” to understand the immediate reason for the problem.
  3. Use the answer to form the next “Why” question.
  4. Repeat the process until you identify the root cause.
  5. Once you've reached the root cause, focus on solving it to prevent the problem from recurring.

It's important to keep answers factual and based on evidence, as the method relies on logic and clarity.


My Experience with the 5 Why Method

Before I knew about this method, I often found myself naturally asking “Why?” when faced with challenges. However, without a structured approach, I sometimes stopped too early, missing deeper insights, or overanalyzed, losing focus on the real issue.


Here are two examples of how I've used the 5 Why Method to address problems:


Example 1: A Bug in my own software

Problem: Users are unable to upload large files to the system.


  1. Why are users unable to upload large files?
    1. Because the system times out during the upload process.
  2. Why does the system time out during the upload process?
    1. Because it doesn't support files beyond a certain size limit.
  3. Why doesn't the system support files beyond a certain size?
    1. Because there's a hard-coded file size restriction in the upload functionality.
  4. Why is there a hard-coded file size restriction?
    1. Because the development team didn't anticipate users needing to upload larger files.
  5. Why didn't the development team anticipate this need?
    1. Because user requirements weren't fully analyzed during the planning phase.

Root Cause: Incomplete user requirement analysis during the planning phase. (I didn't create any requirements, I just coded it.)

Solution: Revise the file upload functionality to allow larger files, implement error handling for timeouts, and enhance user requirements gathering during the initial phases of development.


Example 2: Computer Won't Start

A very basic example to illustrate the 5 why's


Problem: My computer won't start.


  1. Why won't the computer start?
    1. Because the power supply isn't functioning.
  2. Why isn't the power supply functioning?
    1. Because it isn't receiving power.
  3. Why isn't it receiving power?
    1. Because the power cable is damaged.
  4. Why is the power cable damaged?
    1. Because it was bent and frayed over time.
  5. Why was the cable bent and frayed over time?
    1. Because it wasn't routed or secured properly to avoid strain.

Root Cause: Improper cable management and lack of preventive measures to avoid wear and tear.

Solution: Give your power cables the VIP treatment they deserve, no more letting them dangle like neglected spaghetti. Secure them properly, tuck them in neatly, and check on them regularly like a loving parent. If they're frayed, itis time for a well-earned retirement (and a new cable). Remember, happy cables = happy computer!

Why the 5 Why Method Resonates
It has taken what I used to do instinctively and given it structure and purpose. It's helped me uncover insights that would have been missed if I'd stopped at the first or second answer. What I appreciate most is how adaptable it is, whether solving problems at work or in my personal life, it just works.

Of course, the method isn't perfect. It works best for straightforward issues and can oversimplify problems that have multiple root causes. But even then, it's a great starting point for understanding what's really going on.

Final Thoughts

If you haven't tried the 5 Why Method yet, give it a go. Next time you encounter a problem, take a moment to ask “Why?” and don't stop until you've uncovered the deeper issue. Whether it's something as small as a car issue or as complex as a software bug, this method offers clarity and helps you address what really matters.

For me, discovering the 5 Why Method has been empowering. It's a reminder of the power of curiosity and persistence. Sometimes, all it takes to solve a problem is asking “Why?” just one more time.