Weighted Average Explained: When a Plain Mean Lies to You
A weighted average counts some numbers more than others. Learn the formula, see a worked grades example, and know when a simple mean misleads you.
Weighted Average Explained: When a Plain Mean Lies to You
Add a list of numbers, divide by how many there are, and you have the plain average everyone learns in school. It is fine when the numbers count equally. The trouble starts the moment they do not — and most numbers worth averaging do not. Your final exam matters more than a quiz. A $12,000 holding matters more than a $500 one. A region with 210 ratings matters more than one with 64. A plain mean treats them all the same, and that is exactly when it quietly hands you the wrong answer.
A weighted average fixes this by letting each value carry its own importance. I have watched people compute a course grade the wrong way for years out of habit, so this post walks through the formula, a concrete example, and the few situations where the difference between a weighted and a simple mean is the difference between a B and a B-plus.
The Formula, Plainly
The weighted average is short to write and shorter to misremember:
weighted average = Σ(value × weight) / Σ(weight)
In words: multiply each value by its weight, add those products together, then divide by the sum of the weights. The plain average is just the special case where every weight is equal — which is why dividing by the count works there and nowhere else.
Two things people get wrong about the formula. First, the weights do not have to add up to 1 or to 100. Because the formula divides by the total weight, weights of 0.3 and 0.7 give the same result as 3 and 7 or 30 and 70. Each is normalized by its own total. That means you can drop in raw credit hours, dollar amounts, or head counts as weights without converting anything to a percentage first. Second, weight and value are not interchangeable. The value is the number you are averaging; the weight is how much it counts. Swap them and the answer is gibberish that still looks plausible.
A Worked Example with Grades
Say a syllabus splits your grade like this:
- Final exam: score 90, weight 50
- Midterm: score 80, weight 30
- Homework: score 70, weight 20
Plug it into the formula:
Σ(value × weight) = (90 × 50) + (80 × 30) + (70 × 20)
= 4500 + 2400 + 1400
= 8300
Σ(weight) = 50 + 30 + 20 = 100
weighted average = 8300 / 100 = 83
Wait — earlier I said weights need not sum to 100. They do here only because the syllabus already used percentages, and that is convenient: the divisor is 100, so the weighted average reads straight off as 83.
Now compare. The plain average of 90, 80, and 70 is (90 + 80 + 70) / 3 = 84. Close, but not the same. The simple mean gives the lightly weighted homework score the same vote as the heavily weighted final, so it nudges the grade up to 84. The weighted average pulls it down to the honest 83, because the final exam — where you scored highest — does indeed pull the hardest, but the weaker homework score still counts for its real 20 percent share. One point of difference does not sound like much until it lands on a grade boundary.
You can run your own components through the Weighted Average Calculator and watch the contribution column show exactly how much each row moved the result. If you are specifically chasing a target course grade, the Final Grade Calculator works the problem backward from the score you need.
Where Weights Actually Matter
Three places come up again and again, and each one punishes a plain mean.
Grades and GPA. A 4-credit course and a 1-credit seminar do not deserve equal pull on your GPA, yet a simple average of grade points gives them exactly that. Use credit hours as weights and the 4-credit class moves the number four times as much, which is precisely how a registrar computes it. A 3.7 in four credits, a 3.3 in three, a 4.0 in two, and a 2.7 in three gives (3.7×4 + 3.3×3 + 4.0×2 + 2.7×3) / 12 ≈ 3.39. Average those four grade points naively and you get 3.43 — flattering, and wrong. A dedicated GPA Calculator bakes this credit weighting in so you never average grade points by mistake.
Investment portfolios. A blended return is a money-weighted average, not the average of your percentage returns. A position up 8.2 percent with $5,000 in it and one up 3.5 percent with $12,000 in it returns (8.2×5000 + 3.5×12000) / 17000 ≈ 4.88 percent for the portfolio — much closer to the bigger position's number than the naive (8.2 + 3.5) / 2 = 5.85 percent would suggest. The dollars decide, and a plain mean ignores them.
Ratings and survey scores. When three regions rate a product 4.5, 3.8, and 4.9 but with 120, 64, and 210 respondents, averaging the three numbers overweights the tiny middle group. Weight by respondent count and the score reflects what your whole base thinks, not what one small sample happened to say.
How a Plain Mean Misleads
The failure mode is always the same: a simple mean assumes equal importance, and reality rarely cooperates. The bigger the spread in weights, the bigger the lie. When your components are nearly balanced — say weights of 33, 33, and 34 — the weighted and simple averages barely differ and you can be sloppy. When one component carries 70 percent and another 5 percent, the simple mean can be off by a full grade point or a couple of percentage points of return.
Two habits cause most real-world errors. The first is averaging percentages that already carry different shares — treating a 90 worth 70 percent and an 80 worth 30 percent as (90 + 80) / 2. The second is hand-forcing weights to add to 1 and rounding three thirds down to 0.33 each, shaving precision the formula would have kept for free. Let the math divide by the true total and skip the rounding entirely.
If you want to sanity-check the spread before trusting any average, the Statistics Basic Calculator shows mean, median, and standard deviation side by side, and for the share-of-total arithmetic underneath every weighted result, the Percentage Calculator handles the conversions.
The Quick Rule
Ask one question before you average anything: do these numbers count equally? If yes, the plain mean is correct and simpler. If no — if the items differ in importance, size, share, or sample — use a weighted average and pick weights that match what actually matters. Grades weight by credits or syllabus percentages. Portfolios weight by dollars. Ratings weight by respondents. Get the weights right and the formula does the rest, every time, without the rounding errors and the silent one-point lies a plain mean leaves behind.
Made by Toolora · Updated 2026-06-13