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).
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. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. For “make a pie 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
With quarters Q1–Q4 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. 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
Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top, the tool proves it, and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. If you take one thing from this page on “make a pie chart in excel”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.
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
This is also commonly searched as “how to create a pie chart in excel”, “how do you make a pie chart in excel”, “how do i make a pie chart in excel” and “create pie chart in excel”. They describe the identical operation, so you are in the right place no matter how you phrased it.
This guide also answers
- how to insert pie chart in excel
Why do people search for this in so many different ways?
Because the same task has many names. “how to create a pie chart in excel”, “how do you make a pie chart in excel”, “how do i make a pie chart in excel” all point at the one operation explained on this page, which is why they all lead here.