Z-Score Calculator
| Left Tail Area | 0.687933 |
| Percentile / Probability | 68.79% |
| Left Tail Area | 0.687933 |
| Percentile / Probability | 68.79% |
A z-score (also called a standard score) measures how many standard deviations a data point is from the mean of a distribution. A positive z-score indicates the value is above the mean, while a negative z-score means it is below the mean. Z-scores are fundamental in statistics for comparing data across different scales, performing hypothesis testing, and determining statistical significance.
For example, a z-score of 1.96 means the data point is 1.96 standard deviations above the mean. In a standard normal distribution, approximately 95% of values fall between z = -1.96 and z = 1.96, making this a commonly used critical value for 95% confidence intervals.
The z-score formula converts a raw score into its standardized form:
Once you know the z-score, you can use the standard normal distribution table (or this calculator) to find the probability associated with that score. The cumulative distribution function (CDF) gives the probability that a standard normal random variable Z is less than or equal to a given z-score.
Problem: A class has a mean test score of 80 with a standard deviation of 5. A student scored 90. What percentage of students scored below this student?
Step 1: Calculate the z-score: z = (90 - 80) / 5 = 2.0
Step 2: Look up z = 2.0 in the standard normal table (or use this calculator). The left-tail probability P(Z ≤ 2.0) = 0.9772.
Answer: Approximately 97.72% of students scored below 90. The student is in the 97.72nd percentile.
A z-score of 0 means the data point is exactly at the mean. The probability of being at or below the mean (left-tail area) is 0.5, or 50%. Half of all values in a normal distribution fall below the mean and half fall above.
For a 95% confidence interval (two-tailed), the critical z-score is 1.96. This means 95% of values fall between z = -1.96 and z = 1.96. For a one-tailed test at 95% confidence, the critical z-score is 1.645.
Yes. A negative z-score indicates the value is below the mean. For instance, z = -2.0 means the value is 2 standard deviations below the mean. The left-tail probability for z = -2.0 is approximately 0.0228, meaning only about 2.28% of values fall below that point.
This calculator uses the Abramowitz and Stegun numerical approximation for the cumulative normal distribution function, which provides accuracy to better than 7.5 x 10⁻⁸. Internal calculations use high-precision arithmetic via BigNumber.js with 64-digit decimal precision. Results are displayed to 6 decimal places.
In a normal distribution, approximately 68.27% of data falls within 1 standard deviation of the mean (z between -1 and 1), 95.45% within 2 standard deviations (z between -2 and 2), and 99.73% within 3 standard deviations (z between -3 and 3). This calculator lets you verify these values using the "Middle Equal" area type.