Enter your data set and get the standard deviation instantly, with a full step-by-step solution showing exactly how the answer was calculated.
Standard deviation tells you how spread out a set of numbers is from its average (mean). A low standard deviation means the values are clustered close to the mean; a high standard deviation means they're spread over a wider range.
Standard deviation (usually written as σ for a population or s for a sample) measures the typical distance between each data point and the mean of the data set. It's the square root of variance, which makes it easier to interpret because it's expressed in the same units as your original data.
σ = √(Σ(x−μ)² ÷ N)s = √(Σ(x−x̄)² ÷ (n−1))Variance and standard deviation measure the same underlying idea — spread — but variance is expressed in squared units (which makes it harder to interpret directly), while standard deviation converts that back into the original units by taking the square root. If you also need to work with variance directly, see the TheCalcBright calculator index for related tools.
For a deeper walkthrough of the underlying math, Khan Academy's standard deviation lesson is a solid free reference.
Written and maintained by the TheCalcBright Team. Every formula on this site is checked against standard statistics references, and calculators are tested against known worked examples before publishing. Have feedback? Contact us.
Population standard deviation uses every member of the group you're studying and divides by N. Sample standard deviation uses a subset meant to represent a larger population and divides by n−1 instead, which corrects for the tendency of samples to underestimate true variability.
No. Standard deviation is always zero or positive, because it's calculated from squared deviations and a square root. A standard deviation of zero means all values in the data set are identical.
A low standard deviation means your data points are clustered close to the mean. A high standard deviation means they're spread out over a wider range. There's no universal "good" or "bad" value — it depends entirely on the context of your data.
Yes, the mean is the first step in every standard deviation formula. This calculator computes the mean automatically as part of the step-by-step solution, so you don't need to calculate it separately first.
This calculator is designed for raw, ungrouped data values. For grouped data with frequencies, the calculation method differs slightly since each value is weighted by how often it occurs.