U

Z-score Calculator

Compute the z-score of a raw value from a mean and standard deviation, with exact probability below, above and within based on the normal distribution.
Distribution
70
0200
60
0100
10
130

Standard score

Your position on the z-scale

Far belowTypical rangeFar above-4-2-1124
0z
Typical range

Breakdown

Probability above
0%
Probability between plus and minus |z|
0%

Key Assumptions

  • The raw value, mean and standard deviation are assumed to describe a normally distributed population.
  • The standard deviation must be greater than zero; the calculator enforces a minimum of 1.
  • Probabilities are computed exactly from the error function CDF of the standard normal, so the three outputs are always internally consistent and sum with probBelow + probAbove to 100%.
  • The z-score is unitless and marks how many standard deviations the raw value sits above or below the mean.

Formula Used

z = (x − μ) / σ Φ(z) = 0.5 · (1 + erf(z / √2)) P(X ≤ x) = Φ(z) × 100% P(X > x) = (1 − Φ(z)) × 100% P(−|z| ≤ X ≤ |z|) = (2·Φ(|z|) − 1) × 100%
Embed this calculator on your website

Add this embed page to your site — visitors use the calculator right from your page.

The z-score, also called the standard score, answers a deceptively simple question: how unusual is this value? It places any raw measurement on a common scale measured in standard deviations from the mean, so a test score, a height, a blood reading or a product measurement can all be compared with the same yardstick. The Z-score Calculator takes the raw value, the population mean and the standard deviation, computes the z-score instantly, and then translates it into the exact probabilities a standard normal distribution gives you — the same numbers you would otherwise dig out of a z-table.

What a Z-score Actually Means

A z-score states how many standard deviations a value sits above or below the population mean. A score of zero means the value equals the mean exactly. A score of positive 1 means the value is one full standard deviation above the mean; a score of negative 2 means it sits two standard deviations below. Because standard deviation measures the average spread of the population, the z-score is dimensionless — removing the original units entirely and making scales like points, kilograms and milliseconds comparable. That is why the same z-score of 1 means the same thing in a math class, a factory and a genetics lab.

How to Use the Calculator

Three sliders drive everything. Set the raw value x, the population mean (the Greek letter mu), and the standard deviation (sigma). The headline result is the z-score, computed as the raw value minus the mean, divided by the standard deviation:

z = (x − μ) / σ

Below it, three probability readouts interpret that z-score on the standard normal curve. The first is the probability that a random observation falls below the raw value; the second is the probability it falls above; the third is the probability it lands within plus-or-minus the same distance from the mean. A chart of the standard normal bell curve plots the density of z-values across the range, and a gauge shows exactly where your score sits compared with the bulk of the population. With the defaults — a raw value of 70 against a mean of 60 and a standard deviation of 10 — the z-score is 1.00 and you can read the probabilities straight off the classic rule of thumb.

The Probability Interpretation

The z-score is only half of the story; the reason it matters is the probability that follows. If a population is normally distributed, the area under the bell curve always totals one, and the fraction of the curve left of your z-score is the percentile rank of your value. The cumulative distribution function, written Φ(z), turns any z into that area. The calculator computes it exactly with the error function:

Φ(z) = 0.5 × (1 + erf(z / √2))

Multiply that fraction by 100 and you get the probability of a result at or below the raw value. Subtract it from one for the probability above, and combine the two sides for the probability within your range. A z-score of 1.00 gives about 84.13 percent below, 15.87 percent above, and 68.27 percent within one standard deviation of the mean — numbers that line up perfectly with the empirical rule.

Why the Bell Curve Is the Standard Model

The normal distribution is a symmetric, bell-shaped curve centered on the mean of a population. Real measurements tend to pile up near the middle and thin out toward the extremes, which is exactly the shape the curve describes. The curve never quite touches the axis, so strictly speaking every finite z-score is possible, but the tails shrink so quickly that values beyond three standard deviations are genuinely rare. The famous empirical rule summarizes the practical structure: roughly 68 percent of the population falls within one standard deviation, about 95 percent within two, and about 99.7 percent within three. Every z-score you calculate can be read against this map immediately.

Reading the Three Probability Outputs

Each of the three probability outputs answers a different question, and together they cover every way people ask about position on the curve.

  • Probability below — the area under the curve left of your value. This is the percentile rank: what fraction of the population scored the same as you or lower.
  • Probability above — the area to the right, the chance a random observation beats your value. This is what admissions officers call the "top" percentage.
  • Probability within — the area between minus and plus your z-value, the chance a random observation is at least as close to the mean as you are.

