📏
✓ Editorially reviewed by Derek Giordano, Founder & Editor · BA Business Marketing

Z-Score Calculator

Standard Score & Percentile

Last reviewed: May 2026

🧮
500 calculators, no signup required
Finance · Health · Math · Science · Business
nnng.com

What Is a Z-Score?

A z-score measures how many standard deviations a data point is from its distribution's mean. Formula: z = (x − μ) / σ. A z-score of 0 equals the mean. A z-score of 2 means 2 SDs above — only ~2.3% of values exceed this in a normal distribution. Z-scores standardize data for comparison across different scales.1

Z-Score Reference Table

Z-ScorePercentile% BeyondMeaning
−2.02.3rd2.28%Unusually low
−1.015.9th15.87%Below average
0.050th50%Average
1.084.1st15.87%Above average
1.9697.5th2.5%Significant (p<.05)
3.099.87th0.13%Extremely rare

What a Z-Score Tells You

A z-score measures how many standard deviations a data point falls above or below the mean of a distribution. A z-score of 0 means the value equals the mean. A z-score of +1.5 means the value is 1.5 standard deviations above the mean. A z-score of −2.0 means the value is 2 standard deviations below the mean. This standardization allows you to compare values from completely different distributions — comparing a test score to an income level, or a height measurement to a blood pressure reading — by placing them on a common scale. The formula is straightforward: z = (x − μ) / σ, where x is the data point, μ is the population mean, and σ is the standard deviation.

Z-Score Probability Table (Common Values)

Z-ScoreArea to Left (%)Area to Right (%)Interpretation
−3.00.13%99.87%Extremely below average
−2.02.28%97.72%Well below average (bottom ~2%)
−1.015.87%84.13%Below average
0.050.00%50.00%Exactly average
+1.084.13%15.87%Above average
+1.6595.05%4.95%Top ~5% (one-tailed 95% CI)
+1.9697.50%2.50%Top ~2.5% (two-tailed 95% CI)
+2.097.72%2.28%Well above average (top ~2%)
+2.5899.51%0.49%Top ~0.5% (two-tailed 99% CI)
+3.099.87%0.13%Extremely above average

The percentages above assume a normal (Gaussian) distribution. In the empirical rule (68-95-99.7 rule), approximately 68% of data falls within ±1 standard deviation, 95% within ±2, and 99.7% within ±3. These probabilities are the foundation for hypothesis testing, confidence intervals, and statistical significance across virtually every field of research.

Z-Scores in Hypothesis Testing

Hypothesis testing uses z-scores to determine whether an observed result is statistically significant — that is, unlikely to have occurred by chance. The process starts with a null hypothesis (typically "no effect" or "no difference"), calculates the z-score of the observed result, and compares it to a critical value. For a 95% confidence level in a two-tailed test, the critical z-value is ±1.96. If the calculated z-score exceeds 1.96 or falls below −1.96, the result is statistically significant at the 5% level — meaning there is less than a 5% probability of observing such an extreme result if the null hypothesis were true. A p-value converts the z-score into a probability: z = 2.0 corresponds to p ≈ 0.046, meaning roughly a 4.6% chance of this result under the null hypothesis.

Z-Score vs. T-Score — When to Use Each

CriterionUse Z-ScoreUse T-Score
Population σ known?YesNo (use sample s)
Sample sizeLarge (n > 30)Small (n ≤ 30)
DistributionStandard normalT-distribution (heavier tails)
Critical valuesFixed (e.g., 1.96 for 95%)Vary by degrees of freedom
Common usePopulation proportions, large samplesComparing sample means

In practice, the z-distribution and t-distribution converge as sample size increases — at n = 30, the difference is minimal; at n = 100, they are virtually identical. The t-distribution has heavier tails, which produces wider confidence intervals for small samples, reflecting the greater uncertainty inherent in estimating population parameters from limited data. Most statistical software automatically selects the appropriate distribution based on sample size and whether the population standard deviation is known.

