Guide · Choosing the right average
Weighted Average vs Simple Average
Updated: June 2026
Both answers claim to be "the average", yet they can differ by a wide margin from the same data. Knowing which one a situation calls for is the difference between a number that means something and one that quietly misleads. This guide lays the two side by side, shows where they part ways, and gives you a simple test for picking the right one.
Free · No upload · Instant in the browser
The two definitions
A simple average — the arithmetic mean — adds your values and divides by how many there are. Every value counts exactly the same. A weighted average attaches a weight to each value and divides by the sum of the weights, letting some values matter more than others.
weighted = Σ(value × weight) ÷ Σ(weight)
The simple average is really just the weighted average with every weight set to 1. That single observation explains why they agree when items are equally important and diverge the moment they are not.
Where they part ways
Take three test scores: 90, 80 and 60. Their simple average is (90 + 80 + 60) ÷ 3 = 76.7. Now suppose the 60 was the final exam worth half the grade, while the other two each count a quarter:
| Score | Weight | score × weight |
|---|---|---|
| 90 | 0.25 | 22.5 |
| 80 | 0.25 | 20 |
| 60 | 0.50 | 30 |
| Total | 1.00 | 72.5 |
The weighted average is 72.5 — more than four points lower, because the weak final carries twice the influence of either earlier test. Same numbers, very different verdict.
The "average of averages" trap
One classroom scores 90 across 30 students; another scores 60 across 10. Tempting to say the combined average is (90 + 60) ÷ 2 = 75. But that treats a class of 10 as equal to a class of 30. Weighting by the number of students: (90×30 + 60×10) ÷ (30 + 10) = 3300 ÷ 40 = 82.5. The honest figure is much higher, because most students are in the high-scoring room. Whenever you average numbers that themselves summarise groups of different sizes, the simple average is wrong.
A quick test for which to use
- Are all items equally important? If yes, the simple average is correct and simpler.
- Do items have coefficients, credits, or percentages? Use a weighted average with those as the weights.
- Do your values already summarise groups? Weight each by its group size, or you'll fall into the average-of-averages trap.
- Do quantities vary? Prices per unit, ratings per number of reviews — weight by the quantity behind each value.
Why both still belong in your toolkit
None of this makes the simple average bad. When weights genuinely are equal — five quizzes that each count the same — it is the right tool and there is no reason to complicate it. The skill is recognising the moment importance stops being uniform. A handy habit is to compute both and compare: if they are close, the weighting barely matters; if they are far apart, the weights are doing real work and you had better get them right. The calculator shows both figures together for exactly that reason.
Frequently asked questions
When should I use a weighted average instead of a simple one?
Whenever the values are not equally important or stand for groups of different sizes — grades with coefficients, prices with quantities, or class means with different student counts.
Why is averaging two averages wrong?
A plain average of two group means ignores how many items each group holds. If the groups differ in size, each mean must be weighted by its count, or the small group counts as much as the large one.
Are they ever equal?
Yes — when every weight is the same, the weighted average collapses to the simple average.
Can the weighted average be higher than the simple one?
It can go either way. It moves toward whichever values carry the most weight, so it may be higher or lower than the simple average.