Because they all describe the same curve, the outputs are perfectly consistent: the first two always add to 100 percent, and the third is the difference between the symmetric tails.

The Z-table Is Encoded Here

Before computers, students found these probabilities by reading a printed z-table: find your z to one decimal down the left column, your second decimal across the top row, and read the area between zero and z from the body. The calculator replaces that two-dimensional lookup with the error function, which is exact to the precision of the machine. A z of 1.12, the classic table example, yields about 36.86 percent of the area between zero and the score — identical to the tabled value of 0.36864. Whatever you learned to look up in a table, the calculator now hands to you as readable percentages.

Comparing Scores Across Different Scales

The single most valuable property of the z-score is comparability. A 90 on one exam means nothing until you know the classmates' average; a raw score of 120 on another scale with different spread is equally unreadable. Convert both to z-scores and they finally align. Standardized tests, IQ tests and psychological instruments all do exactly this behind the scenes — they normalize a distribution to a mean of 100 and a standard deviation of 15 or 16 so that scores from different versions of the test can be compared. When you standardize a population yourself, the z-score is the number every other normalized measure is built from.

Z-scores in Quality Control and Research

Manufacturing put the z-score to work long before statistics became software. A process that produces a dimension, an amount or a force monitors its mean and standard deviation, and a measurement more than two or three standard deviations from the mean declares the process out of control. The z-score is also the backbone of the z-test, the classic significance test: compute how far an observed result sits from the expected value under the null hypothesis, look up the probability, and decide whether the deviation is ordinary noise or a genuine finding. Research papers, QC charts and control-room dashboards all speak this same language.

Practical Example: A Test Score

Walk through the defaults to see the reasoning in action. A student scores 70 on an exam where the class mean is 60 and the standard deviation is 10. The z-score is exactly 1, meaning the student performed one full standard deviation above average. The probability below reads about 84.13 percent — the student outscored roughly 84 percent of classmates. The probability above is about 15.87 percent, the fraction of students who did better, and the probability within is 68.27 percent, the chance any particular classmate lands within one deviation of the mean. The same arithmetic scales to any real dataset the moment you know its mean and spread.

What the Gauge and Chart Show

The line chart draws the standard normal density across z-values from minus 3 to plus 3. Most of the area sits under the hump near zero, and the curve tapers toward both ends — a visual of why the empirical rule works the way it does. The gauge maps your z-score onto that same axis with three bands. Values inside negative 2 to positive 2 are entirely ordinary, holding about 95 percent of a normal population. Values beyond the negative 2 band are far below the pack, and values beyond positive 2 are far above it, each sitting on a tail where less than 2.5 percent of the population lives. Your position on the gauge is your position on the curve at a glance.

Common Mistakes

  • Using the standard deviation of a sample instead of the population standard deviation — for a sample, sigma is estimated from your data, and the z-score is only exact for a known population spread.
  • Forgetting which order the subtraction happens in: the mean is subtracted from the raw value, not the other way around, so a value below the mean always produces a negative z.
  • Confusing the probability below with the probability within: the first is the whole left tail, the second is only the symmetric band around the mean.
  • Reading percentages as raw fractions — the outputs are already in percent, so 84.1345 means 84 percent, not 0.84 percent.
  • Assuming normality when the data is clearly skewed — the probability interpretation is only as good as the normal assumption behind it.
  • Dividing by a zero or negative standard deviation — a spread of zero means every value is identical and the z-score is undefined.

Key Assumptions

  • The population is normally distributed, which legitimizes the CDF-based probabilities.
  • The standard deviation is the true population parameter, known and greater than zero.
  • The mean and standard deviation are expressed in the same units as the raw value.
  • Percentages are rounded for display; all probabilities are computed at full machine precision.

From exam rankings to quality-control dashboards, the z-score is the universal translator for numbers drawn on different scales. Enter a raw value, its mean and its spread, and this calculator tells you precisely how exceptional it is — in standard deviations and in probabilities, exactly as the standard normal curve describes.

Disclaimer

Results are provided as estimates for informational purposes only and may be inaccurate. Always verify outcomes with a qualified professional before making financial or personal decisions based on these calculations.

FAQs

Related Calculators