Z-Score Calculator

Calculate z-score to find how many standard deviations a value is from the mean. Essential for statistics and probability.

Calculate z-score (standard score) for a data point.

About This Calculator

The Z-Score Calculator is an essential statistical tool that measures how many standard deviations a data point lies from the mean of a distribution. Also known as a standard score, the Z-score enables researchers and professionals to standardize data sets onto a common scale, making meaningful comparisons possible across diverse measurements.

Understanding Z-scores is fundamental to probability theory. When data follows a normal distribution, Z-scores help determine the probability of observing particular values and identify outliers. This standardization transforms raw scores into a universal language that statisticians worldwide apply in academic grading, quality control, finance, and medical diagnostics.

The Z-Score Formula

Z = (X - μ) / σ

Z = Z-score (standard score)

X = Individual data value (raw score)

μ = Population mean (average)

σ = Population standard deviation

For sample data, use sample mean (x̄) and sample standard deviation (s) instead.

Z-Score Interpretation Table

Z-ScorePercentileInterpretation
-3.00.13%Extremely below average (rare outlier)
-2.02.28%Significantly below average
-1.015.87%Below average
050%Exactly at the mean
+1.084.13%Above average
+2.097.72%Significantly above average
+3.099.87%Extremely above average (rare outlier)

The Empirical Rule: 68% within ±1σ, 95% within ±2σ, 99.7% within ±3σ.

Applications of Z-Scores

Academic Grading: Standardized tests like SAT, GRE, and IQ tests use Z-scores to compare performance across different administrations and create scaled scores.

Finance & Investing: The Altman Z-score predicts bankruptcy probability. Z-scores identify abnormal stock returns and measure portfolio risk.

Quality Control: Six Sigma uses Z-scores for process capability. A Six Sigma process has only 3.4 defects per million opportunities.

Medical Diagnostics: Bone density, growth charts, and blood tests are expressed as Z-scores to compare patients against population norms.

How to Use This Calculator

  1. Enter your value (X): The data point to analyze (test score, measurement, etc.).
  2. Enter the mean (μ): The average of your population or sample.
  3. Enter standard deviation (σ): The spread measure of your data.
  4. Review results: See Z-score, percentile, and interpretation.

Common Z-Score Mistakes to Avoid

Confusing Z-score with percentile: Z = 1.5 does NOT mean top 15%. Use a Z-table—Z = 1.5 equals the 93rd percentile.

Using sample vs. population incorrectly: Population σ divides by N; sample s divides by N-1. Using the wrong formula affects accuracy.

Applying to non-normal data: Z-scores assume normal distribution. For skewed data, percentile ranks may be more appropriate.

Z-Score to Percentile Quick Reference

Z-ScorePercentileZ-ScorePercentile
-2.02.28%+0.569.15%
-1.56.68%+1.084.13%
-1.015.87%+1.593.32%
-0.530.85%+2.097.72%
050.00%+2.599.38%

Related Statistical Calculators

Sources: Z-score calculations follow standard statistical formulas used by NIST (National Institute of Standards and Technology). Percentile conversions use the cumulative distribution function of the standard normal distribution. Reference: NIST/SEMATECH e-Handbook of Statistical Methods.

Frequently Asked Questions

What is a Z-score and what does it tell you?

A Z-score (also called standard score) is a statistical measurement that describes a value's relationship to the mean of a group of values. It tells you how many standard deviations a data point is above or below the mean. A Z-score of 0 means the value equals the mean, a positive Z-score indicates above average, and a negative Z-score means below average. Z-scores are crucial for comparing data from different distributions, identifying outliers, and calculating probabilities in statistics.

How do I calculate Z-score step by step?

To calculate Z-score: Step 1: Find the mean (μ) of your data set by adding all values and dividing by count. Step 2: Calculate standard deviation (σ) by finding the square root of variance. Step 3: Apply the formula Z = (X - μ) / σ. For example, if a test score is 85, mean is 75, and standard deviation is 10: Z = (85 - 75) / 10 = 1.0. This means the score is exactly 1 standard deviation above average, placing it in approximately the 84th percentile.

What is a good Z-score?

What constitutes a 'good' Z-score depends entirely on context. In general: Z = 0 is exactly average (50th percentile). Z = +1 to +2 is above average (84th-98th percentile). Z > +2 is exceptional (top 2.3%). Z > +3 is extremely rare (top 0.13%). For test scores or performance metrics, higher Z-scores are typically better. For medical readings like cholesterol, Z-scores closer to 0 (normal range) are desirable. In quality control, Z-scores beyond ±3 often indicate defects requiring investigation.