QuantomLab

Z-Score Calculator

Instantly measure how far a value is from the mean.

💡 Enter a value, its mean, and the standard deviation. The result shows how many standard deviations the value is from the average.

Z-score: —

Z-score standardizes a value relative to the distribution.

Example 1 (Above the Mean)

Value (x): 85 Mean (μ): 70 Standard deviation (σ): 10 → Z-score = (85 − 70) / 10 = 1.5

Example 2 (Below the Mean)

Value (x): 60 Mean (μ): 70 Standard deviation (σ): 5 → Z-score = (60 − 70) / 5 = -2

Formula

Z = (x − μ) / σ

Where: x = value μ = mean σ = standard deviation

Understand this calculator

Z-scores convert raw values into standardized scores. This allows comparison across different datasets.

Learn more about Standard Deviation

Learn more about Mean

Why use Z-score?

Z-scores help detect unusual observations, compare performance, and analyze probability in normal distributions.

Frequently Asked Questions

What does a Z-score of 0 mean?

The value is exactly equal to the mean.

Can Z-scores be negative?

Yes. Negative Z-scores indicate values below the mean.

What is considered a high Z-score?

An absolute value above 2 or 3 typically indicates an unusual observation.

Does Z-score require a normal distribution?

It is most meaningful when data follows a normal distribution.