Standard Deviation Calculator
Enter a dataset to calculate mean, median, mode, variance, standard deviation, and more. Supports population and sample formulas.
About the Standard Deviation Calculator
What standard deviation measures
Standard deviation quantifies how spread out a set of numbers is around their mean. A low value means numbers cluster close to the average; a high value means they are spread widely.
Population vs sample
Use population standard deviation (σ) when your data represents the entire group. Use sample standard deviation (s) when your data is a subset — it applies Bessel's correction (dividing by n−1) to reduce bias.
- Mean — sum of all values divided by count
- Variance — the average of squared differences from the mean
- Standard deviation — the square root of variance; in the same units as your data
- Median — the middle value when sorted; less sensitive to outliers than the mean
When to use standard deviation vs variance
Standard deviation and variance measure the same thing — spread of data around the mean — but in different units. Variance is the average squared deviation. Standard deviation is the square root of variance, expressed in the same units as the original data, making it more interpretable. Use standard deviation for communication; variance is used internally in statistical formulas.
- Population vs sample — population SD divides by N; sample SD divides by N-1 (Bessel's correction) to be unbiased
- Coefficient of variation — SD divided by mean; allows comparing variability between datasets with different scales
- 68-95-99.7 rule — for normal distributions: 68% of data within 1 SD, 95% within 2 SD, 99.7% within 3 SD
- Z-score — (value - mean) / SD; measures how many standard deviations from the mean a value falls