Z-Score Calculator

Our free z-score calculator computes the standard score (z-score) from a raw value, population mean, and standard deviation. It also converts z-scores to percentiles and probabilities using the standard normal distribution. Use it for statistics, exam scores, quality control, and hypothesis testing.

star 4.8
auto_awesome AI
New

Z-Score Calculator calculator

Normal Distribution

−4σ−2σμ+2σ+4σ
analytics Z-Score
1.50
1.5 SD above the mean
Percentile Rank 93.32%
P(X < value) 0.9332
P(X > value) 0.0668
Within ±|z| range 86.64%
68-95-99.7 Rule
z = ±1.068.27%
z = ±1.9695.00% (95% CI)
z = ±2.095.45%
z = ±3.099.73%

lightbulb Tips

  • z = (x − μ) / σ — distance in std deviations
  • 68% of data lies within z = ±1
  • 95% within z = ±1.96 (95% CI)
  • |z| > 3 is considered an extreme outlier

bar_chart Z-Score Reference

Empirical Rule
z = ±1.00 68.27%
z = ±1.96 95.00% (CI)
z = ±2.00 95.45%
z = ±2.58 99.00% (CI)
z = ±3.00 99.73%
Classification
|z| < 1.0 Near average
|z| 2–3 Unusual
|z| > 3 Extreme outlier

How to Use the Z-Score Calculator

numbers

Enter Your Value

Input your raw score or observation (x).

calculate

Enter Mean & SD

Enter the population mean (μ) and standard deviation (σ).

analytics

Get Z-Score

See your z-score, percentile rank, and probability.

info

Interpret Results

Understand what your z-score means relative to the distribution.

The Formula

The z-score measures how many standard deviations a value is from the mean. A z-score of 0 means the value equals the mean. Positive z-scores are above the mean; negative z-scores are below. The percentile is the cumulative probability P(Z < z) from the standard normal distribution.

z = (x − μ) / σ

lightbulb Variables Explained

  • z Z-score (standard score)
  • x Raw value (the observation)
  • μ Population mean
  • σ Population standard deviation

tips_and_updates Pro Tips

1

z = 0 means you're exactly at the mean

2

z = ±1 covers ~68% of a normal distribution

3

z = ±2 covers ~95% of a normal distribution

4

z = ±3 covers ~99.7% of a normal distribution (the 68-95-99.7 rule)

5

A z-score above 2.0 means you're in the top ~2.3% of the distribution

6

Use negative z-scores when the value is below the mean

Calculate z-scores, convert to percentiles, and find probability values using our free z-score calculator. Works with exam scores, quality control data, scientific measurements, and any normally distributed dataset.

How to Calculate a Z-Score

The z-score formula is z = (x − μ) / σ, where x is your raw value, μ is the mean, and σ is the standard deviation.

Enter these three values into the calculator to get the z-score instantly, along with the corresponding percentile and probability.

Z-Score to Percentile Conversion

Convert any z-score to a percentile rank using the cumulative standard normal distribution.

  • A z-score of 0 = 50th percentile (the mean).
  • A z-score of 1.0 = 84th percentile.
  • A z-score of 1.96 = 97.5th percentile (used in 95% confidence intervals).

Normal Distribution & Z-Scores

Z-scores follow the standard normal distribution (mean=0, SD=1).

The 68-95-99.7 rule states that:

  • 68% of data falls within z=±1
  • 95% within z=±2
  • 99.7% within z=±3

Our calculator visualizes your z-score on the normal distribution curve.

What Is a Z-Score in Statistics?

A z-score, also called a standard score, is the number of standard deviations a data point lies from the mean of its distribution.

A z-score of 0 sits exactly at the mean, +1.5 lies one and a half standard deviations above it, and −2 lies two standard deviations below.

Because it rescales any variable to a common unit, the z-score lets you compare values measured on different scales — a test score against a height, for example.

According to Wolfram MathWorld, the standard score standardizes a normal variable to a distribution with mean 0 and standard deviation 1, the foundation of nearly every parametric statistical test.

The Z-Score Formula and How It Works

