Weighted Mean Calculator

Calculate a weighted average when some values matter more than others, with a full step-by-step solution.

ValueWeight
Weighted Mean
Values (n)
Sum of Weights
Σ(x·w)

Step-by-Step Solution

A weighted mean (or weighted average) gives more influence to some values than others, based on an assigned "weight." It's used whenever different items in your data don't contribute equally to the overall result — for example, exam scores worth different percentages of a final grade, or portfolio returns weighted by investment size.

How to use the weighted mean calculator

  1. Enter each value and its corresponding weight.
  2. Add more rows if you have more than three values.
  3. Click Calculate to see the weighted mean and the full step-by-step solution.

What is a weighted mean?

Unlike a simple mean, which treats every value equally, a weighted mean multiplies each value by its weight before averaging. This means values with larger weights count more toward the final result.

Weighted mean formula

Weighted Mean = Σ(x·w) ÷ Σw
Where x is each value, w is its corresponding weight, Σ(x·w) is the sum of each value multiplied by its weight, and Σw is the sum of all weights.

Weighted mean example

Suppose your final grade is 40% homework (score 90), 35% midterm (score 80), and 25% final exam (score 70). The weights (0.4, 0.35, 0.25) sum to 1, so the weighted mean is: (90×0.4) + (80×0.35) + (70×0.25) = 36 + 28 + 17.5 = 81.5.

Weights don't need to add up to 1 or 100% — the formula divides by the sum of the weights, so any consistent weighting scale works (for example, using hours, quantities, or credit units as weights).

Weighted mean vs. simple mean

A simple mean is really just a special case of the weighted mean where every value has an equal weight. If you enter a weight of 1 for every value, this calculator will return the same result as the average calculator.

TB

About This Calculator

Written and maintained by the TheCalcBright Team. Every formula on this site is checked against standard statistics references. Have feedback? Contact us.

Cite This Calculator

TheCalcBright Team. (2026). Weighted Mean Calculator. TheCalcBright. https://thecalcbright.com/weighted-mean-calculator/

Frequently Asked Questions

Do weights have to add up to 100% or 1?

No. The formula divides by the sum of the weights, so weights on any consistent scale will work correctly, whether they're percentages, decimals, or raw quantities like hours or units.

What's the difference between a weighted mean and a simple mean?

A simple mean treats every value equally. A weighted mean multiplies each value by its own weight first, so values with a higher weight have more influence on the final result.

When should I use a weighted mean?

Use a weighted mean whenever different values in your data should not count equally — for example, calculating a course grade from assignments worth different percentages, or a GPA where grades are weighted by course credit hours.

What happens if all weights are equal?

If every value has the same weight, the weighted mean gives exactly the same result as a simple arithmetic mean.

Scroll to Top