Z-Score Calculator
Enter a value, mean, and standard deviation to calculate the z-score and see exactly where it falls in a normal distribution.
Calculator verified • Last updated: August 2026
—
Where Your Value Falls
This is the standard normal distribution — every possible z-score, weighted by how common it is. The dashed line marks yours. The closer to the center (0), the more typical the value; the farther into the tails, the more unusual it is.
How to Calculate a Z-Score
A z-score (or standard score) tells you how many standard deviations a value sits from the mean of its distribution. Subtract the mean from your value, then divide by the standard deviation. The sign tells you direction — positive is above the mean, negative is below — and the magnitude tells you distance.
z: the z-score, how many standard deviations x is from the mean.
x: the raw value being standardized.
μ: the population mean.
σ: the population standard deviation.
For example, if a student scores 85 on a test where the class mean is 70 and the standard deviation is 10, the z-score is — meaning the score sits 1.5 standard deviations above average.
Z-Scores and the Normal Distribution
In a normal (bell-curve) distribution, roughly 68% of values fall within 1 standard deviation of the mean, about 95% fall within 2, and about 99.7% fall within 3 — often called the 68-95-99.7 rule. This makes the z-score a quick way to judge how typical or extreme a value is without needing to know the original units: a z-score of 2 is unusual no matter whether you're measuring test scores, heights, or reaction times.
Z-Score vs. Percentile
The percentile answers a related but different question: what share of the distribution falls below this value? It's calculated from the z-score using the cumulative distribution function of the standard normal distribution, which is exactly what this calculator does automatically. A z-score of 0 corresponds to the 50th percentile (the mean), while a z-score of 1.5 corresponds to roughly the 93rd percentile.
When to Use a Z-Score
Z-scores are most meaningful when the underlying data is approximately normally distributed and you know (or can reasonably estimate) the true population mean and standard deviation. They're widely used to compare values from different scales — for example, comparing a student's performance across two tests with different score ranges — and to flag outliers in quality control or anomaly detection.
A Brief History of the Z-Score
The z-score builds directly on the standard normal distribution, whose mathematical groundwork was laid by Abraham de Moivre in the early 1700s and later refined by Carl Friedrich Gauss in his early-1800s work on measurement error in astronomy — which is why the normal distribution is still sometimes called the Gaussian distribution. The idea of standardizing a value by expressing it in units of standard deviation from the mean became increasingly practical through the 19th and early 20th centuries as statisticians like Karl Pearson formalized the tools of modern statistics, since it let researchers compare wildly different measurements (heights, test scores, reaction times) on a single common scale. The z-score's utility exploded with the rise of standardized testing in education and psychology in the 20th century, where converting raw scores to a common standardized scale became essential for fair comparison across different tests and test-takers.
Common Z-Score Mistakes
Using a z-score on data that isn't approximately normally distributed is a common misstep — the score itself still calculates fine, but the percentile interpretation tied to the 68-95-99.7 rule only holds reasonably well for bell-shaped data. Confusing a z-score with a percentile directly is another frequent error — a z-score of 2 doesn't mean "the 2nd percentile" or "98%," it corresponds to roughly the 97.7th percentile, a conversion this calculator handles automatically via the normal distribution's cumulative function. Using a sample standard deviation as if it were the true population standard deviation without acknowledging the added uncertainty is a subtler mistake that becomes especially important with small sample sizes.
Z-Score Terms You Should Know
Standard Normal Distribution — a normal distribution with a mean of 0 and a standard deviation of 1, the reference distribution z-scores are expressed against.
Cumulative Distribution Function (CDF) — a function giving the probability that a value from a distribution falls at or below a given point, used to convert a z-score into a percentile.
Outlier — a value far enough from the mean (often beyond a z-score of ±2 or ±3) to be considered unusual or worth investigating.
Standardization — the process of converting raw values into z-scores so that data from different scales or distributions can be fairly compared.
Frequently Asked Questions
What is a z-score?
A z-score measures how many standard deviations a value is from the mean of its distribution. A z-score of 0 means the value equals the mean; positive values are above the mean, negative values are below it.
What does a negative z-score mean?
A negative z-score means the value is below the mean. The size of the number still tells you how far below — a z-score of -2 is farther from the mean than -0.5.
What z-score is considered unusual?
In a normal distribution, about 95% of values fall within 2 standard deviations of the mean, and about 99.7% fall within 3. A z-score beyond ±2 is often considered unusual, and beyond ±3 is a strong outlier.
How do I convert a z-score to a percentile?
The percentile is the area under the standard normal curve to the left of the z-score, expressed as a percentage. This calculator computes it automatically using the cumulative distribution function of the standard normal distribution.