Standard Deviation Calculator
Type or paste a list of numbers to find the standard deviation, variance, and each value's z-score — choose population or sample depending on what your list represents.
Separate numbers with commas, spaces, or new lines. Use Sample if this list is drawn from a larger group.
Step-by-step proofCheck by hand
Population vs. sample standard deviation
Both start the same way: find the mean, find how far each value is from the mean, square those differences, and average them — that average is the variance, and its square root is the standard deviation. The only difference is what you divide by. Population divides by the count of numbers (n), treating your list as the entire group. Sample divides by one fewer (n − 1), which corrects for the fact that a smaller sample tends to underestimate the true spread of the larger population it's drawn from.
The formulas
Worked example
For 4, 8, 15, 16, 23, 42 (mean 18): the population standard deviation is 12.3153, and the sample standard deviation — dividing by 5 instead of 6 — is the slightly larger 13.4907.
Frequently asked questions
Should I use population or sample standard deviation?
What does a z-score tell you?
Why is sample standard deviation always a bit larger than population?
- Standard population and sample variance/standard deviation formulas, and z-scores — general published statistics.