Skip to content
Calcora

Standard Deviation Calculator

Mean, variance, and standard deviation of a list of numbers.

Input sheet

Browse DIY guidesDo the project yourself, step by step

DIY at your own risk. Calcora's calculators and guides are general estimates and information only — not professional, engineering, legal, or safety advice. Always verify local building codes and permit requirements, and hire a licensed pro for electrical, gas, plumbing, structural, or any work you're not fully comfortable doing yourself.

Standard deviation measures how spread out a set of numbers is around their average. A small value means the data clusters tightly; a large one means it scatters widely — essential for grades, quality control, and finance.

How it works

Variance is the average squared distance from the mean (dividing by n−1 for a sample); standard deviation is its square root.

There are two versions. Sample standard deviation divides the squared distances by n−1 and is used when your data is a sample of a larger group; population standard deviation divides by n and is used when you have every member. This tool reports both, headlining the sample figure.

The n−1 divisor (Bessel's correction) compensates for the fact that a sample tends to underestimate the true spread of the population it was drawn from.

Standard deviation = square root of [ sum of (value − mean)² ÷ (n − 1 for a sample, or n for a population) ]

Worked examples

Tips & gotchas

FAQ

What is the difference between sample and population standard deviation?

Sample divides by n−1 and estimates spread from a subset; population divides by n and applies when you have every data point. Sample values are slightly larger.

How does standard deviation relate to variance?

Variance is the average squared distance from the mean; standard deviation is its square root, bringing the result back into the original units.

Why divide by n−1 for a sample?

It corrects for the bias that arises because the sample mean sits closer to the sample's own points than the true population mean would, which otherwise understates the spread.

Related calculators

Percentage Calculator · Percent Change Calculator · Average (Mean) Calculator · Ratio Calculator · Exponent Calculator