Skip to content

Z-Scores Explained: How to Standardize Data

CalculatorGlobe Team February 23, 2026 12 min read Math

How do you compare a student's score on a math test graded out of 50 to their score on an English test graded out of 100? The raw numbers are meaningless side by side because the scales are different. Z-scores solve this problem by converting any data point into a standardized value that tells you exactly where it falls relative to its distribution — regardless of the original units.

This guide explains what z-scores are, how to calculate them, how to use the standard normal (z) table, and how z-scores apply in real-world scenarios from academics to finance to quality control.

What Is a Z-Score?

A z-score (also called a standard score) tells you how many standard deviations a data point is from the mean of its distribution. A positive z-score means the value is above the mean, a negative z-score means it is below the mean, and a z-score of zero means the value equals the mean exactly.

z = -2

Below Average

2 standard deviations below the mean

z = 0

Average

Exactly at the mean

z = +2

Above Average

2 standard deviations above the mean

The power of z-scores lies in standardization. Once you convert different measurements to z-scores, they all share the same scale: mean of 0, standard deviation of 1. This makes direct comparisons possible across completely different data sets, units, and distributions.

The Z-Score Formula

For a Population

z = (x - μ) / σ

  • x = individual data point
  • μ = population mean
  • σ = population standard deviation

For a Sample

z = (x - x̄) / s

  • x = individual data point
  • = sample mean
  • s = sample standard deviation

The formula has an elegant interpretation: the numerator (x minus the mean) measures how far the data point is from the center, and dividing by the standard deviation expresses that distance in standardized units. A value 10 points above the mean has a z-score of 1.0 if the standard deviation is 10, but a z-score of 2.0 if the standard deviation is only 5.

Step-by-Step Calculation Examples

Example 1: Comparing Test Scores Across Subjects

Sophie scored 42 out of 50 on her math test and 82 out of 100 on her English test. Which performance was relatively better?

Math Test

Mean = 35, SD = 5

z = (42 - 35) / 5

z = 7 / 5 = 1.40

English Test

Mean = 74, SD = 8

z = (82 - 74) / 8

z = 8 / 8 = 1.00

Sophie's math z-score (1.40) is higher than her English z-score (1.00), meaning her math performance was relatively better compared to classmates. She scored 1.4 standard deviations above the math mean but only 1.0 standard deviations above the English mean, even though her raw English score looked more impressive as a percentage.

Example 2: Identifying Outliers in Manufacturing

A cereal factory fills boxes with a mean weight of 500 grams and a standard deviation of 8 grams. A quality inspector finds a box weighing 478 grams. Is this an outlier?

Calculate the z-score

z = (478 - 500) / 8

z = -22 / 8 = -2.75

A z-score of -2.75 means this box is 2.75 standard deviations below the mean. Only about 0.3% of boxes should weigh this little under normal production conditions. While not beyond the ±3 threshold, this is highly unusual and warrants investigation of the filling machine. If the factory uses ±2.5 as its control limit, this box fails quality inspection.

Example 3: Comparing Athletes Across Different Eras

Antonio wants to compare two baseball players from different decades. Player A batted .350 in a season when the league average was .270 with a standard deviation of .030. Player B batted .330 in a season when the league average was .260 with a standard deviation of .025.

Player A

z = (.350 - .270) / .030 = 2.67

Player B

z = (.330 - .260) / .025 = 2.80

Despite Player A having a higher raw batting average (.350 vs .330), Player B's z-score (2.80) exceeds Player A's (2.67). Relative to their era's competition, Player B's performance was more exceptional. This is how z-scores enable fair comparisons across different contexts.

Try Our Z-Score Calculator

Enter a value along with the mean and standard deviation to instantly calculate the z-score and see where it falls on the normal distribution.

Use Calculator

Understanding the Standard Normal Distribution

When you convert data to z-scores, you transform the original distribution into the standard normal distribution — a bell curve with a mean of 0 and a standard deviation of 1. This universal distribution allows you to determine the percentage of values above, below, or between any z-score values.

The standard normal distribution has several key properties:

  • It is perfectly symmetric around z = 0
  • The total area under the curve equals 1 (representing 100% of all data)
  • 50% of values fall below z = 0 and 50% fall above
  • 68.27% of values fall between z = -1 and z = +1
  • 95.45% of values fall between z = -2 and z = +2
  • 99.73% of values fall between z = -3 and z = +3

Using the Z-Table

