Standard Deviation Calculator
Find the standard deviation and variance of a list of numbers, with every step shown.
- Mean = 5 — sum of all values ÷ n = 40 ÷ 8 = 5.
- Subtract the mean from each value and square it:(2 − 5)² = 9(4 − 5)² = 1(4 − 5)² = 1(4 − 5)² = 1(5 − 5)² = 0(5 − 5)² = 0(7 − 5)² = 4(9 − 5)² = 16
- Sum of squared deviations Σ(x − x̄)² = 32.
- Variance = Σ ÷ n = 32 ÷ 8 = 4.
- Standard deviation = √variance = √4 = 2.
Population standard deviation (σ) divides the sum of squared deviations by n; sample standard deviation (s) divides by n − 1 (Bessel's correction) to better estimate the spread of a wider population from a sample. Everything is computed in your browser — nothing is uploaded.
How to calculate standard deviation
Paste your numbers, then choose Population (÷ n) or Sample (÷ n − 1). The standard deviation, variance, mean and count appear immediately, with the full arithmetic — mean, each squared deviation, the sum, the division and the square root — shown underneath.
Using the worked steps
The step-by-step breakdown lets you check homework or follow the method by hand. Each value's deviation from the mean is squared and listed, so you can see exactly where the variance and standard deviation come from.