How to Plot Pareto Chart in Excel

This guide treats “plot pareto chart in excel” the way busy spreadsheet users actually want it: answer first, then the reasoning. It is written for Excel but calls out every place Google Sheets differs, and the platform toggle at the top switches all shortcuts between Windows and Mac so nothing here assumes the keyboard you are not on.

Exact answer

In Excel: select the category and count columns and choose Insert ▸ Insert Statistic Chart ▸ Pareto — Excel sorts the bars descending and adds the cumulative percentage line itself.

Annotated stepsExcel
1

Put the categories in one column and their counts in the next; no sorting is needed.

2

Select both columns including the headers.

3

Choose Insert ▸ Charts ▸ Insert Statistic Chart ▸ Pareto.

4

Right-click the horizontal axis ▸ Format Axis to group the long tail into an Overflow bin if there are many small categories.

5

Add data labels to the bars, and leave the percentage line unlabelled unless a specific threshold matters.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

A Pareto chart is a sorted bar chart with a cumulative percentage line drawn over it on a secondary axis. It answers one question: how few categories account for most of the total. Since Excel 2016 it is a native statistic chart, so the sorting, the running total and the second axis are all handled by the chart type rather than by helper columns. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. For “plot pareto chart in excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected chart change, and only then apply the same setup to the full sheet. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That is what makes a visual that makes the number obvious at a glance useful in real work: repeatable, auditable, and not dependent on memory or luck.

A worked example

Six defect types with counts 142, 96, 41, 22, 12 and 7 — 320 failures in total. Insert ▸ Insert Statistic Chart ▸ Pareto. The bars reorder themselves largest first and the cumulative line reaches 74% at the second bar (238 of 320), so two of the six defect types account for roughly three quarters of all failures. Prioritisation arguments are won with the cumulative line: it converts a list of complaints into a defensible claim about where two fixes remove most of the pain. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.

In Google Sheets

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Treat “plot pareto chart in excel” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.

Common mistakes

  • Feeding it percentages instead of counts, which makes the cumulative line meaningless.
  • Charting thirty categories, where the tail is unreadable and an Overflow bin would tell the same story.
  • Comparing counts of things with different costs — twenty cheap defects can outrank one expensive one and hide the real problem.
  • Building it manually in Excel 2013 or earlier and forgetting to sort descending, which breaks the cumulative reading entirely.

Frequently asked questions

Which version has the Pareto chart?

Excel 2016 and later, including Microsoft 365, under Insert ▸ Insert Statistic Chart.

How do I build one without the native type?

Sort descending, add a cumulative percentage column, chart both, then move the percentage series to a secondary axis and change it to a line.

Can I group the small categories?

Yes. Format Axis has Overflow bin and Underflow bin settings that collect the tail into one bar.

Why does the line not reach 100%?

The axis maximum was changed by hand. Set the secondary axis maximum back to 1.0 (100%).