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.
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.
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.
Run the calculator when you are ready.
Z-Score Calculator
Convert values to z-scores. Percentile rank, probability below/above, normal curve visualization.
📊 Quick Examples — Click to Load
Inputs
Normal Distribution (Standard)
Summary
📐 Calculation Breakdown
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?
📖 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?
| Feature | This Calculator | Manual |
|---|---|---|
| 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
📚 Official Sources
📝 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.
Related Calculators
Percentile Calculator
Calculate any percentile from a dataset. Supports linear interpolation and nearest rank methods. Get full percentile table (every 5th), rank position, and...
MathematicsDescriptive Statistics Calculator
All-in-one statistics calculator. Compute count, min, max, range, sum, mean, median, mode, variance, standard deviation, coefficient of variation, quartiles...
MathematicsStem and Leaf Plot Calculator
Create stem-and-leaf plots from your data. Enter values (comma or space separated), choose stem unit, optionally compare two datasets with back-to-back mode....
MathematicsGamma Function Calculator
Gamma Function Calculator - Calculate and learn about statistics concepts
MathematicsScatter Plot Calculator
Scatter Plot Calculator - Calculate and learn about statistics concepts
MathematicsLeast Squares Regression Calculator
Least Squares Regression Calculator - Calculate and learn about statistics concepts
Mathematics