Z-score Calculator
Fill in the values and click Calculate to see results
Example 1
Solution
Answer
Source: OpenStax Introductory Statistics, ch. 6
Example 2
Solution
Answer
Source: NIST/SEMATECH e-Handbook of Statistical Methods
Example 3
Solution
Answer
Source: PennState STAT 500, Applied Statistics
Example 4
Solution
Answer
Source: OpenStax Introductory Statistics, ch. 6
References
- [1]NIST, NIST/SEMATECH e-Handbook of Statistical Methods. https://www.itl.nist.gov/div898/handbook
- [2]PennState Eberly College of Science, STAT 500: Applied Statistics. https://online.stat.psu.edu/stat500
- [3]OpenStax, Rice University, OpenStax Introductory Statistics. https://openstax.org/details/introductory-statistics
- [4]Khan Academy, Normal distributions and the empirical rule. https://www.khanacademy.org/math/statistics-probability/modeling-distributions-of-data
- [5]NIST (Abramowitz & Stegun), Handbook of Mathematical Functions, ch. 7: Error Function and Fresnel Integrals, 1964. https://www.nist.gov/history/mathematical-tables-handbook-mathematical-functions
Glossary
- Z-score – The number of standard deviations a value lies from the mean, computed as (x − μ) / σ. Also called a standard score or standardised value.
- Standard normal distribution – The bell-shaped probability distribution with mean 0 and standard deviation 1. Every z-score is a location on this curve.
- Φ (cumulative distribution function) – The function returning the area under the standard normal curve to the left of a given z-score. Φ(1.96) = 0.975 means 97.5% of the area lies below z = 1.96.
- Percentile – The percentage of a distribution falling below a value. For normal data it equals Φ(z) × 100.
- P-value – The probability, under a null model, of a result at least as extreme as the one observed. Computed from the tail area of the distribution beyond the z-score.
- One-tailed test – A significance test concerned with deviation in one direction only. Its p-value is the single tail area beyond z in that direction.
- Two-tailed test – A significance test concerned with deviation in either direction. Its p-value doubles the smaller tail area, so ±1.96 corresponds to p = 0.05.
- Critical value – The z-score cutoff for a conventional significance level: 1.645 (one-tailed) or 1.96 (two-tailed) at 5%, 2.576 at 1% two-tailed.
- Z table – A printed table of Φ(z) values used to convert z-scores into areas by hand, typically covering −3.4 to +3.4.
- Standardisation – The transformation of measurements from different scales onto the common z-score scale by subtracting a reference mean and dividing by a reference standard deviation.
- Sigma level – A quality metric expressing how many standard deviations fit between a process mean and its specification limit. Six sigma corresponds to about 3.4 defects per million.
- Inverse normal (percentile to z) – The reverse lookup that finds the z-score with a specified area below it, implemented in this calculator by bisection on Φ.
How to Use?
- 1
Choose your starting point
Select Raw Value if you already know the mean and standard deviation, Data Set if you have a list of measurements, or Percentile if you want the z-score for a given area.
- 2
Enter a raw value with its reference
In Raw Value mode, type the value, the mean μ, and the standard deviation σ. For a student scoring 85 against a class mean of 72 with σ = 6, enter 85, 72, and 6.
- 3
Or paste a data set
In Data Set mode, set the number of values, enter each measurement, pick Sample or Population, and enter the value to score. The calculator computes the mean and standard deviation first, then scores your value against them.
- 4
Or start from a percentile
In Percentile mode, enter an area from 0 to 100. The calculator finds the z-score with exactly that much curve below it – 95, for instance, returns 1.645.
- 5
Read the results
Raw Value mode shows the z-score with its percentile and one- and two-tailed p-values. Data Set mode additionally shows the computed mean, standard deviation, count, and a table scoring every value you entered. Percentile mode shows the z-score with its one- and two-tailed tail areas.
- 6
Check the shaded curve
The chart shades the area below your z-score on the standard normal curve. The shaded share is your percentile made visible – a quick visual check that the numbers match intuition.
- 7
Cross-check with the z-score table
Use the z-score tables on this page to verify the percentile by hand, interpolating between rows for two-decimal z-scores. Agreement within a few tenths of a percent confirms both the table and the calculator.