Z-Score Calculator
P(Z < 0.49) =
| Left Tail Area | 0.687933 |
| Percentile / Probability | 68.79% |
| Left Tail Area | 0.687933 |
| Percentile / Probability | 68.79% |
Percentile
A standardized test score of z = 1.28 is common in admissions and employee screening reports.
This is a quick way to translate a standard score into a ranking that is easier to communicate.
Hypothesis Testing
The critical z-scores ±1.96 are the classic 95% confidence interval boundaries in a normal distribution.
That is why ±1.96 is used so often in two-tailed significance tests and confidence intervals.
Middle Area
This is the most common demonstration of the 68-95-99.7 empirical rule.
This is the familiar first part of the empirical rule for normal distributions.
A z-score measures how many standard deviations a value sits above or below the mean. x is the raw value, μ is the mean, and σ is the standard deviation. Once you know the z-score, you can convert it to a percentile or probability with the standard normal distribution.
z = (x − μ) / σ
This z-score calculator maps a z-score onto the standard normal distribution so you can find left-tail, right-tail, middle-area, and two-tailed probabilities instantly. A z-score tells you how far a value sits from the mean in units of standard deviation. Positive z-scores are above average, negative z-scores are below average, and a z-score of 0 is exactly at the mean. Once the score is standardized, the calculator uses the normal cumulative distribution to convert that z-score into a probability, percentile, or tail area depending on the mode you choose.
A class has a mean exam score of 80 with a standard deviation of 5. A student scored 90. What percentage of students scored below that student?
This is why z-scores are useful in grading, testing, and screening: they turn different raw scales into a single standard comparison.
The standard normal distribution has mean 0 and standard deviation 1, so every z-score can be interpreted on the same bell curve. Left-tail probability means the share of values at or below a z-score. Right-tail probability means the share at or above a z-score. Middle area means the probability between two z-scores, and two-tailed area means the combined probability in the outer tails. The empirical 68-95-99.7 rule comes from those areas: about 68.27% of values lie within ±1, 95.45% within ±2, and 99.73% within ±3 standard deviations.
A z-score of 0 means the value is exactly at the mean of the distribution. In the standard normal distribution, that corresponds to a 50th percentile left-tail probability.
For a two-tailed 95% confidence interval, the critical z-score is ±1.96. For a one-tailed 95% cutoff, the critical z-score is about 1.645.
Yes. A negative z-score means the value is below the mean. For example, z = -2 means the value is two standard deviations below average.
Use the left-tail probability for that z-score, then multiply by 100. For example, z = 1.28 has left-tail probability about 0.8997, so it is about the 89.97th percentile.
Left-tail probability is the area at or below a z-score. Right-tail probability is the area at or above a z-score. They always add up to 1 for the same z-score.
In a normal distribution, about 68.27% of values fall within ±1 standard deviation, 95.45% within ±2, and 99.73% within ±3.
Two-tailed calculations are common in hypothesis testing and confidence intervals, where you care about extreme values in either direction away from the mean.
This calculator uses the Abramowitz and Stegun approximation for the error function, which gives normal-distribution probabilities accurate to better than about 7.5 × 10⁻⁸ for this use case.
Reference: Normal-distribution probabilities are computed from the standard normal cumulative distribution using an Abramowitz and Stegun error-function approximation.