In statistics, knowing the average of a group of numbers is only half the story. Two groups of data can have the exact same average but be completely different in spread. Standard deviation is the mathematical metric that measures this dispersion, telling you how close or far the individual numbers are from the group average.
When analyzing data, you must choose between sample and population calculations. Use population mode when your list contains every single member of the group you are studying (such as test scores for a single classroom). Use sample mode when your list is only a subset representing a much larger group (such as polling a few hundred citizens to estimate the city's behavior).
Standard deviation is calculated by taking the square root of the variance. To find the basic average of your data first, you can use our simple group average tool. To see the full statistical breakdown, you can check our finding central averages tool.
To find the standard deviation, you first calculate the mean of all values. Next, you subtract this mean from each individual number and square the result. Squaring makes all values positive and emphasizes larger differences.
You then sum all those squared values. For population mode, divide the sum by the count of numbers. For sample mode, divide by the count minus one. Finally, take the square root of that result. The final standard deviation is expressed in the same unit as the original numbers.
Imagine a small team's daily commute times are 10, 15, and 20 minutes.
The average commute is 15 minutes. The differences from the average are -5, 0, and 5. Squaring these differences gives 25, 0, and 25. The sum of the squares is 50. If we treat this as a sample of a larger population, we divide 50 by (3 - 1 = 2) to get 25. Taking the square root of 25 reveals a sample standard deviation of exactly 5 minutes. This tells us commute times typically vary by 5 minutes from the average.