Pareto Chart Generator
Add your categories below. The tool sorts them automatically.
First line can be a header row (Category,Count) — the tool ignores it automatically.
Select a dataset to load it into the chart generator. These cover common Pareto analysis scenarios across industries.
Pareto Chart Examples
Click any example to load it into the chart generator above
What Is a Pareto Chart?
A Pareto chart is a bar chart that displays categories sorted from highest to lowest frequency, with a cumulative percentage line plotted on a secondary axis. It combines two visual representations: sorted bars showing how often each category occurs, and a line showing the running total as a percentage of all observations. The chart is named after Vilfredo Pareto, the Italian economist who observed in 1896 that 80% of Italy's land was owned by 20% of the population.
Joseph Juran, a management consultant working on quality control in the 1950s, applied Pareto's observation to business processes and coined the term "Pareto Principle." He found that in most quality problems, a small number of causes (the "critical few") account for the majority of defects — and that sorting and visualizing data this way makes prioritization straightforward. Pareto charts became a cornerstone of Six Sigma and Lean manufacturing and are now one of the seven basic tools of quality control.
How to Read a Pareto Chart
The left Y-axis shows the raw count or frequency. The right Y-axis shows the cumulative percentage from 0% to 100%. Bars are always arranged left to right from tallest to shortest. The line starts near 0% at the left edge and climbs toward 100% at the right. To find your "critical few," draw a horizontal line from the 80% mark on the right axis across to the cumulative line, then look straight down — all categories to the left of that intersection are responsible for 80% of the total.
Step-by-Step: Creating a Pareto Chart
Worked Example: Manufacturing Defect Analysis
A quality team inspects 200 units and records these defects:
| Defect Type | Count | Relative % | Cumulative % | Priority |
|---|---|---|---|---|
| Incorrect assembly | 74 | 37.0% | 37.0% | Critical |
| Missing parts | 52 | 26.0% | 63.0% | Critical |
| Surface scratch | 34 | 17.0% | 80.0% | Critical |
| Wrong dimensions | 22 | 11.0% | 91.0% | Trivial |
| Packaging damage | 11 | 5.5% | 96.5% | Trivial |
| Other | 7 | 3.5% | 100.0% | Trivial |
The first three defect types account for exactly 80% of all defects. Fixing incorrect assembly, missing parts, and surface scratches — the critical few — would eliminate 80% of the problem while addressing only half the defect categories. The remaining three categories account for just 20% of defects, making them lower priority in a resource-constrained environment.
Pareto Chart vs Bar Chart
| Feature | Pareto Chart | Bar Chart |
|---|---|---|
| Sort order | Always descending by frequency | Any order (chronological, alphabetical, etc.) |
| Cumulative line | Yes — right Y-axis, 0–100% | No |
| Primary purpose | Prioritization and root cause analysis | Comparison between categories |
| 80/20 analysis | Built in | Not applicable |
| Quality management use | Standard tool (ISO, Six Sigma, Lean) | General visualization |
| Best for | Defects, complaints, errors, causes | Survey results, comparisons, rankings |
Where Pareto Analysis Gets Used
The same logic — sorting by frequency to find the critical few — applies across a wide range of fields:
Related Topics
Sources & further reading:
- ASQ (American Society for Quality) — Pareto Chart: Learn About This Quality Tool
- NIST/SEMATECH e-Handbook of Statistical Methods — Pareto Diagram
- Montgomery, D.C. (2009). Introduction to Statistical Quality Control, 6th ed. John Wiley & Sons.
- Juran, J.M. & Godfrey, A.B. (1999). Juran's Quality Handbook, 5th ed. McGraw-Hill.
Frequently Asked Questions
A Pareto Chart Maker is an online tool that converts category frequency data into a Pareto chart by automatically sorting values from highest to lowest, calculating cumulative percentages, and drawing the cumulative line. This tool is free, browser-based, and requires no sign-up. Enter data manually, paste CSV, or load a sample dataset, then download the chart as SVG.
The 80/20 rule — also called the Pareto Principle — is the observation that roughly 80% of outcomes come from 20% of causes. In a Pareto chart, the 80% cutoff is marked with a dashed horizontal line on the cumulative percentage axis. Every category whose bar falls to the left of where the cumulative line crosses that threshold is a "critical few" — together they account for 80% of the total. The remaining categories are the "trivial many." The 80/20 split is a guideline, not a fixed law; the cutoff percentage is adjustable (70%, 75%, 90%) depending on your analysis goals.
The cumulative line starts at the top of the first (tallest) bar and rises to 100% at the right edge of the chart. Each point on the line shows the combined percentage of all categories up to and including that bar. To use it: find the 80% mark on the right Y-axis, draw a horizontal line across to the cumulative line, then drop straight down to the category axis. All categories to the left of that point — the critical few — account for 80% of your total count.
The key differences are sorting and the cumulative line. A standard bar chart displays categories in any order (alphabetical, chronological, or by preference) and shows only raw frequencies on one Y-axis. A Pareto chart always sorts bars descending from left to right and adds a cumulative percentage line on a second Y-axis. This combination makes Pareto charts specifically suited to prioritization and root cause analysis, while bar charts are better for direct comparisons where order matters for context (like comparing data across time periods).
Use a Pareto chart when you have categorical data with counts and your goal is prioritization. Good scenarios: identifying which defect types cause the most quality failures, which customer complaint categories take the most support resources, which software bug types appear most frequently, which inventory items generate the most revenue, or which process steps cause the most delays. Pareto charts work best when there are between 4 and 15 categories; fewer than 4 may not reveal a meaningful Pareto effect, and more than 15 can make the chart difficult to read (consider grouping minor categories into "Other").
Most practitioners aim for 6–12 categories. This gives enough granularity to be informative while keeping the chart readable. If you have many categories with very small counts, group the smallest into a single "Other" or "Miscellaneous" category. The "Other" bar should appear at the end of the sorted list — even if its count would place it higher — because it represents a collection of minor items rather than a single actionable cause.
Yes. The bars can represent any consistent measure: raw counts, percentages, cost, time, or any other quantity where higher values indicate greater impact. The cumulative line is always calculated from whatever values you provide. For cost analysis, entering the cost attributable to each defect type rather than the defect count produces a cost-weighted Pareto chart, which prioritizes the highest-cost categories even if they are not the most frequent.
Pareto analysis tells you what to fix — it identifies which categories occur most frequently. Root cause analysis (such as the 5 Whys technique or a fishbone/Ishikawa diagram) tells you why those categories occur. In quality improvement workflows, Pareto analysis typically comes first to narrow focus, followed by root cause analysis on the identified critical few. Together they form a two-step prioritization and diagnosis process. See our data visualization guide for more on connecting analytical tools.