BY: Statistics Fundamentals Team
Reviewed By: Minsa A (Senior Statistics Editor)

Free Online Pie Chart Maker

Enter your categories and values, and the tool calculates exact percentages and draws the chart automatically. Customize colors, switch to donut chart style, add a title, and download a high-resolution SVG. No account needed.

Pie Chart Maker

% Formula Percentage = (Value ÷ Total) × 100 Angle = (Value ÷ Total) × 360°
# Category Value Color %

Switch between pie and donut chart, adjust labels, and apply a preset color palette or use custom colors in the Data tab.

One row per category. Format: Category Name, Number. The header row is optional.

Pie Chart Examples

Click any example to load it into the maker above

View:

What Is a Pie Chart?

A pie chart (also called a circle chart) is a circular statistical graphic divided into slices, where each slice represents a category's proportional share of the total. The arc length, central angle, and area of each sector are all proportional to the quantity it represents. The name comes from the resemblance to a pie cut into wedges. Pie charts are one of the most widely used data visualizations in business reports, academic presentations, journalism, and school projects because they give an immediate sense of how a whole divides into parts.

The key constraint is that all slices together must equal 100% of the total. This makes pie charts specifically suited for part-to-whole relationships. If your data does not represent shares of a single total — for example, comparing sales figures across separate product lines over different years — a bar chart is usually a clearer choice.

How to Make a Pie Chart in 6 Steps

1
Enter Categories
Type your category names in the Label column.
2
Add Values
Enter the numerical value for each category.
3
Check Percentages
The tool calculates percentages automatically as you type.
4
Customize Colors
Use the color picker or choose a preset palette.
5
Adjust Style
Switch to donut chart, set label mode, and position the legend.
6
Download SVG
Export a scalable vector file for any presentation or report.

Pie Chart Formulas and Percentage Calculations

Two formulas drive every pie chart. The first converts a raw value into a percentage of the total. The second converts that percentage into the central angle of the slice in the circle.

Percentage formula: Percentage (%) = (Category Value ÷ Sum of All Values) × 100. If your data has four categories with values 40, 30, 20, and 10, the total is 100. The first category's percentage is (40 ÷ 100) × 100 = 40%.
Slice angle formula: Angle (°) = (Category Value ÷ Sum of All Values) × 360. Using the same example, the first slice subtends 40% × 360° = 144° at the center of the circle.
Rounding check: When percentages are rounded to whole numbers, they may sum to 99% or 101% due to rounding errors. The standard fix is to adjust the category with the largest remainder. Always report that percentages are rounded when this occurs.

For more on calculating and interpreting proportional data, see Descriptive Statistics on Statistics Fundamentals.

Pie Chart vs. Donut Chart vs. Bar Chart

Chart TypeBest ForAvoid WhenReadable Categories
Pie Chart Part-to-whole shares, dominant categories, survey results Many small slices, precise value comparison, time-series data 2 – 6
Donut Chart Same as pie; allows a center metric (e.g. total, KPI label) Same as pie; avoid when center space is not used meaningfully 2 – 6
Bar Chart Comparing values across many categories, tracking changes, ranking When you specifically need to show a proportion of a single whole 2 – 20+
Stacked Bar Part-to-whole across multiple groups or time periods Single time point with few categories 2 – 8 per stack

Pie Chart Best Practices

Limit to 6 categories maximum. Beyond six slices, the chart becomes difficult to read. Group minor categories into a single "Other" slice, and consider using a bar chart if many categories matter equally.
Start at 12 o'clock, go clockwise. This is the established convention. Readers expect the first and often largest slice to begin at the top. Deviating from this makes comparison harder.
Use contrasting colors. Adjacent slices should be clearly distinct. Avoid using the same hue at different saturations for neighboring segments. Consider color-blind-friendly palettes — approximately 8% of men have red-green color vision deficiency.
Label directly when possible. External labels with leader lines can clutter a chart. Where slices are large enough, placing the percentage inside the slice is cleaner. For small slices, a legend is cleaner than attempting to label inside.
Avoid 3D effects. Three-dimensional pie charts distort proportions — slices at the front appear larger than slices at the back even when their actual values are identical. This is a known perceptual bias documented by data visualization researchers including Edward Tufte in The Visual Display of Quantitative Information.

