Skip to content

Weighted Average Calculator

Calculate weighted averages with per-row contribution percentages and formula breakdown.

Values & weights

Updates as you type
Use case
What are you averaging? ?
Rows Drag the number to reorder · paste a spreadsheet column anywhere
Value Weight
Enter on last row adds a new one · Backspace on empty row removes it

Formula

Weighted average = Σ(value × weight) ÷ Σ(weight)

Each value is multiplied by its weight; the sum of those products is divided by the sum of weights. Higher-weight rows pull the average toward their values.

Simple avg = Σ(value) ÷ count

Shown for comparison — treats all values equally regardless of weight.

Examples