Standard Deviation Calculator

Enter up to 20 numbers to calculate mean, median, mode, variance, and standard deviation.

8 numbers entered

Step-by-Step: Population Variance

Mean = (4 + 7 + 13 + 2 + 1 + 9 + 4 + 8) / 8

= 6

Squared diffs:

(46)² = 4

(76)² = 1

(136)² = 49

(26)² = 16

(16)² = 25

(96)² = 9

(46)² = 4

(86)² = 4

Population Variance = sum / 8 = 14

Population SD = √14 = 3.741657

Sample Std. Deviation

4

Population SD: 3.741657

Count (n)8
Mean6
Median5.5
Mode4
Range12
Min1
Max13
Population Variance14
Sample Variance16

Statistics Cheat Sheet

Get a free reference guide for stats formulas.

Frequently Asked Questions

What is the difference between population and sample standard deviation?

Population SD (σ) is used when your data represents an entire population. Sample SD (s) is used when your data is a sample — it divides by (n−1) instead of n to correct for bias, making it a better estimator of the population SD.

What does standard deviation tell you?

Standard deviation measures how spread out values are from the mean. A low SD means data points are close to the mean; a high SD means they are spread out. About 68% of data falls within 1 SD of the mean in a normal distribution.

How is variance related to standard deviation?

Variance is the average of squared differences from the mean. Standard deviation is simply the square root of variance. SD is in the same units as the original data, making it easier to interpret.