Z-Score Calculator
Calculate Z-score (standard score) and find percentile rank. Convert raw scores to Z-scores using mean and standard deviation.
About the Z-Score Calculator
A z-score calculator converts any data point into a standardised score that tells you exactly how many standard deviations above or below the mean it falls. Z-scores are one of the most powerful and widely used tools in statistics because they allow meaningful comparison across datasets with completely different units, scales, and distributions. A test score of 78 is meaningless without context — but a z-score of +1.5 immediately communicates that the score is 1.5 standard deviations above the class average, placing it in approximately the 93rd percentile of a normally distributed dataset. Our free z-score calculator computes z-scores from raw values, means, and standard deviations; converts z-scores to percentiles using the standard normal distribution; calculates the probability of obtaining a value above, below, or between specific z-scores; and works in reverse (given a percentile, find the corresponding z-score). Z-scores are foundational tools in hypothesis testing, quality control, standardised testing, financial risk assessment, and any domain where you need to compare individual observations to a reference distribution.
Formula
z = (x - mu) / sigma | x = mu + z x sigma (reverse) | P(Z < z) from standard normal table
How It Works
Z-score formula: z = (x - mu) / sigma, where x is the individual value, mu is the population mean, and sigma is the standard deviation. Example: a student scores 85 on an exam where the class mean is 72 and the standard deviation is 8. z = (85 - 72) / 8 = 13 / 8 = 1.625. A z-score of 1.625 means the student scored 1.625 standard deviations above the class mean. Converting to percentile: using the standard normal distribution table (or built-in calculator function), z = 1.625 corresponds to the 94.8th percentile — meaning the student outperformed approximately 94.8% of the class. Two-tailed probability: the probability of a z-score being between -1.625 and +1.625 is approximately 89.6%. The probability of being outside this range (more extreme in either direction) is 10.4%.
Tips & Best Practices
- ✓The 68-95-99.7 empirical rule: in a normal distribution, approximately 68% of values fall within 1 standard deviation of the mean (z between -1 and +1), 95% within 2 SD, and 99.7% within 3 SD.
- ✓SAT and GRE scoring uses z-score standardisation: the tests are designed so the average score is 500 (SAT section) or 150 (GRE) with scores designed to reflect the underlying normal distribution of test-taker ability.
- ✓Z-scores above +3 or below -3 are considered statistically rare — they occur in approximately 0.27% of observations in a normal distribution. In quality control, values outside 3 sigma trigger investigation as potential process failures.
- ✓Z-scores compare across different distributions: a z-score of +1.5 on a chemistry exam and +1.5 on a physics exam represent the same relative performance — the student is in the same percentile of both distributions regardless of the raw score scale.
- ✓When to use t-scores instead of z-scores: z-scores assume the population standard deviation is known. When working with sample data (standard deviation estimated from the sample), use t-scores (t-distribution) instead — especially for small samples (n < 30).
- ✓Financial z-scores (Altman Z-score): Edward Altman developed a z-score formula using financial ratios to predict corporate bankruptcy probability. This is a different application using the same standardisation principle.
- ✓Z-scores in clinical medicine: height-for-age z-scores are used to monitor child growth on WHO and CDC growth charts. A z-score below -2 indicates stunting; below -3 indicates severe stunting.
- ✓Outlier detection: data points with z-scores above +3 or below -3 are commonly flagged as potential outliers for further investigation in statistical analysis and data quality review.
Who Uses This Calculator
Statistics students use z-scores for hypothesis testing, confidence interval calculations, and converting between raw scores and percentiles in normal distribution problems. Teachers and test designers use z-scores to normalise exam results, compare performance across sections of the same course, and set grade cutoffs based on distribution properties. Psychometricians and educational testing organisations use z-score standardisation to make IQ scores, SAT scores, and other assessments comparable across test administrations and populations. Quality control engineers in manufacturing use control charts based on z-scores (3-sigma control limits) to monitor process stability and detect out-of-control conditions. Clinical researchers use z-scores to standardise outcome measures across studies with different scales for meta-analysis. Sports analysts standardise athlete performance metrics across different positions and eras using z-scores. Financial risk analysts use z-scores to measure how extreme market returns are relative to historical distributions.
Optimised for: USA · Canada · UK · Australia · Calculations run in your browser · No data stored
Frequently Asked Questions
What is a Z-score?
A Z-score indicates how many standard deviations a value is from the mean. Z=0 means exactly average; Z=2 means 2 SDs above average (top 2.3%).