Variance Calculator

Find the variance of a set of numbers.

How it is calculated

Each value's distance from the mean is squared, and those squared distances are averaged.

Formula

Variance: Average of squared deviations from the mean

Frequently asked questions

Why square the deviations instead of just averaging them?

If you simply averaged the differences from the mean, the ones above and below would cancel out to zero. Squaring makes every difference positive first, so the real spread is properly captured.