So you've got a messy spreadsheet of complaints, defects, or sales returns โ and someone wants to know which problems are actually worth chasing. That's where a Pareto chart earns its keep. It's the bar-and-line combo that ranks your issues from worst to least, draws a cumulative percentage line over the top, and quietly shows you the 80/20 split everyone keeps quoting in meetings. Whether you call it a Pareto graph, a Pareto diagram, or just "the 80/20 chart," the structure is the same and Excel handles most of the heavy lifting.
Excel makes this surprisingly painless. If you're on Excel 2016 or newer (which includes Microsoft 365 and Excel for Mac 2016+), there's a built-in Pareto option hiding under Insert > Charts > Statistical. Two clicks and the chart sorts your data, calculates the running percentage, and styles the secondary axis for you. No formulas. No manual sorting. Done. This is one of those quiet wins Microsoft slipped into Excel without much fanfare, and a lot of analysts still don't know it exists.
Stuck on Excel 2013 or earlier? You'll do a bit more work โ sort the categories, add a cumulative % column, then build a combo chart with a secondary axis โ but it's not hard once you've done it once.
We'll walk through both paths below, then show you how to actually read the chart, where teams get fooled by small datasets, and what to do when your "80/20" comes out looking more like 60/40. By the end you'll be able to prepare a Pareto chart in Excel from raw data in under five minutes, and โ more importantly โ know whether the result is worth showing your boss.
One quick note on terminology before we dive in. People search for this technique under a dozen different names: "how to make a Pareto chart in Excel," "how to make a Pareto graph in Excel," "how to prepare Pareto chart in Excel," "how do I make a Pareto chart in Excel," and so on. They all mean the same thing. We'll use "Pareto chart" throughout because that's what Excel itself calls it on the ribbon, but if your boss asks for a "Pareto graph" or a "Pareto diagram" โ same thing, same steps.
Before you open Excel, get your data ready. A Pareto chart needs two columns: one with category names (defect types, complaint reasons, product SKUs โ whatever you're analyzing) and one with the counts or values. That's it. No totals row, no blank rows, no merged cells. The cleaner the source, the cleaner the chart. If your raw export from a ticketing system or a manufacturing database is messy, take five minutes to clean it before you even touch the chart tools. It's faster than fixing a broken chart afterwards.
One mistake we see constantly โ people try to feed Excel pre-sorted data or pre-calculated percentages. Don't. The built-in Pareto tool sorts and calculates automatically. If you hand it a percentage column, it'll treat that as another bar and the chart breaks. Two columns. Raw counts. That's the contract. The only exception is when you're building a weighted Pareto (we'll cover that later) โ in which case the second column is "count ร weight" rather than raw frequency.
Worth saying out loud: the categories should be mutually exclusive. If one defect can fall into two buckets, you'll double-count and the cumulative line lies to you. Quality teams know this pain well โ "scratched and dented" needs to be one category or two, never both at once. The same applies to customer complaint codes, software bug tags, and sales-return reasons. Spend a moment defining your buckets, then stick to them.
One more housekeeping tip. Give your category column a descriptive header โ "Defect Type," "Complaint Reason," "Lost-Deal Reason" โ rather than something generic like "Category" or "Item." Excel uses that header as the X-axis title. A clear header saves you a manual relabel later, and it makes the chart immediately readable to anyone who didn't help you build it.
The 80/20 rule โ also called the Pareto principle โ says roughly 80% of effects come from 20% of causes. Vilfredo Pareto noticed it with land ownership in 19th-century Italy. Quality guru Joseph Juran applied it to manufacturing defects. Today it pops up everywhere: 20% of customers drive 80% of revenue, 20% of bugs cause 80% of crashes, 20% of products generate 80% of complaints. A Pareto chart is just the visual proof โ or disproof โ of that split for your data.
Here's the fastest route. Open your spreadsheet, highlight both columns (categories plus values, including headers), then head to the ribbon. Click Insert. In the Charts group you'll see a tiny icon labeled "Insert Statistic Chart" โ it looks like a small histogram. Click it and pick "Pareto" from the dropdown. That's literally all you do. If you can't see the icon, your ribbon might be collapsed; double-click any tab name to expand it, or resize the Excel window until the Charts group widens enough to show labels.
Excel sorts the bars descending, computes the cumulative percentage, plots that as an orange line on a secondary right-hand axis, and labels the axis 0% to 100%. Title, axes, gridlines โ all there. You can tweak colors, add data labels, or rename the chart title by clicking it, but the heavy lifting is done. This is the answer to "how do you make a Pareto chart in Excel" if you're on a current version โ under thirty seconds from raw data to finished chart.
If the chart looks wrong straight after insertion, ninety percent of the time it's a data-selection issue. Click the chart, then drag the blue highlight box on the source data so it covers exactly two columns and no totals row. The chart updates live as you drag. If the cumulative line is missing entirely, you probably selected only the value column โ re-select both columns including the category labels and the line will reappear.
Category labels in column A, raw counts or amounts in column B. Include headers. No totals, no formulas, no blanks.
Click the top-left cell, hold Shift and click the bottom-right value. Both columns highlighted, header row included.
On the ribbon, click Insert. In the Charts group, click the Statistic Chart icon (small histogram). Hover over the Histogram options.
From the dropdown, click the Pareto icon โ the one with a bar chart plus an orange line. Excel inserts a fully formed Pareto chart on the active sheet.
Click the title to rename it. Use Chart Design > Add Chart Element to add data labels or change axes. Drag corners to resize.
Older Excel โ say 2013, 2010, or 2007 โ doesn't ship with the Pareto option, so you build it as a combo chart. It's a few more steps, but each one is short. The trick is sorting your data first, adding a cumulative percentage column second, and then choosing the right combo type when you insert the chart. This is the "how to prepare Pareto chart in Excel" path for legacy installs โ still common in government, banking, and large enterprises where IT rolls out new Office versions on a glacier schedule.
Start by sorting the value column from largest to smallest. Highlight your data, hit Data > Sort, pick the value column, and choose Z to A. Now create a third column called Cumulative %. In the first data row, type =B2/SUM($B$2:$B$11) โ adjust the range to match your data. For the second row, use =B3/SUM($B$2:$B$11)+C2. Drag that formula down. Format the column as a percentage. Now you've got bars and a cumulative line ready to plot.
Select all three columns. Insert > Combo Chart > Create Custom Combo Chart. Set the value column to "Clustered Column" with secondary axis unchecked, and set the Cumulative % column to "Line" with secondary axis checked. Click OK. You've just built a Pareto chart the old-fashioned way.
The advantage of doing it manually โ you have full control over the line series. Want markers? Add them. Want a different color or thickness? Right-click the line and pick Format Data Series. Want to start the line at zero instead of the first bar's value? Insert a "Row 0" with a 0% cumulative entry above your first data row.
Excel 2007 has one extra wrinkle worth flagging: the "Combo Chart" option doesn't exist on that version's ribbon. You'll need to insert a clustered column chart first, then right-click the Cumulative % series, choose "Change Series Chart Type," pick Line, and finally tick "Plot on Secondary Axis" under Format Data Series. Slightly more clicks, identical result.
The native Pareto option is the fastest route โ and it handles sorting and percentages internally.
If you're on Excel 2013, 2010, or 2007, you build a combo chart by hand. Slightly more work, full control.
=value/SUM(range)+previousRow.The browser version of Excel includes the Pareto chart under Insert > Insert Chart > Statistical. It works the same as desktop, though chart formatting options are slightly trimmer.
Reading a Pareto chart isn't complicated, but a lot of people stop at "the tallest bar is the worst problem" and miss the real point. The bars tell you frequency. The line tells you cumulative impact. Together they answer the question that actually matters: where does the cumulative line cross 80%? That's the statistical chart equivalent of asking "what should I work on first?"
That crossing point is your "vital few." Everything to the left contributes the majority of the issue. Everything to the right is what Juran called the "trivial many" โ real, but lower priority. Find the bar under which the line first hits 80%, and you've got your shortlist. Three bars? Address three problems and you've eliminated four-fifths of the noise. Six bars to reach 80%? Fine โ that's still a smaller list than the original twenty.
A nice trick for clarity: add a horizontal reference line at the 80% mark. In Excel, right-click the secondary axis, choose Format Axis, scroll to "Gridlines," and add a custom major gridline at 0.8. Or โ even simpler โ draw a horizontal line shape across the chart at the 80% gridline. Suddenly the "vital few" jump out at the viewer without any explanation needed. This single visual cue often turns a good chart into a great one when you're presenting to non-analysts.
One detail trips up newer analysts: the Pareto principle is a guideline, not a law. Real data rarely splits 80/20 on the nose. Sometimes it's 70/30. Sometimes 90/10. Sometimes you'll plot a chart and the line is almost linear โ meaning no category dominates and the principle doesn't apply to this dataset. That's still useful information. It says: don't expect a quick win. Spread your effort more evenly, or look for a different cut of the data.
Speaking of cuts โ Pareto charts are most powerful when you slice the same dataset multiple ways. Defects by cause. Defects by shift. Defects by machine. Defects by raw-material supplier. Each chart points to a different intervention. Quality teams who only ever build one Pareto are leaving insight on the table. A good rule of thumb: if your first Pareto produces a flat-ish curve, immediately try slicing the same data by a different dimension before you give up.
Another reading pitfall โ confusing high frequency with high severity. A defect that happens 200 times and costs nothing to fix shouldn't outrank a defect that happens 5 times and triggers a product recall. The raw Pareto chart will rank the noisy one first. To fix this, build a weighted Pareto (see further down) or simply add a secondary chart that shows severity-weighted bars side by side with frequency bars. Showing both is often more honest than either alone.
Where do Pareto charts shine? Quality control is the textbook case โ manufacturing defects, scrap reasons, returns. But the same approach works for customer service (top complaint categories), software engineering (bug types, crash reasons), sales operations (lost-deal reasons), inventory (slow-moving SKUs), HR (reasons for turnover), and time tracking (where the workday actually goes). Anywhere you've got a list of countable things competing for your attention, a Pareto chart helps you triage.
Even personal productivity nerds use them โ log how you spend your work hours for a week, then plot a Pareto of activity categories. The result is usually uncomfortable but actionable.
It's also a handy tool for resource arguments. Walking into a budget meeting with a Pareto chart that shows 78% of refunds come from one product line is harder to dismiss than a spreadsheet full of numbers. Visuals win the room. The same chart works in reverse too โ if you want to defend an existing investment, a Pareto showing that your top three accounts drive 82% of revenue makes the case for keeping your customer-success team funded without you having to say a word.
Pair Pareto charts with other root-cause tools and they get more powerful. A Pareto identifies which categories matter most. A fishbone diagram explores why those categories happen. The "5 Whys" technique digs into the deepest root cause for a single top category. Used together, these three tools form the backbone of most Six Sigma DMAIC and lean problem-solving workflows. The Pareto is the entry point โ it tells you which problem to bring to the rest of the kit.
One last technique worth mentioning โ weighted Pareto charts. Instead of plotting raw counts, you plot counts multiplied by severity, cost, or some other weight. A defect that occurs 50 times but costs $1 to fix matters less than a defect that occurs 10 times but costs $500 each. A weighted Pareto re-ranks the bars by total impact, not just frequency. To build one in Excel, just add a "Weighted Value" column (count ร weight) and use that column instead of raw counts when inserting the chart.
The same trick works for service businesses โ weight complaints by customer lifetime value, or by the hours lost to each issue. The chart shape often shifts dramatically. Categories that looked critical by volume slide down the list, and "rare but expensive" categories rocket to the top. That's usually where the real money is hiding. We've seen weighted Paretos completely flip a team's priorities โ the bug that gets reported 12 times a day turns out to matter less than the one that takes the platform down twice a quarter.
For a truly polished result, label the bars with both the raw count and the percentage of the total. To do this, click any bar, choose Format Data Labels, and add "Value" plus "Value From Cells" pointing at a helper column of percentage strings. It looks fiddly the first time but takes about thirty seconds once you've done it. The payoff โ anyone reading your chart can see both the absolute count and the share at a glance, with no mental arithmetic required.
A small word on Pareto charts and pivot tables. If your source data is huge โ say a year of ticketing-system exports with 50,000 rows โ don't try to feed all of it into a Pareto chart directly. Build a pivot table that counts records per category, then point the Pareto chart at the pivot's summarized output. Faster to render, easier to update, and you can slice by month, region, or product line just by dragging fields into the pivot's filter zone.
That's the whole workflow. Built-in Pareto in Excel 2016+? Two clicks. Manual combo in older Excel? Sort, add a cumulative % column, insert combo chart. Read where the cumulative line crosses 80% to find your vital few, then build follow-up Paretos by slicing the same data different ways. Use weighted bars when frequency alone tells the wrong story. And always sanity-check the sample size โ small datasets produce confident-looking charts that mean nothing.
The technique is the same whether you're a Six Sigma green belt analyzing a manufacturing line, a product manager triaging crash reports, or a small-business owner figuring out why your support inbox is so loud. The chart hasn't really changed since Juran adapted it in the 1950s. Software has just made it faster to draw.
If you want to lock in the technique, the Excel practice tests linked above run through chart insertion, data preparation, and the chart-format ribbon in real exam-style questions โ useful both for MOS Excel certification prep and for anyone who just wants to stop reaching for help articles every time they build a chart. Working through twenty or thirty practice questions in one sitting is the fastest way to make the ribbon feel like home rather than a maze.