Z Score Calculator
Find z score, percentile, normal probability, reverse raw value, and dataset z scores with a bell curve, outlier guidance, and step-by-step work.
Last Updated: May 2026
Z-score inputs
Calculate standard score, percentile, and probability
Choose the mode that matches your task. Results update instantly with step-by-step interpretation and a normal curve view.
Z score
1.5
Percentile
93.3193%
P(Z < 1.5)
0.9332
Interpretation
Clearly above average
Normal curve position
Shaded area follows the selected z-score probability mode.
Result actions
Copy the interpretation, export a CSV table, print the solution, or reset to the worked example.
Step-by-step solution
- 1Given x = 85, mean = 70, and standard deviation = 10.
- 2Subtract the mean: x - mean = 85 - 70 = 15.
- 3Divide by the standard deviation: z = (85 - 70) / 10 = 1.5.
- 4The value is 1.50 standard deviations above the mean.
Core values
| Metric | Value |
|---|---|
| Raw value | 85 |
| Mean | 70 |
| Standard deviation | 10 |
| Z score | 1.5 |
| Left-tail probability | 0.9332 |
| Right-tail probability | 0.0668 |
| Distance from mean | 1.5 standard deviations |
Important Disclaimer
This calculator is an educational statistics tool. Probability and percentile results assume a standard normal model, which may not describe every real dataset.
Reviewed For Methodology, Labels, And Sources
Every CalculatorWallah calculator is published with visible update labeling, linked source references, and review of formula clarity on trust-sensitive topics. Use results as planning support, then verify institution-, policy-, or jurisdiction-specific rules where they apply.
Reviewed by Jitendra Kumar, Founder & Editorial Standards Lead. Page updated May 2026. Trust-critical pages are reviewed when official rates or rules change. Evergreen calculator guides are checked on a recurring quarterly or annual cycle depending on topic volatility. Topic ownership: Sales tax and tax-sensitive estimate tools, Education and GPA planning calculators, Health, protein, and screening-formula pages, Platform-wide publishing standards and methodology.
How to Use This Calculator
Start with basic mode if you know the raw value, mean, and standard deviation. For the common classroom example, x = 85, mean = 70, and standard deviation = 10 gives z = 1.5, meaning the value is 1.5 standard deviations above the mean.
Use dataset mode when you have raw values and want the calculator to compute mean, standard deviation, and z score for every observation. Use probability mode when your question is about normal-curve area such as P(Z < z), P(Z > z), or a two-tailed probability.
Step 1: Choose a z-score mode
Use basic z score for a raw value, reverse mode for raw value from z, probability mode for normal areas, percentile mode for inverse lookup, or dataset mode for pasted values.
Step 2: Enter the required values
For the basic calculator, enter raw value, mean, and standard deviation. Dataset mode can calculate mean and standard deviation automatically.
Step 3: Review the z score and percentile
Read the standard score, left-tail percentile, right-tail probability, and interpretation card.
Step 4: Check the normal curve
Use the bell curve to see whether the value is above, below, or far from average.
Step 5: Use the step-by-step section
Verify the subtraction, division, probability lookup, or dataset standard-deviation steps.
How This Calculator Works
A z score standardizes a value by subtracting the mean and dividing by the standard deviation. The result has no units, so values from different scales can be compared. When the normal model is appropriate, the calculator also maps z scores to probabilities using the standard normal distribution.
| Formula | Expression | When to use it |
|---|---|---|
| Z score | \(z=\frac{x-\mu}{\sigma}\) | Standardizes a raw value by measuring distance from the mean in standard deviations. |
| Reverse z score | \(x=\mu+z\sigma\) | Finds the raw value that corresponds to a known z score. |
| Left-tail probability | \(P(Z<z)=\Phi(z)\) | Converts a z score into percentile or cumulative probability. |
| Right-tail probability | \(P(Z>z)=1-\Phi(z)\) | Finds the probability above a z score. |
| Between z scores | \(P(a<Z<b)=\Phi(b)-\Phi(a)\) | Finds normal-curve area between two standard scores. |
| Sample standard deviation | \(s=\sqrt{\frac{\sum(x_i-\bar{x})^2}{n-1}}\) | Use when the dataset is a sample from a larger population. |
The graph marks the z score on a bell curve and shades the selected probability area. Dataset mode uses either population or sample standard deviation depending on the option you choose.
Z Score Interpretation, Z Table, and Common Mistakes
How to Interpret Z Scores
The sign tells direction. A positive z score is above the mean; a negative z score is below the mean. The absolute value tells distance in standard deviations.
| Z score range | Interpretation | Meaning |
|---|---|---|
| z = 0 | Exactly average | The value equals the mean. |
| 0 < z < 1 | Slightly above average | Above the mean but within one standard deviation. |
| 1 <= z < 2 | Clearly above average | Higher than most values under a normal model. |
| 2 <= z < 3 | Very high | Potentially unusual; context matters. |
| z >= 3 | Extremely high | Often treated as outlier-range under a normal model. |
| -1 < z < 0 | Slightly below average | Below the mean but within one standard deviation. |
| -2 < z <= -1 | Clearly below average | Lower than most values under a normal model. |
| z <= -3 | Extremely low | Often treated as outlier-range under a normal model. |
Mini Z Table
A z table reports the standard normal left-tail area. The calculator uses the same idea internally, but computes values directly so you are not limited to table rows.
| Z score | Left-tail area | Right-tail area | Percentile |
|---|---|---|---|
| -2.00 | 0.0228 | 0.9772 | 2.28th |
| -1.50 | 0.0668 | 0.9332 | 6.68th |
| -1.00 | 0.1587 | 0.8413 | 15.87th |
| 0.00 | 0.5000 | 0.5000 | 50.00th |
| 1.00 | 0.8413 | 0.1587 | 84.13th |
| 1.50 | 0.9332 | 0.0668 | 93.32nd |
| 2.00 | 0.9772 | 0.0228 | 97.72nd |
Standard Score vs Raw Score
A raw score keeps the original unit. A z score converts it to a relative position. For example, a score of 78 can be stronger than a score of 85 if the first score is much farther above its own group average.
For full descriptive statistics before calculating z scores, use the Statistics Calculator. For study design workflows where z critical values drive sample-size formulas, use the Sample Size & Statistical Power Suite.
Where Z Scores Are Used
| Field | Use case |
|---|---|
| Education | Compare test scores across classes or standardized exams. |
| Healthcare | Standardize lab measures or growth measurements against reference means. |
| Finance | Compare returns, volatility, or risk measures on a common scale. |
| Sports | Compare player performance relative to league averages. |
| Quality control | Spot process measurements far from target. |
| Data science | Standardize features before modeling or distance-based algorithms. |
Common Z Score Mistakes
| Mistake | Why it matters | Better approach |
|---|---|---|
| Using variance as standard deviation | Variance is squared-unit spread. Z scores need standard deviation. | Take the square root of variance first. |
| Using sample SD when population SD is intended | Sample SD is slightly larger because it divides by n - 1. | Choose the mode that matches your data source. |
| Assuming negative z means a negative raw value | A negative z only means the value is below the mean. | Interpret sign relative to the mean, not absolute value. |
| Confusing percentile and right-tail probability | Percentile is usually left-tail area. | Use right-tail mode when asking for probability above a value. |
| Using normal probabilities on strongly non-normal data | Z scores can still standardize values, but normal probability statements may be misleading. | Inspect distribution shape before using probability results. |
Keep the research moving with Statistics Calculator, Probability Calculator, Sample Size & Statistical Power Suite, and Mean Calculator.
Frequently Asked Questions
Related Calculators
Statistics Calculator
Calculate mean, median, standard deviation, variance, quartiles, and percentiles from a dataset.
Use Statistics CalculatorProbability Calculator
Calculate event probabilities, complements, repeated trials, and binomial cases.
Use Probability CalculatorSample Size & Statistical Power Suite
Use z values in sample-size, confidence, prevalence, and power planning workflows.
Use Sample Size & Statistical Power SuiteMean Calculator
Find arithmetic mean and related summary values before standardizing data.
Use Mean CalculatorSources & References
- 1.NIST/SEMATECH e-Handbook of Statistical Methods - Normal Distribution(Accessed May 2026)
- 2.OpenStax Introductory Statistics - The Standard Normal Distribution(Accessed May 2026)
- 3.NIST/SEMATECH e-Handbook of Statistical Methods(Accessed May 2026)