Z-Score Calculator
Estimate your z-score from practice tests or partial scores with cut-score reference tables.
What Is a Z-Score?
A z-score (also called a standard score) measures how many standard deviations a data point is from the mean. A z-score of 0 means the value equals the mean. A z-score of +1 means the value is one standard deviation above the mean. A z-score of -2 means two standard deviations below. Z-scores standardize data from different distributions onto the same scale, enabling direct comparison. Enter a value, mean, and standard deviation in the calculator above to find the z-score and its corresponding percentile and probability.
How to Calculate a Z-Score?
The formula is: z = (x - mean) / standard deviation. If the mean exam score is 75 with standard deviation 10, a student who scored 90 has z = (90 - 75) / 10 = 1.5. This means they scored 1.5 standard deviations above average. A student who scored 60 has z = (60 - 75) / 10 = -1.5, or 1.5 standard deviations below average. The z-score converts any normal distribution into the standard normal distribution (mean 0, SD 1), allowing you to use a single z-table to find probabilities for any normally distributed dataset.
Z-Score and Percentiles
Each z-score corresponds to a percentile showing what percentage of the data falls below that value in a normal distribution. z = 0: 50th percentile (exactly average). z = 1: 84.1st percentile. z = 2: 97.7th percentile. z = 3: 99.87th percentile. z = -1: 15.9th percentile. z = -2: 2.3rd percentile. The 68-95-99.7 rule summarizes: 68% of data falls within z = -1 to +1, 95% within -2 to +2, and 99.7% within -3 to +3. Values beyond z = 3 or z = -3 are extreme outliers in normally distributed data.
What Is a Z-Score Used For?
Comparing across different scales: if you scored 85 on a math test (mean 70, SD 10, z = 1.5) and 90 on English (mean 80, SD 15, z = 0.67), your math performance was actually stronger relative to classmates despite the lower raw score. Quality control uses z-scores to identify defective products: measurements beyond z = 3 trigger investigation. Medical diagnostics use z-scores for growth charts where a child at z = -2 for height may need evaluation. Finance uses z-scores in the Altman Z-Score model to predict bankruptcy risk. Research uses z-scores for hypothesis testing to determine statistical significance.
Z-Score in Hypothesis Testing
In a z-test, you calculate the z-score of your sample statistic and compare it to critical values. For a two-tailed test at 95% confidence, the critical z-values are -1.96 and +1.96. If your calculated z-score exceeds 1.96 or is below -1.96, the result is statistically significant at the 5% level. For a one-tailed test, the critical value is 1.645 at 95% confidence. The z-test is appropriate when the population standard deviation is known and the sample size is large (n greater than 30). For smaller samples or unknown population SD, the t-test is more appropriate for reliable inference.
Standard Normal Distribution Table
Key z-scores and their cumulative probabilities: z = -3.0: 0.0013 (0.13%). z = -2.0: 0.0228 (2.28%). z = -1.0: 0.1587 (15.87%). z = 0.0: 0.5000 (50%). z = 1.0: 0.8413 (84.13%). z = 1.645: 0.9500 (95%). z = 1.96: 0.9750 (97.5%). z = 2.0: 0.9772. z = 2.576: 0.9950 (99.5%). z = 3.0: 0.9987. The calculator provides exact probabilities for any z-score without needing to consult printed statistical tables, covering both one-tailed and two-tailed probability lookups.
Modified Z-Score for Outlier Detection
The standard z-score uses mean and standard deviation, both of which are sensitive to outliers in the dataset. The modified z-score uses the median and median absolute deviation (MAD) instead, making it robust against extreme values. Modified z = 0.6745(x - median) / MAD. Values with modified z-scores beyond 3.5 are commonly flagged as outliers. This approach is preferred in data cleaning, fraud detection, and any analysis where outliers might distort the standard mean and SD calculations. The factor 0.6745 makes the modified z-score comparable to the standard z-score for normally distributed data. Data analysts, scientists, and quality engineers rely on z-scores daily to make objective decisions about whether observed values are within expected bounds or represent genuine anomalies that require investigation, intervention, or further analysis to understand their root causes.
Frequently asked questions
How do I calculate a z-score?
What does a z-score of 2 mean?
What z-score is the 95th percentile?
When should I use z-test vs t-test?
How are z-scores used in grading?
What is a modified z-score?
Rate This Calculator
Your feedback helps us improve our tools