Z-Score Calculator
Calculate a z-score from a value, mean, and standard deviation, or switch to Dataset mode to standardize multiple values.
Result
Z-score
1.0000
Percentile
84.13th percentile
Below
84.13%
Above
15.87%
Interpretation
This value is 1 standard deviation above the mean.
Standard normal curve
Standard normal distribution with z = 1.0000. Approximately 84.13% of values fall below this z-score.
Calculation steps
1. Start with the formula
2. Substitute the values
3. Find the difference
4. Divide
How to use the Z-Score Calculator
Use Single value mode when you already know a raw score, mean, and standard deviation. Enter those three values, press Calculate, and the calculator returns the z-score, percentile, below and above probabilities, interpretation, standard normal curve, and calculation steps.
Use Dataset mode when you want to standardize a list of values. Paste values separated by commas, spaces, tabs, or new lines. You can also paste a column directly from Excel or Google Sheets. Choose Population or Sample, then calculate z-scores to see the count, mean, standard deviation, and z-score for each value.
What is a z-score?
A z-score, also called a standard score, measures how far a value is from the mean in standard deviation units. It describes position relative to a mean and standard deviation.
- z = 0 means the value equals the mean.
- z > 0 means the value is above the mean.
- z < 0 means the value is below the mean.
- z = 1 means one standard deviation above the mean.
- z = -2 means two standard deviations below the mean.
How to calculate a z-score
The standard z-score formula is:
- z = z-score
- X = raw score
- μ = mean
- σ = standard deviation
In plain language, subtract the mean from the value, then divide by the standard deviation.
How to interpret a z-score
The sign tells you direction. Positive z-scores are above the mean, negative z-scores are below the mean, and zero is exactly at the mean.
The size tells you distance. A z-score of 0.5 is 0.5 standard deviations above the mean, while a z-score of -1.5 is 1.5 standard deviations below the mean. The farther the z-score is from zero, the farther the value is from the mean.
Interpretation depends on context. For a normal distribution, values within about ±2 standard deviations contain roughly 95% of observations, but that is a descriptive rule of thumb, not an automatic outlier test.
Z-scores and percentiles
For a standard normal distribution, a z-score can be converted to the proportion of values below it using the normal cumulative distribution. The calculator's Percentile and Below values represent this left-tail probability.
- z = 0 is approximately the 50th percentile.
- z = 1 is approximately the 84.13th percentile.
- z = -1 is approximately the 15.87th percentile.
This percentile conversion assumes that the normal distribution is an appropriate model for the data.
Z-score example
Suppose the raw score is 115, the mean is 100, and the standard deviation is 15.
z = 1
The value 115 is one standard deviation above the mean. Under a normal distribution, approximately 84.13% of values fall below it.
How to calculate z-scores for a dataset
Dataset standardization uses the same idea for every value in a list:
- Calculate the dataset mean.
- Calculate the dataset standard deviation.
- Apply the z-score formula to each value.
Z-scores are useful because they put values on a common standardized scale. This calculator preserves the original order of the entered values.
Population vs. sample standard deviation
Choose Population when the entered values represent the entire group you are analyzing. Choose Sample when the entered values are a sample drawn from a larger population.
Population standard deviation uses n in the variance calculation, while sample standard deviation uses n − 1 to estimate variation in the larger population. The calculator keeps both options available because the right choice depends on how the data was collected.
Z-score vs. normal distribution
A z-score describes a standardized position relative to a mean and standard deviation. A standard normal distribution is a specific distribution with mean 0 and standard deviation 1.
Converting values to z-scores lets them be interpreted on that standardized scale. To explore normal probabilities directly, use the Normal Distribution Calculator.