Root Cause Analysis (RCA) Techniques for PMs

Quick Definition:

Root Cause Analysis (RCA) is a systematic process for identifying the underlying cause of a problem or event, rather than just addressing the symptoms.

Root Cause Analysis

The 5 Whys Technique

The simplest RCA technique is to ask “Why?” five times (or as many as needed) to drill down to the root cause of a problem. For example:

  1. Why was the deliverable late? (The testing took longer than expected).
  2. Why did testing take longer? (There were more bugs than usual).
  3. Why were there more bugs? (The requirements were unclear).
  4. Why were the requirements unclear? (The stakeholder workshop was rushed).
  5. Why was the workshop rushed? (The project schedule was too aggressive). (Root Cause)

Other RCA Tools

More complex problems may require tools like Fishbone diagrams, Pareto charts, or Fault Tree Analysis.