Average Percentage Calculator
Average a list of percentages in one step — and see the weighted average alongside it. Averaging percentages from differently-sized groups is one of the most common statistical mistakes there is, so this calculator shows both numbers rather than letting you pick the wrong one by accident.
Enter your numbers and press Calculate — the full working appears here.
Recent calculations
Stored only in this browser. Nothing is sent to a server.
The averaging trap
Suppose you score 80% on a 10-mark quiz and 60% on a 90-mark exam. The plain average says 70%. Your actual result:
- 80% of 10 marks is 8 marks.
- 60% of 90 marks is 54 marks.
- That is 62 marks out of 100 — 62%, not 70%.
The plain average was out by eight percentage points because it treated a 10-mark quiz as equal in importance to a 90-mark exam. Percentages only average directly when the groups behind them are the same size. Whenever they are not, enter the group sizes and use the weighted figure.
Both formulas
Sum of percentages ÷ How many
(80 + 60) ÷ 2 = 70%
The plain average. Correct only when every group is the same size.
Σ(Percentage × Group size) ÷ Σ(Group size)
((80×10) + (60×90)) ÷ 100 = 62%
The weighted average. Correct whenever the groups differ.
Worked example
Three stores convert at 4%, 6% and 9%, on 1,000, 500 and 100 visitors respectively. What is the overall conversion rate?
- Turn each percentage back into a count.40 + 30 + 9 = 79 conversions
- Add up the groups behind them.1,000 + 500 + 100 = 1,600 visitors
- Divide and multiply by 100.79 ÷ 1,600 × 100 ≈ 4.94%
Answer≈ 4.94% — not the 6.33% a plain average would suggest
Where this comes up
- Grades across papers — each worth a different number of marks.
- Conversion rates across channels — each with very different traffic.
- Survey results across regions — each with a different sample size.
- Interest or return rates — across accounts holding different balances.
- Defect rates across production runs — of different batch sizes.
If you are averaging exam marks specifically, the grade percentage calculator converts each paper first; bring the results back here with the mark allocations as group sizes.
Frequently asked questions
How do I calculate the average of percentages?
Why can I not just average percentages?
What is a weighted average percentage?
How do I average percentages in Excel or Google Sheets?
Can I average percentage increases?
Related calculators
- Grade Percentage CalculatorTurn marks out of any total into a percentage and a letter grade.
- Percentage Difference CalculatorCompare two values where neither came first — measured against their average.
- Percentage CalculatorAnswer the three core percentage questions — a percentage of a number, a share as a percentage, and the missing total.
- Win Percentage CalculatorTurn a win–loss record into a win percentage, counting ties the way sports do.