How to Insert Pie Chart in Excel

If you just need to insert pie chart in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: select your labels and values, then Insert ▸ Chart ▸ Pie. To show each slice as a percentage, the share of a value is =value/SUM(range).

ƒxPie-% HelperLive
Q120.0%
Q230.0%
Q310.0%
Q440.0%
value/SUM(range)
Format the result cell as %.
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

A pie chart shows how parts make up a whole, with each slice sized by its share of the total. It works best with a handful of categories that add to a meaningful 100% — market share, budget split, survey responses. Beyond five or six slices it gets hard to read, where a bar chart usually communicates better. 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. Treat “insert pie chart in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected chart shows up while it is still harmless. 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 turns a visual that makes the number obvious at a glance into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

With quarters Q1Q4 valued 30, 45, 15, 60 (total 150), each slice is value/total: Q4 is 60/150 = 40% of the pie. In a cell, =B2/SUM($B$2:$B$5) gives that share; format it as a percentage and add data labels so the slices are annotated. The donut above recomputes every slice as you edit the values. A pie chart is the fastest way to make a composition obvious — where the money goes, who holds what share. Used on the right data (a few parts of one whole) it is instantly readable to any audience. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.

In Google Sheets

Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. 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. The short version of “insert pie chart in excel”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.

Common mistakes

  • Using a pie for more than ~6 categories, where slices blur together — switch to a bar chart.
  • Plotting values that do not sum to a meaningful whole, so percentages mislead.
  • Including a total row in the data, which adds a giant 50% slice.
  • Relying on colour alone; add labels so the chart is readable in greyscale.

Frequently asked questions

How do I show percentages on each slice?

Add data labels, then in label options tick “Percentage”. Excel computes each slice’s share of the total automatically.

Pie or bar chart?

Pie suits a few parts of one whole; bar charts compare many categories or values that do not sum to 100%. When in doubt, use a bar chart — it is easier to read.

Why does my pie look wrong?

Usually a stray total row or a blank category is included. Plot only the category/value pairs that add to your whole.

Other ways people ask this

People reach this page typing “insert pie chart in excel”, “insert a pie chart in excel”, “how do i insert a pie chart in excel” and “how do you insert a pie chart in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.

Why do people search for this in so many different ways?

Because the same task has many names. “insert pie chart in excel”, “insert a pie chart in excel”, “how do i insert a pie chart in excel” all point at the one operation explained on this page, which is why they all lead here.