A z-table (also called the standard normal table) shows the cumulative probability from the far left of the distribution up to a given z-score. Here is how to read it:

  1. Find your z-score's row. The rows represent the ones and tenths digits. For z = 1.96, find the row for 1.9.
  2. Find the hundredths column. For z = 1.96, find the column for 0.06.
  3. Read the intersection. The value at row 1.9 and column 0.06 is 0.9750, meaning 97.50% of data falls below z = 1.96.
  4. Calculate tail probability. To find the area above z = 1.96: 1 - 0.9750 = 0.0250, or 2.50%.

For negative z-scores, the table works the same way due to symmetry. The area below z = -1.96 equals the area above z = +1.96, which is 2.50%.

Practical Applications of Z-Scores

Z-scores appear across many fields. Here are the most common real-world applications.

Application 1: Standardized Testing

SAT scores are scaled to have a mean of approximately 1060 and a standard deviation of about 210 (combined). Raj scored 1380 on the SAT.

z = (1380 - 1060) / 210 = 1.52

Looking up z = 1.52 in the z-table gives 0.9357, meaning Raj scored higher than approximately 93.6% of test-takers. College admissions offices use this type of standardization to compare applicants who took different versions of the test.

Application 2: Financial Risk Assessment

Yuki is a portfolio analyst evaluating the daily return on a stock. The stock has an average daily return of 0.05% with a standard deviation of 1.2%. Yesterday the stock dropped 3.5%.

z = (-3.5 - 0.05) / 1.2 = -2.96

A z-score of -2.96 represents an event that should occur only about 0.15% of the time under normal market conditions. This suggests either an extraordinary event or that the assumption of normally distributed returns may not hold during market stress. Many financial risk models, including Value at Risk (VaR), use z-scores to set risk thresholds.

Application 3: Medical Reference Ranges

A lab reports that the normal range for total cholesterol is 170 to 230 mg/dL, corresponding roughly to z-scores between -2 and +2 for a population with mean 200 and standard deviation 15. A patient has a cholesterol reading of 260 mg/dL.

z = (260 - 200) / 15 = 4.0

A z-score of 4.0 is extremely far from the normal range, occurring in fewer than 0.01% of the healthy population. This flags the reading as clinically significant and warrants medical attention. Pediatric growth charts also use z-scores to track children's height and weight relative to age-specific norms.

Try Our Standard Deviation Calculator

Calculate the mean and standard deviation of your data set, which you need for z-score computation.

Use Calculator

Z-Score Reference Table

This quick reference table shows commonly used z-scores, their cumulative probabilities, and their two-tailed significance levels (used in hypothesis testing and confidence intervals).

Z-Score Area Below (Left) Area Above (Right) Two-Tailed Area Confidence Level
0.00 50.00% 50.00% 100.00% 0%
1.00 84.13% 15.87% 31.73% 68.27%
1.645 95.00% 5.00% 10.00% 90%
1.960 97.50% 2.50% 5.00% 95%
2.000 97.72% 2.28% 4.55% 95.45%
2.576 99.50% 0.50% 1.00% 99%
3.000 99.87% 0.13% 0.27% 99.73%

Tips for Working with Z-Scores

Z-scores are a foundational statistical concept. These tips will help you use them correctly and effectively in your analyses.

  • Always verify the mean and standard deviation first. A z-score is only as accurate as the mean and standard deviation used to calculate it. If these summary statistics are distorted by outliers or calculated from insufficient data, your z-scores will be misleading. Check for outliers and verify your data before standardizing.
  • Use z-scores for cross-variable comparison. Whenever you need to compare measurements on different scales — test scores in different subjects, performance metrics in different units, financial returns from different asset classes — z-scores put everything on a common scale. This is their primary practical value.
  • Remember that z-scores preserve the shape of the distribution. Standardizing data changes the scale (centering at 0, scaling by standard deviation) but does not make non-normal data normal. If the original data is skewed, the z-scores will also be skewed. The z-table percentages only apply if the underlying data is approximately normal.
  • Apply z-scores to detect outliers systematically. Rather than relying on visual inspection, use z-scores to identify data points beyond ±2 or ±3 standard deviations. This provides a consistent, objective criterion across different data sets and different analysts.
  • Combine z-scores cautiously. If you average z-scores from different tests (as in creating a composite score), the average is meaningful only if the tests are reasonably comparable in what they measure. Averaging a z-score from a math test and a z-score from a personality questionnaire produces a number without clear interpretation.

