Standard deviation calculator with worked steps
Standard deviation tells you how spread out a set of values is. A small standard deviation means values are clustered near the mean, a large one means they're more variable. This calculator computes the mean, variance, and standard deviation for any dataset, with every step shown so you understand the method, not just the number.
Sample vs population standard deviation
If your data represents an entire population (every member you care about), divide by N. If it's a sample drawn from a larger population to estimate that population's variability, divide by N − 1. This adjustment (Bessel's correction) compensates for the fact that a sample underestimates true variability. Most real-world stats problems use the sample formula.
How to compute standard deviation by hand
Step 1: find the mean of the data. Step 2: subtract the mean from each value and square the result. Step 3: sum those squared deviations. Step 4: divide by N (population) or N − 1 (sample) to get the variance. Step 5: take the square root to get the standard deviation. The calculator walks through these five steps with your data.
Why squared deviations?
Squaring serves two purposes: it eliminates negative differences (so they don't cancel positives), and it weighs larger deviations more heavily than smaller ones. Taking the square root at the end brings the result back to the original units of measurement, making it interpretable.
Real-world uses
Standard deviation appears in quality control, finance (volatility), test scoring, scientific measurement, A/B testing, and survey analysis. A risk-averse investor prefers assets with lower standard deviation. A teacher uses it to spot test scores that are unusually high or low. Any time you need to summarize variability in a number, standard deviation is the standard tool.