ADVERTISEMENT

Mobile Banner
320×100

Z-Score Calculator

Calculate standard scores, find probabilities, and interpret statistical data

Z-Score Formulas

Z-Score Formula
Loading formula...
Raw Score from Z
Loading formula...
Sample Z-Score
Loading formula...

What is a Z-Score?

A z-score (also called standard score) tells you how many standard deviations a value is from the mean. It standardizes different datasets to a common scale, allowing meaningful comparisons. A z-score of 0 means the value equals the mean, positive scores are above average, and negative scores are below.

Z-scores are fundamental in statistics for determining how unusual or typical a value is. In a normal distribution, about 68% of values have z-scores between -1 and +1, 95% between -2 and +2, and 99.7% between -3 and +3.

Z-scores enable comparison across different scales. For example, you can compare a student's performance on different tests, or compare measurements from different populations, by converting all scores to the same standardized scale.

Z-Score Interpretation Guide

📊

z = 0

Value equals the mean. Exactly average.

📈

z = +1 to +2

Above average. Top 16% to 2.5% of distribution.

🚀

z > +2

Significantly above average. Unusual or exceptional.

📉

z < -2

Significantly below average. Potentially concerning.

Common Z-Score Values

Reference table for z-scores and their corresponding percentiles:

Z-ScorePercentileInterpretation1 in X
-3.00.13%Extremely low1 in 740
-2.02.28%Very low1 in 44
-1.015.87%Below average1 in 6
0.050.00%Average1 in 2
+1.084.13%Above averageTop 16%
+2.097.72%Very highTop 2.3%
+3.099.87%Extremely highTop 0.13%

Applications of Z-Scores

📚

Academic Testing

Compare student performance across different tests or years. SAT, GRE, and IQ tests are standardized to specific z-score scales.

🔬

Quality Control

Monitor manufacturing processes. Values beyond ±3 standard deviations often trigger investigation or rejection.

💰

Finance

Altman Z-Score predicts bankruptcy. Stock analysis uses z-scores to identify unusual price movements.

🏥

Medical Research

Compare patient measurements to population norms. Growth charts, blood tests, and vital signs use z-score interpretations.

Frequently Asked Questions

What z-score is considered significant?

In hypothesis testing, z-scores beyond ±1.96 (for 95% confidence) or ±2.58 (for 99% confidence) are considered statistically significant. Values beyond ±3 are usually considered outliers.

Can z-scores be greater than 3?

Yes, though rarely. Z-scores can theoretically be any value. Scores beyond ±3 occur in about 0.3% of normally distributed data, suggesting either an outlier or non-normal distribution.

How do I interpret a negative z-score?

A negative z-score means the value is below the mean. Z = -1.5 means the value is 1.5 standard deviations below average. It's not necessarily bad - context matters.

What's the difference between z-score and t-score?

Z-scores require known population parameters and large samples. T-scores use sample estimates and account for additional uncertainty with small samples (typically n < 30).

Examples

Standardizing an SAT score

A student scores 1200 on the SAT. The population mean is μ = 1050 and the standard deviation is σ = 200. How many standard deviations above the mean is this score?

Resultz = 0.75 (about the 77th percentile)

Apply z = (x − μ) / σ. Subtract the mean: 1200 − 1050 = 150. Divide by the standard deviation: 150 / 200 = 0.75. A z of 0.75 corresponds to a left-tail probability of roughly 0.7734 on the standard normal, so the student scored higher than about 77% of test-takers and is in the top 23%. The same procedure converts any raw measurement (lab result, height, return on investment) into a unit-free score you can compare across different scales.

Frequently asked questions

When should I use a z-score instead of a t-score?

Use a z-score when the population standard deviation σ is known or the sample size is large (typically n ≥ 30 so the sample SD is a reliable estimate of σ). Use a t-score when σ is unknown and the sample is small, because the t-distribution has heavier tails that account for the extra uncertainty in estimating the standard deviation. As n grows, the t-distribution converges to the standard normal, so the two tests give nearly identical results for large samples.

How do I convert a z-score into a percentile?

Look up the cumulative probability Φ(z) for your z-score in a standard normal table or use a calculator function such as NORM.S.DIST(z, TRUE) in Excel or scipy.stats.norm.cdf(z) in Python. The percentile is Φ(z) × 100. For example, z = 1.00 gives Φ(1.00) ≈ 0.8413, so the value is at the 84th percentile. Negative z-scores map to percentiles below 50.

What is the difference between a one-tailed and a two-tailed test?

A one-tailed test checks for a deviation in a single direction (only larger, or only smaller). At α = 0.05 the critical value is z = 1.645. A two-tailed test checks for a deviation in either direction and splits α between the two tails, giving critical values of ±1.96 at α = 0.05. Use one-tailed only when the alternative hypothesis is directional and a deviation in the opposite direction would have the same practical meaning as no effect.

What z-score is considered statistically significant?

By common convention, |z| ≥ 1.96 is significant at the 0.05 level (two-tailed), |z| ≥ 2.58 is significant at the 0.01 level, and |z| ≥ 3.29 corresponds to 0.001. These come directly from the standard normal CDF: P(|Z| > 1.96) ≈ 0.05. Particle physics uses a much stricter 5σ threshold (z ≈ 5) where the chance of a false positive is about 1 in 3.5 million.

How are z-scores used in finance?

Two common uses: the Altman Z-Score combines five financial ratios to predict corporate bankruptcy risk, and the Sharpe ratio is structurally a z-score that measures excess return per unit of risk, (Rp − Rf) / σp. Traders also use rolling z-scores of price or spread to flag mean-reversion entries when a series moves more than 2 standard deviations from its moving average.

How does the z-score differ from other standardized scores in education?

Educational tests often rescale z to avoid negative numbers and decimals. T-scores use mean 50 and SD 10 (T = 50 + 10z). IQ scores use mean 100 and SD 15. Stanines use a 1-9 scale, and the SAT section score uses mean 500 and SD 100. All of these are linear transformations of z, so a z-score of +1 corresponds to T = 60, IQ = 115, or SAT = 600.

Sources

Pro Tips

  • Bookmark this calculator for quick access in the future
  • Use the share button to send your results to others
  • Try different scenarios to compare outcomes
  • Check out our related calculators for more insights

Found this calculator helpful? Share it with others:

Embed this calculator