OneSDR contains affiliate links and is a member of the Amazon Services LLC Associates Program, eBay affiliate program, Etsy Affiliate Program. If you make a purchase using one of these links, we may receive compensation at no extra cost to you. This helps support our research, testing and writing.

Weighted Average Formula โ€“ Easy Guide with Examples

๐Ÿ“Š When you hear โ€œaverage,โ€ you probably think of adding numbers together and dividing by how many there are. Thatโ€™s a simple average. But sometimes, not all numbers should be treated equally โ€” some have more importance or โ€œweightโ€ than others. Thatโ€™s when we use a weighted average.

๐Ÿงฎ What is a Weighted Average?

A weighted average is an average where each value contributes differently, depending on its importance (or โ€œweightโ€).
Instead of treating all values equally, we multiply each value by its weight and then divide by the total weight.

This is useful when:

  • Some grades count more in your final score than others.
  • You want to average prices based on quantities purchased.
  • Youโ€™re calculating portfolio returns in investing.

๐Ÿ“ Weighted Average Formula

Weighted Average=โˆ‘(Valueร—Weight)โˆ‘Weights\text{Weighted Average} = \frac{\sum ( \text{Value} \times \text{Weight} )}{\sum \text{Weights}}

Where:

  • Value = the number youโ€™re averaging
  • Weight = the importance or frequency of that value
  • ฮฃ = โ€œsum ofโ€

๐Ÿ“Œ Example 1: Student Grades

A studentโ€™s final grade is based on:

  • Homework: 80% average score (weight 40%)
  • Midterm: 70% score (weight 30%)
  • Final Exam: 90% score (weight 30%)

Step 1 โ€“ Multiply each value by its weight: 80ร—0.4=32; 70ร—0.3=21; 90ร—0.3=27

Step 2 โ€“ Add them up: 32+21+27=8032 + 21 + 27 = 80

โœ… Weighted Average = 80%

๐Ÿ“Œ Example 2: Stock Portfolio Returns

You have two stocks:

  • Stock A: 5% return, makes up 60% of your portfolio
  • Stock B: 8% return, makes up 40% of your portfolio

Step 1 โ€“ Multiply return by weight: 0.05ร—0.6=0.03; 0.08ร—0.4=0.032

Step 2 โ€“ Add them up: 0.03+0.032=0.062

โœ… Weighted Average Return = 6.2%

๐Ÿ’ก Key Takeaways

  • A weighted average gives more importance to some numbers than others.
  • Formula: (Value ร— Weight) / Sum of Weights.
  • Useful in grades, finance, business, and statistics.