
Standard Deviation
Mean, variance, standard deviation and count for a set of numbers.
6 values detected
Sample standard deviation
6.6533
Population σ = 6.0736
Mean
20.3333
Count
6
Sum
122
Sample variance
44.2667
Population variance
36.8889
Population σ
6.0736
AI Breakdown & Smart Takeaway
Plain-English insight on your numbers
Get a personalized explanation of what these results mean — and how to improve them.
How the Standard Deviation works
This calculator instantly computes the mean, variance, standard deviation, and count for any set of numbers you enter — making it an essential tool for students, researchers, analysts, and anyone who needs to summarize and understand the spread of a data set without manual calculation.
At its core, this tool takes a list of numbers and produces four fundamental descriptive statistics. First, it counts how many values you entered. Then it calculates the mean (arithmetic average) by summing all values and dividing by the count. From that mean, it measures how far each individual data point strays, squares those differences, and averages them to produce the variance. Finally, it takes the square root of the variance to give you the standard deviation — the single most widely used measure of data spread in all of statistics.
The distinction between population standard deviation and sample standard deviation is one of the most important — and most misunderstood — concepts in statistics. When your data set represents every member of a group (an entire class, all products off a line), you divide the summed squared differences by N (the count), giving the population standard deviation (σ). When your data is a sample drawn from a larger population — which is true in most real-world research — you divide by N−1 instead, giving the sample standard deviation (s). That adjustment, called Bessel's correction, compensates for the fact that a sample tends to underestimate the true population spread. Always clarify which version is appropriate for your context before drawing conclusions.
Variance and standard deviation rise and fall together, but they serve different purposes. Variance is mathematically convenient — it's additive and central to techniques like ANOVA and regression — but its units are squared (e.g., square dollars, square meters), making intuitive interpretation difficult. Standard deviation returns the spread to the original unit of measurement, so a standard deviation of 5 kg means typical values hover within about 5 kg of the mean. A small standard deviation signals that values cluster tightly around the average; a large one signals wide dispersion. This is why two data sets can share an identical mean yet behave very differently in practice.
Common mistakes when using this calculator include mixing incompatible units in the same data set, accidentally including header rows or labels as numeric values, and forgetting to choose between population and sample mode. Another frequent error is treating a high standard deviation as inherently 'bad' — in quality control it may signal a problem, but in investment returns it simply reflects volatility that may be acceptable for a given risk profile. Always pair standard deviation with the mean for context, and consider whether outliers in your data are genuine observations or data-entry errors, since standard deviation is sensitive to extreme values.
Formula
σ = √(Σ(x − mean)² / n); sample uses n−1
Pro tips
- Paste numbers separated by commas, spaces or new lines.
Key terms
- Mean
- — The arithmetic average of a data set, calculated by dividing the sum of all values by the number of values.
- Variance
- — The average of the squared differences from the mean, measuring how spread out values are around the average.
- Standard Deviation
- — The square root of the variance, expressing data spread in the same units as the original data.
- Population vs. Sample
- — A population includes every member of a defined group (divide by N), while a sample is a subset of that group (divide by N−1 using Bessel's correction).
- Bessel's Correction
- — The adjustment of dividing by N−1 instead of N when calculating sample variance, which produces an unbiased estimate of the true population variance.
- Outlier
- — A data point that lies an unusual distance from other values, which can disproportionately inflate standard deviation and skew the mean.