CalcuAverage

Average & Weighted
Average Calculator

Simple mean, weighted grades, GPA, portfolio returns — instantly.

Simple Average
1
2
3

Paste comma or newline-separated numbers to fill all at once

Mean (Average)
0
Enter at least two values
Count
Sum
Min
Max
Range

How It Works

Everything you need to know about averages

They're the same calculation — except weighted average lets each value "vote" more than once. A weight of 3 means that value gets counted 3 times.

Side by side

Simple AverageWeighted Average
All items equal?Always yesYou decide
Needs weights?NoYes
Best for...Simple listsGPA, grades, finance
Can be misleading?SometimesLess often

Concrete example: you scored 100 on a 5-point quiz and 60 on a 100-point exam.

Simple average: (100 + 60) / 2 = 80 — looks great!

Weighted average: (100×5 + 60×100) / 105 = 61.9 — much more honest.

Add everything up, then divide by the count of values. That's it. Every number counts the same — a 10 and a 90 are treated equally.

The formula

mean = (sum of all values) ÷ (count of values)

In math shorthand: Σx / n — where Σ just means "add them all up" and n is how many there are.

Worked example

You scored 80, 90, and 70 on three quizzes. What's your average?

1Add them up: 80 + 90 + 70 = 240
2Divide by how many: 240 ÷ 3 = 80

Some things should count more than others. A weighted average lets you say "this one matters twice as much" — so bigger weights pull the result toward those values.

The formula

avg = (value₁ × weight₁ + value₂ × weight₂ + ...) ÷ total weight

In math shorthand: Σ(x · w) / Σw

Worked example

You got 90 on a big test (counts 3×) and 70 on a small quiz (counts 1×). What's your weighted score?

1Multiply each score by its weight: 90×3 = 270,  70×1 = 70
2Add those products: 270 + 70 = 340
3Add the weights: 3 + 1 = 4
4Divide: 340 ÷ 4 = 85

Notice: the simple average would be (90+70)/2 = 80, but the big test pulls it up to 85 because it counts more.

Use a simple average when everything should count equally — like averaging the temperature each day. Use a weighted average when some things matter more than others, or when groups are different sizes.

Use weighted average when...

  • GPA: A 4-credit class should count more than a 1-credit class
  • Grades: A final exam worth 50% matters more than a quiz worth 5%
  • Portfolio: A $50k investment matters more than a $1k one
  • Surveys: A question answered by 500 people outweighs one answered by 10

Quick rule: if all items are the same "size" or importance, use simple. If they're not, use weighted.