Variance Calculator
How spread out is your data? Get the variance and standard deviation with the full deviation table worked out row by row.
5 numbers recognised
Separate with commas or spaces — up to 60 values.
The values sit, on average, about 3.1623 away from the mean of 10. Variance is that spread measured in squared units.
Find the mean
mean = 50 ÷ 5 = 10Measure each value's distance from the mean
Deviations can be negative, which is why the next step squares them — otherwise they would cancel out.
x x − mean (x − mean)² 6 -4 16 8 -2 4 10 0 0 12 2 4 14 4 16 Sum of squared deviations = 40
Divide by n − 1 (sample)
Sample data divides by n − 1 — Bessel's correction — because a sample tends to underestimate the true spread.
s² = 40 ÷ 4 = 10- Variance (s²)
- 10
- Standard deviation (s)
- 3.1623
Works instantly in your browser — nothing is uploaded, and the URL keeps your numbers so you can share the exact worked example.
Studying statistics or linear algebra? See every tool in the Stats & Algebra hub — variance, interpolation, RREF and eigenvectors, cross-linked.Why n − 1 for samples?
A sample's mean is computed from the same values you are measuring spread around, so it sits a little too close to them — the squared deviations come out slightly small on average. Dividing by n − 1 instead of n (Bessel's correction) cancels that optimism. For large samples the difference barely matters; for small ones it is essential.