Pareto Analysis (80/20 Rule)
Pareto analysis uses the 80/20 principle to identify the vital few causes that create the majority of problems. It ensures improvement efforts focus where they deliver the greatest impact.
The Pareto principle (named after economist Vilfredo Pareto) states that roughly 80% of effects come from 20% of causes. In quality management: 80% of defects typically originate from 20% of defect types. In downtime analysis: 80% of lost time comes from 20% of failure modes.
A Pareto chart is a bar chart sorted by frequency (highest to lowest) with a cumulative line showing the running total percentage. The bars on the left represent the 'vital few' -- the causes that deserve immediate attention.
Pareto analysis prevents the common trap of spreading resources across all problems equally. By identifying the top 2-3 causes, teams can concentrate their improvement efforts where the payoff is highest.
After fixing the top causes, a new Pareto analysis is performed. The former small causes now move up in relative importance -- revealing the next improvement targets. This iterative approach aligns perfectly with continuous improvement cycles.
Practical Example
A quality team logs 847 defects in one month across 12 defect categories. Pareto analysis shows: Scratch marks (312), dimensional out-of-spec (198), and color deviation (143) account for 77% of all defects. Fixing just these 3 categories (out of 12) eliminates over three-quarters of the quality problem.
How Leanshift Helps
Leanshift collects waste and defect data during process recording. This data can be sorted by frequency and impact, enabling instant Pareto analysis to prioritize which problems to tackle in the next KATA improvement cycle.
Frequently Asked Questions
Is it always exactly 80/20?
No, the exact ratio varies. It could be 70/30 or 90/10. The principle is that a small number of causes drive a disproportionate share of the effect. The Pareto chart shows the actual distribution for your specific situation.
How do you create a Pareto chart?
Collect data on problem categories, count the frequency of each, sort from highest to lowest, plot as bars, and add a cumulative percentage line. The categories to the left of the 80% line are your priority targets.
What comes after fixing the top Pareto causes?
Run a new Pareto analysis. The remaining causes redistribute, and new top causes emerge. This cycle of analyze-fix-reanalyze continues as part of continuous improvement.
Related Terms
PDCA Cycle
PDCA (Plan-Do-Check-Act) is the fundamental improvement cycle: Plan, Execute, Verify, Standardize. It structures every improvement process into four clear phases.
Ishikawa / Fishbone Diagram
The Ishikawa diagram organizes potential causes of a problem into categories along a fish-bone structure. It ensures systematic root cause analysis instead of jumping to conclusions.
5-Why Analysis
5-Why is a root cause analysis technique that asks 'Why?' repeatedly until the fundamental cause of a problem is uncovered. Simple, fast, and effective for most process problems.