Universal Calculator
TAIIR

Z‑Score Calculator

Calculate z‑scores from raw values, find probabilities from z‑scores, and visualize the standard normal distribution curve.

Calculate the z‑score from a raw value, mean, and standard deviation

Find the probability (area under the curve) for a given z‑score

Find the z‑score for a given cumulative percentile

Common Z‑Scores

ZLeft AreaPercentile
-1.960.0252.5%
-1.6450.055%
-1.00.158715.87%
00.550%
1.00.841384.13%
1.6450.9595%
1.960.97597.5%
2.5760.99599.5%

Recent

No calculations yet

Mastering Z‑Scores: Complete Guide

A z‑score (standard score) quantifies how many standard deviations an observation is from the mean. It is a cornerstone of statistical analysis, enabling comparisons across different distributions and forming the basis of hypothesis testing and confidence intervals. This Professional Z‑Score Calculator offers three essential functions: converting raw values to z‑scores, computing probabilities from z‑scores, and finding z‑scores corresponding to given percentiles. Each result is accompanied by a visual curve and a step‑by‑step explanation.

Calculating a Z‑Score from Raw Data

The formula is z = (x − μ) / σ, where x is the raw score, μ is the population mean, and σ is the population standard deviation. For example, if a student scored 85 on a test with a class mean of 75 and standard deviation of 10, their z‑score is (85−75)/10 = 1.0—they are one standard deviation above average.

💡 Example: Z = 1.96

A z‑score of 1.96 corresponds to the 97.5th percentile. The left‑tail probability is 0.975, meaning 97.5% of the distribution falls below this value. It is the critical value for a 95% confidence interval.

Probabilities from Z‑Scores

The standard normal cumulative distribution function (CDF), often denoted Φ(z), gives the probability that a random variable from a standard normal distribution is less than or equal to z. The calculator provides left‑tail, right‑tail, and two‑tail probabilities, which are directly used in significance testing (p‑values).

Finding Z‑Scores from Percentiles

The inverse CDF (quantile function) maps a cumulative probability back to a z‑score. For instance, to find the z‑score that cuts off the top 5% of the distribution, you would input the 95th percentile, yielding z ≈ 1.645.

The Empirical Rule (68–95–99.7)

For any normal distribution, approximately 68% of data falls within ±1σ, 95% within ±2σ, and 99.7% within ±3σ of the mean. This rule is a quick way to gauge the rarity of a z‑score.

Frequently Asked Questions

What does a negative z‑score mean?

A negative z‑score indicates the raw value is below the mean. For example, z = −1.5 means the value is 1.5 standard deviations below the mean.

How do I interpret a z‑score of 0?

A z‑score of 0 means the raw value exactly equals the mean. The cumulative probability is 0.5 (50th percentile).

What is the difference between one‑tailed and two‑tailed p‑values?

One‑tailed p‑value tests for an effect in one direction (e.g., greater than). Two‑tailed tests for any difference (greater or less). The calculator shows both for convenience.

Can I use this calculator for sample data?

Yes, provided you use the sample mean and sample standard deviation. The interpretation remains the same, though the underlying distribution is Student's t for small samples.