ToolNimba Browse

📊 Average Percentage Calculator

By ToolNimba Math Team · Updated 2026-06-19

Enter values as numbers. 80 means 80%.

Leave blank for a simple average. Fill in to weight each percentage by how many items it is based on.

Simple average
-
Count of percentages
-
Total weight
-

Averaging percentages sounds simple: add them up and divide by how many you have. That works only when every percentage is based on the same number of items. When the groups behind each percentage differ in size, a plain average can be quietly wrong. This calculator does both: enter your percentages for a simple (unweighted) mean, and add the sample size behind each one to get the weighted average, the figure that actually reflects the whole.

What is the Average Percentage Calculator?

A percentage is a part out of a hundred, so 80% means 80 out of every 100. The simple average of a list of percentages is just their arithmetic mean: add them and divide by the count. For 80%, 95% and 60% that is (80 + 95 + 60) / 3 = 78.33%. This is correct only if each percentage represents the same number of underlying items, for example three test scores each out of the same number of questions.

The problem is that percentages strip away the size of the group they came from. Suppose one team passed 90% of 200 tickets and another passed 50% of just 20 tickets. The plain average is (90 + 50) / 2 = 70%, but that treats both teams as equally important when one handled ten times the volume. The honest overall figure is the weighted average: multiply each percentage by its sample size, add those products, then divide by the total sample size. Here that is (90 x 200 + 50 x 20) / 220 = 19000 / 220 = 86.36%, far higher than 70%, because most of the work sat with the team that did well.

The rule of thumb: use a simple average only when the groups are the same size (or when you genuinely want every percentage to count equally regardless of volume). The moment the sample sizes differ, switch to the weighted average. The weighted result always lands between the smallest and largest percentage, and it is pulled toward the percentages backed by the largest groups.

When to use it

  • Combining pass rates, conversion rates or completion rates across teams, regions or months that handled different volumes.
  • Finding one overall percentage from several survey segments where each segment polled a different number of people.
  • Averaging test or quiz scores when the tests had different numbers of questions or marks.
  • Rolling up department results (defect rate, attendance, satisfaction) into a single company-wide figure that respects group size.
  • Checking whether a reported "average" percentage is misleading because it ignored how big each group was.

How to use the Average Percentage Calculator

  1. Enter your percentages in the first box, separated by commas, spaces or new lines (type 80 for 80%).
  2. For a simple average, leave the sample sizes box empty. The mean appears instantly.
  3. For a weighted average, enter the sample size (count of items) behind each percentage in the same order in the second box.
  4. Read the weighted average, total sample size and a note showing how weighting shifted the result versus a plain average.

Formula & method

Simple average = (p1 + p2 + ... + pn) / n. Weighted average = (p1 x w1 + p2 x w2 + ... + pn x wn) / (w1 + w2 + ... + wn), where p is each percentage and w is its sample size (weight). When all weights are equal the two formulas give the same answer.

Worked examples

Average three percentages with no sample sizes: 80%, 95% and 60%.

  1. Add the percentages: 80 + 95 + 60 = 235
  2. Count how many there are: n = 3
  3. Divide: 235 / 3 = 78.3333

Result: Simple average = 78.33%

Two pass rates with different volumes: Team A passed 90% of 200 tickets, Team B passed 50% of 20 tickets.

  1. Multiply each percentage by its sample size: 90 x 200 = 18000 and 50 x 20 = 1000
  2. Add the products: 18000 + 1000 = 19000
  3. Add the sample sizes: 200 + 20 = 220
  4. Divide: 19000 / 220 = 86.3636
  5. Compare: the plain average (90 + 50) / 2 = 70% understates the truth because it ignored that Team A handled far more.

Result: Weighted average = 86.36% (vs a misleading 70% simple average)

Three quiz scores from the same 20-question quiz: 80%, 95% and 60%, each based on 20 questions.

  1. Sample sizes are all equal (20, 20, 20).
  2. Weighted = (80 x 20 + 95 x 20 + 60 x 20) / 60 = (1600 + 1900 + 1200) / 60 = 4700 / 60 = 78.3333
  3. This equals the simple average, because equal weights cancel out.

Result: Weighted average = 78.33%, identical to the simple average

Simple vs weighted average for the same two percentages as the smaller group grows

PercentagesSample sizesSimple averageWeighted average
90%, 50%200, 2070%86.36%
90%, 50%200, 10070%76.67%
90%, 50%200, 20070%70%
90%, 50%100, 20070%63.33%
90%, 50%20, 20070%53.64%

When a simple average of percentages is safe versus when you need weighting

SituationUse
Each percentage is out of the same group sizeSimple average is fine
Groups behind each percentage differ in sizeUse the weighted average
You deliberately want every group to count equallySimple average (by choice)
Combining rates over months with different volumesUse the weighted average

Common mistakes to avoid

  • Averaging percentages that came from different group sizes. A plain mean treats a 50% from 20 items the same as a 90% from 200 items. That overweights the small group. When the underlying counts differ, the weighted average is the only honest single figure.
  • Adding percentages together as if they were the answer. Two 50% rates do not combine to 100%. Percentages of different totals are not additive. Either average them, or go back to the raw counts and recompute a fresh percentage from the combined numerator and denominator.
  • Using the wrong number as the weight. The weight is the size of the group each percentage is based on (the denominator), not the result itself. For a 90% pass rate on 200 tickets, the weight is 200, not 90 and not 180.
  • Expecting the weighted average to land outside the range. A weighted average of percentages always sits between the lowest and highest value in your list. If your result is below the minimum or above the maximum, an input or a weight is wrong.

Glossary

Percentage
A value expressed as a part out of one hundred. 80% means 80 per 100, or the fraction 0.8.
Simple average
The arithmetic mean: the sum of the values divided by how many there are, giving each value equal importance.
Weighted average
An average where each value is multiplied by a weight before summing, so larger groups influence the result more.
Sample size
The number of items a percentage is calculated from, used as the weight when averaging percentages.
Weight
A multiplier reflecting how important or large each value is relative to the others in the set.

Frequently asked questions

How do you average a list of percentages?

If every percentage is based on the same number of items, add them and divide by how many there are. For 80%, 95% and 60% the average is (80 + 95 + 60) / 3 = 78.33%. If the groups behind the percentages differ in size, use a weighted average instead, which this calculator computes when you enter sample sizes.

Why can a simple average of percentages be misleading?

Because a percentage hides the size of its group. A 50% from 20 items and a 90% from 200 items are not equally important, yet a plain average treats them as if they were. The honest combined figure weights each percentage by its sample size, which can differ greatly from the simple mean.

What is a weighted average percentage?

It is an average where each percentage is multiplied by the number of items it is based on, those products are summed, and the total is divided by the combined sample size. The formula is (p1 x w1 + ... + pn x wn) / (w1 + ... + wn). The result leans toward the percentages backed by the largest groups.

When does the weighted average equal the simple average?

When all the sample sizes (weights) are equal. With equal weights the multipliers cancel out and you are left with the plain arithmetic mean. So if your groups are all the same size, the simple and weighted averages match exactly.

Can I just add percentages instead of averaging them?

No. Percentages of different totals are not additive: two 50% rates do not make 100%. To combine them you either average them (weighted if the groups differ in size) or return to the raw counts and recompute a single percentage from the totals.

What weight should I enter for each percentage?

Enter the number of items that percentage was calculated from, that is, its denominator. For a 90% pass rate measured over 200 tickets, the weight is 200. Use respondents for survey segments, total questions for test scores, or total transactions for conversion rates.