Z-Score Calculator

Enter a data point (x), population mean (μ), and population standard deviation (σ) to calculate the Z-Score. Your result shows how many standard deviations your value sits above or below the mean, along with the corresponding percentile rank and probability. Also try the calculate Sorted Numbers, Count & Maximum — Greatest to Least.

The raw score or value you want to convert to a Z-score.

The mean (average) of the population or dataset.

The standard deviation of the population. Must be greater than zero.

Results

Z-Score

--

Percentile Rank

--

Probability Below (P < x)

--

Probability Above (P > x)

--

Interpretation

--

What is a Z-score?

A Z-score, also called a standard score, measures how many standard deviations a data point is from the population mean. A Z-score of 0 means the value equals the mean, a positive Z-score means it is above the mean, and a negative Z-score means it is below the mean.

What is the formula for calculating a Z-score?

The Z-score formula is: Z = (x − μ) / σ, where x is the raw data point, μ is the population mean, and σ is the population standard deviation. The result expresses the distance from the mean in units of standard deviation.

What does a Z-score of 1.0 mean?

A Z-score of 1.0 means the data point is exactly one standard deviation above the population mean. This corresponds roughly to the 84th percentile, meaning about 84% of the population scores below that value.

Can a Z-score be negative?

Yes. A negative Z-score simply means the data point falls below the population mean. For example, a Z-score of −1.5 means the value is 1.5 standard deviations below the mean.

What is considered a good or high Z-score?

There is no universally 'good' Z-score — it depends on context. In many applications, Z-scores between −2 and +2 are considered typical (covering ~95% of the population). Values beyond ±2 or ±3 are often flagged as unusual or extreme outliers.

How is a Z-score related to percentile rank?

The percentile rank is derived from the cumulative distribution function (CDF) of the standard normal distribution applied to the Z-score. It tells you the percentage of the population that falls at or below the given data point.

What is the difference between a population Z-score and a sample Z-score?

A population Z-score uses the population mean (μ) and population standard deviation (σ). A sample Z-score (or t-score for small samples) uses the sample mean and sample standard deviation. When the population parameters are known, use the Z-score formula directly.

What does the probability output mean in this calculator?

The 'Probability Below' value (P < x) is the probability that a randomly selected member of the population has a value less than your data point. 'Probability Above' (P > x) is the complementary probability, equal to 1 minus P < x. Together they sum to 1.