Weighted Average of Percentages Calculator

Enter multiple percentage values to find their simple average, sum, and range.

Result

--
Average Percentage
--
Count
--
Sum
--
Lowest
--
Highest
--
Formula: Sum ÷ Count

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

Average Percentage = Sum of all percentage values ÷ Count of values

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.

Frequently Asked Questions

Add all the percentage values and divide by the count. For pass rates of 72%, 85%, 68%, 91%, and 77%, the average is (72 + 85 + 68 + 91 + 77) ÷ 5 = 393 ÷ 5 = 78.6%. This is the standard arithmetic mean applied to percentage values.
When the percentages were calculated from groups of very different sizes. If one department has an 80% pass rate from 200 students and another has 60% from 20 students, simple averaging gives 70% — but the actual combined rate is 78.2%. The difference arises because the larger group has more influence on the true rate but is weighted equally in a simple average.
They give the same result only when all groups have the same total. If a student scores 45/60, 38/50, and 72/80, averaging the raw scores gives a different result from averaging the percentages (75%, 76%, 90%). Use this calculator when the percentage values are your data, not the raw scores behind them.
Yes. The calculator strips the % symbol automatically, so you can enter values as 75%, 82%, 90% or simply as 75, 82, 90. Both formats produce identical results.
The calculator accepts values above 100%. This is valid for growth rates (a category that grew 120% is a legitimate data point), efficiency metrics, and ratios expressed as percentages. The average is calculated the same way regardless of whether values exceed 100.
The Average Calculator handles any list of numbers and returns mean, median, sum, count, min, and max. This calculator is specifically designed for percentage values, with % symbol handling and percentage-appropriate output. For a list of raw percentage figures, both tools give the same arithmetic result; the difference is in the input handling and output labelling.
The calculator uses standard floating-point arithmetic and displays results to two decimal places. For surveys, performance reports, and academic data, this precision is more than sufficient.
Yes. Copying a column of percentage values from Excel or Google Sheets and pasting into the input box works directly. Spreadsheets copy column data with newline characters, which the calculator handles automatically. Values formatted as percentages in the spreadsheet will paste with or without the % symbol depending on your spreadsheet settings — both work.