Weighted Average Calculator

Calculate a weighted average when some values should count more than others. This is useful for grading, statistics, finance, and reporting.

Enter values separated by commas.

Enter weights in the same order as the values.

Formula

Sum(Value * Weight) / Sum(Weight)

Frequently Asked Questions

What is a weighted average?

A weighted average is an average where each value contributes based on its assigned importance or weight.

Why not use a regular average?

A regular average treats every value equally. A weighted average is better when some values should count more than others.

Do values and weights need to match?

Yes. Each value needs one corresponding weight, so both lists must have the same number of entries.

Related Calculators