Calcoid
Math

Standard Deviation Calculator

Compute sample or population standard deviation, variance, mean, and standard error from a list of numbers.

Numbers

Sample standard deviation

3.7417

Mean

15

Variance

14

Std. error

1.5275

Sum

90

Count

6

Min

10

Max

20

Frequently Asked Questions about the Standard Deviation Calculator

What is standard deviation?
Standard deviation measures how spread out values are around the mean. A small standard deviation means values cluster tightly near the average; a large one means they are scattered widely. For example, test scores of 78, 80, 82 have a much smaller standard deviation than scores of 50, 80, 110, even though both sets share the same mean of 80.
What is the difference between sample and population standard deviation?
Population standard deviation divides by n and is correct when your dataset contains every value in the group. Sample standard deviation divides by n - 1 (Bessel's correction) and is the right choice when your data is a subset drawn from a larger group, which fits most real surveys and experiments. This calculator defaults to sample mode and requires at least 2 values in that mode.
How is standard deviation calculated?
The calculator finds the mean, subtracts it from each value, squares each difference (so negatives do not cancel positives), sums those squared differences, divides by n - 1 for sample or n for population to get the variance, then takes the square root to return to the original units. Results are rounded to 6 decimal places.
What is the empirical rule?
For a roughly normal distribution, about 68% of values fall within 1 standard deviation of the mean, 95% within 2, and 99.7% within 3. If your dataset has a mean of 100 and a standard deviation of 15, you would expect about 95% of values to land between 70 and 130. This rule is a quick way to spot outliers, but it only holds when the data is approximately bell-shaped.
Why use variance and standard deviation together?
Variance is the average squared deviation and is easier to work with algebraically, since variances from independent sources add directly. Standard deviation is the square root of variance, which puts it back in the same units as your original data and makes it easier to interpret. This calculator reports both so you have each value available depending on what your analysis needs.