Standard Deviation Calculator
Calculate standard deviation (σ) for population or sample data with full working.
📖 What is Standard Deviation?
Standard deviation is a measure of how spread out numbers in a dataset are relative to their average (mean). It tells you how much the individual data points typically deviate from the mean value. A small standard deviation means data is tightly clustered around the mean; a large one means it is widely spread.
Standard deviation is represented by the symbol σ (sigma) for population data and s for sample data. It is calculated as the square root of the variance, which is the average of the squared differences from the mean.
In practice, standard deviation is everywhere: financial analysts use it to measure investment risk (a stock with higher standard deviation is more volatile), manufacturers use it to monitor quality control (are products within acceptable tolerance?), teachers use it to understand score distribution, and scientists report it as a measure of experimental uncertainty.
The key property of standard deviation in a normal distribution is the empirical rule: approximately 68% of data falls within one standard deviation of the mean, 95% within two, and 99.7% within three. This is the famous "68-95-99.7 rule" or "three-sigma rule."
📐 Formula
Population Standard Deviation (σ):
Sample Standard Deviation (s):
Where: - xᵢ = each data point - μ or x̄ = mean of the dataset - N = total population size, n = sample size - The (n−1) denominator is Bessel's correction for sample data