Pareto Chart
Definition: A Pareto chart is a bar chart combined with a cumulative line graph that ranks causes, defects, or problems in descending order of frequency or impact. It applies the Pareto principle (80/20 rule) to help maintenance and quality teams identify the vital few causes responsible for the majority of failures, downtime events, or defects.
Key Takeaways
- A Pareto chart combines ranked bars with a cumulative percentage line to expose which causes drive the most impact.
- The 80/20 principle, originating with economist Vilfredo Pareto and popularized in quality management by Joseph Juran, underpins every Pareto analysis.
- The "vital few" are the categories where the cumulative line reaches or crosses 80%; these are the targets for corrective action.
- Maintenance teams use Pareto charts to rank failure modes, prioritize work order backlogs, and guide spare parts decisions.
- A Pareto chart identifies WHAT is causing most of the problem, not WHY; pair it with root cause analysis to close that gap.
- The Y-axis can represent frequency, cost, or downtime hours; choose the metric that best reflects business impact.
What Is a Pareto Chart?
A Pareto chart is a quality and reliability tool that turns a list of problems or causes into a ranked visual so teams can see, at a glance, which items deserve immediate attention. It takes its name from the Italian economist Vilfredo Pareto, who observed in 1896 that roughly 80% of Italy's land was owned by 20% of the population. Decades later, quality pioneer Joseph Juran applied that same distribution pattern to manufacturing defects and coined the phrase "the vital few and the trivial many."
In practice, the ratio is rarely exactly 80/20, but the underlying principle holds across industries: a small number of causes generate the large majority of negative outcomes. The chart makes that imbalance impossible to ignore.
Anatomy of a Pareto Chart
Every Pareto chart has three visual components working together:
- Bars (left Y-axis): Each bar represents one category (failure mode, defect type, downtime cause). Bars are arranged left to right in descending order, so the tallest bar is always on the left. The left Y-axis shows the raw count, cost, or hours for each category.
- Cumulative line (right Y-axis): A line connects the cumulative percentage from left to right, starting near zero and ending at 100%. The right Y-axis runs from 0% to 100%. This line is the diagnostic core of the chart.
- X-axis categories: Each position on the X-axis labels one cause or defect type. The leftmost category always has the highest frequency or cost; the rightmost always has the lowest.
The visual tension between the steeply descending bars and the flattening cumulative line is what makes the chart readable at a glance. Where the line is steep, adding one more category meaningfully increases cumulative impact. Where it flattens, additional categories contribute diminishing returns.
How to Read a Pareto Chart
Reading a Pareto chart is a two-step process: locate the 80% threshold on the cumulative line, then draw a vertical line down to the X-axis.
Every category to the left of that vertical line belongs to the "vital few." These categories collectively account for 80% or more of the total impact. Every category to the right is part of the "trivial many": worth monitoring, but not the priority for this improvement cycle.
When presenting a Pareto chart to leadership, the key message is simple: if you fix these two or three categories, you eliminate most of the problem. That framing transforms a list of complaints into a resource allocation decision.
How to Build a Pareto Chart: Step by Step
Step 1: Define the Problem and Time Period
Scope the analysis before collecting data. Are you analyzing all unplanned downtime events on Line 3 over the last 90 days? All rejected parts from Supplier A in Q1? A narrow, well-defined scope produces a more actionable chart than a broad, mixed dataset.
Step 2: Define the Categories
Break the problem into mutually exclusive categories. For a maintenance analysis, categories might be failure modes (bearing failure, seal leak, motor burnout). For a quality analysis, categories might be defect types (surface scratch, dimension out of spec, incorrect label). Avoid overlapping categories; each event should fall into exactly one bucket.
Step 3: Collect and Count
Pull data from work orders, inspection logs, or quality records for the defined period. Count how many events fall into each category. Record the raw totals in a simple table.
Step 4: Rank and Calculate Cumulative Percentage
Sort categories from highest count to lowest. Calculate the cumulative percentage at each step: add each category's count to the running total, then divide by the grand total and multiply by 100. The last category should reach 100%.
Step 5: Draw the Chart
Plot the bars in ranked order against the left Y-axis. Plot the cumulative percentage points against the right Y-axis and connect them with a line. Draw a horizontal reference line at 80% on the right Y-axis and note where it intersects the cumulative line; that intersection marks the boundary of the vital few.
Worked Example: Ranking Failure Modes in a Production Facility
A maintenance team reviews 100 work orders from the past quarter and groups them into five failure categories:
| Failure Category | Event Count | Cumulative Count | Cumulative % |
|---|---|---|---|
| Bearing failure | 42 | 42 | 42% |
| Seal leak | 28 | 70 | 70% |
| Motor burnout | 15 | 85 | 85% |
| Sensor fault | 9 | 94 | 94% |
| Belt wear | 6 | 100 | 100% |
The cumulative line crosses 80% between the second and third categories. The vital few are bearing failure, seal leak, and motor burnout, which together account for 85% of all work orders. The team should direct improvement resources at these three failure modes before addressing sensor faults or belt wear.
In this case, the finding has a clear implication: bearing and seal reliability are the highest-leverage targets. A condition monitoring program focused on vibration and temperature would catch early bearing degradation before it escalates into a failure event, directly attacking the chart's leading category.
Pareto Charts in Maintenance Applications
Failure Mode Ranking
After accumulating work order history, a Pareto chart reveals which failure modes recur most often. This guides decisions about where to invest in corrective maintenance procedures, spare parts stocking, or predictive technologies.
Downtime Cause Analysis
Teams tracking downtime by cause code can build a Pareto chart from shift logs or CMMS records. If three cause codes represent 80% of all downtime hours, those become the improvement priorities for the next maintenance planning cycle. This approach directly supports improvements to OEE by targeting the availability losses with the highest impact.
Work Order Backlog Prioritization
A growing maintenance backlog can be segmented by asset, failure type, or cost. A Pareto analysis identifies which asset classes or failure types are filling the queue fastest, allowing planners to front-load high-impact work.
Spare Parts Demand
A Pareto chart of parts consumption (by quantity or cost) helps inventory managers identify which components drive most of their stocking cost. Typically, a small number of part numbers account for the majority of demand, justifying higher safety stock levels for those items specifically.
Pareto Charts in Quality Applications
Defect Type Ranking
Quality teams record defect codes during inspection. A Pareto chart of those codes shows which defect types account for most rejections, allowing engineers to focus process adjustments where they matter most. This directly reduces scrap rate by concentrating improvement effort on the leading defect categories.
Scrap Cause Analysis
Scrap events can be categorized by machine, shift, operator, or material lot. A Pareto chart reveals whether scrap is concentrated in one area (a machine or shift problem) or distributed across all areas (a process design problem). The answer determines whether the fix is local or systemic.
Supplier Issue Ranking
When incoming materials generate non-conformances, a Pareto chart of issues by supplier shows which suppliers are responsible for the bulk of quality problems. Procurement teams use this to prioritize supplier development efforts or qualification reviews.
Pareto Charts in Root Cause Analysis Workflows
A Pareto chart is often the first tool applied in a root cause analysis workflow. After an RCA session generates a list of contributing factors, the team quantifies each factor's frequency or impact and builds a Pareto chart to decide which root causes to address first.
The Pareto chart answers "what is causing most of the harm?" The RCA tools that follow (5 Whys, fault tree analysis, fishbone diagrams) answer "why is that happening?" Used together, the two methods ensure the team spends analytical effort on the right problem before prescribing a fix.
In FMEA workflows, a Pareto chart of Risk Priority Numbers (RPNs) across failure modes helps teams confirm that the highest-RPN items are indeed the highest-frequency contributors, or flag cases where a rare but catastrophic failure mode is being deprioritized by frequency-based ranking alone.
Pareto Chart vs. Related Tools
| Tool | Purpose | Output | When to Use |
|---|---|---|---|
| Pareto Chart | Rank causes by frequency or impact; identify the vital few | Ranked bar chart with cumulative % line | Prioritizing where to focus improvement resources |
| Fishbone Diagram | Map all possible causes of a single problem | Cause-and-effect diagram (Ishikawa) | Generating and organizing hypotheses during an RCA |
| Histogram | Show frequency distribution of a continuous variable | Bar chart ordered by value range, not frequency | Understanding spread, shape, and variation in a dataset |
| Control Chart | Monitor a process over time for statistical stability | Time-series plot with upper and lower control limits | Detecting process drift or special-cause variation in real time |
The Pareto chart and histogram look similar because both use bars, but they serve different purposes. A histogram shows how data is distributed across a range of values (the shape matters); a Pareto chart sorts discrete categories by impact (the rank matters). Choosing the wrong tool leads to the wrong question being answered.
Limitations of Pareto Charts
A Pareto chart ranks what is happening most often, but it does not explain why it is happening. A team that stops at the Pareto chart knows that bearing failure is the leading cause of downtime, but they do not know whether that is due to lubrication gaps, incorrect installation, overloading, or contamination. Root cause tools are required for that next step.
Frequency-based Pareto charts can also mislead when the cost or severity of events varies significantly across categories. A failure mode that occurs twice a year but requires a full line shutdown for three days may deserve more attention than a failure that occurs weekly but resolves in 20 minutes. Cost-weighting or downtime-hour weighting corrects this distortion and produces a more actionable ranking.
Finally, Pareto charts reflect historical data. They show what caused the most problems in the past, which may not perfectly predict future priorities if operating conditions, asset ages, or production volumes have changed. Rerun the analysis at regular intervals rather than treating one chart as permanent guidance.
The MTBF metric complements Pareto analysis by quantifying how often each top-ranked failure mode recurs. Low MTBF on a leading Pareto category confirms it is both frequent and recurring, a strong signal for a focused improvement program.
Using Pareto Charts in Lean and Continuous Improvement Programs
Pareto charts are a standard tool in lean management and Six Sigma programs. In DMAIC projects (Define, Measure, Analyze, Improve, Control), the Pareto chart typically appears in the Analyze phase to confirm which causes the team should focus on improving.
In lean manufacturing, Pareto analysis of waste categories (overproduction, waiting, transportation, motion, overprocessing, inventory, defects) helps kaizen teams identify which waste type is most prevalent on a given line before designing a countermeasure.
The discipline of rerunning the Pareto chart after a countermeasure is implemented is as important as the initial analysis. A successful intervention should visibly shift the chart: the previously dominant bar shrinks, the cumulative line slope flattens earlier, and a new vital few emerges. That shift is quantitative confirmation that the improvement worked.
The Bottom Line
A Pareto chart is one of the most efficient tools a maintenance or quality team can use to avoid spending limited resources on the wrong problems. By ranking causes visually and overlaying a cumulative percentage line, it makes the 80/20 split immediately apparent and gives teams a defensible, data-backed rationale for where to act first.
The chart does not replace deeper analysis. It is the entry point, not the conclusion. Use it to identify where to look, then apply root cause methods to understand why those top categories are occurring. That combination converts reactive fire-fighting into a structured improvement cycle with measurable outcomes.
Identify Your Top Failure Causes Automatically
Tractian's Sensor + Software solution captures continuous asset data so your team can build accurate Pareto analyses from real failure events, not guesswork.
See Condition MonitoringFrequently Asked Questions
What does the 80/20 rule mean in a Pareto chart?
The 80/20 rule means that roughly 80% of your failures, defects, or downtime events are caused by 20% of the possible causes. A Pareto chart makes this visible by ranking categories from highest to lowest frequency and overlaying a cumulative percentage line. The point where that line crosses 80% marks the boundary of your vital few causes.
What is the difference between a Pareto chart and a histogram?
A histogram displays the distribution of a single continuous variable across fixed intervals, with bars ordered by value range rather than frequency. A Pareto chart ranks discrete categories from most to least frequent and adds a cumulative percentage line. The Pareto chart is built for prioritization; the histogram is built for understanding distribution shape.
When should a maintenance team use a Pareto chart?
Use a Pareto chart when you have a list of failure modes, defect types, or downtime causes and need to decide where to focus limited resources. It is especially useful after collecting work order data over a defined period, during an RCA debrief when multiple contributing factors have been identified, and when justifying a maintenance improvement project to management.
Can a Pareto chart be used for costs instead of frequency?
Yes. The left Y-axis can represent cost (in dollars or labor hours) instead of event count. A cost-weighted Pareto chart is often more actionable than a frequency-based one because a low-frequency failure with high repair cost may rank higher than a frequent but cheap defect. Use whichever metric aligns with the business impact you are trying to reduce.
Related terms
Lockout Tagout (LOTO): Definition
Lockout tagout (LOTO) is the safety procedure for isolating hazardous energy before maintenance work. Covers the 6 LOTO steps, energy types, lockout vs. tagout, group LOTO, and OSHA 29 CFR 1910.147 requirements.
Logistic Support Analysis: Definition
Logistic support analysis identifies all maintenance tasks and support resources needed to sustain equipment through its service life. Covers ILS elements, the LSAR, LORA, failure analysis inputs, and commercial industry applications.
Lubrication: Definition
Lubrication reduces friction and wear in industrial machinery. Covers lubricant types (oil, grease, dry), lubricant functions, the four main failure modes, oil analysis as a diagnostic tool, and lubrication program best practices.
Machine Condition Monitoring: Definition
Machine condition monitoring measures vibration, temperature, current, and oil parameters to detect developing faults before failure. Covers monitoring technologies, continuous vs. periodic approaches, and integration with predictive maintenance.
Machine Efficiency: Definition
Machine efficiency measures how effectively a machine converts available time into good output. Covers OEE (Availability × Performance × Quality), the Six Big Losses, TPM, and maintenance strategies for improving machine efficiency.