📊 Z-Score Calculator
Calculate standard scores & raw scores instantly
Standard Normal Distribution — Enter values to visualize
📘 What Is a Z-Score?
A Z-score (also called a standard score) tells you how many standard deviations a data point is from the mean of a distribution. It's a way to standardize scores so they can be compared across different datasets.
In simple terms: if your Z-score is +2, your raw score is 2 standard deviations above the mean. If it's -1.5, your raw score is 1.5 standard deviations below the mean.
🧮 The Z-Score Formula
Where:
- Z = Z-score (standard score)
- X = Raw score (the individual data point)
- μ (mu) = Population mean
- σ (sigma) = Population standard deviation
To go the other way and find the raw score from a Z-score:
🔍 How to Interpret Z-Scores
| Z-Score Range | Interpretation | Percentile (approx.) |
|---|---|---|
| Z > 3.0 | Far above average (outlier) | > 99.87% |
| 2.0 to 3.0 | Well above average | 97.7% – 99.87% |
| 1.0 to 2.0 | Above average | 84.1% – 97.7% |
| 0.0 to 1.0 | Slightly above average | 50% – 84.1% |
| -1.0 to 0.0 | Slightly below average | 15.9% – 50% |
| -2.0 to -1.0 | Below average | 2.3% – 15.9% |
| -3.0 to -2.0 | Well below average | 0.13% – 2.3% |
| Z < -3.0 | Far below average (outlier) | < 0.13% |
📝 Step-by-Step Example
Example 1: Finding the Z-Score
Suppose a student scored 88 on a test. The class mean is 75 and the standard deviation is 8.
- Identify values: X = 88, μ = 75, σ = 8
- Plug into formula: Z = (88 − 75) / 8
- Calculate: Z = 13 / 8 = 1.625
- Interpretation: The student scored 1.625 standard deviations above the mean — a strong performance (≈ 94.8th percentile).
Example 2: Finding the Raw Score from a Z-Score
If Z = −0.8, μ = 60, and σ = 5, what is the raw score X?
- Use formula: X = μ + Z × σ
- X = 60 + (−0.8) × 5
- X = 60 − 4 = 56
🌍 Common Applications of Z-Scores
- Education: Comparing student performance across different tests or schools.
- Finance: Altman Z-score for predicting bankruptcy risk.
- Medicine: Bone density scans (T-scores are a type of Z-score).
- Quality Control: Detecting outliers in manufacturing processes.
- Sports Analytics: Comparing athlete performance across eras or leagues.
- Psychology: Standardizing psychological test results (IQ, personality tests).
❓ Frequently Asked Questions
What does a Z-score of 0 mean?
A Z-score of 0 means the data point is exactly at the mean. It's the 50th percentile.
Can Z-scores be negative?
Yes! A negative Z-score means the data point is below the mean. About half of all Z-scores in a normal distribution are negative.
What's the difference between Z-score and T-score?
A T-score is a type of standardized score with a mean of 50 and standard deviation of 10 (T = 50 + 10Z). Z-scores use a mean of 0 and SD of 1.
What if the standard deviation is zero?
If σ = 0, all values are identical, and Z-scores cannot be calculated (division by zero is undefined). This is rare in real-world data.
What Z-score is considered an outlier?
Generally, Z-scores beyond ±3 are considered potential outliers. Some fields use ±2.5 or ±2 as thresholds.