How to Create a Pie Chart in Excel

How to Create a Pie Chart in Excel

Pie charts are one of the most recognizable ways to show how a whole is divided into parts, and I use them whenever I want to show proportions at a glance — like market share, budget allocation, or the breakdown of survey responses. In this article, I’ll walk through exactly how I build, format, and troubleshoot pie charts in Excel, along with when I choose NOT to use one.

What a Pie Chart Is Best Used For

A pie chart represents data as slices of a circle, where each slice’s size is proportional to its value relative to the total. I use pie charts specifically when:

  • I’m showing parts of a single whole (percentages that add up to 100%).
  • I have a small number of categories — ideally 2 to 6. Beyond that, slices become too thin to read.
  • I want to emphasize proportion rather than exact comparison between similar-sized values (bar charts are better for that).

If I have more than 6–7 categories, or if I need to compare exact values precisely, I switch to a bar chart instead — pie charts get messy and hard to interpret with too many slices.

Preparing Your Data

Pie charts need exactly one category column and one value column:

Expense CategoryAmount
Rent40000
Utilities8000
Salaries65000
Marketing12000
Miscellaneous5000
  • Column A: category labels.
  • Column B: numeric values (Excel calculates the percentage automatically).
  • Avoid negative numbers — pie charts can’t represent them meaningfully.
  • Keep it to a handful of categories for readability.

Step-by-Step: Creating a Pie Chart

  1. Select your data range, including headers (for example, A1:B6).
  2. Go to the Insert tab.
  3. Click the Insert Pie or Doughnut Chart icon in the Charts group.
  4. Choose your style:
    • Pie – the classic single-ring pie chart.
    • 3-D Pie – adds a tilted, three-dimensional look (I use this sparingly — see mistakes below).
    • Doughnut – a pie chart with a hole in the middle, useful for showing multiple data series as concentric rings.
  5. Click the chart type, and Excel generates it instantly on your worksheet.

Formatting Your Pie Chart

Once the basic chart is created, here’s what I always do to make it readable:

  1. Add a chart title. Click the default title text and rename it to something clear, like “Monthly Expense Breakdown.”
  2. Add data labels with percentages. Go to Chart Design > Add Chart Element > Data Labels > More Data Label Options, then check Percentage (and uncheck Value if you only want percentages shown, not raw numbers).
  3. Add a legend or category names directly on slices. I usually prefer showing category names right on or near each slice instead of relying solely on a separate legend — it’s easier to read. This is available under Data Label Options as “Category Name.”
  4. Change slice colors. Click a slice once to select all, then click again to select just one slice, and use Format > Shape Fill to recolor it.
  5. Explode a slice for emphasis. Click a slice once to select all, click again to select just the one you want to highlight, then simply click and drag it slightly outward from the center.

Practical Example

Let’s say I’m presenting a company’s marketing budget breakdown across four channels:

ChannelBudget
Social Media30000
Search Ads25000
Email Marketing10000
Print Media5000

Selecting this data and inserting a Pie chart instantly shows that Social Media takes up the largest share, roughly 43% of the total budget — a conclusion that’s far more immediate visually than scanning four separate numbers in a table.

Doughnut Charts for Multiple Data Series

If I want to compare two years’ proportional breakdowns side by side, a Doughnut chart works well because it can show two data series as concentric rings — for example, this year’s budget allocation on the outer ring and last year’s on the inner ring, letting me visually compare how the proportions shifted year over year.

Common Mistakes I See

  • Using a pie chart with too many categories. Once you go beyond 6–7 slices, the smallest ones become unreadable slivers. I group small categories into an “Other” bucket instead.
  • Using 3-D pie charts by default. The tilted perspective distorts the true proportional size of slices — a slice in the back can look smaller than it actually is compared to one in the front. I stick to flat 2D pie charts for accuracy.
  • Showing both raw values and percentages when it’s cluttered. I usually pick just percentages, since that’s the whole point of a pie chart, and let the underlying table hold the raw numbers if needed.
  • Using a pie chart when values don’t add up to a meaningful whole. Pie charts only make sense for part-to-whole relationships — if your categories aren’t parts of the same total, a bar chart is the right choice instead.
  • Ordering slices randomly. I usually sort my data from largest to smallest before charting, so the pie reads in a clean, descending visual order starting from 12 o’clock.

Troubleshooting Tips

  • If a slice looks like it’s the wrong size relative to its label, double check there’s no negative or zero value skewing the total.
  • If your legend is hard to match to slices, switch data labels to show category names directly on the slices instead of relying on a color-matched legend.
  • If new data doesn’t appear in the chart, make sure your source range is fully selected — pie charts don’t auto-expand unless linked to a proper Table.
  • If percentages don’t add up to 100% visually as expected, check for hidden rows or filtered-out categories in your source data that are still being included in the chart’s total.

Real-World Use Cases

  • Finance teams showing expense category breakdowns as a percentage of total spending.
  • Marketers showing channel-wise budget allocation.
  • Survey analysts showing the percentage breakdown of responses to a single-choice question.
  • Business owners showing market share among competitors.
  • Students presenting demographic or categorical breakdowns for class projects.

Best Practices I Follow

  • Limit pie charts to 6 or fewer categories; group anything smaller into “Other.”
  • Always use flat 2D pie charts instead of 3D for accuracy.
  • Sort data from largest to smallest before charting for a cleaner visual flow.
  • Show percentages as data labels rather than forcing viewers to estimate slice size by eye.
  • Use a bar chart instead whenever you need to compare exact values precisely rather than show proportion of a whole.

Pie charts are deceptively simple to build but easy to misuse — cramming in too many categories or relying on a 3D tilt are the two mistakes I see most often. Once you keep it to a handful of clearly labeled, sorted slices in flat 2D, a pie chart becomes one of the fastest ways to communicate proportion at a glance.

Total
1
Shares

Leave a Reply

Previous Post
How to Multiply and Divide in Excel

How to Multiply and Divide in Excel

Next Post
How to Make a Bar Graph in Excel

How to Make a Bar Graph in Excel

Related Posts