Z-Score Calculator
Compute z-scores and find normal-distribution probabilities with AI-powered step-by-step solutions
Drag & drop or click to add images or PDF
What is a Z-Score?
A z-score (also called a standard score) measures how many standard deviations a value is from the mean:
where is the raw value, is the population mean, and is the population standard deviation.
Interpretation:
- : the value equals the mean.
- : one standard deviation above the mean.
- : two standard deviations below the mean.
- is conventionally 'unusual'; is 'extreme'.
Why standardize?
- Comparability: z-scores let you compare values from different distributions (e.g., a on an SAT math test vs a on a verbal test means the same relative performance).
- Probability lookup: if the underlying distribution is approximately normal, maps directly to a probability via the standard normal CDF .
- Outlier detection: large flags potential outliers.
Sample version: when working from sample data, replace with and with :
How to Compute and Use Z-Scores
Step-by-Step
- Identify the value , the mean (or ), and the standard deviation (or ).
- Subtract the mean: .
- Divide by the standard deviation: .
Reverse: Find from
Useful when given a percentile and asked for the corresponding raw value.
Probability via the Standard Normal
For a normally distributed variable , the standardized variable follows the standard normal .
Common probabilities:
| z | |
|---|---|
Symmetry: .
Empirical Rule (68-95-99.7)
For a normal distribution:
- ~68% of values fall within of the mean.
- ~95% within .
- ~99.7% within .
This is the foundation for confidence intervals and many quick estimates.
Critical Z-Values for Confidence Intervals
| Confidence level | |
|---|---|
| 90% | |
| 95% | |
| 99% |
These are the values such that confidence level.
Common Mistakes to Avoid
- Wrong order: , not . Putting the mean second flips the sign.
- Using variance instead of standard deviation: divide by , not . A value 'one variance away' is meaningless — you want one standard deviation.
- Sample vs population: with sample data, use and . With known parameters, use and . Conflating them inflates/deflates z-scores.
- Assuming normality without checking: z-scores can be computed for any distribution, but the probability lookup only applies if the underlying distribution is normal (or approximately so by the CLT).
- Forgetting the sign: means 'below the mean.' Reporting misrepresents direction.
- Confusing one-tailed and two-tailed probabilities: is both tails combined (). is one tail (). Read the question carefully.
Examples
Frequently Asked Questions
A negative z-score means the value is below the mean. z = -1 means one standard deviation below the mean; z = -2 means two standard deviations below.
Yes — you can compute a z-score for any distribution with a finite mean and standard deviation. However, mapping z to a probability via Φ(z) is only valid when the underlying distribution is normal (or approximately so by the Central Limit Theorem for large samples).
By convention |z| > 2 is 'unusual' (outside 95% of normal data) and |z| > 3 is 'extreme' (outside 99.7%). These thresholds are heuristic — robust outlier rules like IQR can be more reliable for skewed data.
Both standardize a value. Z assumes the population standard deviation is known and the sampling distribution is normal. T uses the sample standard deviation and follows a t-distribution (heavier tails for small n). For n ≥ 30, t and z are nearly indistinguishable.
Related Solvers
Related Guides
Try AI-Math for Free
Get step-by-step solutions to any math problem. Upload a photo or type your question.
Start Solving