Z-Score Calculator
Calculate z-scores and find percentiles in a normal distribution
About Z-Scores
What is a Z-Score?
A z-score (also called a standard score) measures how many standard deviations a data point is from the mean of a distribution. It allows comparison between different normal distributions.
Formula:
z = (x - μ) / σWhere x = data value, μ = population mean, σ = standard deviation
Interpretation
- z = 0: The data value is exactly at the mean
- z > 0: The data value is above the mean
- z < 0: The data value is below the mean
- |z| = 1: Approximately 68% of data falls within ±1 standard deviation
- |z| = 2: Approximately 95% of data falls within ±2 standard deviations
- |z| = 3: Approximately 99.7% of data falls within ±3 standard deviations
Common Uses
- Comparing scores from different tests or distributions
- Identifying outliers in a dataset
- Calculating percentiles and probabilities
- Standardizing data for statistical analysis
About This Calculator
Z-Score Calculator - Standard Score Calculator
Calculate z-scores instantly with our free online calculator. Determine how many standard deviations a value is from the mean in a normal distribution with step-by-step explanations.
Calculate Z-Score
Data Value (x): [Input field]
Population Mean (μ): [Input field]
Standard Deviation (σ): [Input field]
[Calculate Button]
Results:
- Z-Score: [Result]
- Interpretation: [Above/Below mean]
- Percentile: [Result]
- Probability: [Result]
What is a Z-Score?
A Z-score (also called a standard score or z-value) measures how many standard deviations a data point is from the mean of a distribution. It's a fundamental concept in statistics that allows comparison between different normal distributions.
Basic Definition
Formula:
z = (x - μ) / σ
Where:
- z = z-score
- x = individual value
- μ = population mean (mu)
- σ = population standard deviation (sigma)
What Z-Scores Tell You
| Z-Score | Interpretation |
|---|---|
| z = 0 | Value equals the mean |
| z > 0 | Value is above the mean |
| z < 0 | Value is below the mean |
| z = 1 | One standard deviation above mean |
| z = -1 | One standard deviation below mean |
| z = 2 | Two standard deviations above mean |
| z = -2 | Two standard deviations below mean |
Example: If z = 1.5
- The value is 1.5 standard deviations above the mean
- It's higher than approximately 93.3% of data points
Why Z-Scores Matter
- Standardization: Compare data from different distributions
- Outlier Detection: Identify unusual values (typically |z| > 3)
- Probability Calculations: Find likelihood of values occurring
- Quality Control: Monitor manufacturing processes
- Test Scores: Compare performance across different tests
How to Calculate Z-Score
Example 1: Positive Z-Score
Problem: A student scored 85 on a test with mean = 75 and standard deviation = 10. Calculate the z-score.
Solution:
z = (x - μ) / σ
z = (85 - 75) / 10
z = 10 / 10
z = 1
Interpretation:
- The score is 1 standard deviation above the mean
- The student performed better than approximately 84.1% of students
- This is a good score (above average)
Example 2: Negative Z-Score
Problem: Height of a person is 165 cm. Mean height = 175 cm, SD = 10 cm. Calculate the z-score.
Solution:
z = (x - μ) / σ
z = (165 - 175) / 10
z = -10 / 10
z = -1
Interpretation:
- The height is 1 standard deviation below the mean
- Approximately 15.9% of people are shorter
- This height is below average but within normal range
Example 3: Comparing Different Tests
Problem: Student scores:
- Math: 82 (μ = 75, σ = 8)
- English: 88 (μ = 82, σ = 10)
Which is relatively better?
Solution:
Math z-score: (82 - 75) / 8 = 7 / 8 = 0.875
English z-score: (88 - 82) / 10 = 6 / 10 = 0.60
Conclusion: The Math score is relatively better (higher z-score).
Z-Score and the Normal Distribution
Understanding the Standard Normal Distribution
The standard normal distribution has:
- Mean (μ) = 0
- Standard Deviation (σ) = 1
Empirical Rule (68-95-99.7 Rule)
| Z-Score Range | Percentage of Data |
|---|---|
| -1 to +1 | 68.27% |
| -2 to +2 | 95.45% |
| -3 to +3 | 99.73% |
Visualization:
34.1% 34.1%
────┼──────┼─────
-1 +1
─────┼────────┼─────
-2 +2
───────┼──────────┼───────
-3 +3
Common Z-Score Values
| Z-Score | Percentile | Probability (P < z) |
|---|---|---|
| -3.0 | 0.13% | 0.0013 |
| -2.5 | 0.62% | 0.0062 |
| -2.0 | 2.28% | 0.0228 |
| -1.5 | 6.68% | 0.0668 |
| -1.0 | 15.87% | 0.1587 |
| -0.5 | 30.85% | 0.3085 |
| 0.0 | 50.00% | 0.5000 |
| 0.5 | 69.15% | 0.6915 |
| 1.0 | 84.13% | 0.8413 |
| 1.5 | 93.32% | 0.9332 |
| 2.0 | 97.72% | 0.9772 |
| 2.5 | 99.38% | 0.9938 |
| 3.0 | 99.87% | 0.9987 |
Using Z-Scores to Find Probabilities
Finding Area Under the Curve
Example 1: What percentage of data is below z = 1.5?
Solution:
Using z-table or calculator:
P(Z < 1.5) = 0.9332 = 93.32%
Example 2: What percentage of data is between z = -1 and z = 1?
Solution:
P(Z < 1) = 0.8413
P(Z < -1) = 0.1587
P(-1 < Z < 1) = 0.8413 - 0.1587 = 0.6826 = 68.26%
Example 3: What percentage is above z = 2?
Solution:
P(Z < 2) = 0.9772
P(Z > 2) = 1 - 0.9772 = 0.0228 = 2.28%
Finding Percentiles
Formula: Percentile = P(Z < z) × 100%
Example: A test score has z = 1.25. What percentile is this?
Solution:
P(Z < 1.25) = 0.8944
Percentile = 89.44%
Meaning: This score is higher than 89.44% of scores.
Z-Score Applications
1. Test Score Comparison
Scenario: Compare SAT and ACT scores
SAT: Score = 1200, μ = 1050, σ = 200 ACT: Score = 26, μ = 21, σ = 5
Z-scores:
SAT: z = (1200 - 1050) / 200 = 0.75
ACT: z = (26 - 21) / 5 = 1.0
Conclusion: ACT performance is relatively better.
2. Medical Measurements
Scenario: Baby birth weight
Weight: 3.2 kg, μ = 3.5 kg, σ = 0.5 kg
Z-score:
z = (3.2 - 3.5) / 0.5 = -0.6
Interpretation:
- Below average but within normal range
- Approximately 27.4% of babies weigh less
- No cause for concern (typically |z| < 2 is normal)
3. Quality Control in Manufacturing
Scenario: Component length specification
Target: 10 cm, μ = 10 cm, σ = 0.1 cm
Measured part: 10.35 cm
Z-score:
z = (10.35 - 10) / 0.1 = 3.5
Conclusion:
- Part is 3.5 SD from mean
- This is an outlier (typically investigate if |z| > 3)
- May need to reject or investigate this part
4. Financial Risk Assessment
Scenario: Investment returns
Return: 15%, μ = 10%, σ = 5%
Z-score:
z = (15 - 10) / 5 = 1.0
Interpretation:
- Return is 1 SD above mean
- Better than approximately 84% of returns
- Good performance but not exceptional
Converting Z-Score to Raw Score
Formula
x = μ + z · σ
Example: Find the value that corresponds to z = 1.5 when μ = 100 and σ = 15.
Solution:
x = 100 + 1.5 · 15
x = 100 + 22.5
x = 122.5
Sample vs Population
When to Use Which
| Scenario | Formula | Notation |
|---|---|---|
| Complete data | z = (x - μ) / σ | μ (population mean) |
| Sample data | z = (x - x̄) / s | x̄ (sample mean) |
Note: For large samples (n ≥ 30), you can use sample statistics as estimates.
Z-Score Tables
How to Read a Z-Table
- Find the z-score (first two digits in left column, third digit across top)
- Read the probability (this is P(Z < z))
Example: Find P(Z < 1.53)
Steps:
- Go to row "1.5"
- Go to column ".03"
- Intersection = 0.9370
Result: P(Z < 1.53) = 0.9370 = 93.70%
Critical Z-Scores
| Confidence Level | α | Critical Z-Score |
|---|---|---|
| 90% | 0.10 | ±1.645 |
| 95% | 0.05 | ±1.96 |
| 99% | 0.01 | ±2.576 |
Used in: Hypothesis testing and confidence intervals
Outlier Detection Using Z-Scores
Common Thresholds
| Z-Score | Classification |
|---|---|
| z | |
| z | |
| z |
Example: In a dataset, a value has z = 3.2
Conclusion: This is an outlier and should be investigated.
Modified Z-Score for Small Samples
For small samples (n < 25), use:
Modified Z-Score = 0.6745 · (x - median) / MAD
where MAD = median absolute deviation
Tips and Common Mistakes
Common Mistakes
- Wrong formula order: z = (μ - x) / σ is wrong
- Confusing sample and population: Use correct formula
- Ignoring sign: Negative z-scores are valid
- Wrong table reading: Pay attention to z-table format
- Assuming normality: Z-scores assume normal distribution
Best Practices
- Always check units: Mean and SD must match data units
- Verify calculations: If |z| > 4, double-check your work
- Consider context: Is the data normally distributed?
- Use technology: Statistical software or calculators for accuracy
- Interpret carefully: Z-scores show relative position, not absolute value
What does a z-score of 0 mean?
A z-score of 0 means the value equals the mean. It's exactly average.
Can z-score be negative?
Yes, negative z-scores indicate the value is below the mean. The more negative, the further below the mean.
What is a good z-score?
There's no universally "good" z-score. Context matters:
- In test scores: z > 0 is good (above average)
- In error rates: z < 0 might be good (below average errors)
- Generally: |z| > 2 is noteworthy, |z| > 3 is exceptional
How do I interpret z-score of 2?
A z-score of 2 means the value is 2 standard deviations above the mean. Approximately 97.7% of data falls below this value.
What's the difference between z-score and t-score?
Z-scores use population standard deviation (σ), while t-scores use sample standard deviation (s). T-scores are used when the population standard deviation is unknown.
How do I find percentile from z-score?
Use a z-table or calculator to find P(Z < z), then multiply by 100. For z = 1, P(Z < 1) = 0.8413 = 84.13th percentile.
What is the empirical rule?
The empirical rule states that in a normal distribution:
- ~68% of data falls within ±1σ
- ~95% of data falls within ±2σ
- ~99.7% of data falls within ±3σ
How do z-scores relate to probability?
Z-scores help find probabilities in normal distributions. P(Z < z) gives the probability of a value being less than or equal to a given z-score.
Can I compare z-scores from different datasets?
Yes! This is the main purpose of z-scores. They standardize different datasets to the same scale (mean=0, SD=1).
What makes a value an outlier based on z-score?
Generally, |z| > 3 indicates an outlier. Some use |z| > 2.5 as a stricter threshold.
How do I calculate z-score in Excel?
Use the formula: =(value - AVERAGE(range)) / STDEV.P(range) for population, or STDEV.S(range) for sample.
Why is z-score called "standard score"?
Z-scores standardize different normal distributions to have mean=0 and SD=1, allowing direct comparison.
Practice Problems
Beginner Level
- Calculate z-score: x=85, μ=75, σ=10
- Calculate z-score: x=50, μ=60, σ=5
- Calculate z-score: x=100, μ=100, σ=15
- What percentage is below z=1?
- What percentage is between z=-1 and z=1?
Intermediate Level
- Find percentile for z=1.25
- Find raw score: z=2, μ=100, σ=15
- Compare: Test A (x=90, μ=85, σ=10) vs Test B (x=85, μ=80, σ=5)
- What z-score corresponds to 95th percentile?
- Find probability: P(Z > 1.5)
Advanced Level
- Find P(-1 < Z < 2)
- If z=2.5, is this an outlier?
- Find the z-score that separates top 10%
- Compare heights: Person A (180cm, μ=175, σ=10) vs Person B (165cm, μ=160, σ=8)
- Find the range containing middle 50% of data
Answers: [Click to reveal]
- Beginner: 1, -2, 0, 84.13%, 68.26%
- Intermediate: 89.44th percentile, 130, Test A (z=0.5) vs Test B (z=1), z≈1.645, 6.68%
- Advanced: 81.85%, Yes, z≈1.28, Person A (z=0.5) vs Person B (z=0.625), z=-0.675 to z=0.675
Related Calculators
- Standard Deviation Calculator
- Confidence Interval Calculator
- Normal Distribution Calculator
- T-Test Calculator
- Probability Calculator
Need Help? Our z-score calculator is perfect for students, researchers, and professionals. Try it now for instant, accurate results!
Frequently Asked Questions
Related Statistics Calculators
GPA Calculator - Calculate High School & College GPA
Calculate your GPA instantly. Support for weighted and unweighted GPA. Multiple courses, cumulative GPA, and grade tracking.
Grade Calculator - Calculate Your Final Grade
Calculate your final grade with our free grade calculator. Determine what you need on your final exam to achieve your desired course grade.
Password Generator - Generate Strong Secure Passwords
Generate secure random passwords instantly. Customizable length, characters, and strength. Copy to clipboard. Free password generator.
Percentage Calculator - Calculate Percentages Instantly
Free online percentage calculator. Calculate percentage increase, decrease, difference and more. Fast, accurate results for all your percentage calculations.
Random Number Generator - Generate Random Numbers Online
Free random number generator. Generate random numbers within a custom range. Choose quantity, unique numbers, and sorting options. No download required.
Decimal to Fraction Converter
Convert any decimal number to a fraction in simplest form. Get improper fractions, mixed numbers, and percentage equivalents.
Fraction to Decimal Converter
Convert any fraction to its decimal equivalent. Handle repeating decimals, mixed numbers, and choose precision.
Binary Calculator - Convert & Calculate Binary Numbers
Convert between binary, decimal, hex, and octal. Perform binary arithmetic operations including addition, subtraction, multiplication, and division.
Standard Deviation Calculator - Statistics
Calculate the standard deviation for a dataset. Measure data spread and variability for statistical analysis with step-by-step results.
Fraction Calculator - Convert Fractions
Convert between improper fractions, mixed numbers, and decimals.
Scientific Calculator - Free Online Scientific Calculator
Comprehensive scientific calculator with trigonometry, logarithms, exponents, and statistics. Free online tool for students and professionals.
Circle Calculator - Calculate Area, Circumference & More
Calculate circle properties including area, circumference, diameter, and radius. Enter any known value to find the rest.
Right Triangle Calculator - Calculate Sides and Angles
Calculate sides, angles, area, and perimeter of a right triangle. Enter known values to find unknown ones.
Polygon Calculator - Regular Polygon Properties
Calculate the properties of regular polygons including area, perimeter, apothem, and circumradius. Enter number of sides and side length.
Rectangle Calculator - Calculate Area, Perimeter & Diagonal
Calculate rectangle properties including area, perimeter, diagonal length, and more. Enter known values.
Square Calculator - Area & Perimeter
Calculate square properties including area, perimeter, and diagonal. Enter any value to find the rest.
Concrete Calculator - Calculate Concrete Volume
Calculate concrete volume for slabs, footings, columns, and tubes. Get accurate estimates in cubic yards, cubic meters, and bags needed.
Paint Calculator - Calculate Paint & Primer
Calculate paint and primer needed for interior and exterior projects. Estimate gallons, coats, and costs for walls, ceilings, and trim.