Z-Score Calculator
Find how many standard deviations a value sits from the mean, and read off its percentile on the normal curve.
How this is calculated
A Z-Score Calculator converts a raw value into a standard score, a number that tells you how many standard deviations the value sits above or below the mean. Standardizing values this way lets you compare scores from different scales on a single, common ruler and read off exactly where a value falls on the normal distribution.
The calculator works in two modes. Use single value mode when you want the z-score for one observation: enter the raw value, the population mean, and the standard deviation, and the tool returns the z-score along with its percentile and tail probabilities. Use sample mean mode when you are testing how far a sample average lies from a known population mean; here the calculator divides the standard deviation by the square root of the sample size to get the standard error, following the Central Limit Theorem.
The formula for a single value is z = (x − μ) / σ, where x is your value, μ is the mean, and σ is the standard deviation. A positive z-score means the value is above the mean, a negative score means it is below, and a z-score of zero means it equals the mean. For a sample mean the formula becomes z = (x̄ − μ) / (σ / √n), which accounts for the fact that averages of larger samples vary less than individual observations.
Once you have a z-score, the percentile tells you the proportion of the distribution that falls below your value. This comes from the standard normal cumulative distribution function. For example, a z-score of 1.96 corresponds to roughly the 97.5th percentile, and the area in both tails beyond ±1.96 is about 0.05, which is why 1.96 is the familiar critical value for a 5% two-tailed significance test.
Z-scores appear throughout research and everyday statistics. Researchers use them to standardize test scores, flag outliers, run hypothesis tests, and build confidence intervals. The calculator reports the left-tail probability (the chance of a value below yours), the right-tail probability (the chance of a value above yours), and the two-tailed probability, so you can move directly from a raw measurement to a probability statement.
A few reminders for accurate use. The standard deviation must be greater than zero, and sample size must be at least one. The z-score model assumes the underlying distribution is approximately normal, or that your sample is large enough for the Central Limit Theorem to apply. When you only have a sample standard deviation from a small sample rather than the true population value, a t-distribution is often more appropriate than the normal model. For quick standardization, percentile lookups, and significance checks, this Z-Score Calculator gives you instant, reliable results.
