Average Percentage Calculator
Find the correct average of two percentages, weighted by their sample sizes.
Averaging percentages by simply adding and halving is usually wrong — you must weight each by how many items it represents.
The math behind it
Convert each percentage back to a count, add the counts, then divide by the total sample size: (p1·n1 + p2·n2) ÷ (n1 + n2).
Worked example
40% of 50 and 80% of 150 → (20 + 120) ÷ 200 = 70%, not the naive 60%.
FAQ
When is the simple average correct?
Only when both groups have the same sample size.