How the weighted average calculator works
A plain average pretends every number matters equally. Often that's a lie: a supplier rating where price matters more than delivery speed, an average share price across purchases of different sizes, survey results pooled from groups of different sizes. A weighted average fixes this by letting each value carry a weight — its share of the say in the final answer. Multiply each value by its weight, add everything up, and divide by the total weight.
This is the general-purpose version for any numbers. If what you're actually weighting is course grades against syllabus percentages, the weighted grade calculator is built for exactly that, with category names and a partial-semester mode.
The formula
Each value is one of your numbers, each weight is how much that number should count, and Σ means "sum over every row you filled in." The weights don't need to sum to 100, to 1, or to anything else — the division by Σ weight normalizes them automatically, so 5-3-2 behaves identically to 50-30-20.
Worked example
You're scoring a supplier on three criteria: price 8/10 (weight 5, most important), reliability 6/10 (weight 3), and speed 9/10 (weight 2).
Weighted average = (8×5 + 6×3 + 9×2) ÷ (5 + 3 + 2) = (40 + 18 + 18) ÷ 10 = 7.6
The plain average of 8, 6, and 9 is about 7.67 — a touch higher, because it lets the strong speed score count as much as price. The weighted version correctly lets the mediocre reliability score, and the heavily weighted price, pull the result to 7.6.
When weighted beats plain — and when it doesn't
Use a weighted average whenever your numbers represent different amounts of stuff: different sample sizes, different dollar amounts, different importance. The classic failure is averaging averages — if one store's average sale is $50 across 1,000 sales and another's is $200 across 10 sales, the plain average of $125 is meaningless; weighting by sale count gives the true figure of about $51.49. On the flip side, don't invent weights you can't justify. If every observation genuinely counts the same, the plain average is the right tool, and adding weights just launders your gut feeling into a number that looks objective.