Result
On This Page
What This Calculator Does
The Average of Percentages Calculator finds the mean of any list of percentage values. Paste values separated by commas, spaces, or new lines and the tool returns the average percentage, sum, count, minimum, and maximum. The % symbol in your input is optional.
This is not simply an average calculator applied to percent-formatted numbers. It is built for the specific situation where each value in your list is already a percentage — a pass rate, a growth rate, a customer satisfaction score, an error rate, a completion percentage — and you need a single representative figure from the set.
How the Average Is Calculated
Example: Pass rates across 5 subjects in a school
English: 72% | Mathematics: 85% | Science: 68% | History: 91% | Geography: 77%
Sum = 72 + 85 + 68 + 91 + 77 = 393
Count = 5
Average = 393 ÷ 5 = 78.6%
Min = 68% (Science) | Max = 91% (History)
When Simple Averaging Is Valid
The arithmetic mean of percentages gives an accurate overall figure only when each percentage was derived from a group of roughly equal size. This is the most important thing to understand about averaging percentages, and it is a point most tools do not explain.
Consider two sales regions: Region A converted 80% of 200 leads, and Region B converted 60% of 20 leads. The simple average of 80% and 60% is 70%. However, the true combined conversion rate is (160 + 12) ÷ (200 + 20) = 172 ÷ 220 = 78.2%. The simple average is 8.2 percentage points lower than the actual combined rate, because it treats Region B (with only 20 leads) as equally weighted as Region A (with 200 leads).
Use simple averaging — and this calculator — when:
- Each percentage represents an independent observation where group size is the same or irrelevant (e.g., each customer's satisfaction score on a 0–100% scale)
- The percentages are growth rates, error rates, or efficiency rates from comparable-sized groups
- You are averaging scores from a standardised test where every percentage is out of the same total
Use a weighted average when the group sizes behind each percentage differ significantly. Weighted averaging requires the original numerator and denominator data for each percentage, which is outside the scope of this tool.
Real-World Use Cases
Academic performance reporting — A teacher averaging pass rates across subjects to get an overall class performance figure. If all subjects have the same number of students (equal group sizes), the average pass rate is a valid school-level statistic.
Survey and feedback aggregation — An operations team averaging satisfaction scores from five different service touchpoints — each rated by a similar number of customers — to produce a single overall satisfaction percentage for a quarterly report.
Multi-category growth rates — A business averaging month-on-month growth rates across five product categories: 12%, 8%, 15%, 6%, 11%. Average = 10.4%. This tells you the typical category grew at roughly 10% last month, before diving into individual category details.
Medical and clinical data — Averaging success rates or complication rates across multiple hospitals or study sites, as a preliminary summary before weighted analysis. The minimum and maximum outputs flag any site that is a clear outlier from the rest.
For a general-purpose list of numbers (not specifically percentages), our Average Calculator provides mean, median, sum, count, min, and max for any dataset.