Z-Score Calculator

Area Type
Left Tail Area0.687933
Percentile / Probability68.79%
Share:

What is a Z-Score?

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

The z-score formula converts a raw score into its standardized form:

z = (x - μ) / σ
  • x is the raw value (data point)
  • μ (mu) is the population mean
  • σ (sigma) is the population standard deviation

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.

Worked Example

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.

Understanding Tail Types

  • Left Tail: P(Z ≤ z) — the probability that Z is less than or equal to your z-score. Used when testing if a value is significantly low.
  • Right Tail: P(Z ≥ z) — the probability that Z is greater than or equal to your z-score. Used when testing if a value is significantly high.
  • Two-Tailed: P(|Z| ≥ |z|) — the probability in both tails combined. Used in two-sided hypothesis tests where you care about deviation in either direction. For z = 1.96, the two-tailed p-value is approximately 0.05.
  • Between: P(z1 ≤ Z ≤ z2) — the probability of Z falling between two z-scores. Useful for confidence intervals and range probabilities.

Frequently Asked Questions

What does a z-score of 0 mean?

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.

What z-score corresponds to a 95% confidence level?

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.

Can z-scores be negative?

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.

How accurate is this calculator?

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.

What is the empirical rule (68-95-99.7 rule)?

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.

Related Sites

  • AJ Designer — Engineering and science calculators for physics, math, and finance.
  • Dollars Per Hour — Convert salary to hourly rate and compare earning power.
  • Hourly Salaries — Explore hourly wage data and salary comparisons by job title.
  • Infant Chart — Baby growth percentile charts and tracking tools.
  • Percent Off Calculator — Quickly calculate percentage discounts and sale prices.
  • LoanChop — Loan payoff and amortization calculator.