Advertisement

Z Z-score Calculator

Convert a raw score to a z-score, find percentile from the normal curve, and interpret standard deviations from the mean.

Standard Scores — How Many σ From the Mean?

BrainyCalculators editorial insight — unique to this tool

A z-score standardizes a raw value: z = (x − μ) / σ. An SAT score of 1200 when μ = 1050 and σ = 110 gives z ≈ 1.36 — roughly the 91st percentile on a normal curve. Quality engineers flag parts with |z| > 3 as outliers; clinicians compare lab results to age-adjusted reference ranges using the same logic.

When to use this calculator

Use z-score to compare values across different scales or find tail probabilities on a normal distribution. For non-normal skewed data, Percentile rank is often more honest.

Reference Value Context
z = 0 50th percentile At the mean
z = ±1.96 95% central Two-tailed α = 0.05
z = ±2.58 99% central Stricter CI
|z| > 3 Outlier flag QC heuristic

Not what you need? For interval estimates around a sample mean, use Confidence Interval. For rank within your actual dataset, use Percentile.

Ranking within an actual dataset list?

This page standardizes with mean and SD. For empirical percentile from raw values, use the Percentile Calculator →

Enter the raw score, population mean, and standard deviation to calculate the z-score.

What is a Z-Score Calculator?

A z-score calculator standardizes x with z = (x − μ) / σ to compare values on different scales. It links raw scores to normal-curve percentiles when assumptions fit.

Use this page when you know mean and standard deviation and want relative standing. For empirical percentile rank from a sorted list without assuming normality, use the Percentile Calculator.

For required survey sample size before data collection, use the Sample Size Calculator.

Z-score Formula

z = (x − μ) / σ

Where x is the raw score, μ is the population mean, and σ is the standard deviation. A positive z-score indicates the value is above the mean; negative means below.

How to Calculate a Z-score

  1. 1
    Identify the Values
    Collect the raw score (x), the mean (μ) of the distribution, and the standard deviation (σ).
  2. 2
    Subtract the Mean
    Compute the difference x − μ. A positive result means x is above average; negative means below.
  3. 3
    Divide by Std Deviation
    Divide the difference by σ to express the distance in standard deviation units.
  4. 4
    Interpret the Result
    A z-score of 0 is at the mean. Scores between −1 and +1 are within one standard deviation (68% of normal data).

Worked Example

A student scored 85 on an exam where the class mean is 72 and the standard deviation is 8.

z = (85 − 72) / 8
z = 13 / 8
z = 1.625
The student scored 1.625 standard deviations above the mean.

How the Z-score Calculator Works

Formula, assumptions, and calculation steps for this statistics tool.

Formula Used

z = (x - mean) / standard deviation

Methodology

Statistics calculators organize sample data, apply the selected descriptive or inferential formula, and report the statistic with interpretation.

Calculation Steps

  1. Enter raw values or summary statistics.
  2. Clean separators and count the sample size.
  3. Apply the relevant statistic, probability, or confidence formula.
  4. Display the result with context such as degrees of freedom, percentile, or strength.

Assumptions and Limits

  • Samples should be representative of the population being studied.
  • Normality or independence assumptions apply only where the selected method requires them.
  • Rounded results may differ slightly from spreadsheet software.

Frequently Asked Questions

A z-score (standard score) measures how many standard deviations a data point is from the mean of a distribution. A z-score of 0 means the value equals the mean; ±1 means one standard deviation away.

That depends on context. In quality control, scores beyond ±3 are considered outliers. In standardized testing, a z-score above +1 (top 84%) is generally considered good. For confidence intervals, ±1.96 corresponds to the 95% CI.

Use the cumulative distribution function (CDF) of the standard normal distribution. P(Z < z) gives the one-tailed p-value. Use the Z-score to Probability tab above for instant results.

The standard normal distribution is a normal (bell-curve) distribution with mean 0 and standard deviation 1. Any normal distribution can be converted to it by computing z-scores, allowing use of universal probability tables.

Real-World Applications

🔬
Scientific Hypothesis Testing
Researchers compute z-scores to test whether sample means differ significantly from a known population mean, underpinning clinical trials, A/B tests, and experimental science.
🩺
Medical Laboratory Reference Ranges
Lab reports flag abnormal blood test results using z-scores relative to the healthy population distribution, helping clinicians identify values that deviate significantly from normal.
🎓
Standardised Educational Testing
Exam boards convert raw scores to standardised scores using z-scores, enabling fair comparison of student performance across different papers, years, and cohorts.
📈
Financial Risk & Value at Risk (VaR)
Risk managers use z-scores to calculate Value at Risk, determining the probability that a portfolio will lose more than a specified amount under normal market conditions.
⚙️
Quality Control (3σ / 6σ)
Statistical process control uses z-scores to set control chart limits — processes operating within ±3σ (99.73%) are considered "in control"; breaches trigger investigation.
🛡️
Anomaly & Fraud Detection
Data scientists flag transactions, sensor readings, or user behaviours with |z| > 3 as potential anomalies, filtering outliers for further review in fraud detection and monitoring systems.

Common Mistakes

1
Using Population SD When You Have a Sample
When the population standard deviation σ is unknown and estimated from a sample, use the t-score (t-distribution) rather than the z-score. Using z instead underestimates uncertainty, especially for small samples (n < 30).
2
Applying Z-Scores to Non-Normal Distributions
Z-scores and the associated probabilities from the standard normal table are only valid for normally distributed data. Applying them to skewed or bimodal distributions gives incorrect probability estimates.
3
Confusing One-Tailed and Two-Tailed Probabilities
A z-score of 1.96 corresponds to 2.5% in each tail (5% two-tailed, 95% confidence). Using the one-tailed probability of 2.5% when a two-tailed test is required halves your significance threshold incorrectly.
4
Interpreting the Z-Score as a Direct Probability
The z-score itself is not a probability — it must be converted via the standard normal CDF. A z-score of 2.0 is not a "2% chance"; it corresponds to a cumulative probability of ~97.7% (2.3% in the upper tail).
5
Using Sample Mean Instead of Population Mean
The z-score formula requires the known population mean μ. When only a sample mean x̄ is available and the goal is inference about the population mean, the appropriate test is a t-test, not a z-test.

Z-Score to Percentile & Tail Probability Quick Reference

Z-Score Percentile (CDF) One-Tailed p Two-Tailed p
±1.00 84.1% / 15.9% 15.87% 31.73%
±1.28 90.0% / 10.0% 10.00% 20.00%
±1.645 95.0% / 5.0% 5.00% 10.00%
±1.96 97.5% / 2.5% 2.50% 5.00%
±2.576 99.5% / 0.5% 0.50% 1.00%
±3.00 99.87% / 0.13% 0.13% 0.27%

References

  1. Freedman D, Pisani R, Purves R. Statistics. 4th ed. W.W. Norton, 2007.
  2. Fisher RA. Statistical Methods for Research Workers. Oliver & Boyd, 1925.
  3. NIST/SEMATECH. e-Handbook of Statistical Methods — Normal Distribution. National Institute of Standards and Technology, 2012.
  4. Montgomery DC, Runger GC. Applied Statistics and Probability for Engineers. 7th ed. Wiley, 2018.
  5. Field A. Discovering Statistics Using IBM SPSS Statistics. 5th ed. SAGE, 2018.