Sample and Population Standard Deviation Calculator
Computes both sample standard deviation with n minus one and population standard deviation with n divisor from a list of numbers.
—
Population vs sample standard deviation
Population variance counts every member of the universe: σ² = Σ(xᵢ − μ)² / N, with σ = √σ². Sample variance instead estimates σ² from a subset, applying Bessel's correction: s² = Σ(xᵢ − x̄)² / (n − 1). The division by n − 1 (degrees of freedom) offsets the downward bias you get from using x̄ in place of the unknown μ. Take 2,4,4,4,5,5,7,9 as an example: mean = 5, σ ≈ 2.00, s ≈ 2.14. Reach for σ when you actually hold the full population (a census, a deterministic system), and for s when you're sampling from something larger.
Applications
It shows up in Six Sigma and statistical process control (Cp, Cpk, control charts at ±3σ), in financial volatility and risk work (the annualized σ of returns), in measurement uncertainty in metrology, in A/B test design, in normal-distribution confidence intervals, and in pretty much any quality assurance workflow that has to put a number on dispersion.
FAQ
Why divide by n − 1 instead of n? That's Bessel's correction at work. Because x̄ stands in for the real μ, the spread comes out too small on average; dividing by n − 1 cancels that bias and gives you an unbiased estimator of σ².
Variance or standard deviation, which to report? Variance lives in squared units and adds up nicely across independent variables. Standard deviation stays in the original units, so it's easier to read. Most reports go with σ or s.
What does Excel's STDEV vs STDEVP return? STDEV (or STDEV.S) gives you the sample s, dividing by n − 1; STDEVP (or STDEV.P) gives the population σ, dividing by N. Pick one based on whether your data is the whole universe or just a sample of it.
Related Tools
CI for Variance and Standard Deviation
Computes the confidence interval for the variance and standard deviation of a normal population, from a sample. While most tools estimate the mean, this one estimates the spread — useful in quality control, where consistency matters as much as the central value. The calculation uses the chi-square distribution, which is asymmetric, so the interval is not centered on the sample variance. Enter the sample and the confidence level.
List Statistics
Calculate complete statistics for a list of numbers: sum, mean, median, mode, min, max, range and standard deviation.
Z-Score Calculator
Compute the Z-score (standard score) of a value given population mean and standard deviation. Includes corresponding percentile. Everything in your browser.
Staircase Steps Brazil
Computes number of steps, tread and riser by Blondel formula adapted to Brazil.
Axle Load Equivalency Factor
Computes how many passes of the standard axle are equivalent to one pass of the real axle, using the power law of pavement design: factor = (axle load ÷ standard axle load) raised to the damage exponent. This factor is what converts a traffic count into the number N of standard axle repetitions, which in Brazil is the 8.2 tf, or 80 kN, single axle with dual wheels. The exponent amplifies overload brutally: an axle 20% heavier than the standard does not consume 20% more pavement but 2.07 times as much, which is why a single overloaded truck weighs more on the life of the road than thousands of cars, whose factor is practically zero. The exponent is an input rather than fixed at 4, the AASHTO value known as the fourth power law, because rigid pavement and fatigue cracking models work with exponents between 3 and 5 and the result shifts by a whole level depending on the choice. Enter the axle load, the standard axle load and the damage exponent.
Standard Door Sizes in Brazil (NBR 15930)
Pick the room and read the leaf width used in Brazilian homes: 62 cm bathroom and laundry, 72 bedroom, 82 living room, 92 entrance, all 210 cm tall.
The results provided by this tool are for general informational and educational purposes only and do not constitute professional, financial, medical, legal, tax or accounting advice. Always confirm important decisions with a qualified professional and official sources.