What Is the Spread of Your Data? Standard Deviation Explained.
What is the spread of your data?
Standard Deviation Calculator
SD, Variance, CV, Outliers & Distribution
Paste or type numbers — results update instantly as you type.
Data Type
Use Sample for a subset of a larger group · Use Population for all possible values
Results are for informational purposes only.
Related Calculators
Mean / Median / Mode Calculator
What is the average, middle, and most common value?
Unit Converter
Which unit and how do you convert it?
Grade Calculator
What grade do you need to pass?
GPA Calculator
What is your GPA and what do you need?
Random Number Generator
What random number do you need?
Fraction Calculator
What is the fraction answer?
Get this result by email
We'll send you this summary so you can revisit it anytime — useful when making a final decision.
🔒 We'll only send your result. No spam, no noise.
Standard deviation is the most important single statistic for understanding variability — how spread out your data is around the average. Two datasets can have exactly the same mean and be completely different in nature: one tightly clustered (low standard deviation) and one wildly variable (high standard deviation). Without standard deviation, the mean alone is misleading. Consider test scores: if the class mean is 75 and the standard deviation is 5, most students scored between 70-80 — a tight, consistent result. If the standard deviation is 20, scores ranged from 55-95 — an extremely variable result where the mean of 75 describes nobody's experience well. Standard deviation quantifies this spread in the same units as your data, making it directly interpretable. Standard deviation also anchors the normal distribution (bell curve). In a normal distribution, approximately 68% of values fall within one standard deviation of the mean, 95% within two, and 99.7% within three. This makes standard deviation the key to converting raw scores into z-scores, calculating percentiles, setting quality control limits, sizing confidence intervals, and making statistical inferences. This calculator computes both population and sample standard deviation from any list of numbers, with a full breakdown of the calculation steps.
- →Calculating standard deviation and variance from a list of numbers
- →Understanding how spread out your data is relative to the mean
- →Computing descriptive statistics for a dataset in statistics class
- →Interpreting investment return volatility or risk
- →Checking whether a measurement is unusually far from the average
An investor is comparing two stock portfolios. Portfolio A annual returns over 5 years: 8%, 9%, 7%, 10%, 6%. Mean: 8%, SD: 1.41%. Portfolio B returns: 20%, -5%, 15%, -2%, 26%. Mean: 10.8%, SD: 12.6%. Portfolio B has a higher mean return but nearly 9× more volatility. Standard deviation makes the risk difference concrete and quantifiable — the investor can now make an informed risk-adjusted decision.
What is a 'good' standard deviation?
There's no universal answer — it depends entirely on context. For test scores out of 100, a standard deviation of 10-15 is typical. For stock returns, annual SD of 15-20% is typical for equities. For manufacturing tolerances, you might want SD of 0.001 inches. The coefficient of variation (SD / mean) allows comparison of spread across datasets with different scales.
What is the difference between population and sample standard deviation?
Population SD (σ) = √(Σ(xi − μ)² / N). Sample SD (s) = √(Σ(xi − x̄)² / (N−1)). The N−1 denominator (Bessel's correction) corrects for the bias introduced by estimating the population mean from the sample. Use population SD when you have complete data; use sample SD when making inferences about a population from a sample.
How is standard deviation used in finance?
In finance, standard deviation measures the volatility (risk) of an investment — how much its returns deviate from the average. A fund with 15% average annual return and SD of 20% is riskier than a fund with 12% average return and SD of 5%. The Sharpe ratio uses standard deviation to calculate risk-adjusted return: (return − risk-free rate) / SD.
What is the relationship between standard deviation and normal distribution?
For normally distributed data: 68.27% of values fall within ±1 SD of the mean, 95.45% within ±2 SD, and 99.73% within ±3 SD (the '68-95-99.7 rule'). This is why ±3 SD is used as a quality control limit in manufacturing — values outside 3 standard deviations are considered anomalies requiring investigation.