Z-Score Calculator
Calculate standard scores and normal distribution probabilities
How to Use This Z-Score Calculator
- Enter the raw value (X) you want to convert to a z-score
- Enter the mean (average) of your data or population
- Enter the standard deviation of your data or population
- Click 'Calculate Z-Score' to see the standardized score and percentile
Example: If your test score is 85, class mean is 75, and standard deviation is 10, your z-score is +1.0. This means you scored 1 standard deviation above average, placing you at the 84th percentile (better than 84% of scores).
Tip: Z-scores let you compare values from different scales. A z-score of +1.5 on any test means you're 1.5 standard deviations above that test's average.
Why Use a Z-Score Calculator?
Z-scores standardize values to a common scale, making comparisons possible across different tests, measurements, or datasets with different means and spreads.
- Compare your score to class, national, or historical averages
- Identify statistical outliers (z > 2 or z < -2 is unusual)
- Convert between different standardized test scales
- Calculate percentiles for normally distributed data
- Determine cutoff scores for acceptance criteria
- Quality control: flag products outside specification limits
Understanding Your Results
Z-scores indicate how many standard deviations a value is from the mean. Positive means above average; negative means below average.
| Result | Meaning | Action |
|---|---|---|
| -1 to +1 | Within 1 standard deviation | Typical value, about 68% of data falls here |
| -2 to +2 | Within 2 standard deviations | Normal range, about 95% of data falls here |
| Beyond +/- 2 | Unusual value | Only about 5% of values; may warrant investigation |
| Beyond +/- 3 | Rare/extreme value | Only 0.3% of values; likely outlier or special case |
Meaning: Within 1 standard deviation
Action: Typical value, about 68% of data falls here
Meaning: Within 2 standard deviations
Action: Normal range, about 95% of data falls here
Meaning: Unusual value
Action: Only about 5% of values; may warrant investigation
Meaning: Rare/extreme value
Action: Only 0.3% of values; likely outlier or special case
Note: Percentiles from z-scores assume normally distributed data. For non-normal distributions, the percentile interpretation may not be accurate.
About Z-Score Calculator
Formula
z = (X - μ) / σ Z equals the raw value minus the mean, divided by the standard deviation. The result tells you how many 'standard deviation units' the value is from average.
Current Standards: Many standardized tests use z-scores behind the scenes. SAT scores are scaled so mean is 500 and SD is 100 per section. IQ tests use mean 100 and SD 15. This makes a 115 IQ equivalent to a z-score of +1.
Frequently Asked Questions
How do I convert a z-score back to a raw score?
Reverse the formula: X = μ + (z × σ). If mean is 75, standard deviation is 10, and z-score is +1.5, then X = 75 + (1.5 × 10) = 90. This is useful for determining cutoff scores (e.g., what raw score corresponds to the top 10%).
What z-score corresponds to the top 10%?
The top 10% starts at z = +1.28 (90th percentile). Top 5% starts at z = +1.645. Top 1% starts at z = +2.33. Bottom percentiles are the same values but negative: bottom 10% is z < -1.28.
Can z-scores be used with non-normal data?
You can calculate z-scores for any data, but the percentile interpretation assumes normal distribution. For skewed data, actual percentiles may differ significantly from what z-scores suggest. Chebyshev's theorem guarantees at least 75% within 2 SDs and 89% within 3 SDs for any distribution.
Why do some tests use T-scores instead of z-scores?
T-scores avoid negative numbers: T = 50 + 10z. A z-score of 0 becomes T-score of 50. Z-score of +1 becomes T-score of 60. This makes scores easier to interpret for general audiences. The MMPI personality test uses this scale.
What's the relationship between z-scores and percentiles?
For normal distributions: z = 0 is 50th percentile, z = +1 is 84th, z = +2 is 98th, z = -1 is 16th, z = -2 is 2nd. The relationship is nonlinear - a z-score of +3 is 99.87th percentile, not 99th. Use a z-table or calculator for precise conversions.