Calculate population and sample standard deviation, variance and mean.
Standard deviation measures how spread out values in a dataset are from the mean (average). A low standard deviation means data points are clustered close to the mean. A high standard deviation means data is widely spread. Our standard deviation calculator computes both population and sample standard deviation instantly from any list of numbers.
Population Standard Deviation (σ): σ = √(Σ(x − μ)² / N). Sample Standard Deviation (s): s = √(Σ(x − x̄)² / (N−1)). Use population SD when you have data for the entire population. Use sample SD when working with a sample — the N-1 denominator (Bessel's correction) compensates for the underestimation bias in sample calculations.
In investing, standard deviation measures investment risk. A mutual fund with 15% average annual return and 5% standard deviation rarely strays far from 15%. A fund with 15% return and 20% standard deviation could realistically return anywhere from -5% to 35% in a given year. Lower standard deviation = lower volatility = less risk. Sharpe Ratio = (Return − Risk-Free Rate) / Standard Deviation.
Six Sigma manufacturing aims for processes where defects occur only 3.4 times per million opportunities — equivalent to being within 6 standard deviations of the mean. Control charts plot measurements against control limits (usually ±3 standard deviations). Points outside these limits signal a process problem requiring investigation.
A Z-score tells you how many standard deviations a data point is from the mean: Z = (x − μ) / σ. In a normal distribution, 68% of data falls within Z = ±1, 95% within Z = ±2, and 99.7% within Z = ±3. Z-scores allow comparison between datasets with different scales — used in standardized tests, medical measurements, and financial risk modeling.
Standard deviation measures how spread out numbers are from the mean. A low value means data is clustered closely; a high value means it is spread out.
Population standard deviation divides by N (total count). Sample standard deviation divides by N-1 to account for the fact that a sample may not represent the full population.
A high standard deviation means the data points are widely spread from the average, indicating high variability or inconsistency in the dataset.
Standard deviation is used in finance (measuring investment risk), science (experimental error), education (test score analysis), and quality control.