Choose language

Average Percentage Calculator

Average multiple percentages the right way: weighted by sample size when groups differ, simple when they match. Shows the contribution of each entry and the naive mean for comparison.

Mehmet Demiray Published Updated
Share
Percentage Calculator: one tool for every percent questionCalculate percentages, changes, differences, errors and averages here, then jump to the specialized tool for each question.
Decimals are fine, e.g. 87.5
Sample size or importance. Leave empty to count as 1.
Decimals are fine, e.g. 87.5
Sample size or importance. Leave empty to count as 1.

Percentages from different-sized groups need weights: 80% of 20 people and 90% of 30 people average to 86%, not 85%.

A simple average is only correct when every percentage covers the same number of items.

Each row contributes its percentage times its share of the total weight.

When You Can and Cannot Just Average Percentages

Adding percentages together and dividing by the count, the simple mean Pˉ=Pin\bar{P} = \frac{\sum P_i}{n}, is only safe when every value describes a group of the same size. Three test scores of 70%, 80% and 90%, each out of the same total, average cleanly to 80%, because each score carries as much information as the others. Once the group sizes differ, the shortcut starts to mislead. A 90% result from a quiz taken by 30 students tells you more about the class than an 80% result from 20 students, and treating the two as equals distorts the summary. The same trap catches anyone blending conversion rates from pages with very different traffic, or combining exam papers with different point totals. This tool covers both situations: leave the weight fields empty and it returns a simple mean, or enter a weight for each row and it switches to a weighted average that reflects how much data each percentage covers.

The Weighted Average, Step by Step

A weighted average multiplies each percentage by its weight, sums the products, and divides by the total weight. Pˉ=Piwiwi\bar{P} = \frac{\sum P_i \cdot w_i}{\sum w_i} The weights are usually sample sizes: students who sat a test, visitors who saw a page, items in a batch. Suppose a class scores 80% on a quiz taken by 20 students and 90% on one taken by 30. The products are 1,600 and 2,700, the total weight is 50, and dividing 4,300 by 50 gives 86%. A simple mean would report 85% and quietly underrate the larger quiz. The calculator shows each row's contribution to the final figure, so you can see that the second quiz supplies 2,700 of the 4,300 points, and it displays the naive unweighted mean next to the weighted one whenever the two disagree, which is exactly when the weighting matters.

A Classic Paradox

Percentages of different-sized groups can behave in ways that feel impossible. Imagine a site that converts 10% of 100 mobile visitors and 2% of 1,000 desktop visitors in January, a combined 30 sales from 1,100 visits, about 2.7%. In February both rates drop, to 8% on mobile and 1% on desktop, yet the traffic mix flips so mobile now brings 1,000 visitors and desktop only 100. The combined result is 81 sales from 1,100 visits, roughly 7.4%, far higher than before. Every individual rate fell while the overall rate nearly tripled, purely because the mix moved toward the stronger segment. Statisticians call this Simpson's paradox, and it is the strongest argument for weighting: the percentage change calculator can quantify each segment's move, but only a weighted view explains the combined figure.

School and Work Scenarios

The most common real case is combining exam results with different point totals. A student who scores 45/50 on one test and 60/80 on another has earned 105 of 130 possible points, an overall 80.8%. Averaging the two percentages, 90% and 75%, would report 82.5% and overstate the result; the marks percentage calculator applies the same sum-first logic to full report cards. Marketers meet the identical problem when blending conversion rates: 5% of 1,000 visitors is 50 conversions and 20% of 50 visitors adds 10 more, so the true combined rate is 60 out of 1,050, about 5.7%, nowhere near the naive 12.5%. Portfolio returns follow the same rule, with the money invested in each position acting as the weight for that position's percentage return.

Rounding and Reporting

How many decimals you report should match how much precision your data can support. A weighted average built from a few dozen students, such as the 86% quiz example, does not deserve four decimal places; one decimal is usually honest, and whole numbers are often enough for grades. Conversion rates earn more precision only when the sample is large, since with 1,050 visitors the gap between 5.7% and 5.71% is a fraction of one visitor and means nothing. A good habit is to keep full precision while you calculate and round only the final figure once, because rounding each percentage before averaging can shift the result. The calculator follows that rule, carrying exact values through every step and rounding only in the display. When you need a plain one-off percentage rather than an average of several, the general percentage calculator handles those single computations.

The ones we answer the most.

Why is averaging percentages of different-sized groups wrong?

Because each percentage summarizes a different amount of data, a simple mean gives small groups the same influence as large ones. A 20% rate from 50 visitors is only 10 conversions, while 5% of 1,000 visitors is 50. The true combined rate is about 5.7%, not the 12.5% a plain average suggests.

How do I calculate a weighted average of percentages?

Multiply each percentage by its weight, add the products, and divide by the sum of the weights. For 80% with weight 20 and 90% with weight 30, the products 1,600 and 2,700 total 4,300, and dividing by 50 gives 86%. Enter weights in the calculator and it performs these steps for you.

How do I combine my exam scores into one overall percentage?

Add all the marks you obtained, add all the maximum marks, then divide the first sum by the second. Scoring 45/50 and 60/80 gives 105 out of 130, which is 80.8%. Averaging the two test percentages instead would wrongly report 82.5%, because the tests carry different point totals.

What happens when a weight is zero?

A row with a weight of zero contributes nothing to the weighted average, exactly as if the row were removed, since its percentage is multiplied by 0. This is useful for excluding a group temporarily without deleting the row. If every weight is zero the average is undefined, because the total weight in the denominator would also be zero.

References

  1. Weighted arithmetic mean · Wikipedia
  2. Simpson's paradox · Wikipedia