Variance measures how spread out data values are from the mean.
What this calculator does
Sample variance uses n−1 (Bessel's correction). Population variance uses n.
How it works
Standard deviation = √variance. Same units as original data.
When to use this calculator
This calculator is appropriate for any analysis that will be presented, reported, or used to make decisions. Accurate statistical metrics are the foundation of valid conclusions.
Common mistakes
Choosing population standard deviation when the data is a sample is the most common statistical error with this type of calculation. Unless your dataset covers every possible member of the group, use sample SD (with n−1 denominator) for valid inference.
Real-world scenarios
A quality engineer analyses the diameter measurements of 25 machined parts: mean 50.02 mm, standard deviation 0.08 mm. With a tolerance of ±0.25 mm, the process is well within specification — and the SD confirms the manufacturing variation is low enough that virtually no parts will fall outside tolerance.
Frequently asked questions
What is variance?
Variance measures the average squared deviation from the mean. Formula: σ² = Σ(x−μ)²/N.