Z-Score Calculator
Turn a raw value into a z-score: how many standard deviations it sits above or below the mean. Enter the value, mean, and standard deviation to get the z-score, its percentile on the normal curve, and a two-tailed p-value, updated as you type.
How to calculate a z-score
- Enter the raw value (the data point you want to score).
- Enter the mean and the standard deviation of the distribution.
- Read the z-score, percentile, and p-value, plus the sentence explaining what they mean.
Examples
A test score of 85
value = 85, mean = 70, sd = 10
z = 1.5, percentile β 93rd, two-tailed p β 0.1336
A value at the mean
value = 70, mean = 70, sd = 10
z = 0, percentile = 50th (right in the middle)
Frequently asked questions
What is a z-score?
A z-score, or standard score, tells you how many standard deviations a value lies from the mean. It is calculated as (value minus mean) divided by the standard deviation. A z-score of 0 sits exactly at the mean, a positive score is above it, and a negative score is below it.
How do I turn a z-score into a percentile?
The percentile is the percentage of a normal distribution that falls at or below the z-score. This calculator uses the standard normal cumulative distribution function, so a z of 0 maps to the 50th percentile, 1.0 to about the 84th, and 1.96 to roughly the 97.5th.
What is the two-tailed p-value?
The two-tailed p-value is the probability of observing a value at least as far from the mean as yours, in either direction, if the data really followed the normal distribution. A z of 1.96 gives a p-value near 0.05, the common threshold for statistical significance.
What counts as a high or unusual z-score?
There is no fixed cutoff, but roughly 68% of values fall within one standard deviation of the mean, 95% within about two, and 99.7% within three. So a z-score beyond plus or minus 2 is fairly uncommon, and beyond plus or minus 3 is rare.
Can the z-score be negative?
Yes. A negative z-score simply means the value is below the mean. The size of the number, ignoring the sign, tells you how far it is from the mean, so a z of -2 is just as far out as a z of +2, only on the lower side.
Is my data sent anywhere?
No. Every calculation runs entirely in your browser, so the numbers you enter never leave your device.
Related tools
Standard Deviation Calculator
Calculate standard deviation and variance online. Paste a list of numbers to get the mean, count, and both sample and population results instantly.
Average Calculator
Find the mean, median, mode, range, sum, count, min and max of a list of numbers. Paste values separated by commas, spaces or new lines.
Scientific Notation Converter
Convert numbers to and from scientific notation and E notation. Enter a number or a value like 1.23 x 10^4 to see the standard decimal form. Free and private.
Area Calculator
Find the area of a circle, square, rectangle, triangle, trapezoid, parallelogram, ellipse, sector or rhombus. Free and runs in your browser.
Arithmetic Sequence Calculator
Find the nth term, the sum of n terms and the full term list for any arithmetic or geometric sequence. Enter the first term, step or ratio, and n.
Big Number Calculator
Add, subtract, multiply, divide, power, modulo, factorial, GCD and LCM on integers of any length. Exact results with no rounding, computed in your browser.