Calculate z-score to find how many standard deviations a value is from the mean. Essential for statistics and probability.
Calculate z-score (standard score) for a data point.
The Z-Score Calculator is an essential statistical tool that measures how many standard deviations a data point lies from the mean of a distribution. Also known as a standard score, the Z-score enables researchers and professionals to standardize data sets onto a common scale, making meaningful comparisons possible across diverse measurements.
Understanding Z-scores is fundamental to probability theory. When data follows a normal distribution, Z-scores help determine the probability of observing particular values and identify outliers. This standardization transforms raw scores into a universal language that statisticians worldwide apply in academic grading, quality control, finance, and medical diagnostics.
Z = Z-score (standard score)
X = Individual data value (raw score)
μ = Population mean (average)
σ = Population standard deviation
For sample data, use sample mean (x̄) and sample standard deviation (s) instead.
| Z-Score | Percentile | Interpretation |
|---|---|---|
| -3.0 | 0.13% | Extremely below average (rare outlier) |
| -2.0 | 2.28% | Significantly below average |
| -1.0 | 15.87% | Below average |
| 0 | 50% | Exactly at the mean |
| +1.0 | 84.13% | Above average |
| +2.0 | 97.72% | Significantly above average |
| +3.0 | 99.87% | Extremely above average (rare outlier) |
The Empirical Rule: 68% within ±1σ, 95% within ±2σ, 99.7% within ±3σ.
Academic Grading: Standardized tests like SAT, GRE, and IQ tests use Z-scores to compare performance across different administrations and create scaled scores.
Finance & Investing: The Altman Z-score predicts bankruptcy probability. Z-scores identify abnormal stock returns and measure portfolio risk.
Quality Control: Six Sigma uses Z-scores for process capability. A Six Sigma process has only 3.4 defects per million opportunities.
Medical Diagnostics: Bone density, growth charts, and blood tests are expressed as Z-scores to compare patients against population norms.
Confusing Z-score with percentile: Z = 1.5 does NOT mean top 15%. Use a Z-table—Z = 1.5 equals the 93rd percentile.
Using sample vs. population incorrectly: Population σ divides by N; sample s divides by N-1. Using the wrong formula affects accuracy.
Applying to non-normal data: Z-scores assume normal distribution. For skewed data, percentile ranks may be more appropriate.
| Z-Score | Percentile | Z-Score | Percentile |
|---|---|---|---|
| -2.0 | 2.28% | +0.5 | 69.15% |
| -1.5 | 6.68% | +1.0 | 84.13% |
| -1.0 | 15.87% | +1.5 | 93.32% |
| -0.5 | 30.85% | +2.0 | 97.72% |
| 0 | 50.00% | +2.5 | 99.38% |
Sources: Z-score calculations follow standard statistical formulas used by NIST (National Institute of Standards and Technology). Percentile conversions use the cumulative distribution function of the standard normal distribution. Reference: NIST/SEMATECH e-Handbook of Statistical Methods.
A Z-score (also called standard score) is a statistical measurement that describes a value's relationship to the mean of a group of values. It tells you how many standard deviations a data point is above or below the mean. A Z-score of 0 means the value equals the mean, a positive Z-score indicates above average, and a negative Z-score means below average. Z-scores are crucial for comparing data from different distributions, identifying outliers, and calculating probabilities in statistics.
To calculate Z-score: Step 1: Find the mean (μ) of your data set by adding all values and dividing by count. Step 2: Calculate standard deviation (σ) by finding the square root of variance. Step 3: Apply the formula Z = (X - μ) / σ. For example, if a test score is 85, mean is 75, and standard deviation is 10: Z = (85 - 75) / 10 = 1.0. This means the score is exactly 1 standard deviation above average, placing it in approximately the 84th percentile.
What constitutes a 'good' Z-score depends entirely on context. In general: Z = 0 is exactly average (50th percentile). Z = +1 to +2 is above average (84th-98th percentile). Z > +2 is exceptional (top 2.3%). Z > +3 is extremely rare (top 0.13%). For test scores or performance metrics, higher Z-scores are typically better. For medical readings like cholesterol, Z-scores closer to 0 (normal range) are desirable. In quality control, Z-scores beyond ±3 often indicate defects requiring investigation.