Average Percentage Calculator

Enter up to 10 percentage values and optional weights (sample sizes) to calculate their average percentage. If all weights are equal or omitted, you get a simple arithmetic mean. Add weights to compute a true weighted average of percentages — useful when each percentage comes from a different-sized group.

%

Sample size or weight for Percentage 1

%

Sample size or weight for Percentage 2

%

Sample size or weight for Percentage 3

%
%
%
%
%
%
%

Results

Average Percentage

--

Calculation Type

--

Number of Values Used

--

Total Weight

--

Minimum Percentage

--

Maximum Percentage

--

Percentage Values Comparison

Results Table

Frequently Asked Questions

What is the average percentage?

The average percentage is a single value that represents the central tendency of a set of percentage figures. When all percentages come from equally-sized groups, it is simply their arithmetic mean. When the groups differ in size, a weighted average must be used so that larger groups have proportionally more influence on the result.

How do I calculate the average percentage?

For a simple average, add all the percentage values together and divide by how many there are: average = (p1 + p2 + … + pn) / n. For a weighted average, multiply each percentage by its corresponding weight (sample size), sum those products, then divide by the total of all weights: average = (p1×w1 + p2×w2 + … + pn×wn) / (w1 + w2 + … + wn).

Can I average percentages?

Yes, but you need to be careful about context. If each percentage represents the same-sized group (e.g. the same number of students per class), a simple arithmetic mean is valid. If the groups differ in size, using a simple average can be misleading — you should use a weighted average instead to get a mathematically correct result.

How do I add percentages together to get an average?

Simply sum all your percentage values and divide by the count of values for a simple average. For example, averaging 70%, 80%, and 90% gives (70 + 80 + 90) / 3 = 80%. If the percentages apply to groups of different sizes, weight each value by its group size before summing and dividing by the total group size.

How do I find the average of 4 percentages?

Add all four percentages together and divide by 4. For instance, (50% + 60% + 70% + 80%) / 4 = 65%. If the four percentages apply to groups with different numbers of observations, multiply each by its group size, sum the results, and divide by the combined group size to get the weighted average.

When should I use a weighted average instead of a simple average?

Use a weighted average whenever each percentage is derived from a sample or group of a different size. For example, if one class has 200 students with a 70% pass rate and another has 20 students with a 90% pass rate, the simple average (80%) overstates the true rate — the weighted average correctly accounts for the much larger first class.

How can I calculate the average percentage in Excel?

For a simple average in Excel, use =AVERAGE(range) where range contains your percentage values. For a weighted average, use the SUMPRODUCT function: =SUMPRODUCT(percentages_range, weights_range) / SUM(weights_range). Make sure your percentages are entered as numbers (e.g. 75 for 75%) rather than as decimal fractions for consistent results.

What is the difference between simple and weighted average percentage?

A simple average treats every percentage equally regardless of how many observations it represents. A weighted average assigns more influence to percentages that come from larger samples. The two methods give the same result only when all weights (sample sizes) are equal. In most real-world scenarios involving groups of different sizes, the weighted average is the more accurate measure.

More Math Tools