Dissertation Statistics Help

Z-score calculator

Standardising a value puts it on the one scale every distribution shares. This converts between raw values, z-scores, and percentiles in any direction.

A z-score expresses how far a value sits from the mean in units of the standard deviation, turning a raw number into a position on the standard normal curve. This calculator works in three directions: it converts a raw value into its z-score and percentile, recovers the raw value behind a given z-score, and finds the z-score that marks a chosen percentile. Each result reports the tail probabilities you need for standardising scores or flagging outliers.

z-score

1.500

85.00 sits at the 93.3th percentile.

z-score1.500
Percentile93.32%
Area below0.9332
Area above0.0668
Two-tailed p.1336

The standardisation formula

A z-score subtracts the mean and divides by the standard deviation, so a value of x becomes:

z = (x - μ) / σ

To go the other way, the raw value is recovered as x = μ + z × σ. The percentile is the cumulative area of the standard normal distribution to the left of the z-score, computed here from the normal cumulative distribution function rather than a printed z-table, and the percentile-to-z direction inverts that function. The percentile interpretation assumes the underlying distribution is approximately normal; for a heavily skewed variable the z-score still measures distance from the mean, but it no longer maps cleanly onto a percentile.

Using the z-table to find probabilities

A z-table turns a z-score into a probability by listing the area under the standard normal curve up to that score. To find the chance a value falls below a given point, you locate the z-score in the table and read off the cumulative area to its left, which is the percentile. A z of 1.00 returns about 0.8413, meaning roughly 84% of values sit below it. For the area above a score you subtract that figure from 1, and for the area between two scores you subtract the smaller cumulative area from the larger.

Printed tables force you to round to two decimal places and interpolate between rows, which introduces small errors. This calculator reads the same probabilities straight from the cumulative distribution function, so the tail areas are exact rather than approximated. The logic is identical to what underlies a p-value calculator: a test statistic on the normal scale becomes a tail probability. Whenever you would reach for a z-table, the tool gives the precise value and the matching percentile in one step.

Z-scores and the standard normal distribution

Standardising a variable rescales it to the standard normal distribution, the bell curve with a mean of 0 and a standard deviation of 1. Every raw distribution that is approximately normal collapses onto this single reference curve once its values are converted to z-scores, which is what makes the z-score so useful: it puts scores measured on completely different scales onto one common footing where they can be compared directly. A height and an exam mark become comparable the moment both are expressed as distances from their own means.

The shape gives rise to the familiar empirical rule: about 68% of values lie within one standard deviation of the mean, 95% within two, and 99.7% within three. Those landmarks let you sanity-check a z-score at a glance, since a value beyond three standard deviations is genuinely rare. The mapping from z-score to probability only holds when the data are roughly normal, so confirm that shape first with testing whether your data are normal before leaning on the percentile.

Z-score vs t-score: when to use each

A z-score and a t-score both measure how far a value sits from a mean in standardised units, but they assume different things. The z-score relies on the population standard deviation being known, or the sample being large enough that the estimate is effectively exact. In real research you almost never know the population spread; you estimate it from the sample, and that extra uncertainty is exactly what the t distribution accounts for with its heavier tails.

The practical rule is simple. Use a z-score when the population standard deviation is known or the sample is large, and use a t-score, with its degrees of freedom, when you have estimated the spread from a smaller sample. As the sample grows, the t distribution converges on the normal, so the two values nearly coincide past a few hundred observations. This is the same distinction that decides which critical value goes into the interval you build around a mean or which test a t-test calculator runs for a difference between means.

Z-scores, percentiles, and outliers

Because a z-score maps directly onto a position under the normal curve, it converts cleanly into a percentile. A z of 0 sits at the 50th percentile, a z of about 1.28 at the 90th, and a z of roughly 1.64 at the 95th. This is what lets you compare an individual against a reference group: a student two standard deviations above the mean is near the 98th percentile of the distribution, regardless of the original scoring scale. The tool reports the percentile beside every z-score so you can read the standing without a table.

Z-scores are also the standard way to flag outliers. A common rule treats any value beyond a z of plus or minus 3, sometimes plus or minus 2.5, as an outlier worth inspecting, since so little of a normal distribution lies that far out. Treat the flag as a prompt to check the data point, not an instant licence to delete it; a real but extreme observation can be genuine. Decide the rule before screening and handle borderline cases with the judgement set out in handling missing and problematic data.

Frequently asked questions

How do you calculate a z-score?

A z-score is the raw value minus the mean, divided by the standard deviation, so it expresses how many standard deviations the value sits above or below the mean. A z-score of 1.5 means the value is one and a half standard deviations above average, and a negative z-score means it is below average. Because the units cancel, z-scores let you compare values measured on different scales on a common footing.

What does a z-score tell you?

A z-score tells you where a single value falls within its distribution relative to the mean, measured in standard deviations. When the distribution is normal, the z-score maps directly to a percentile, so a z of 0 is the 50th percentile and a z of about 1.64 is the 95th. It is the basis for standardising scores, flagging outliers, and converting between raw values and probabilities.

What z-score corresponds to a 95% confidence level?

For a two-tailed 95% confidence interval the critical z-score is approximately 1.96, because 95% of the standard normal distribution lies between -1.96 and +1.96. For a one-tailed 95% level the value is about 1.645. These critical values are why 1.96 appears so often in confidence interval and hypothesis-testing formulas built on the normal distribution.

Is a higher z-score better?

It depends entirely on what is being measured. A high positive z-score is good for a test score or a desirable outcome but bad for something like reaction time or error rate, where lower is better. The z-score is a neutral measure of distance from the mean, so its desirability is set by the context, not by the sign itself.