Standard Deviation Calculator: Free Online Tool + Guide

Calculate standard deviation, variance, and mean instantly. Free online calculator plus a plain-English guide to sample vs population formulas. No signup.

Standard deviation measures how spread out a set of numbers is around their average. A low standard deviation means the values cluster tightly around the mean; a high one means they're scattered widely. That's the whole concept everything else is arithmetic. Try the free Standard Deviation Calculator → Why the Average Alone Isn't Enough Two teams both average 50 sales per month. Team A: 48, 51, 49, 52, 50 Team B: 12, 88, 30, 75, 45 Same mean. Completely different reality. Team A is predictable and easy to forecast. Team B is volatile one great month covering for a disastrous one. Standard deviation is the number that captures that difference. For Team A it's small (around 1.6); for Team B it's large (around 31). This is why any serious analysis reports the mean and the standard deviation together the average alone hides the story. Sample vs. Population: The Part That Trips People Up This is the single most common source of wrong answers, and it comes down to one question: do you have all the data, or just a piece of it? Population standard deviation (σ) use when your data covers every member of the group you care about. Test scores for all 30 students in a class, when the class is the entire thing you're analyzing. Divide by n . Sample standard deviation (s) use when your data is a subset drawn from a larger group, and you're using it to estimate that larger group. A survey of 500 voters used to describe a country. Divide by n − 1 . Why n − 1? A sample tends to underestimate the true spread of the full population, because it's unlikely to capture the most extreme values. Dividing by a smaller number nudges the result slightly upward to correct for that bias. This is called Bessel's correction. Quick rule: if you're describing exactly the data you have, use population. If you're using your data to say something about a bigger group, use sample. When in doubt in a statistics course, sample is the more common answer. How to Calculate It by Hand Using the data set 4, 8, 6, 5, 3 : Step 1 — Find the mean. (4 + 8 + 6 + 5 + 3) ÷ 5 = 26 ÷ 5 = 5.2 Step 2 — Subtract the mean from each value, then square the result. (4 − 5.2)² = 1.44 (8 − 5.2)² = 7.84 (6 − 5.2)² = 0.64 (5 − 5.2)² = 0.04 (3 − 5.2)² = 4.84 Squaring does two jobs: it removes negative signs, and it gives extra weight to values far from the mean. Step 3 — Add them up. 1.44 + 7.84 + 0.64 + 0.04 + 4.84 = 16.8 Step 4 — Divide. Population: 16.8 ÷ 5 = 3.36 Sample: 16.8 ÷ 4 = 4.2 That result is the variance . Step 5 — Take the square root. Population standard deviation: √3.36 ≈ 1.83 Sample standard deviation: √4.2 ≈ 2.05 The square root at the end returns the answer to the original units without it, you'd be reporting "squared sales" or "squared centimetres," which means nothing. Variance vs. Standard Deviation They measure the same thing, one step apart. Variance is the average of the squared differences; standard deviation is its square root. Standard deviation is what gets reported, because it's in the same units as the data. Variance is what gets used inside further calculations, because squared values are mathematically easier to work with. What the Number Actually Tells You For data that follows a normal distribution (the familiar bell curve), a useful rule of thumb known as the 68-95-99.7 rule applies: Range Share of data Within 1 standard deviation of the mean ~68% Within 2 standard deviations ~95% Within 3 standard deviations ~99.7% So if average delivery time is 5 days with a standard deviation of 1 day, roughly 68% of deliveries land between 4 and 6 days, and about 95% between 3 and 7 days. A delivery taking 9 days is more than 3 standard deviations out genuinely unusual, worth investigating. This is also the basis of outlier detection: values beyond 2 or 3 standard deviations are typically flagged as anomalies. Where It's Actually Used Finance — standard deviation of returns is the standard measure of investment volatility and risk Manufacturing — quality control tracks whether output stays within acceptable deviation from spec Education — used to standardize and compare test scores across different exams Sports analytics — separates consistent performers from streaky ones with identical averages Business forecasting — high deviation in past demand means wider safety margins in planning Frequently Asked Questions How do I calculate standard deviation online? Paste or type your numbers into the free standard deviation calculator and it returns the mean, variance, and both sample and population standard deviation instantly no signup required. Should I use sample or population standard deviation? Use population (divide by n) when your data includes every member of the group being analyzed. Use sample (divide by n − 1) when your data is a subset used to estimate a larger group. Sample is the more common choice in research and coursework. What is a "good" standard deviation? There's no universal good or bad value it depends entirely on context and units. A

Back to Blog | Browse all free tools | Tool Collections