Z-Score Calculator

Calculate the z-score (standard score) of a data point. Convert between raw scores, z-scores, and percentiles.

The individual data point
Average of the population
Must be > 0
Z-Score
1.5000
Standard deviations from mean
Percentile Rank
93th
93.32% of population below
Distance from Mean
1.50 standard deviations above mean
|ฯƒ| = 1.50
Interpretation
Above Average
At 93th percentile

Normal Distribution Reference

Z-ScorePercentileInterpretation
-30.135%Extremely low
-22.275%Very low
-115.870%Low
050.000%Average
184.130%High
297.725%Very high
399.865%Extremely high

Normal Curve Visualization

-3
-2
-1
0
1
2
3

Your score (z=1.50) highlighted in orange โ€” at 93th percentile

What Z-Score Means

Z-Score RangeMeaning
-3 to -2Very unusual low value (bottom 2%)
-2 to -1Below average (15โ€“2% range)
-1 to 0Slightly below average
0 to 1Slightly above average
1 to 2Above average (84โ€“98% range)
2 to 3Very unusual high value (top 2%)
Planning notes, formulas, and examples

About the Z-Score Calculator

The Z-Score Calculator computes how many standard deviations a value is from the mean. Also known as the standard score, the z-score tells you a value's relative position within a distribution.

A z-score of 0 means the value equals the mean. A z-score of +1 means one standard deviation above average, while โˆ’1 means one below. Z-scores are essential for comparing values from different distributions.

This calculator converts raw scores to z-scores, z-scores to raw scores, and estimates the percentile rank using the standard normal distribution. It is a key tool in hypothesis testing, quality control, and standardized assessments.

When This Page Helps

Z-scores allow you to compare values across different scales and distributions. This calculator converts in both directions and provides percentile estimates.

How to Use the Inputs

  1. Enter the raw value (x), the mean (ฮผ), and the standard deviation (ฯƒ).
  2. View the z-score: z = (x โˆ’ ฮผ) / ฯƒ.
  3. See the approximate percentile rank.
  4. Or enter a z-score to find the corresponding raw value.
  5. Use for test scores, measurements, or quality control.
Formula used
z = (x โˆ’ ฮผ) / ฯƒ Where: - x = raw value - ฮผ = population mean - ฯƒ = population standard deviation

Example Calculation

Result: z = 1.5

z = (85 โˆ’ 70) / 10 = 15 / 10 = 1.5. This score is 1.5 standard deviations above the mean, at approximately the 93rd percentile.

Tips & Best Practices

  • A z-score of 0 means the value is exactly at the mean.
  • About 68% of values have z-scores between โˆ’1 and +1.
  • 95% fall between โˆ’2 and +2; 99.7% between โˆ’3 and +3.
  • Z-scores make it possible to compare SAT vs ACT scores fairly.
  • In quality control, parts with |z| > 3 are typically considered defective.
  • The z-score is dimensionless (no units).

Z-Scores in Education

Standardized test scores are often reported as z-scores or derived scales. SAT and IQ scores use transformed z-scores to make results more intuitive.

Z-Scores in Quality Control

Six Sigma methodology aims for processes where defects are beyond 6 standard deviations from the mean. Z-scores quantify how far a measurement deviates from the target.

Limitations

Z-scores assume the data is roughly normally distributed. For highly skewed data, non-parametric alternatives like percentile ranks may be more appropriate.

Professionals in data science, engineering, and finance apply these calculations daily to model complex systems and test analytical hypotheses.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • A z-score tells you how many standard deviations a value is away from the mean. Positive z-scores are above the mean, negative are below.