calculator to find z score

Z-Score Calculator

Enter your value, the mean, and the standard deviation to compute the z score instantly.

Standard deviation must be greater than 0.

What is a z score?

A z score tells you how far a value is from the mean in units of standard deviations. It is one of the most useful standardization tools in statistics because it lets you compare values from different datasets on the same scale.

For example, if one student scores 87 on a test with an average of 75 and another scores 640 on an exam with an average of 500, z scores let you compare who performed further above their own group average.

Z score formula

z = (x - μ) / σ
where:
x = observed value, μ = mean, σ = standard deviation
  • z = 0 means the value is exactly at the mean.
  • z > 0 means the value is above the mean.
  • z < 0 means the value is below the mean.

How to use this calculator

Step-by-step

  • Enter the observed value in the Value (x) field.
  • Enter the dataset mean in the Mean (μ) field.
  • Enter the standard deviation in the Standard Deviation (σ) field.
  • Click Calculate Z Score.

The tool returns the z score, percentile rank, two-tailed probability estimate, and a quick interpretation. This is useful for exam analysis, quality control, finance, psychology, and any research setting where normal distribution assumptions are reasonable.

Interpreting z scores quickly

Rule-of-thumb interpretation

  • |z| < 1: typical / close to average
  • 1 ≤ |z| < 2: somewhat unusual
  • 2 ≤ |z| < 3: unusual
  • |z| ≥ 3: very rare / extreme value

In a perfectly normal distribution, about 68% of values fall within 1 standard deviation, 95% within 2, and 99.7% within 3. This is the well-known empirical rule.

Worked examples

Example 1: Test score

Suppose a score is 87, the class average is 75, and the standard deviation is 10. Then z = (87 - 75) / 10 = 1.2. That means the score is 1.2 standard deviations above average.

Example 2: Below-average measurement

If x = 42, mean = 50, and standard deviation = 4, then z = (42 - 50) / 4 = -2.0. This value is two standard deviations below the mean and is relatively uncommon.

Common mistakes to avoid

  • Using variance instead of standard deviation.
  • Forgetting that standard deviation cannot be zero.
  • Interpreting percentile without considering distribution shape.
  • Comparing z scores from unrelated contexts without domain judgment.

Why z scores matter

Z scores are essential for outlier detection, probability estimation, normalization, and hypothesis testing. They make raw numbers more meaningful by giving context: not just “what value,” but “how unusual” that value is.

Frequently asked questions

Can z scores be negative?

Yes. A negative z score means the value is below the mean.

Is a higher z score always better?

Not always. In performance metrics, higher may be better. In risk metrics or error rates, a high positive z score can indicate a problem. Interpretation depends on context.

What if my data is not normal?

You can still compute z scores, but percentile and probability interpretations may be less accurate. For heavily skewed data, consider robust alternatives or transformations.

🔗 Related Calculators