askvity

How do you get root causes?

Published in Problem Solving 4 mins read

You get root causes by systematically investigating a problem to identify the fundamental reasons behind it, rather than just treating the symptoms. This involves a structured approach to data collection, analysis, and problem-solving.

Understanding Root Cause Analysis (RCA)

Root Cause Analysis (RCA) is a process for identifying the basic or fundamental cause of an event or problem. It goes beyond surface-level issues to uncover the core reasons why something happened. A successful RCA leads to effective corrective actions that prevent recurrence.

Steps to Identify Root Causes

Here's a breakdown of the process, based on best practices:

  1. Define the Problem:

    • Clearly and concisely state the problem you're trying to solve. Avoid generalizations; be specific and measurable. For example, instead of "Sales are down," try "Sales of Product X are 15% lower this quarter compared to the same quarter last year."
    • Understand the impact of the problem.
    • Establish the scope of the investigation.
  2. Collect Data:

    • Gather relevant data about the problem. This may include:
      • Quantitative data (numbers, statistics)
      • Qualitative data (observations, interviews, surveys)
      • Historical data
      • Process documentation
    • Use data to understand the who, what, where, when, and how of the problem.
    • Ensure data accuracy and reliability.
  3. Identify Possible Causal Factors:

    • Brainstorm potential causes that could have contributed to the problem.
    • Use techniques like:
      • Brainstorming: Gather a team to generate a list of possible causes.
      • Checklists: Review standard checklists to identify potential overlooked factors.
      • Cause-and-Effect Diagrams (Fishbone Diagrams or Ishikawa Diagrams): Visually map out potential causes categorized by different factors (e.g., Methods, Machines, Materials, Manpower, Measurement, Environment).
      • 5 Whys: Repeatedly ask "Why?" to drill down to the underlying causes.
      • Fault Tree Analysis: A top-down, deductive failure analysis.
  4. Determine the Root Cause(s):

    • Analyze the data and identified causal factors to determine the most likely root cause(s).
    • Use techniques like:
      • Testing hypotheses: Validate or refute potential causes based on evidence.
      • Data analysis: Look for patterns, correlations, and anomalies in the data.
      • Comparative analysis: Compare the situation to similar situations where the problem did not occur.
    • Focus on causes that, if eliminated, would prevent the problem from recurring.
    • Ensure you identify the systemic causes, not just individual errors.
  5. Prioritize Causes:

    • If multiple root causes are identified, prioritize them based on their impact and feasibility of addressing them.
    • Focus on the "vital few" causes that contribute the most to the problem.
  6. Develop and Implement Solutions:

    • Develop and implement corrective actions to address the root cause(s).
    • Ensure that the solutions are specific, measurable, achievable, relevant, and time-bound (SMART).
    • Implement preventative measures to prevent the problem from recurring.
  7. Monitor and Evaluate:

    • Track the effectiveness of the implemented solutions.
    • Collect data to ensure that the problem has been resolved and that the solutions are not creating new problems.
    • Make adjustments to the solutions as needed.

Example: 5 Whys

Let's say the problem is that a machine is frequently breaking down.

  1. Why is the machine breaking down? Because the bearing is failing.
  2. Why is the bearing failing? Because it's not being properly lubricated.
  3. Why is it not being properly lubricated? Because the automatic lubrication system is malfunctioning.
  4. Why is the automatic lubrication system malfunctioning? Because the pump is clogged.
  5. Why is the pump clogged? Because there's no filter on the oil intake, allowing debris to enter the system.

In this example, the root cause is the lack of a filter on the oil intake. The solution would be to install a filter.

Common Pitfalls to Avoid

  • Stopping at the symptom: Treating the symptom instead of the underlying cause.
  • Jumping to conclusions: Making assumptions without sufficient data.
  • Blaming individuals: Focusing on individual errors rather than systemic issues.
  • Lack of documentation: Failing to document the RCA process and findings.
  • Incomplete data collection: Not gathering enough relevant data.

By following a structured RCA process, you can effectively identify root causes and implement solutions that address the fundamental issues, leading to lasting improvements.

Related Articles