Z-Score Calculator
Calculation Steps
Normal Distribution
Understanding Z-Scores
What is a Z-Score?
A z-score (or standard score) tells you how many standard deviations a value is from the mean. It allows comparison of values from different distributions by standardizing them to a common scale.
Where:
- x = the raw value
- μ = the mean of the distribution
- σ = the standard deviation
Interpreting Z-Scores
- z = 0: The value equals the mean
- z = 1: One standard deviation above the mean (~84th percentile)
- z = -1: One standard deviation below the mean (~16th percentile)
- z = 2: Two standard deviations above (~97.7th percentile)
- |z| > 2: Unusual values (outside ~95% of data)
- |z| > 3: Very rare values (outside ~99.7% of data)
Common Z-Score Reference Values
| Z-Score | Percentile | % Below | % Above |
|---|---|---|---|
| -3.0 | 0.13th | 0.13% | 99.87% |
| -2.0 | 2.28th | 2.28% | 97.72% |
| -1.0 | 15.87th | 15.87% | 84.13% |
| 0.0 | 50th | 50% | 50% |
| 1.0 | 84.13th | 84.13% | 15.87% |
| 1.645 | 95th | 95% | 5% |
| 1.96 | 97.5th | 97.5% | 2.5% |
| 2.0 | 97.72th | 97.72% | 2.28% |
| 2.576 | 99.5th | 99.5% | 0.5% |
| 3.0 | 99.87th | 99.87% | 0.13% |
Applications of Z-Scores
- Academic Testing: SAT, GRE, and IQ scores use standardized z-scores
- Quality Control: Identifying defects outside acceptable ranges
- Finance: Measuring investment returns relative to market
- Research: Comparing results across different studies
- Medical: Growth charts and lab result interpretation
For a deeper dive with worked examples and common mistakes, read our guide: Z-Scores Explained — How to Calculate, Interpret, and Use Standard Scores.
Frequently Asked Questions
What is a z-score?
A z-score (also called a standard score) tells you how many standard deviations a value is from the mean. The formula is z = (x − μ) / σ. A z-score of 0 means the value equals the mean. Positive z-scores are above average; negative z-scores are below average.
How do I calculate a z-score?
Subtract the mean from your value, then divide by the standard deviation. Example: if your value is 85, the mean is 75, and the standard deviation is 10, then z = (85 − 75) / 10 = 1.0. The value is 1 standard deviation above the mean.
What z-score corresponds to the 95th percentile?
A z-score of approximately 1.645 corresponds to the 95th percentile (one-tailed). For two-tailed 95% confidence intervals, the critical z-score is 1.96.
Can z-scores be negative?
Yes. A negative z-score means the value is below the mean. For example, z = −1.5 means the value is 1.5 standard deviations below the mean, placing it at about the 6.7th percentile.
What does a z-score of 2 mean?
A z-score of 2 means the value is 2 standard deviations above the mean. In a normal distribution, this places it at approximately the 97.7th percentile — higher than about 97.7% of all values. Only about 2.3% of values have z-scores above +2.
What is the difference between a z-score and a percentile?
A z-score measures distance from the mean in standard deviations. A percentile tells you what percentage of values fall below a given point. They are related: z = +1 ≈ 84th percentile, z = +2 ≈ 97.7th percentile. The conversion assumes a normal distribution.
When should I use a z-score vs a t-score?
Use z-scores when you know the population standard deviation or when the sample size is large (n > 30). Use t-scores when the population standard deviation is unknown and the sample is small. As sample size increases, t-scores converge to z-scores.
Is a z-score of 3 rare?
Yes. In a normal distribution, only about 0.3% of values have a z-score beyond ±3. A z-score of +3 is at the 99.87th percentile. Values beyond ±3 are commonly treated as outliers.
Related Tools
- Standard Deviation Calculator — calculate σ from your data
- Percentile Calculator — find percentile rank from a dataset
- Mean, Median, Mode Calculator — compute central tendency measures
- Confidence Interval Calculator — build confidence intervals using z-scores
- Probability Distribution Visualizer — explore the normal distribution curve
Privacy & Limitations
- All calculations run entirely in your browser -- nothing is sent to any server.
- Results are computed using standard formulas and should be verified for critical applications.
Related Tools
View all toolsPercentage Calculator
Calculate percentages, find X% of Y, percentage change
Ratio Calculator
Simplify a ratio and see the reduced form
Number to Words Converter
Convert numbers to written English words
Scientific Notation Converter
Convert between standard and scientific notation
Decimal to Fraction Converter
Convert decimals to fractions and vice versa
Quadratic Formula Calculator
Solve ax² + bx + c = 0 with step-by-step solution
Z-Score Calculator FAQ
What is a z-score?
A z-score (standard score) tells you how many standard deviations a value is from the mean. The formula is z = (x − μ) / σ. A z-score of 0 means the value equals the mean. A positive z-score means above average; negative means below.
How do I calculate a z-score?
Subtract the mean from your value, then divide by the standard deviation. For example, if x = 85, mean = 75, and standard deviation = 10, then z = (85 − 75) / 10 = 1.0. This means the value is 1 standard deviation above the mean.
What z-score corresponds to the 95th percentile?
A z-score of approximately 1.645 corresponds to the 95th percentile (one-tailed). For two-tailed 95% confidence intervals, the critical z-score is 1.96.
Can z-scores be negative?
Yes. A negative z-score means the value is below the mean. For example, z = −1.5 means the value is 1.5 standard deviations below the mean, placing it at about the 6.7th percentile.
What is the difference between a z-score and a percentile?
A z-score measures distance from the mean in standard deviations. A percentile tells you what percentage of values fall below a given point. They are related: z = +1 corresponds to approximately the 84th percentile in a normal distribution.
What does a z-score of 2 mean?
A z-score of 2 means the value is 2 standard deviations above the mean. In a normal distribution, this places the value at approximately the 97.7th percentile — higher than about 97.7% of all values.
When should I use a z-score vs a t-score?
Use z-scores when you know the population standard deviation or when the sample size is large (n > 30). Use t-scores when the population standard deviation is unknown and the sample is small. The t-distribution has heavier tails to account for the extra uncertainty.
Is a z-score of 3 rare?
Yes. In a normal distribution, only about 0.3% of values have a z-score beyond ±3. A z-score of +3 is at the 99.87th percentile. Values beyond ±3 are often considered outliers.