When to Use a Pie Chart (and When Not To)

Pie charts get a lot of criticism, most of it deserved and most of it avoidable. Follow four rules and they are perfectly good at the one job they do well.

Use a pie chart when all four are true

The parts add up to a meaningful whole — market share, budget split, traffic mix.

You have six slices or fewer. Beyond that, colours become impossible to match to labels.

The differences are large. Human eyes compare angles badly; 31% and 34% will look identical.

All values are positive. A negative share of a whole cannot be drawn as a slice.

Use a bar chart instead when

You need precise comparison, or you have to rank the items.

You have more than six categories, or a long tail of small values.

Your values do not form a whole — for example average revenue per region.

You want to compare the same breakdown across time periods.

Practical tips that fix most pie charts

Sort the slices largest to smallest, starting at 12 o’clock and going clockwise.

Label the slices directly with the percentage instead of forcing a legend lookup.

Group everything under about 3% into a single "Other" slice.

Never use 3D or exploded slices — perspective distorts the very areas you are asking readers to compare.

Pie or donut?

They encode identical information. A donut frees the centre for a headline total, which is why dashboards prefer it.

If the total matters as much as the split, use a donut and put the total in the middle.

Try it with this data

Five slices, sorted, clearly different in size — a legitimate pie chart.

Chart type
Your data5 rows · 2 cols
CSV detected
Live previewUpdates as you type · nothing leaves your browser
Pie chart of Share by Channel — 5 data points.
Export

Frequently asked

How many slices should a pie chart have?
Two to six. Beyond six, switch to a bar chart or group the smallest values into an "Other" slice.
Do pie chart values have to add up to 100%?
The underlying values must represent a whole, but they can be raw counts — percentages are calculated for you.
Are donut charts better than pie charts?
Only marginally, and mostly for layout reasons. The centre hole gives you space for a total, which makes donuts popular in dashboards.