📐

Z-Score Calculator

Calculate the standard score (z-score) and approximate percentile from a value, mean, and standard deviation.

Results

Z-Scores: Standardizing Data

A z-score (also called a standard score) tells you how many standard deviations a value is above or below the mean. Z-scores are fundamental to statistics because they allow you to compare values from different distributions on a common scale.

The Formula

z = (x − μ) / σ. Where x is the observed value, μ is the population mean, and σ is the population standard deviation. For a sample, use the sample mean (x̄) and sample standard deviation (s). A z-score of +2 means the value is 2 standard deviations above the mean; −1.5 means 1.5 SDs below.

Z-Score Interpretation

z = 0: exactly at the mean. z = ±1: within 1 SD (typical for a normal distribution). z = ±2: within 2 SDs (covers about 95% of normally distributed data). z = ±3: within 3 SDs (covers about 99.7%). Values beyond ±3 are considered extreme outliers in a normal distribution.

Converting to Percentile

For a normal distribution, a z-score maps to a percentile using the standard normal CDF. Common reference points: z = 0 → 50th percentile. z = 1.28 → 90th percentile. z = 1.645 → 95th percentile. z = 1.96 → 97.5th percentile. z = 2.33 → 99th percentile. z = 2.576 → 99.5th percentile.

Applications

Z-scores are used in standardized testing (SAT, IQ scores), quality control (Six Sigma), financial risk (Value at Risk), hypothesis testing (comparing sample means), and normalizing features in machine learning. They allow fair comparison between scales: a student scoring 620 on one test and 28 on another can be compared using their z-scores relative to each test's distribution.

Worked Example: Test Score Comparison

Student A scores 85 on Math (class mean 78, SD 10): z = (85−78)/10 = 0.70, approximately 76th percentile. Student B scores 88 on English (class mean 90, SD 5): z = (88−90)/5 = −0.40, approximately 34th percentile. Despite Student B having a higher raw score, Student A performed better relative to their class. Z-scores make this cross-subject comparison meaningful.

Z-ScorePercentile (approx.)Interpretation
−3.00.13thExtremely below average
−2.02.3rdWell below average
−1.015.9thBelow average
0.050thExactly average
+1.084.1stAbove average
+2.097.7thWell above average
+3.099.87thExtremely above average

Frequently Asked Questions

A z-score measures how many standard deviations a value is from the mean: z = (x − μ)/σ. z=0 means exactly average, z=+2 means 2 SDs above average, z=−1 means 1 SD below.

For a normal distribution, z ≈ 1.645 corresponds to the 95th percentile (95% of values fall below this point). z ≈ 1.96 corresponds to 97.5th percentile.

A negative z-score means the value is below the mean. z = −1.5 means the value is 1.5 standard deviations below the average for that distribution.

A z-test compares the z-score against critical values: ±1.96 for 5% significance (two-tailed), ±1.645 for 5% one-tailed. If |z| > critical value, reject the null hypothesis.

For normally distributed data, about 99.7% of values fall within ±3. Values beyond ±3 are rare (0.3%). Values beyond ±4 occur in roughly 1 in 15,000 observations.

The empirical rule states: 68% of data falls within ±1 SD (z between −1 and +1), 95% within ±2 SD (z between −2 and +2), and 99.7% within ±3 SD (z between −3 and +3). This rule applies specifically to normally distributed data.

Six Sigma refers to having process defects occur beyond ±6 standard deviations from the mean — a z-score of ±6. At 6 sigma, fewer than 3.4 defects occur per million opportunities. Most processes aim for 3–4 sigma (1,350–63,000 defects per million), making Six Sigma an extremely high quality standard.

Formula sources & accuracy standards: Calculator Methodology · Editorial Policy