STATISTICSStatisticsMathematics Calculator
📊

Z-Score (Standard Score)

The z-score measures how many standard deviations a value is from the mean: z = (x − μ) / σ. It standardizes different distributions for comparison and maps to percentile rank via the normal curve.

Concept Fundamentals
z = (x − μ) / σ
Formula
Within 1, 2, 3 σ
68-95-99.7
At mean
z = 0
~97.7th percentile
z = 2

Did our AI summary help? Let us know.

A z-score of 2 means you are in roughly the 97.7th percentile. Quality control flags values beyond ±3σ as potential defects. Z-scores are unitless—they work regardless of the original units.

Key quantities
z = (x − μ) / σ
Formula
Key relation
Within 1, 2, 3 σ
68-95-99.7
Key relation
At mean
z = 0
Key relation
~97.7th percentile
z = 2
Key relation

Ready to run the numbers?

Why: Z-scores let you compare SAT vs ACT, height vs weight, or flag outliers in quality control.

How: Compute z = (value − mean) / std dev; use the normal CDF for percentile rank.

A z-score of 2 means you are in roughly the 97.7th percentile.Quality control flags values beyond ±3σ as potential defects.

Run the calculator when you are ready.

Standard ScoresComparing values across distributions
📊
STATISTICSNormal Distribution

Z-Score Calculator

Convert values to z-scores. Percentile rank, probability below/above, normal curve visualization.

📊 Quick Examples — Click to Load

Inputs

zscore.sh
CALCULATED
Z-Score
1.5000
Percentile Rank
96.61%
P(Below)
96.61%
P(Above)
3.39%
Within ±1σ
~68.27%
Within ±2σ
~95.45%
Share:
Z-Score Calculator
z = 1.50
Percentile: 96.6%
P(below) = 96.6%
P(above) = 3.4%
numbervibe.com/calculators/mathematics/statistics/z-score-calculator

Normal Distribution (Standard)

Summary

📐 Calculation Breakdown

INPUT
Value (x)650.0000
Mean (μ)500.0000
Std Dev (σ)100.0000
RESULT
Z-Score1.5000
Percentile Rank96.61%
P(X < x)96.61%
P(X > x)3.39%
Within ±1σ~68.27%
Within ±2σ~95.45%

For educational and informational purposes only. Verify with a qualified professional.

🧮 Fascinating Math Facts

📊

Z-scores let you compare values from different distributions—SAT vs ACT, height vs weight.

🎯

A z-score of 2 means better than 97.7% of the population.

📋 Key Takeaways

  • Z-score = (value − mean) / std dev — how many standard deviations from the mean
  • Z = 0 means at the mean; Z = 1 means 1 std dev above
  • Percentile rank = area under the normal curve to the left of z
  • • About 68% of data falls within ±1σ, 95% within ±2σ

💡 Did You Know?

📊Z-scores let you compare values from different distributions — e.g., SAT vs ACT, or height vs weight.Source: Statistics
🎯A z-score of 2 means you are in roughly the 97.7th percentile — better than 97.7% of the population.Source: Normal distribution
📈In finance, z-scores are used in Altman Z-score for bankruptcy prediction and in risk models.Source: Finance
🧪Quality control uses z-scores: values beyond ±3σ are often flagged as outliers or defects.Source: Six Sigma
📐The standard normal distribution has μ=0 and σ=1. Any normal distribution can be transformed to this.Source: Probability
🔢Z-scores are unitless. A z of 1.5 means "1.5 standard deviations from the mean" regardless of units.Source: Standardization

📖 How Z-Scores Work

The z-score (standard score) measures how many standard deviations a value is from the mean. It standardizes different distributions so they can be compared. The normal distribution has a known shape, so we can convert z to percentile using the standard normal table (or CDF).

Formula

z = (x − μ) / σ. If your SAT score is 650, the mean is 500, and σ=100, then z = (650−500)/100 = 1.5. You are 1.5 standard deviations above the mean.

68-95-99.7 Rule

For a normal distribution: ~68% of values fall within ±1σ of the mean, ~95% within ±2σ, and ~99.7% within ±3σ. This is why z-scores beyond ±3 are considered extreme.

Dataset Mode

Paste your data and the calculator computes mean and standard deviation. Then enter any value to find its z-score, or leave blank to use the mean (z=0).

📌 Common Use Cases

  • Standardized tests: SAT, ACT, IQ — compare your score to the population
  • Quality control: Flag values beyond ±2σ or ±3σ as outliers
  • Finance: Assess how unusual a return is (z of daily returns)
  • Research: Standardize variables for comparison across studies
  • Healthcare: Compare lab values to reference ranges (z-scores)

🎯 Expert Tips

Dataset Mode

Paste your data and the calculator computes mean and std dev automatically. Optionally enter a specific value to find its z-score.

Comparing Scores

Z-scores let you compare a 650 SAT (z=1.5) to a 115 IQ (z=1) — both are above average but SAT is more extreme.

68-95-99.7 Rule

~68% within ±1σ, ~95% within ±2σ, ~99.7% within ±3σ. Use this to quickly assess how unusual a value is.

Non-Normal Data

Percentile ranks assume normality. For skewed data, use the Percentile Calculator for empirical percentiles.

❓ Frequently Asked Questions

What does a negative z-score mean?

A negative z-score means the value is below the mean. Z = -1 means 1 standard deviation below the mean, which corresponds to about the 16th percentile.

When can I use the normal distribution?

The normal distribution is a good approximation when data is roughly symmetric and unimodal. Many real-world measurements (heights, test scores, errors) are approximately normal.

How do I interpret percentile rank?

A percentile rank of 85% means your value is greater than 85% of the population (or dataset). It is the area under the normal curve to the left of your z-score.

What is the 68-95-99.7 rule?

For a normal distribution: ~68% of values fall within ±1σ, ~95% within ±2σ, and ~99.7% within ±3σ of the mean.

Can I use this for non-normal data?

You can still compute z-scores, but percentile ranks assume normality. For skewed data, use the Percentile Calculator instead.

What is the formula for z-score?

z = (x − μ) / σ, where x is the value, μ is the mean, and σ is the standard deviation.

How do I find x from a z-score?

x = μ + z × σ. For example, if μ=100, σ=15, and z=2, then x = 100 + 2×15 = 130.

⚖️ Why Use This Calculator?

FeatureThis CalculatorManual
Raw value mode (μ, σ given)⚠️
Dataset mode (auto compute μ, σ)
Percentile rank from z
Normal curve visualization
68-95-99.7 reference
AI analysis

📊 Z-Score Quick Reference

z = 0
At mean (50th %ile)
z = 1
~84th percentile
z = 2
~97.7th percentile
z = -1
~16th percentile

📝 Worked Example

SAT Math: Your score = 650, mean = 500, σ = 100. z = (650−500)/100 = 1.5.

You are 1.5 standard deviations above the mean. From the normal table, z=1.5 → ~93.3rd percentile.

Dataset mode: Paste 10 scores. Calculator computes μ and σ. Enter 85 to find z for that score.

⚠️ Disclaimer: Assumes normal distribution. Many real datasets are not perfectly normal.

👈 START HERE
⬅️Jump in and explore the concept!
AI

Related Calculators