Z-Score Calculator

Free z-score calculator. Compute z-scores from raw values, find probabilities from z-scores, or convert p-values back to z. Sample z-score, percentile, and tail areas.

Z-Score

1.0000

z = (115 − 100) / 15
Percentile
84.13%
Left Tail
0.8413
Right Tail
0.1587

Normal Distribution

Shaded area = P(Z < 1.0000)

-3-2-10123σz = 1.0084.13%

Probability Breakdown

All tail probabilities for z = 1.0000

P(Z < 1.0000)
Selected probability
84.1345%
P(Z < z)
Left tail / cumulative
0.841345
P(Z > z)
Right tail
0.158655
P(−|z| < Z < |z|)
Central area
0.682689
Two-tailed p-value
P(|Z| > |z|)
0.317311
Percentile
Rank in distribution
84.13%

Critical Z-Score Reference

Common z-values for confidence intervals and hypothesis testing

ConfidenceZ-Scoreα (sig.)P (left)
80%±1.2820.20.9000
85%±1.4400.150.9250
90%±1.6450.10.9500
95%±1.9600.050.9750
98%±2.3260.020.9900
99%±2.5760.010.9950
99.5%±2.8070.0050.9975
99.9%±3.2910.0010.9995

What Is a Z-Score?

Understanding the standard score and why it matters

A z-score (also called a standard score or z-value) tells you exactly how many standard deviations a data point is from the mean of its distribution. It transforms raw data into a universal scale where the mean is 0 and the standard deviation is 1.

A z-score of 0 means the value is exactly at the mean. A z-score of +1.5 means 1.5 standard deviations above average. A z-score of −2.0 means 2 standard deviations below.

Why Z-Scores Matter
Compare apples to oranges: Standardize SAT scores and GPAs onto the same scale.
Identify outliers: Values with |z| > 2 are unusual; |z| > 3 are extreme.
Hypothesis testing: Z-scores underpin z-tests, confidence intervals, and p-values.
Quality control: Six Sigma uses z-scores to measure process capability.

Z-Score Formulas

Single value, sample mean, and inverse calculations

Single Value Z-Score
z = (x − μ) / σ
x = data point
μ = population mean
σ = standard deviation
Sample Mean Z-Score
z = (x̄ − μ) / (σ / √n)
= sample mean
n = sample size
σ / √n = standard error of the mean (SE)
Worked Example

A student scores 85 on a test where the class mean is 100 and σ = 15.

z = (85 − 100) / 15 = −15 / 15 = −1.00
P(Z < −1.00) = 0.158715.87th percentile

This means the student scored lower than approximately 84% of the class.

Interpreting Z-Scores & Probabilities

Understanding tail probabilities and the empirical rule

Every z-score maps to exact probabilities through the standard normal distribution (bell curve):

Left Tail P(Z < z)
Cumulative probability — the proportion of values less than z. This is the percentile (divided by 100).
Right Tail P(Z > z)
Complement of left tail. Used for one-sided tests where you check if a value is significantly above the mean.
Two-Tailed p-value
P(|Z| > |z|) — probability of a value as extreme as z in either direction. The standard for hypothesis testing (α = 0.05).
Between Two Z-Scores
P(z₁ < Z < z₂) — the probability of falling within a range. Used for confidence intervals.
The 68-95-99.7 Rule (Empirical Rule)
±1σ
68.27%
±2σ
95.45%
±3σ
99.73%

Z-Score Applications

Real-world uses in testing, quality control, and research

Standardized Testing
SAT, GRE, and IQ scores are designed around z-scores. An IQ of 130 = z-score of +2.0 (98th percentile).
Confidence Intervals
A 95% confidence interval uses z = ±1.96. The interval is x̄ ± z·(σ/√n).
Quality Control (Six Sigma)
Six Sigma targets 3.4 defects per million, assuming an industry-standard 1.5σ process shift. Companies use z-scores to measure process capability.
Medical Research
BMI-for-age z-scores, bone density T-scores, and drug trial p-values all rely on the standard normal distribution.

Z-Score vs. T-Score: When to Use Which

Choosing between z-tests and t-tests

CriterionZ-ScoreT-Score
Population σ known?YesNo (use sample s)
Sample sizen ≥ 30 (or known σ)Any (especially n < 30)
DistributionStandard normalt-distribution (heavier tails)
Critical value (95%)1.9602.045 (df=29)

Rule of thumb: If you know the population standard deviation, use a z-score. If you only have sample data and n < 30, use a t-test. For large samples (n ≥ 30), the t-distribution converges to the normal distribution, so results are nearly identical.

Common Mistakes & Assumptions

Pitfalls to avoid when using z-scores

Using sample SD in the z-formula
Mistake: Using sample standard deviation (s) directly in z = (x−μ)/s
Correct: Use population σ for z-scores, or switch to a t-test when you only have sample data
Assuming normality
Mistake: Applying z-scores to heavily skewed or bimodal data
Correct: Check distribution shape first; use percentile ranks for non-normal data
Confusing z-score with z-test
Mistake: Treating a z-score as a hypothesis test result
Correct: A z-score standardizes one value; a z-test compares a sample statistic to a population parameter
Ignoring sample size
Mistake: Interpreting sample mean z-scores without considering n
Correct: SE = σ/√n — larger samples produce smaller standard errors and more significant z-scores
Mixing one-tailed and two-tailed
Mistake: Reporting a one-tailed p-value when a two-tailed test was needed
Correct: z = 1.96 gives two-tailed p = 0.05 but one-tailed p = 0.025 — always specify

Frequently Asked Questions

Common questions and detailed answers

Embed Z-Score Calculator

Add this calculator to your website or blog for free.