Standard Deviation Calculator
Enter a set of numbers to instantly compute mean, count, sample standard deviation, and population standard deviation.
Enter at least 2 numbers to calculate.
Enter values above to see the result.
Advertisement
Standard Deviation Formula
Sample Std Dev (s)
s = √(Σ(xᵢ − x̄)² ÷ (n − 1))
Use when data is a subset of a larger group.
Population Std Dev (σ)
σ = √(Σ(xᵢ − μ)² ÷ n)
Use when data represents the entire population.
What is standard deviation?
Standard deviation quantifies how much the individual values in a dataset differ from the mean. It is one of the most widely used statistics in data analysis, quality control, finance, and science because it provides a single, interpretable number that summarises the variability in a distribution. A dataset where all values are identical has a standard deviation of zero; the more spread out the values, the higher the standard deviation.
The distinction between sample and population standard deviation is important when working with real-world data. Because a sample underestimates population variability, the sample formula uses n−1 in the denominator (Bessel's correction) to produce an unbiased estimate. For most practical analyses — surveys, A/B tests, quality sampling — the sample formula is the correct choice unless you have collected data from every member of the population.