Real-World Applications of Z-Scores

Z-scores appear throughout everyday data analysis and decision-making. Standardized test scores like the SAT and GRE are based on z-score distributions — a score in the 95th percentile corresponds to a z-score of approximately +1.65. Quality control in manufacturing uses z-scores to identify defects: Six Sigma methodology aims for processes where defects fall beyond 6 standard deviations from the mean, corresponding to 3.4 defects per million opportunities. Medical diagnostics use z-scores for growth charts (a child at z = −2 for height may need evaluation for growth disorders), bone density measurements (T-scores in DEXA scans are essentially age-adjusted z-scores), and blood test interpretation. Financial analysts use z-scores in the Altman Z-Score model to predict bankruptcy risk — companies scoring below 1.8 are considered at high risk of financial distress.

Confidence Intervals and Z-Scores

Confidence intervals use z-scores to create a range likely to contain the true population parameter. The formula for a confidence interval of a proportion is: p̂ ± z × √(p̂(1−p̂)/n), where p̂ is the sample proportion, z is the critical value, and n is the sample size. For a 95% confidence interval, z = 1.96. If a poll of 1,000 people finds 52% support a policy, the 95% confidence interval is 52% ± 1.96 × √(0.52 × 0.48 / 1000) = 52% ± 3.1%, or 48.9% to 55.1%. This means you can be 95% confident the true population proportion falls within this range. Larger sample sizes narrow the interval (more precision); higher confidence levels widen it (more certainty at the cost of precision). Use our Standard Deviation Calculator to compute the variability needed for z-score calculations.

The Empirical Rule in Practice

The 68-95-99.7 rule provides quick mental benchmarks for normally distributed data. If exam scores have a mean of 75 and standard deviation of 10: approximately 68% of students scored between 65 and 85 (within 1 SD), 95% scored between 55 and 95 (within 2 SD), and 99.7% scored between 45 and 105 (within 3 SD). A score of 95 (z = 2.0) places a student in approximately the top 2.3%. A score of 55 (z = −2.0) places them in the bottom 2.3%. These benchmarks are approximations that work well for data following a roughly bell-shaped distribution. For heavily skewed distributions (income, home prices, insurance claims), z-scores still measure distance from the mean in standard deviation units but the probability interpretations may not hold.

Calculating Z-Scores for Sample Means

When working with sample means rather than individual data points, the z-score formula changes to: z = (x̄ − μ) / (σ / √n), incorporating the standard error (σ / √n) instead of the population standard deviation. This adjustment accounts for the fact that sample means are less variable than individual observations — a concept known as the Central Limit Theorem. If a population has mean 100 and standard deviation 15, a single observation of 106 has z = 0.4 (unremarkable). But a sample mean of 106 from 36 observations has z = 106−100/(15/√36) = 6/2.5 = 2.4 (highly significant at p < 0.02). The sample size amplifies the signal, which is why larger studies detect smaller effects — and why sample size planning is critical in research design.

Z-Scores and Data Outlier Detection

Z-scores are one of the most common methods for identifying outliers in datasets. Any data point with a z-score beyond ±2.5 or ±3.0 is typically flagged as a potential outlier worthy of investigation. In a dataset of 1,000 house prices with a mean of $350,000 and standard deviation of $80,000, a house listed at $600,000 has a z-score of (600,000 − 350,000) / 80,000 = 3.125 — a clear outlier. This does not necessarily mean the data point is erroneous — it may represent a genuinely exceptional property — but it warrants examination. In data cleaning workflows, z-score thresholds help automate the detection of data entry errors, sensor malfunctions, or genuinely unusual observations that could skew analysis.

Standardization and Machine Learning

