Z-Score Calculator

Convert raw scores into standard z-scores or calculate raw values from target z-scores with instant percentile ranks and normal curve tail probabilities.

Z-Score Parameters

Live calculation
Quick Scenarios:

Z-scores standardize distributions: z = 0 is average, z = +1 is 1 standard deviation above average.

Calculated Z-Score (z)
0.7(from x = 82)
Percentile Rank75.8%
Interpretation: Slightly above averageMean μ = 75 | σ = 10

Standard Normal Curve Tail Probabilities

Left Tail: P(Z ≤ 0.7)75.8%Percentage of values below this score
Right Tail: P(Z > 0.7)24.2%Percentage of values exceeding this score
Below (75.8%)Above (24.2%)

Standard Z-Score Reference Benchmarks

Z-ScorePercentileEmpirical Classification
z = 0.0050.00%Exact Distribution Mean
z = +1.0084.13%+1 Standard Deviation (Top 16%)
z = +1.9697.50%95% Two-Tailed Critical Value
z = +2.5899.50%99% Two-Tailed Critical Value

What Is a Z-Score?

A z-score (or standard score) quantifies the distance between an individual data point and the distribution mean in units of standard deviation. It standardizes measurements from completely different scales onto a common benchmark.

1. Raw Score to Z-Score Standardization Formula
z=
x − μσ
2. Reverse Transformation (Z-Score to Raw Value)
x=μ + (z × σ)
Step-by-Step Calculation Breakdown (Example: x = 82, μ = 75, σ = 10)
Step 1: Calculate Raw Deviation from Mean (x − μ)
• Raw Difference = 82 − 75 = +7.0
Step 2: Scale Deviation by Standard Deviation (σ)
• z = 7.0 ÷ 10 = +0.7000
Step 3: Evaluate Standard Normal CDF for Percentile Rank
• Φ(0.70) = 75.80% percentile rank
• Upper Tail (Exceedance Probability) = 100% − 75.80% = 24.20%

Standard Z-Score Interpretation Scale

In normal distributions (the 68-95-99.7 Empirical Rule):

  • 68.27% of values fall within ±1.0 standard deviation (z between −1 and +1).
  • 95.45% of values fall within ±2.0 standard deviations (z between −2 and +2).
  • 99.73% of values fall within ±3.0 standard deviations (z between −3 and +3).

Frequently Asked Questions

What is a z-score in statistics?
A z-score (also called a standard score) measures how many standard deviations a given raw data point lies above or below the population mean. A z-score of 0 lies exactly at the arithmetic mean. Positive z-scores indicate values above the mean, while negative z-scores indicate values below the mean.
What does a z-score of 2 mean?
A z-score of +2.0 means the observation is exactly two standard deviations above the mean. In a standard normal distribution, this places the value at roughly the 97.72nd percentile, meaning it exceeds approximately 97.7% of all data points in the population.
Can a z-score be negative?
Yes. Negative z-scores occur whenever a raw score is below the group average. For instance, a z-score of −1.5 means the data point is 1.5 standard deviations below average, corresponding to the ~6.68th percentile.
How does a z-score convert to a percentile rank?
A z-score converts to a percentile by evaluating the cumulative distribution function (CDF) of the standard normal distribution from −∞ to z. For example: z = 0 → 50th percentile, z = +1 → 84.13th percentile, z = +1.96 → 97.5th percentile.
When should I avoid using z-scores?
Z-scores assume that the underlying distribution is reasonably bell-shaped and symmetric (normal). If the data is severely skewed, multi-modal, or heavy-tailed, percentile conversions using the normal CDF will be distorted.
How are z-scores used to detect outliers?
In data analytics and quality control, values with |z| > 2.0 or |z| > 3.0 are routinely flagged as statistical outliers for investigation, corresponding to the outer 5% and 0.27% of a bell curve.

Related Tools