Pareto Chart
A bar chart that ranks causes or factors by frequency or impact, combined with a cumulative line, to identify the most significant contributors to a problem.
Also known as: Pareto Analysis, Pareto Diagram, 80/20 Chart
Category: Techniques
Tags: visualization, qualities, problem-solving, data-analysis, prioritization
Explanation
A Pareto Chart is a quality tool that combines a bar chart and a line graph to visualize the relative importance of different factors contributing to a problem. Named after Vilfredo Pareto's observation that roughly 80% of effects come from 20% of causes, it helps teams focus on the vital few issues that will deliver the greatest improvement.
**Structure**:
- **Bars**: Represent individual categories, sorted from highest to lowest frequency or impact (left to right)
- **Line**: Shows the cumulative percentage, making it easy to see how much of the total is accounted for by each successive category
- **Left Y-axis**: Frequency or count
- **Right Y-axis**: Cumulative percentage (0-100%)
**How to Create a Pareto Chart**:
1. Identify the problem and possible contributing categories
2. Collect data: measure frequency, cost, time, or other relevant metrics for each category
3. Sort categories from largest to smallest
4. Calculate cumulative percentages
5. Draw bars for each category (descending order)
6. Draw the cumulative percentage line
7. Identify the break point where roughly 80% of the impact is accounted for
**When to Use**:
- After brainstorming causes (e.g., with an Ishikawa diagram)
- To prioritize which defects, complaints, or issues to address first
- To communicate findings to stakeholders visually
- To compare before and after improvement efforts
- In 8D Problem Solving (D2 and D4) to quantify problem scope
**Key Insight**:
The Pareto Chart operationalizes the Pareto Principle for decision-making. Rather than spreading effort across all causes equally, it reveals which few causes deserve focused attention. Addressing the tallest bars first typically yields the greatest return on improvement effort.
**Limitations**:
- Relies on accurate, sufficient data
- Does not show root causes (use with Five Whys or Ishikawa diagrams)
- Can mislead if categories overlap or are poorly defined
- The 80/20 split is a guideline, not a law
The Pareto Chart is one of the Seven Basic Quality Tools and is used across manufacturing, healthcare, software development, and any domain where data-driven prioritization is needed.
Related Concepts
← Back to all concepts