Standard Deviation Calculator

Mean, variance and stdev of a dataset.

Output appears here.

Two data sets can share the exact same average while looking wildly different in how spread out their values are — standard deviation is the measurement that captures exactly that difference. This tool calculates it instantly for any list of numbers.

A statistical measure formalized to solve a genuinely practical problem

The term "standard deviation" and its now-standard mathematical formulation were introduced by influential statistician Karl Pearson in 1894, building on earlier variance-related concepts developed across the 19th century by scientists and mathematicians working in fields like astronomy and the social sciences, who needed a rigorous way to quantify how much individual observations in a dataset typically differed from the average — essential for distinguishing genuine patterns and effects from ordinary random variation and measurement noise in scientific data.

How this tool calculates standard deviation

The tool first calculates the mean (average) of your dataset, then finds how far each individual value deviates from that mean, squares each of those deviations (which conveniently eliminates negative signs and gives more weight to larger deviations), averages those squared deviations together (this intermediate result is called variance), and finally takes the square root of that average to return to the original units — this final square root step is precisely what makes the result directly comparable to and interpretable alongside your original data values.

Where standard deviation is genuinely useful

  • Quality control and manufacturing — measuring the consistency of a manufacturing process by quantifying how much individual product measurements vary from the target specification.
  • Finance and investment risk analysis — standard deviation is a standard, widely used measure of an investment's volatility, with a higher standard deviation generally indicating greater price fluctuation and risk.
  • Scientific research and data analysis — a foundational statistical measure for reporting how much variability exists in experimental results, essential context alongside any reported average or mean value.
  • Grading and standardized testing — understanding how an individual test score compares to the overall distribution of scores, often expressed in terms of standard deviations from the mean.

Frequently asked questions

What does a "high" versus "low" standard deviation actually mean? A low standard deviation means your data points cluster tightly around the mean (relatively consistent, predictable values), while a high standard deviation means data points are spread out more widely (greater variability) — the appropriate interpretation depends heavily on context, since high variability is sometimes a problem (inconsistent manufacturing) and sometimes just an expected characteristic of the data being measured.

What's the difference between standard deviation and variance? Variance is the average of the squared deviations from the mean, while standard deviation is simply the square root of variance — the square root step matters because variance's squared units (like "dollars squared") aren't intuitively meaningful, while standard deviation returns to the original, directly interpretable units of the data itself.

What's the difference between "population" and "sample" standard deviation? When you have data for an entire population, you divide by the total number of data points (n); when you have only a sample meant to represent a larger population, statisticians conventionally divide by one less than the sample size (n−1), a correction (called Bessel's correction) that produces a more accurate, unbiased estimate of the true population's standard deviation from limited sample data.

Further reading