The z-score is computed as z = (x − μ) / σ, where x is the raw observation, μ is the population mean, and σ is the population standard deviation.

You subtract the mean to center the data on zero, then divide by the standard deviation to express the distance in standardized units. When you only have a sample, substitute the sample mean x̄ and sample standard deviation s.

For a score of 85 with mean 70 and SD 10, z = (85 − 70) / 10 = 1.5.

Khan Academy notes this transformation preserves the shape of the distribution while standardizing its center and spread.

How to Convert a Z-Score to a Probability

To turn a z-score into a probability, evaluate the cumulative distribution function (CDF) of the standard normal distribution, Φ(z), which gives P(Z < z).

For z = 1.5, Φ(1.5) ≈ 0.9332, so about 93.32% of values fall below it and 6.68% above.

The CDF is defined through the error function, erf, as documented in the NIST Digital Library of Mathematical Functions (DLMF §7). Because the normal curve is symmetric, Φ(−z) = 1 − Φ(z).

The calculator handles this integration automatically, so you never need to read a printed z-table.

Common Z-Score Values You Should Know

Several z-scores recur constantly in statistics.

  • A z of 1.0 marks the 84th percentile and −1.0 the 16th.
  • The critical value 1.645 corresponds to the 95th percentile (one-tailed), while 1.96 gives the 97.5th percentile and defines the familiar 95% two-sided confidence interval.
  • A z of 2.576 marks the 99.5th percentile, used for 99% confidence.

Under the 68-95-99.7 rule described by Encyclopaedia Britannica, roughly 68% of data lies within ±1, 95% within ±2, and 99.7% within ±3 standard deviations of the mean. Memorizing these anchors speeds up interpretation.

Real-World Uses of Z-Scores

Z-scores appear far beyond the classroom.

  • Standardized exams report them so scores from different test forms can be compared fairly.
  • In manufacturing quality control, engineers flag any measurement beyond ±3 standard deviations as an outlier, since fewer than 0.3% of a normal process should fall there.
  • Finance uses z-scores in models such as the Altman Z-score for bankruptcy risk, and healthcare relies on them for growth charts and bone-density scores.

Any time you must compare observations drawn from different scales or datasets, standardizing them into z-scores, as Khan Academy illustrates, makes the comparison meaningful.

How to Find a Z-Score From a Percentile

To reverse the process and find a z-score from a percentile, apply the inverse normal (probit) function, Φ⁻¹(p).

Enter the percentile as a proportion between 0 and 1:

  • the 90th percentile returns a z of about 1.282
  • the 95th percentile returns 1.645
  • the 99th percentile returns roughly 2.326

Values below the 50th percentile yield negative z-scores, reflecting positions below the mean.

The NIST/SEMATECH e-Handbook of Statistical Methods tabulates these quantiles of the standard normal, and this calculator's reverse mode computes them directly from any percentile you enter.

Using Z-Scores for Hypothesis Testing

In a z-test, the test statistic is a z-score measuring how far a sample mean sits from a hypothesized value under the null hypothesis.

You compare it against critical values:

  • for a two-tailed test at the 5% level, reject the null if |z| exceeds 1.96
  • at the 1% level if |z| exceeds 2.576

Equivalently, convert the z-score to a p-value using the standard normal CDF and reject when p is below your significance threshold α.

Britannica notes the z-test assumes a known population standard deviation and an approximately normal sampling distribution, conditions often met by the Central Limit Theorem for large samples.

Common Mistakes When Calculating Z-Scores

  • The most frequent error is dividing by the variance instead of the standard deviation — remember σ is the square root of the variance, so always divide by σ.
  • Another mistake is mixing up population and sample statistics: use μ and σ for a full population but x̄ and s for a sample.
  • People also confuse a z-score with a percentile; a z of 1.0 is not the 100th percentile but the 84th.
  • Finally, z-scores only carry their usual probability meaning when the data is approximately normal.

As Wolfram MathWorld cautions, applying normal-curve probabilities to heavily skewed data produces misleading percentiles.

Frequently Asked Questions

sell

Tags