Standard Deviation Calculator
Calculate the standard deviation of a set of numbers. Paste or type your values and choose sample or population, and the calculator returns the standard deviation, the variance, the mean, the count and the sum. It updates as you edit the list.
✉ Email me this result
</> Embed this calculator
Paste this into any website or blog post. It is free — the small "powered by" link must stay visible.
Last reviewed January 15, 2026.
Method: Population σ = √(Σ(x−μ)²/N); sample s uses N−1 (Bessel's correction). Both are shown so you can pick the one matching your data.
How it works
Standard deviation measures how spread out numbers are around the mean. First find the mean, then the average of the squared differences from the mean (the variance), then take its square root. The sample version divides by n − 1, while the population version divides by n.