A z-score, or standard score, is the number of standard deviations a value sits from the mean of its dataset, found with z = (x − μ) / σ. A z-score of +1.5 means the value is one and a half standard deviations above the mean; a z-score of −2 is two below it. Because it removes the original units, a z-score lets you compare a result from one test directly against a result from another. The Best Answer Hub Z-Score Calculator computes it, solves for any variable in the formula, converts the result to a percentile, and plots it on a live bell curve, all in your browser.
This guide covers how a z-score is calculated, when to use the population versus the sample standard deviation, how a z-score becomes a percentile, why values beyond three standard deviations are treated as outliers, and how a statistical z-score differs from the other things people call a "Z-score." The tool sits in the Best Answer Hub Calculators hub statistics suite, is built and maintained by Shahbaz Ali Malik, and stays free because Best Answer Hub is funded by optional paid assessments rather than advertising.
What is the Best Answer Hub Z-Score Calculator?
The Best Answer Hub Z-Score Calculator is a free, browser-based statistics tool that turns a raw value into a standard score and back again. Enter a raw score, mean, and standard deviation, and it returns the z-score, the matching percentile, a plain-English reading, and a shaded bell curve. It solves for any of the four quantities in the formula, toggles between population and sample standard deviation, shows the arithmetic step by step, and exports to PDF, with no signup and nothing uploaded.
- 1Solves in four directions. Find the z-score, or reverse it to find the raw score, the mean, or the standard deviation.
- 2Reads the result for you. A percentile, a plain-English interpretation, and a live bell curve with the area to the left shaded.
- 3Shows every step. The subtraction, the division, and the rounding are all visible for homework, exams, or a sanity check.
How do you calculate a z-score?
Subtract the mean from the value, then divide by the standard deviation. That is the whole formula, z = (x − μ) / σ, where x is the raw value, μ is the mean, and σ is the standard deviation (OpenStax, Introductory Statistics 2e). A student who scores 78 on a test with a mean of 72 and a standard deviation of 6 has a z-score of exactly 1.0, meaning one standard deviation above average.
Reverse it with x = μ + zσ to recover the raw score. Source: OpenStax, Introductory Statistics 2e, section 6.1.
The same identity rearranges to solve for whatever you are missing: the raw score is x = μ + zσ, the mean is μ = x − zσ, and the standard deviation is σ = (x − μ) / z. The Best Answer Hub Z-Score Calculator has a mode for each, so you are never rewriting the formula by hand.
Population or sample standard deviation?
Use the population standard deviation (σ) when your data covers every member of the group, and the sample standard deviation (s) when it is a sample standing in for a larger population. The difference is the denominator: the population version divides by N, while the sample version divides by n − 1, a correction that keeps the estimate from running too small (LibreTexts, Shafer and Zhang). Most real datasets are samples, so the sample version is the common default.
There is a second case that trips people up: a z-score for a sample mean rather than a single value. Because averages vary less than individual readings, you divide by the standard error σ/√n instead of σ, giving z = (x̄ − μ) / (σ/√n). This follows from the Central Limit Theorem, which says sample means tend toward a normal distribution as n grows (OpenStax, section 7.1). The Best Answer Hub Z-Score Calculator has a sample-mean option that applies the standard error automatically once you enter n.
| You are working with | Divide by | Formula |
|---|---|---|
| A whole population | N | z = (x − μ) / σ |
| A sample | n − 1 (for s) | z = (x − x̄) / s |
| A sample mean | σ/√n (standard error) | z = (x̄ − μ) / (σ/√n) |
How do you turn a z-score into a percentile?
Feed the z-score through the standard normal cumulative distribution function, which returns the share of values that fall below it. A z-score of 0 lands at the 50th percentile, 1.0 at about the 84th, 1.645 at the 95th, and 1.96 at about the 97.5th (NIST e-Handbook). This is the step that answers the real question behind most z-score lookups: not "what is my z" but "where do I rank." The Best Answer Hub Z-Score Calculator does the conversion and shades the area on the curve so the percentile is something you can see.
The percentile is the shaded area to the left of the z-score under the standard normal curve. Reference values from the NIST standard normal table.
One caution makes this tool honest where many are not. You can compute a z-score for any dataset, but reading it as a percentile assumes the data is approximately normal, because the percentages come from the normal curve (LibreTexts). On badly skewed data, the z-score is still valid arithmetic, but the percentile it implies is not. The Best Answer Hub Z-Score Calculator shows a normality reminder alongside the result for exactly this reason.
| Z-score | Percentile | Common use |
|---|---|---|
| 0 | 50th | Exactly average |
| 1.0 | ~84th | One SD above the mean |
| 1.645 | 95th | One-tailed 95%, 90% interval bound |
| 1.96 | ~97.5th | Two-tailed 95% confidence interval |
| 2.576 | ~99.5th | Two-tailed 99% confidence interval |
When is a z-score an outlier?
A common rule flags any value beyond three standard deviations, and the reason is the empirical rule. In a normal distribution, about 68% of values fall within one standard deviation of the mean, about 95% within two, and about 99.7% within three, or more precisely 68.26%, 95.44%, and 99.73% (NIST e-Handbook). That leaves only about 0.3% of data beyond a z-score of ±3, roughly 0.15% in each tail, which is why a z past ±3 is rare enough to treat as an outlier worth a second look.
Percentages of a normal distribution within 1, 2, and 3 standard deviations of the mean. Beyond ±3 SD lies about 0.3% of the data. Source: NIST e-Handbook, section 7.2.6.1.
The Best Answer Hub Z-Score Calculator handles extreme scores without breaking and flags a z beyond ±3 as a likely outlier, with the interpretation attached. Extreme z-scores are mathematically valid, not errors; they are simply unusual under a normal model.
Is every "Z-score" the same thing?
No, and conflating them is a genuine trap. The statistical z-score here measures standard deviations from a mean. The Altman Z-score, built by Edward Altman at NYU in 1968, is a weighted composite that predicts corporate bankruptcy, where above 2.99 is "safe" and below 1.81 is "distress." A Six Sigma sigma level counts how many standard deviations fit between a process mean and its nearest limit, with a six-sigma process targeting 3.4 defects per million. The WHO child growth standards report a child's measurements as z-scores against a reference population. Same word, different machinery.
Standardizing data does not make it normal. Converting values to z-scores is a linear shift and rescale that sets the mean to 0 and the standard deviation to 1, but it leaves the shape of the distribution exactly as it was. A skewed dataset is still skewed after you standardize it, which is why the percentile caution above matters.
| Name | What it measures | Typical scale |
|---|---|---|
| Statistical z-score | Standard deviations from the mean | Usually −3 to +3 |
| Altman Z-score | Bankruptcy risk (weighted composite) | Distress below 1.81, safe above 2.99 |
| Six Sigma level | Process capability | Higher sigma, fewer defects |
| WHO growth z-score | Child size vs a reference population | Usually −3 to +3 |
How is Best Answer Hub different from other z-score calculators?
The difference is that it solves in every direction and shows the result on a curve. Many free calculators only compute z from a raw value; some back-solve, but none of the common ones plot your own z on a live, shaded bell curve with the percentile and the steps beside it. The Best Answer Hub Z-Score Calculator solves for z, x, μ, or σ, toggles population versus sample, converts to a percentile, and runs entirely in your browser with no signup.
| Feature | Best Answer Hub | Typical calculator |
|---|---|---|
| Solves for z, x, mean, and SD | All four | Often z only |
| Interactive bell curve on your input | Yes | Rarely |
| Percentile and step-by-step work | Both | Sometimes |
| Population vs sample toggle | Yes | Varies |
| Signup or upload | Neither | Some gate features |
Try the free Z-Score Calculator
Enter a raw score, mean, and standard deviation to get the z-score, percentile, step-by-step work, and a shaded bell curve. Solve for any variable. No signup, in your browser.
Open the Z-Score CalculatorFrequently asked questions about z-scores
Keep going
- →How to Read Normal Distribution Probabilities The companion piece: turning z-scores into areas and probabilities.
- →P-Values and Confidence Intervals, Read Correctly Where critical z-values like 1.96 actually get used.
- →Free Online Calculators, Nothing Uploaded The Calculators hub guide, every tool client-side.
- →The Free AI Knowledge Test A no-signup check of how well you really understand AI.
Sources
- OpenStax, Introductory Statistics 2e, section 6.1, 2023 (z-score definition and formula, x = μ + zσ).
- OpenStax, Introductory Statistics 2e, section 7.1, 2023 (standard error and the Central Limit Theorem).
- LibreTexts (Shafer and Zhang), Measures of Variability (population vs sample standard deviation).
- NIST/SEMATECH, Cumulative Distribution Function of the Standard Normal (z-to-percentile reference values).
- NIST/SEMATECH, Intervals that contain most of the population (68.26 / 95.44 / 99.73 percent).
- Edward Altman, Altman Z-score, 1968 (a different "Z" for bankruptcy prediction).
- World Health Organization, Child Growth Standards (growth reported as z-scores).
More free calculators: Calculators hub, Normal Distribution Calculator, P-Value Calculator, and all free tools.