Standard Deviation Calculator
Find the mean, variance and standard deviation of a data set.
Standard deviation measures how spread out a set of numbers is around their average. Enter as many values as you'd like, separated by commas or spaces.
The math behind it
Find the mean, then the average of the squared differences from the mean (variance). The standard deviation is the square root of the variance.
Worked example
4, 8, 6, 5, 3 → mean 5.2, variance 2.96, σ ≈ 1.72.
FAQ
Population vs sample SD?
Population divides by n (used here); sample divides by n − 1 for an unbiased estimate from a sample.