Skip to main content
Best Answer Hub logo Best Answer Hub.
Back to Playbooks
Best Answer Hub Playbooks · Statistics
One number, any scale

How to Calculate and Read a Z-Score

A z-score says how many standard deviations a value sits from the mean, which turns scores measured on completely different scales into numbers you can compare directly. The arithmetic is a single line. The part worth getting right is what the number means, and when the percentile it implies can be trusted.

Standardizesubtract mean, divide by SD
Compareacross different scales
Interpretpercentile, outliers
z = (x−μ)/σ
the entire z-score formula
OpenStax
84th
percentile of a z-score of 1.0
NIST
±1.96
critical z for a 95% confidence interval
OpenStax / NIST
100%
computed in your browser, nothing uploaded
no upload

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.

Start here

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.

  • 1
    Solves in four directions. Find the z-score, or reverse it to find the raw score, the mean, or the standard deviation.
  • 2
    Reads the result for you. A percentile, a plain-English interpretation, and a live bell curve with the area to the left shaded.
  • 3
    Shows every step. The subtraction, the division, and the rounding are all visible for homework, exams, or a sanity check.
The method

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.

A test score, worked out
x = 78, μ = 72, σ = 6 z = (x − μ) / σ = (78 − 72) / 6 = 6 / 6 = 1.0 → one SD above the mean

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.

Which spread

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 withDivide byFormula
A whole populationNz = (x − μ) / σ
A samplen − 1 (for s)z = (x − x̄) / s
A sample meanσ/√n (standard error)z = (x̄ − μ) / (σ/√n)
Where do I rank

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.

A z-score of 1.0 sits at the 84th percentile
84%area to the leftz = 1.0-3σ-2σ-1σ0+1σ+2σ+3σ

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-scorePercentileCommon use
050thExactly average
1.0~84thOne SD above the mean
1.64595thOne-tailed 95%, 90% interval bound
1.96~97.5thTwo-tailed 95% confidence interval
2.576~99.5thTwo-tailed 99% confidence interval
Too far out

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.

The 68-95-99.7 rule, in z-score units
68%-3σ-2σ-1σ0+1σ+2σ+3σ68% (±1 SD)95% (±2 SD)99.7% (±3 SD)

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.

Not the same Z

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.

A stubborn myth

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.

NameWhat it measuresTypical scale
Statistical z-scoreStandard deviations from the meanUsually −3 to +3
Altman Z-scoreBankruptcy risk (weighted composite)Distress below 1.81, safe above 2.99
Six Sigma levelProcess capabilityHigher sigma, fewer defects
WHO growth z-scoreChild size vs a reference populationUsually −3 to +3
Why this one

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.

FeatureBest Answer HubTypical calculator
Solves for z, x, mean, and SDAll fourOften z only
Interactive bell curve on your inputYesRarely
Percentile and step-by-step workBothSometimes
Population vs sample toggleYesVaries
Signup or uploadNeitherSome gate features
Standardize any score in seconds

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 Calculator
Good questions

Frequently asked questions about z-scores

What is the Best Answer Hub Z-Score Calculator?
The Best Answer Hub Z-Score Calculator is a free, browser-based statistics tool that converts a raw value into a standard score and back. Enter a score, mean, and standard deviation, and it returns the z-score, percentile, step-by-step work, and a shaded bell curve. It solves for any variable, with no signup and nothing uploaded.
What is a z-score?
A z-score is the number of standard deviations a value sits from the mean of its dataset. A z-score of +1.5 is one and a half standard deviations above average, and a z-score of −2 is two below. The Best Answer Hub Z-Score Calculator computes it and explains the result in plain language.
What is the z-score formula?
The formula is z = (x − μ) / σ, where x is the raw value, μ is the mean, and σ is the standard deviation. The Best Answer Hub Z-Score Calculator also reverses it to find the raw score with x = μ + zσ, or to solve for the mean or the standard deviation.
Can the calculator solve for the raw score or the mean?
Yes. The Best Answer Hub Z-Score Calculator has a mode for each quantity in the formula. Choose whether to find the z-score, the raw score, the mean, or the standard deviation, enter what you know, and it returns the missing value with the working shown.
What does a negative z-score mean?
A negative z-score means the value falls below the mean, and it is not an error. A z-score of −1 sits one standard deviation below average, near the 16th percentile. The Best Answer Hub Z-Score Calculator displays negative results clearly with the matching percentile and a plain-English reading.
Do I use population or sample standard deviation?
Use the population standard deviation when your data covers the whole group, and the sample standard deviation when it is a subset. The sample version divides by n minus 1. The Best Answer Hub Z-Score Calculator has a toggle that selects the right mode and adjusts the notation for you.
How do you convert a z-score to a percentile?
Pass the z-score through the standard normal cumulative distribution function, which gives the share of values below it. A z-score of 1.0 sits at about the 84th percentile. The Best Answer Hub Z-Score Calculator does this automatically and shades the area to the left of your score on the bell curve.
What is the z-score for the 95th percentile?
The z-score for the 95th percentile is about 1.645. For a two-tailed 95% confidence interval, the critical values are ±1.96. The Best Answer Hub Z-Score Calculator includes quick-reference chips for these, along with 90% at ±1.645 and 99% at ±2.576.
What does a z-score of 0 mean?
A z-score of 0 means the value equals the mean exactly, which corresponds to the 50th percentile in a normal distribution. The Best Answer Hub Z-Score Calculator highlights this result and notes that the value sits at the center of the distribution.
Is a z-score above 3 or below minus 3 possible?
Yes. Values beyond ±3 are rare, about 0.3% of a normal distribution, but they are mathematically valid rather than mistakes. The Best Answer Hub Z-Score Calculator handles extreme z-scores and flags them as likely outliers, with an interpretation attached to the result.
How do you find a z-score for a sample mean?
Use z = (x̄ − μ) / (σ/√n), where the standard error σ divided by the square root of n replaces the standard deviation. This is standard for hypothesis testing and sampling problems. The Best Answer Hub Z-Score Calculator has a sample-mean option that applies the standard error once you enter n.
Does a z-score assume a normal distribution?
The z-score itself can be calculated for any data, but reading it as a percentile or probability assumes an approximately normal distribution. The Best Answer Hub Z-Score Calculator shows a normality reminder with the result, so a percentile from skewed data is not taken at face value.
Is the Altman Z-score the same as a statistical z-score?
No. The Altman Z-score, built by Edward Altman in 1968, is a weighted formula that predicts corporate bankruptcy, not a count of standard deviations. The Best Answer Hub Z-Score Calculator computes the statistical z-score, which measures how far a value sits from the mean in standard-deviation units.
Does standardizing my data make it normal?
No. Converting values to z-scores shifts the mean to 0 and the standard deviation to 1, but it does not change the shape of the distribution. Skewed data stays skewed. The Best Answer Hub Z-Score Calculator computes the standard score while its normality reminder keeps this distinction clear.
Is the Best Answer Hub Z-Score Calculator free and private?
Yes. It is completely free with no usage limits, no watermarks, and no signup. Every calculation runs in your browser, so nothing you enter is uploaded. It stays free because Best Answer Hub is funded by optional paid assessments rather than advertising, so it carries no ads.
People also read

Keep going

Sources

More free calculators: Calculators hub, Normal Distribution Calculator, P-Value Calculator, and all free tools.

Built & maintained by Shahbaz Ali Malik Last updated: