Z-Score Calculator
Find the z-score (standard score) of a value — how many standard deviations it sits above or below the mean. Calculates in your browser.
Z-score
-
Show the math
A z-score measures how many standard deviations a value sits from the mean:
z = (x − μ) ÷ σ
A positive z is above the mean, negative is below, and zero is exactly on it. Standard deviation must be greater than zero. All math runs locally in your browser.
What this does
The z-score calculator finds the standard score of a value — how many standard deviations it lies above or below the mean of its distribution. It is the standard way to compare values from different scales.
How to use it
- Enter the value you are scoring.
- Enter the mean of the distribution.
- Enter the standard deviation.
- Read the z-score.
How it works
Subtract the mean from the value, then divide by the standard deviation. The result is in standard-deviation units, so it has no units of its own.
z = (x − μ) ÷ σ
Understanding your result
A positive z-score is above the mean, a negative one below, and zero is exactly average. As a rule of thumb, roughly 68% of values fall within ±1, 95% within ±2, and 99.7% within ±3, so a z-score beyond ±2 or ±3 marks an unusual value. Z-scores let you compare results measured on completely different scales.
Example
A score of 80 in a set with mean 70 and standard deviation 5 has a z-score of +2.
Sources & methodology
Last updated .
Frequently asked questions
What does a z-score tell you?
It tells you how many standard deviations a value is from the mean. Positive is above average, negative is below, and the size shows how unusual the value is.
What counts as a high z-score?
About 95% of values lie within ±2 and 99.7% within ±3, so a z-score beyond ±2 or ±3 is uncommon.
Why standardize a value?
A z-score removes the units and scale, so you can compare values from different distributions on equal footing.
Is my data stored?
No. Everything is calculated locally in your browser.
Related tools
Permutation & Combination Calculator
Calculate permutations (nPr) and combinations (nCr) for choosing r items from n, with the factorial behind each. Calculates in your browser.
Confidence Interval Calculator
Find the confidence interval for a mean from the sample mean, standard deviation, sample size, and confidence level. Calculates in your browser.
Sample Size Calculator
Find the sample size needed to estimate a proportion to within a margin of error at a chosen confidence level, with a population correction. Calculates in your browser.
Statistics Calculator
Paste a list of numbers and get count, sum, mean, median, mode, range, quartiles, IQR, variance, and standard deviation. Calculates in your browser.