Standard Deviation Calculator
Standard deviation is the most widely used measure of how far a set of values spreads out around its mean. A small standard deviation means the values cluster tightly around the mean; a large one means they are spread across a wide range.
This calculator returns both the sample standard deviation (with the n−1 denominator, the one used in research) and the population standard deviation (with the n denominator). It also reports variance, mean, median, quartiles, the coefficient of variation, and the rest of the descriptive statistics.
Formula
Sample: s = √( Σ(xᵢ − x̄)² / (n − 1) ) Population: σ = √( Σ(xᵢ − μ)² / n ) Variance = the square of the standard deviation (s² or σ²)
If your data is a sample (as research data usually is), use the formula with the n−1 denominator; it gives an unbiased estimate of the population standard deviation (Bessel's correction).
How to Calculate
- Paste your data values into the box — separate them with commas, spaces, or line breaks.
- Choose whether your data is a sample (n−1) or the entire population (n).
- Read the standard deviation, variance, and full descriptive statistics in the results section.
- The interpretation line explains the mean ± 1 standard deviation range in plain English.
Worked Examples
Spread of exam scores
For five students scoring 70, 75, 80, 85, and 90, the mean is 80.00, the sample variance is 62.5000, and the sample standard deviation is 7.9057. Scores deviate from the mean by roughly 8 points.
Sample standard deviation (s): 7.9057 · Sample variance (s²): 62.5000 · Mean (x̄): 80.0000
Production measurements (population)
When every value is identical (10, 10, 10, 10) there is no spread at all: the standard deviation is 0 and the variance is 0.
Population standard deviation (σ): 0.0000 · Population variance (σ²): 0.0000 · Mean (x̄): 10.0000
Data written with decimal commas
Decimal commas are accepted: for the data 2,5 3,1 2,8 3,4 2,9 3,0 the mean is 2.9500 and the sample standard deviation is 0.3017.
Sample standard deviation (s): 0.3017 · Sample variance (s²): 0.0910 · Mean (x̄): 2.9500