Common Mistakes to Avoid

  • Applying z-table probabilities to non-normal data. The standard normal table gives exact probabilities only for normally distributed data. If your data is heavily skewed or has multiple peaks, the percentages derived from z-scores will be inaccurate. Use non-parametric methods or transform the data before standardizing in these cases.
  • Confusing z-scores with z-tests. A z-score converts a single data point to a standardized value. A z-test is a hypothesis testing procedure that uses the standard normal distribution to evaluate whether a sample statistic differs significantly from a hypothesized value. The z-test uses z-scores as test statistics, but the two concepts are distinct.
  • Forgetting that z-scores are relative measures. A z-score of 2.0 on one test is not the same achievement as a z-score of 2.0 on a different test unless the distributions are comparable. A z-score of 2.0 in a highly competitive group is a greater absolute achievement than a z-score of 2.0 in a less competitive group.
  • Standardizing when the raw scale is meaningful. If the original units have practical meaning (dollars, centimeters, minutes), converting to z-scores removes that interpretability. Use z-scores for comparison, but report results in original units when the audience needs practical context.
  • Using z-scores with extremely small samples. Z-scores calculated from small samples (under 10) are unreliable because the sample mean and standard deviation are poor estimates of the population parameters. For small samples, use the t-distribution instead of the standard normal distribution for inference.

Try Our P-Value Calculator

Convert your z-score to a p-value to determine the statistical significance of your results.

Use Calculator

Frequently Asked Questions

A z-score of 0 means the data point is exactly equal to the mean of the distribution. There is no deviation from the average in either direction. In a standard normal distribution, a z-score of 0 is the center point where 50% of values fall below and 50% fall above. For example, if the average exam score is 75 and a student scores exactly 75, their z-score is 0.

Z-scores can be calculated for any distribution, but the interpretation based on the standard normal table (68-95-99.7 rule) only applies accurately to normally distributed data. For non-normal distributions, z-scores still tell you how many standard deviations a value is from the mean, but the percentage of data within a given z-score range will differ from the standard normal percentages. For highly skewed data, consider using percentile ranks or other non-parametric methods instead.

Both z-scores and t-scores standardize values relative to the mean, but they use different distributions. Z-scores use the standard normal distribution and require knowing the population standard deviation. T-scores use the Student t-distribution and are appropriate when the population standard deviation is unknown and must be estimated from the sample. T-scores produce wider intervals for small samples, converging toward z-scores as sample size increases above about 30.

For normally distributed data, each z-score corresponds to a specific percentile. A z-score of 0 corresponds to the 50th percentile. A z-score of 1.0 corresponds to approximately the 84th percentile, meaning 84% of values fall below that point. A z-score of -1.0 corresponds to the 16th percentile. The z-table provides the exact conversion between any z-score and its cumulative percentile in the standard normal distribution.

A common convention is to consider data points with z-scores beyond plus or minus 3 as outliers, since approximately 99.7% of normally distributed data falls within three standard deviations of the mean. Some fields use plus or minus 2 as a more conservative cutoff (capturing 95% of data), while others use plus or minus 2.5. The appropriate threshold depends on your sample size, the distribution shape, and the consequences of misidentifying (or missing) outliers in your specific analysis context.

When grading on a curve, instructors convert raw test scores to z-scores and then map z-score ranges to letter grades. For example, z-scores above 1.5 might receive an A, between 0.5 and 1.5 a B, between -0.5 and 0.5 a C, between -1.5 and -0.5 a D, and below -1.5 an F. This ensures the grade distribution follows a predetermined shape regardless of the difficulty of the test, which is why it is called normalizing or standardizing scores.

Yes, z-scores can be any real number. While 99.7% of normally distributed data falls between z = -3 and z = 3, more extreme values do occur. In very large datasets, you will regularly encounter z-scores of 4 or even 5. A z-score of 4 occurs with a probability of about 0.003%, meaning roughly 3 in 100,000 observations. Extremely high z-scores in small samples often indicate data quality issues that should be investigated before analysis.

Sources & References

  1. Wikipedia — Standard Score — Comprehensive reference on z-scores and standardization methods: en.wikipedia.org
  2. NIST/SEMATECH e-Handbook — Normal Distribution — Properties and applications of the normal distribution: itl.nist.gov
  3. Stat Trek — Z-Score Definition — Clear definition and examples of z-scores in statistics: stattrek.com
Share this article:

CalculatorGlobe Team

Content & Research Team

The CalculatorGlobe team creates in-depth guides backed by authoritative sources to help you understand the math behind everyday decisions.

Related Calculators

Related Articles

Disclaimer: This calculator is for informational and educational purposes only. Results are estimates and may not reflect exact values.

Last updated: February 23, 2026