Z-Score Calculator | Compute Standard Score and Percentile
Last updated: July 2026 · Free · No sign-up required
Enter values above and click Calculate to see your result instantly.
Quick reference
| z-score | Approx. percentile |
|---|---|
| −2 | 2.3rd |
| −1 | 15.9th |
| 0 | 50th |
| +1 | 84.1st |
| +2 | 97.7th |
functions Shows the working, not just the answer
For students and teachers, the final number is only half the value. Every math tool here exposes the formula it applied, the intermediate steps, and the rounding rule, so you can follow along, check your homework, or use the answer in a proof or report with confidence.
calculate Accurate to the spec
Calculations use 64-bit floating point with sensible rounding for the domain (currency to 2 decimals, percentages to 4 decimals, algebra to 6 significant figures). Where exact rational arithmetic matters — fractions, factorials, simplification — we use a dedicated BigNumber path so 1/3 + 1/6 returns ½, not 0.49999.
school Free for classroom use
Educators are welcome to link to any math calculator on CalcaTools from a class site, Google Classroom, or worksheet. The pages are mobile-friendly, free, ad-supported (so we can keep them free) and have no sign-up wall — students just click and use them in class or at home.
tips_and_updates Pair with the spoke articles
Below the calculator we link a small set of plain-English explainer pages — "What is a percentage?", "Why does PEMDAS matter?", and so on. They cover the underlying concept in 4–6 short paragraphs. Read those before the calculator if the topic is new, or after if you want the extra context.
Interpretation guide
| Interpretation | Meaning |
|---|---|
| z = 0 | Exactly at the mean |
| Positive z | Above average |
| Negative z | Below average |
| Large |z| | Far from typical values |
lightbulb Example — z-score of 85 when μ = 80 and σ = 5
Result: z = 1.0 — the value is one standard deviation above the mean.
What this means: A positive z is above average; about 84% of a normal distribution falls below a z of 1.0.
Formula & methodology
Formula: z = (x − μ) / σ
The Z-score Calculator is built on a well-established calculation method. It uses the formula z = (x − μ) / σ to turn your inputs into a reliable result. Enter a raw score, the population mean, and the standard deviation, and this z-score calculator returns the standard score plus the corresponding percentile from the normal distribution. It explains whether the value The steps are shown on the page so you can follow the reasoning from input to output.
A z-score tells how many standard deviations a value is from the mean. Percentile approximations assume a normal distribution.
How to use the Z Score Calculator
Enter the raw score, the population mean, and the standard deviation, then press calculate. The tool applies z = (x − μ) ÷ σ and returns the standard score plus the corresponding percentile. For a score of 85 with a mean of 80 and a standard deviation of 5, z = 1.0 — the score is one standard deviation above the mean, sitting at about the 84th percentile of a normal distribution. The inverse mode converts a percentile back into the raw score.
Interpreting your result
The z-score is the universal ruler for comparing values from different distributions: a z of 1.5 always means '1.5 standard deviations above the mean', regardless of the scale being measured. That makes it the backbone of standardized testing, quality control, and statistical inference. A z-score of 2 means the value beats about 97.7% of the distribution; −2 means it sits below 2.3%. The percentile conversion assumes a normal distribution, which holds for many real-world data sets but not all — check the shape before relying on the percentile.
Common mistakes to avoid
The most common error is using the sample standard deviation where the population parameter is needed — the z-score formula uses σ, while the t-statistic handles sample-based cases. Second, forgetting the sign: a negative z-score means below the mean, and the percentile drops accordingly. Third, assuming normality — for heavily skewed data the percentile conversion is unreliable. Finally, confusing z-scores with t-scores or percentiles: each answers a different question, and mixing them changes the interpretation.
Tips for best results
Verify the mean and standard deviation you enter — the z-score is only as good as those inputs. Use z-scores to compare students, products, or measurements across different scales fairly. For quality control, flag any value beyond z = ±3 as an outlier candidate. When converting to percentiles, confirm the data is approximately normal; for small samples prefer the t-distribution. Recalculate with updated parameters as the population mean and spread change over time.
Authoritative source: Wolfram MathWorld
Frequently asked questions
Explore the full statistics toolkit
Every CalcaTools statistics calculator — descriptive measures, probability distributions, hypothesis tests, confidence intervals, and Six Sigma process metrics — with step-by-step workings on each result.
Center & spread
- Statistics Calculator | Compute Mean, Median, Mode & Quartiles
- Mean Median Mode Calculator | Get mean, median, mode & count
- Variance Calculator | Calculate variance from data samples
- Standard Deviation Calculator | Compute mean, variance & std dev
- Absolute Deviation Calculator | Compute absolute deviation
- Coefficient of Variation Calculator | CV from SD & mean
- Percentile Range Calculator | Get Spread Between Two Percentiles
- Percent Deviation Calculator | Percent deviation from reference
Distributions
Hypothesis tests
Scores, intervals & samples
- Confidence Interval Calculator | Get mean & proportion CIs
- Sample Size Calculator | Find required sample size for confidence & margin
- Population Proportion Calculator | Estimate Proportion: SE & CI
- Upper and Lower Bound Calculator | Bounds from value & unit
- Mean Squared Error Calculator | MSE between obs & preds
- Coefficient Of Determination Calculator | Report R² & Regression