0

Weighted Average Calculator

Paste a list of numbers and get the mean, median, mode, range, sum, min and max at once — or compute a weighted average with full steps.

Separate numbers with commas, spaces or new lines. A decimal comma like 3,14 is understood — separate such numbers with spaces or new lines.

Processing... 0%
Parsing the numbers
Sorting the values
Computing the statistics

Result

This page opens the calculator directly in weighted average mode: enter one "value: weight" pair per line — like 80: 3 for a value of 80 that counts 3 times — and the weighted mean is computed with the complete working shown as a table.

The weighted average multiplies each value by its weight, sums those products, and divides by the sum of the weights: x̄ = Σ(value × weight) ÷ Σweight. For 80: 3, 90: 2 and 70: 1 that is (240 + 180 + 70) ÷ 6 = 490 ÷ 6 ≈ 81.67 — different from the plain mean of 80, because the weights shift the balance.

Weighted averages are everywhere: course grades with credit hours, final marks built from homework and exam percentages, portfolio returns weighted by position size, average prices weighted by quantity bought. The step table shows every value × weight product, so you can check each row against your source data before trusting the result.