Sample Standard Deviation Calculator
Paste your numbers and get the sample or population standard deviation, variance, mean, SEM and CV% — with the squared deviations shown step by step.
Result
This page opens the standard deviation calculator preset to the sample formula: paste your numbers, run it, and you get the sample standard deviation s together with the variance, mean, standard error and coefficient of variation — plus the full deviations table.
The sample formula divides the sum of squared deviations by n − 1 instead of n: s = √(Σ(xᵢ − x̄)² ÷ (n − 1)). This is Bessel's correction — because the mean was estimated from the same data, the raw deviations are slightly too small on average, and dividing by n − 1 compensates. For 2, 4, 4, 4, 5, 5, 7, 9 that gives √(32 ÷ 7) ≈ 2.1381.
Use the sample formula whenever your numbers are a subset standing in for something bigger: survey responses, a batch of test measurements, a week of response times sampled from a year. If your data is the entire population, switch the select to population mode — with the same input you can compare both divisors instantly.