Standard Deviation Calculator

Enter your numbers separated by commas, spaces, or new lines. Get mean, variance, standard deviation, and step-by-step work.

Count (n)
0
Mean (x̄)
0
Std Deviation
0
Variance
0
Sum
0
Range
0
Min
0
Max
0

What Is Standard Deviation?

Standard deviation is a measure of how spread out numbers are from the average (mean). A low standard deviation means the values are clustered close to the mean. A high standard deviation means they are widely spread. It is one of the most commonly used statistics in science, business, finance, and education.

σ = √[ Σ(xi - μ)2 / N ]    (population)

s = √[ Σ(xi - x̄)2 / (n-1) ]    (sample)

Population vs. Sample Standard Deviation

If your data includes every member of a group (like test scores for an entire class), use population standard deviation, which divides by N. If your data is a subset of a larger group (like a survey of 100 out of 10,000 customers), use sample standard deviation, which divides by N-1. The N-1 correction (called Bessel's correction) accounts for the fact that a sample tends to underestimate the variability of the full population.

How to Calculate Standard Deviation by Hand

The process has four steps. First, find the mean (average) of your data set. Second, subtract the mean from each data point and square the result. Third, find the average of those squared differences (dividing by N for population or N-1 for sample). This gives you the variance. Fourth, take the square root of the variance. That is the standard deviation. The calculator above does all of this automatically and shows you the work.

Real-World Uses of Standard Deviation

In finance, standard deviation measures the volatility of an investment. A stock with a standard deviation of 20% is more volatile (risky) than one with 8%. In manufacturing, standard deviation is used in quality control to ensure products fall within acceptable tolerances. In education, it helps teachers understand how spread out test scores are. In science, it quantifies experimental uncertainty. The concept appears anywhere variability matters.

The 68-95-99.7 Rule

For data that follows a normal distribution (bell curve), approximately 68% of values fall within 1 standard deviation of the mean, 95% within 2, and 99.7% within 3. This is called the empirical rule and is widely used in statistics, quality control, and risk assessment.

Standard Deviation FAQ

What is a "good" standard deviation?
It depends on context. In test scores, a small standard deviation means most students scored similarly. In investing, a lower standard deviation means less risk but potentially lower returns. There is no universal "good" or "bad" value. Standard deviation is always interpreted relative to the mean and the context of the data.
When should I use sample vs. population standard deviation?
Use population standard deviation when your data includes every member of the group you are studying. Use sample standard deviation (the default in most situations) when your data is a subset of a larger group. If you are unsure, sample standard deviation is the safer choice.
What is the difference between variance and standard deviation?
Variance is the average of the squared differences from the mean. Standard deviation is the square root of variance. Standard deviation is more commonly used because it is in the same units as the original data (dollars, degrees, points), while variance is in squared units.
Can standard deviation be negative?
No. Standard deviation is always zero or positive. It equals zero only when all values in the data set are identical (no spread at all).
What does a standard deviation of 0 mean?
A standard deviation of 0 means every value in the data set is exactly the same. There is no variability at all.