Average with Weights Calculator

Calculate the weighted mean of any dataset. Assign importance (weights) to each value and get the true average that reflects relative significance.

✓ Add unlimited value-weight pairs

✓ Instant weighted mean

✓ Comparison vs. simple average

Weighted average calculator

Enter values and their weights to compute the weighted mean.

ValueWeight
Weighted average
81.1111
Simple average: 80.0000
Sum of (value \u00d7 weight): 730.00
Sum of weights: 9.00
#ValueWeightV \u00d7 W
190.003.00270.00
280.004.00320.00
370.002.00140.00
Total9.00730.00

What Is a Weighted Average?

A weighted average gives more influence to data points that are more important, frequent, or reliable. Unlike a simple average where every value counts equally, a weighted average reflects the relative significance of each value.

The Formula

Weighted Avg = Σ(value × weight) / Σ(weight)

Values: 80, 90, 70 with weights: 2, 3, 1

(80×2 + 90×3 + 70×1) / (2+3+1) = 500 / 6 = 83.33

Simple average would be (80+90+70)/3 = 80.00 — the 90 with weight 3 pulls the weighted average higher.

Common Use Cases

  • Investment portfolio: Returns weighted by position size
  • Survey analysis: Responses weighted by demographic group size
  • Price indices: CPI weights items by typical consumer spending
  • Employee ratings: Evaluation categories weighted by importance
  • Manufacturing: Quality scores weighted by production batch size

Weighted vs. Simple Average Example

Portfolio returns:

Stock A: +15% return, $10,000 invested

Stock B: +5% return, $90,000 invested

Simple average: (15+5)/2 = 10% — misleading!

Weighted average: (15×10k + 5×90k) / 100k = 6% — accurate

💡 When Weighted = Simple

If all weights are equal, the weighted average equals the simple average. Weighting only matters when values have different importance or frequency.

Frequently Asked Questions

How do you calculate an average with weights?\u25BE
Multiply each value by its weight, sum the products, divide by the sum of weights: Σ(v×w)/Σw.
When should I use a weighted average?\u25BE
When data points have different importance: GPA (different credits), investments (different sizes), surveys (different group sizes).
Can weights be percentages?\u25BE
Yes. If weights are percentages that sum to 100%, the denominator is 100. If they don't sum to 100%, the formula auto-normalizes.