How to Create a Pareto Chart in Excel: Step-by-Step Guide with Examples

Excel makes Pareto analysis practical for anyone who needs to identify the few causes responsible for most outcomes. A Pareto chart combines columns and a cumulative percentage line, making it especially useful for quality control, sales analysis, customer support, inventory review, and operational reporting.

TLDR: A Pareto chart in Excel helps reveal which categories have the biggest impact by sorting values from largest to smallest and showing their cumulative percentage. The analyst can create one quickly using Excel’s built-in Histogram/Pareto chart feature or manually with a combo chart. A good Pareto chart includes category totals, a cumulative percentage line, proper labels, and a clear 80% reference point when needed.

What Is a Pareto Chart?

A Pareto chart is based on the Pareto Principle, often called the 80/20 rule. This principle suggests that roughly 80% of results often come from 20% of causes. In business reporting, this may mean that most customer complaints come from a small number of issue types, or that most revenue comes from a limited group of products.

The chart includes two important elements:

  • Bars: These show the total value for each category, arranged from highest to lowest.
  • Cumulative percentage line: This shows how much of the total is explained as each category is added.

Because it visually separates major contributors from minor ones, a Pareto chart helps teams decide where improvement efforts should begin.

Example Data for a Pareto Chart

Suppose a quality team is reviewing manufacturing defects recorded during one month. The data may look like this:

Defect Type Number of Defects
Scratches 48
Wrong Size 32
Missing Parts 26
Color Error 18
Packaging Damage 14
Label Error 9

In this example, the analyst wants to see which defect types account for most of the total problems.

Method 1: Creating a Pareto Chart with Excel’s Built-In Tool

Modern versions of Excel include a built-in Pareto chart option. This is the fastest method when the source data is already clean and organized.

  1. Prepare the data: The analyst creates two columns: one for categories and one for values. Empty rows, duplicate labels, and text in the value column should be removed.
  2. Select the data range: The analyst highlights both the category names and their corresponding numbers.
  3. Open the chart menu: From the Excel ribbon, the analyst chooses Insert, then selects Insert Statistic Chart.
  4. Choose Pareto: Under the Histogram options, the analyst selects Pareto.
  5. Review the chart: Excel automatically sorts the bars from largest to smallest and adds the cumulative percentage line.
  6. Format the chart: The analyst adds a chart title, adjusts axis labels, and formats colors for readability.

This method is convenient because Excel handles the sorting and cumulative calculations automatically. However, it may offer less flexibility than a manually built combo chart.

Method 2: Creating a Manual Pareto Chart

A manual Pareto chart gives the analyst more control over calculations, formatting, and layout. This approach is often preferred for presentations, dashboards, or reports that must follow a specific style.

Step 1: Sort the Data

The analyst first sorts the data by the value column in descending order. In the example, “Scratches” should appear first because it has the highest number of defects.

Step 2: Calculate the Total

The total number of defects is calculated by summing all defect counts. In Excel, if the defect values are in cells B2:B7, the formula is:

=SUM(B2:B7)

For the example above, the total is 147 defects.

Step 3: Add a Cumulative Total Column

Next, the analyst adds a column named Cumulative Total. If the first value is in B2, the first cumulative total is:

=B2

The next row adds the current value to the previous cumulative total:

=C2+B3

This formula is then copied down the column.

Step 4: Add a Cumulative Percentage Column

The analyst then creates a Cumulative % column. If the cumulative total is in C2 and the grand total is in cell B8, the formula may be:

=C2/$B$8

The result should be formatted as a percentage. This column shows how quickly the categories approach 100% of all defects.

Step 5: Insert a Combo Chart

The analyst selects the category names, defect counts, and cumulative percentages. Then, from the ribbon, the analyst chooses Insert, selects Combo Chart, and uses the following setup:

  • Defect count: Clustered Column
  • Cumulative percentage: Line
  • Cumulative percentage axis: Secondary Axis

After the chart appears, the secondary axis should be formatted from 0% to 100%. This makes the cumulative line easier to interpret.

How to Interpret a Pareto Chart

Once the chart is created, the analyst looks for the categories that contribute most of the total. In the defect example, scratches, wrong size, and missing parts may account for a large share of all defects. These categories become the best starting points for process improvement.

Some analysts add an 80% reference line to show where the cumulative percentage reaches the traditional Pareto threshold. Categories to the left of that point are usually considered the “vital few,” while those to the right are the “trivial many.” However, the 80/20 split is not a strict rule. In some datasets, the key cutoff may be 70%, 85%, or another practical threshold.

Tips for Building a Clear Pareto Chart

  • Use clean categories: Similar labels should be combined, such as “Late Delivery” and “Delivery Late.”
  • Avoid too many small categories: Minor categories can be grouped into “Other” to keep the chart readable.
  • Sort values correctly: Bars must run from highest to lowest for the chart to work properly.
  • Format the percentage axis: The cumulative line should clearly run from 0% to 100%.
  • Add meaningful titles: A title such as Monthly Product Defects by Type is more useful than Pareto Chart.

Common Uses of Pareto Charts in Excel

Pareto charts are widely used because they turn raw counts into priorities. In customer service, they can show which complaint types create the most tickets. In sales, they can reveal which products generate most revenue. In inventory management, they can identify items responsible for most stock value or shortages.

They are also useful in project management, where teams need to decide which risks, delays, or cost drivers deserve immediate attention. By focusing on the biggest contributors first, organizations can often achieve faster and more measurable improvements.

FAQ

What is the easiest way to create a Pareto chart in Excel?

The easiest method is to select the data, go to Insert, choose Insert Statistic Chart, and select Pareto. Excel automatically sorts the values and adds the cumulative percentage line.

Can older versions of Excel create Pareto charts?

Yes. If the built-in Pareto option is unavailable, the analyst can create one manually by sorting the data, calculating cumulative percentages, and inserting a combo chart with columns and a line.

Does a Pareto chart always follow the 80/20 rule?

No. The 80/20 rule is a useful guideline, not a guarantee. The actual data may show that 75%, 85%, or another percentage comes from the most important categories.

What type of data works best for a Pareto chart?

Pareto charts work best with category-based count or value data, such as defects, complaints, sales by product, expenses by type, or incidents by cause.

Why is the cumulative percentage line important?

The cumulative line shows how much of the total is explained as each category is added. It helps the analyst identify the point where the most important categories have been captured.