Skip to main content

Free Standard Deviation Calculator – SD, Variance & Mean

Standard Deviation Calculator finds population or sample standard deviation, variance, mean, and range from a list of numbers online for free.

Written & reviewed by Helperzy Editorial Team · Updated July 2026

Std DeviationVarianceMeanPopulation/SampleFree

Population Standard Deviation (σ)

2

Count

8

Sum

40

Mean

5

Variance

4

Minimum

2

Maximum

9

100% Private

Runs locally. Nothing uploaded.

How to Use Standard Deviation Calculator

1

Enter Numbers

Paste or type your values separated by commas, spaces, or new lines. Decimals and negative numbers are accepted, and stray text between entries is ignored.

2

Choose Type

Select population if your numbers cover the entire group, or sample if they are a subset used to estimate a larger population. The choice changes the divisor and the result.

3

View Results

Read the standard deviation alongside the variance, mean, count, sum, minimum, and maximum. Check the minimum and maximum for typos before relying on the figure.

How the Standard Deviation Calculator Measures Spread

Standard deviation answers a question the average cannot: how much do the numbers in a set differ from one another? Two classes can both average 78 marks while one has everyone within a few points of that figure and the other has results scattered from 40 to 100. Paste your numbers separated by commas, spaces, or new lines, pick population or sample, and this calculator returns the standard deviation, the variance, the mean, the sum, the count, and the minimum and maximum. Students working through statistics coursework, researchers summarising measurements, quality engineers monitoring a production line, and investors comparing the volatility of two funds all rely on it. The calculation runs in four steps. First it finds the mean, the sum of all values divided by how many there are. Second it takes each value's distance from that mean and squares it, which removes the minus signs so values above and below the mean both count as spread. Third it averages those squared distances to get the variance — dividing by n for a population, or by n − 1 for a sample. That n − 1 is Bessel's correction, and it exists because a sample tends to underestimate how spread out the full population is. Fourth it takes the square root of the variance, which brings the answer back into the same units as your original data. Population mode is right when your numbers cover the whole group you care about; sample mode is right when they are a subset used to estimate something larger. Here is a real set: five test scores of 72, 85, 78, 90, and 65. The mean is 390 ÷ 5 = 78. The squared distances from 78 are 36, 49, 0, 144, and 169, summing to 398. Population variance is 398 ÷ 5 = 79.6, so the population standard deviation is the square root of that, about 8.92. Treat the same five scores as a sample and you divide by 4 instead: variance 99.5 and standard deviation about 9.97. Same data, and the sample figure is always the larger of the two. The practical uses are specific. A teacher comparing two sections that both average 78 marks uses standard deviation to spot which one has students falling badly behind, since a spread of 3 and a spread of 18 call for very different teaching responses. A factory measuring the diameter of machined parts tracks standard deviation as the direct measure of process consistency, because a rising figure signals tool wear before any part actually goes out of tolerance. An investor comparing two mutual funds with identical five-year returns picks the one with lower standard deviation for a smoother ride. And a researcher reporting experimental results quotes the mean plus or minus the sample standard deviation, because a mean without a spread figure tells the reader almost nothing. The mistake that costs marks and misleads reports is picking the wrong mode. Using population standard deviation on sample data understates the spread, and the gap widens as the dataset gets smaller — with five values it is over a full point in the example above, though with two hundred values the difference is negligible. Ask yourself whether your numbers are the entire group or a slice of something bigger, and choose accordingly. Two other things worth knowing: standard deviation is heavily influenced by outliers, since squaring the distances gives extreme values outsized weight, so one mistyped figure can distort the result; and it assumes the data is reasonably symmetric, which makes it less informative for strongly skewed sets. Everything runs in your browser, so the numbers you paste are never uploaded or stored.

Standard Deviation Calculator Formula & Method

Step 1: mean (x̄) = sum of all values ÷ n Step 2: squared deviations = (each value − x̄)² Step 3: variance = sum of squared deviations ÷ n (population) or ÷ (n − 1) (sample) Step 4: standard deviation = √variance n = how many values are in the set x̄ = the mean of the set n − 1 is Bessel's correction, used for samples because a sample understates the spread of the full population. The sample standard deviation is always larger than the population figure for the same data.

Examples: Standard Deviation Calculator

Input

Test scores 72, 85, 78, 90, 65 (population)

Result

Mean 78 · variance 79.6 · standard deviation ≈ 8.92

The mean is 390 ÷ 5 = 78. Squared deviations are 36, 49, 0, 144, and 169, summing to 398; 398 ÷ 5 = 79.6, and √79.6 = 8.92.

Input

The same five scores treated as a sample

Result

Variance 99.5 · standard deviation ≈ 9.97

Dividing the same sum of 398 by n − 1 = 4 gives a variance of 99.5, so the standard deviation rises to √99.5 = 9.97 — over a full point higher than the population figure.

Frequently Asked Questions – Standard Deviation Calculator

Enter your numbers separated by commas or spaces and choose population or sample. The calculator finds the mean, sums the squared differences from it, divides by n (population) or n − 1 (sample), and takes the square root to give the standard deviation.