Z-score standardization (also called z-score normalization) is a fundamental preprocessing step in machine learning and data science. Many algorithms — including linear regression, logistic regression, k-nearest neighbors, support vector machines, and neural networks — perform better when features are on comparable scales. Without standardization, a feature measured in thousands (like income) would dominate a feature measured in single digits (like number of bedrooms) simply because of scale differences. The transformation z = (x − μ) / σ converts all features to a common scale with mean 0 and standard deviation 1, ensuring each feature contributes proportionally to the model. This step is not needed for tree-based methods (random forests, gradient boosting) because they split on individual features independently.

Limitations of Z-Scores

Z-scores assume the underlying data is approximately normally distributed. For heavily skewed distributions — income distributions, insurance claims, website traffic — z-scores can be misleading because the mean and standard deviation are themselves distorted by extreme values. In these cases, non-parametric alternatives like percentile ranks, the interquartile range (IQR) method, or the Modified Z-Score (using median absolute deviation instead of standard deviation) provide more robust measures. The Modified Z-Score formula replaces the mean with the median and uses 0.6745 × MAD instead of the standard deviation, making it resistant to the influence of extreme values. Additionally, z-scores are population-relative — a z-score of +2.0 means exceptional within the reference population but says nothing about absolute value. A student with z = +2.0 in a weak cohort may perform worse in absolute terms than a student with z = 0 in a strong cohort.

Converting Between Z-Scores and Percentiles

Converting a z-score to a percentile requires the cumulative distribution function (CDF) of the standard normal distribution. This calculator performs the conversion automatically, but understanding the relationship is valuable. Key landmarks: z = 0 corresponds to the 50th percentile, z = 1.0 to the 84th, z = 1.28 to the 90th, z = 1.65 to the 95th, z = 2.0 to the 97.7th, and z = 2.33 to the 99th. For negative z-scores, simply subtract from 100: z = −1.0 corresponds to the 16th percentile. These conversions work bidirectionally — if you know your SAT score is at the 90th percentile, you know your z-score is approximately 1.28, meaning your score is 1.28 standard deviations above the test-taker mean.

What is a z-score?
How many SDs from the mean: z=(x−μ)/σ. Z=0 is average. Z=2 means only ~2.3% of values are higher.
Significant z-score?
Beyond ±1.96 = p<.05 (most common threshold). Beyond ±2.576 = p<.01. Any z beyond ±2 is unusual; beyond ±3 is very rare.2
Z-score to percentile?
z=0→50th. z=1→84th. z=2→97.7th. z=−1→16th. Non-linear — each SD covers less probability in the tails.
Z vs t-score?
Z assumes known population SD. T-scores estimate from sample with heavier tails. Converge at n>30. See Standard Deviation Calculator.3
Real-life uses?
SAT/ACT scores, medical lab results, quality control (Six Sigma), finance (VaR, credit scores), and research hypothesis testing.4

How to Use This Calculator

  1. Enter value, mean, and SD
  2. Get z-score
  3. See percentile and probability

Tips and Best Practices

Check normality. Z-scores assume approximately normal distribution.

Use for comparisons. Compare SAT math (mean 500, SD 100) to ACT (mean 20, SD 5) by converting both to z-scores.

Watch for one-tail vs two-tail. p<.05 two-tailed uses z=±1.96; one-tailed uses z=1.645.

Context matters. A z=3 in quality control is critical. In SAT scores, it means top 0.1%.

See also: Statistics · Standard Deviation · Percentage · Scientific

📚 Sources & References
  1. [1] Khan Academy. "Z-Scores." KhanAcademy.org. KhanAcademy.org
  2. [2] NIST. "Normal Distribution." NIST.gov. NIST.gov
  3. [3] College Board. "SAT Scores." CollegeBoard.org. CollegeBoard.org
  4. [4] OpenStax. "Normal Distribution." OpenStax.org. OpenStax.org
Editorial Standards — Every calculator is built from peer-reviewed formulas and official data sources, editorially reviewed for accuracy, and updated regularly. Read our full methodology · About the author