Dataset

Comma, space, or semicolon separated numbers
Load example:
Standard Deviation
Enter data values above
Mean (μ)
Median
Mode
Variance
CV (%)
Q1 (25th)
Q3 (75th)
IQR
Skewness
Kurtosis
Min / Max: Range: Count (n):
σ = √(Σ(x−μ)²/N) s = √(Σ(x−μ)²/(n−1)) CV = σ/μ × 100%
Distribution Curve
Chart: stats canvas standard deviation.
Interpretation
Enter data above to see the distribution curve and interpretation.

Data Breakdown

Each value's deviation from the mean and squared deviation — the building blocks of variance.

Value (x) Deviation (x − μ) Squared Dev (x − μ)²
Calculate first
Frequency Histogram

Cyan bars = actual data frequency; purple line = expected normal distribution.

Chart: histogram canvas.

Frequency Distribution & Z-Scores

Values sorted ascending with Z-scores, percentile ranks, and outlier status. |z| > 2 = mild outlier, |z| > 3 = extreme outlier.

Value Frequency Z-Score Percentile Status
Calculate first
📋

How to Use This Calculator

1

Enter Your Data

Type or paste numeric values separated by commas, spaces, or semicolons. Use the preset buttons to load classic examples instantly.

2

Choose Population or Sample

Select Population (σ) if your data includes every member of the group, or Sample (s) if it is a subset (Bessel's correction applies).

3

Explore the Results

The Calculator tab shows the bell curve, 10 statistics, and outlier detection. Switch to Data Breakdown for a histogram, or Z-Scores for per-value percentile analysis.

Formula & Methodology

Population SD
σ = √(Σ(xᵢ−μ)² / N)
Divide the sum of squared deviations by the population size N, then take the square root.
Sample SD
s = √(Σ(xᵢ−x̄)² / (n−1))
Divide by (n−1) — Bessel's correction — to produce an unbiased estimate of the population SD from a sample.
Variance & IQR
σ² = Σ(xᵢ−μ)² / N  |  IQR = Q3 − Q1
Variance is the squared average deviation. IQR is the spread of the middle 50% of data — robust against outliers.
📖

Key Terms

Standard Deviation A measure of how spread out data values are from the mean; larger values indicate greater dispersion.
Variance The average of the squared differences from the mean; the square of the standard deviation.
IQR (Interquartile Range) Q3 − Q1; the spread of the middle 50% of data, unaffected by extreme values or outliers.
Skewness Measures asymmetry. Positive = right tail is longer; negative = left tail is longer; 0 = symmetric.
Kurtosis (excess) Measures tail heaviness relative to a normal distribution. Positive = heavy tails (leptokurtic); negative = light tails (platykurtic).
Bessel's Correction Using (n−1) instead of n in sample variance to produce an unbiased estimate of population variance.
👥

Real-World Examples

📊

Test Scores

Input: Data: 72, 85, 90, 78, 95, 88, 82, 79, 91, 84

Result
Mean = 84.4, Sample SD = 7.23, IQR = 11

Mean = 84.4, Sample SD = 7.23, IQR = 11 — scores moderately spread with no outliers

📊

SD Interpretation Using the Empirical Rule

Range% of Data (Normal)Interpretation
μ ± 1σ68.27%Most data points
μ ± 2σ95.45%Nearly all data points
μ ± 3σ99.73%Virtually all data points
Beyond 3σ0.27%Extreme outliers
Beyond 6σ0.0000002%Six Sigma quality target
📄

Standard Deviation: Measuring Variability

Why Standard Deviation Matters

The mean alone does not tell the full story of a dataset. Two classes can have the same average test score but very different distributions — one tightly clustered, the other widely spread. Standard deviation quantifies this spread, making it essential for quality control, finance (where it measures investment risk), and scientific research (where it characterizes measurement precision).

Population vs. Sample: Why n−1?

When calculating standard deviation from a sample, dividing by (n−1) instead of n corrects for the tendency of a sample to underestimate the population variance. This adjustment, called Bessel's correction, arises because the sample mean is itself estimated from the data, consuming one degree of freedom. For large samples the difference is negligible, but for small datasets it is crucial.

Beyond SD: IQR, Skewness, and Kurtosis

Standard deviation assumes your data is roughly symmetric. For skewed distributions, the IQR (interquartile range) is a more robust spread measure because it is unaffected by extreme values. Skewness tells you which tail is longer — a positive skew (right tail) is common in income data; negative skew in exam scores with a ceiling. Excess kurtosis quantifies whether tails are heavier or lighter than a normal distribution, which matters for risk analysis in finance.

Standard Deviation in Finance

In investing, standard deviation measures the volatility of returns. A stock with an annualized SD of 20% will fluctuate far more than one with 8% SD. Portfolio theory uses standard deviation to quantify risk and construct diversified portfolios that minimize overall volatility for a given expected return. The histogram chart in this calculator lets you visually compare your data's actual distribution to the theoretical normal — deviations from the bell curve often signal fat tails or bimodality.

Frequently Asked Questions

What does standard deviation tell you?+

Standard deviation measures how spread out values are from the mean. A small standard deviation means data points cluster tightly around the average, while a large one indicates wide variability. It is the most commonly used measure of dispersion.

What is the difference between population and sample standard deviation?+

Population standard deviation divides by N (the total count), while sample standard deviation divides by N-1 to correct for the bias in estimating from a subset. Use sample when your data represents a subset of a larger group.

How do I interpret a standard deviation value?+

Compare it to the mean using the coefficient of variation (SD divided by mean times 100). A CV under 15 percent generally indicates low variability, 15-30 percent is moderate, and above 30 percent suggests high variability.

Can standard deviation be negative?+

No, standard deviation is always zero or positive because it is the square root of variance, which is a sum of squared differences. A standard deviation of zero means every value in the dataset is identical.

What is variance and how does it relate to standard deviation?+

Variance is the average of the squared differences from the mean, and standard deviation is simply the square root of variance. Variance is useful in mathematical derivations, while standard deviation is more interpretable because it shares the same unit as the data.