Common Pie Chart Mistakes

The two most common errors are including too many slices and applying 3D styling. A pie chart with ten slices requires readers to scan a legend and match colors to thin slivers, defeating the purpose of visualization. The second error is 3D perspective — it introduces an optical illusion where the front of the circle looks larger, misrepresenting the data.

A subtler mistake is using pie charts for data that does not represent parts of a whole. If you are comparing the number of customers each sales representative acquired independently — not as shares of a fixed total — a bar chart is more appropriate. The slice metaphor implies a shared whole, which can mislead when that relationship does not exist in the data.

For foundational reading on chart selection and data visualization principles, the Storytelling with Data resource by Cole Nussbaumer Knaflic covers these trade-offs in depth.

Real-World Pie Chart Uses

Business and Finance: Revenue breakdown by product line, market share by competitor, budget allocation by department. A company might show that 42% of revenue comes from its top product category.
Survey Research: Response distribution across answer choices. A satisfaction survey showing 55% Very Satisfied, 28% Satisfied, 12% Neutral, and 5% Dissatisfied translates directly to a pie chart.
Education and Demographics: Student enrollment by major, population breakdown by age group, test score distribution across grade bands.
Science and Statistics: Composition data such as macronutrient breakdown in a food sample, or frequency distribution of categorical variables in a dataset. For more on frequency distributions, see the Frequency Distribution Table Maker.

Related Tools and Guides

Sources and further reading:

  • Tufte, E. R. (2001). The Visual Display of Quantitative Information, 2nd ed. Graphics Press.
  • Cleveland, W. S. (1985). The Elements of Graphing Data. Wadsworth Advanced Books. [Documents perceptual limitations of pie charts]
  • Nussbaumer Knaflic, C. (2015). Storytelling with Data. Wiley. — storytellingwithdata.com
  • Few, S. (2007). "Save the Pies for Dessert." Visual Business Intelligence Newsletter. Perceptual Edge.
  • NIST/SEMATECH — Engineering Statistics Handbook

Frequently Asked Questions

This tool is fully free, works in any browser, and requires no sign-up. It auto-calculates percentages, supports up to 20 categories, includes a donut chart mode, custom and preset color palettes, multiple label styles, and exports clean SVG files for presentations and reports. It runs entirely in your browser — no data is sent to a server.

Divide each category's value by the sum of all values, then multiply by 100. Formula: Percentage = (Value ÷ Total) × 100. For example, if your categories have values 50, 30, and 20, the total is 100. The first slice is 50%, the second 30%, and the third 20%. For the slice angle: multiply the percentage by 3.6 (since 360° ÷ 100 = 3.6°). This tool does both calculations automatically.

Two to six categories works well for most pie charts. Beyond six, slices become too thin to label clearly and too similar in angle to compare visually. When you have seven or more categories, two approaches work: group the smallest categories into a single "Other" slice, or switch to a bar chart, which handles many categories much more readably.

A donut chart is a pie chart with the center removed, leaving a ring shape. Both display the same proportional data using the same calculation. The practical difference is visual: the hollow center can hold a key metric, total, or label. Some researchers also argue that donut charts are slightly easier to read because they reduce the visual salience of area and focus attention on arc length. Toggle the Chart Type selector in the Style tab to switch between pie and donut.

Rounding. When each percentage is rounded to a whole number or one decimal place, the individual rounding errors can accumulate to a sum of 99% or 101%. This is normal and expected. The standard solution is to adjust the largest slice by ±1% to make the total exactly 100%. Always note in your report that percentages are rounded. This tool rounds to one decimal place, which minimizes the rounding gap.

Yes. Copy your two-column data from Excel (category names in the first column, values in the second), then use the Paste CSV tab above. Paste the data, click Import CSV, and the tool loads your categories automatically. Alternatively, you can type values directly in the Data tab. The exported SVG file can then be inserted into Excel, Word, or PowerPoint.

Use a bar chart when you have more than six categories, when precise comparison of values matters (bar lengths are easier to compare than slice angles), when values do not represent shares of a single total, or when tracking the same measure across time points. Pie charts are most effective when one slice is clearly dominant or when the data is a simple two-part split.