Math calculators

Z Score Calculator

Updated Sep 1, 2026 By Jehan Wadia
Rate Formulas
Section 1: Z-Score from Raw Data
z = (x − μ) / σ
Enter at least one valid number.
Enter a valid number.
σ must be a positive number.
xz-scoreP(X < Z)
51.00000.8413
72.00000.9772
93.00000.9987
Section 2: Z-Score ↔ Probability Converter

Enter a value in any field and press its "Convert" button to compute all others.

Enter a valid number.
Enter a value between 0 and 1.
Enter a value between 0 and 1.
Enter a value between 0 and 0.5.
Enter a value between 0 and 1.
Section 3: Bulk Z-Score Calculator

Enter multiple data values to compute individual z-scores using the dataset's own mean and standard deviation.

Enter at least two valid numbers.
Mean (x̄): 81.50    Std Dev: 9.5459    n: 10
Value (x)z-scoreP(X < Z)Percentile
72-0.99530.159815.98%
850.36660.643164.31%
900.89040.813481.34%
65-1.72850.04194.19%
78-0.36660.356935.69%
880.68090.752075.20%
921.09990.864386.43%
70-1.20480.114211.42%
80-0.15710.437543.75%
951.41410.921492.14%
Section 4: Interactive Z-Table

Standard normal distribution table showing P(X < Z). Enter a z-score to highlight its position.

P(X < 1.96) = 0.9750

Introduction

A Z score tells you how far a number is from the average of a group of numbers. It measures this distance in units called standard deviations. For example, a Z score of 2 means a value is 2 standard deviations above the mean. A Z score of -1 means it is 1 standard deviation below the mean. Z scores are one of the most useful tools in statistics because they let you compare values from different data sets on the same scale.

Use this Z Score Calculator to quickly find the Z score for any data point. Just enter the value, the mean, and the standard deviation. The calculator uses the formula: Z = (X - μ) / σ, where X is your value, μ is the mean, and σ is the standard deviation. For homework, test scores, or data in any field, this tool makes it simple to get your answer.

How to Use Our Z Score Calculator

Enter a data point, the mean, and the standard deviation to find the z score. The calculator will tell you how many standard deviations your value is from the mean.

Value (X): Type in the raw data point or score you want to convert. This is the number you want to find the z score for.

Mean (μ): Enter the average of your data set. Add up all the numbers in your set and divide by how many numbers there are to get the mean.

Standard Deviation (σ): Enter the standard deviation of your data set. This number shows how spread out the values are from the mean, and the interquartile range is another way to measure data variability.

What Is a Z Score?

A z score (also called a standard score) tells you how far a data point is from the mean (average) of a data set. It measures this distance in units called standard deviations. For example, a z score of 2 means the value is 2 standard deviations above the mean, while a z score of -1 means it is 1 standard deviation below the mean.

How Is a Z Score Calculated?

The z score formula is simple:

z = (x - μ) / σ

  • x = the value you are looking at
  • μ (mu) = the mean of the data set
  • σ (sigma) = the standard deviation of the data set

You subtract the mean from your value, then divide the result by the standard deviation. That's it!

Why Are Z Scores Useful?

Z scores let you compare values from different data sets, even when those data sets have different means and standard deviations. For example, you can compare a test score from one class to a test score from a completely different class by converting both to z scores.

Z scores also help you understand how unusual a value is. Most data in a normal distribution falls between z scores of -3 and 3. A z score close to 0 means the value is near the average. A z score beyond 2 or -2 is considered unusual, and a z score beyond 3 or -3 is very rare.

Common Uses of Z Scores

  • Standardized testing: SAT and ACT scores are often interpreted using z scores.
  • Quality control: Factories use z scores to spot defective products.
  • Finance: Investors use z scores to measure risk and compare investments.
  • Science and research: Researchers use z scores to determine if their results are statistically significant, and percent error to check experimental accuracy.

Understanding z scores is a key building block in statistics. Once you know how to calculate and read them, many other statistical concepts become much easier to learn.


Formulas used

Z-Score (Data Point)
z = \frac{x - \mu}{\sigma}
Z-Score (Sample Mean)
z = \frac{\bar{x} - \mu}{\sigma / \sqrt{n}}
Standard Error
SE = \frac{\sigma}{\sqrt{n}}
Population Standard Deviation
\sigma = \sqrt{\frac{1}{N}\sum_{i=1}^{N}(x_i - \mu)^2}
Sample Standard Deviation
s = \sqrt{\frac{1}{n-1}\sum_{i=1}^{n}(x_i - \bar{x})^2}
Standard Normal CDF
P(X < z) = \Phi(z)
Symmetric Two-Tail Inner Probability
P(-|z| < X < |z|) = 2\Phi(|z|) - 1

Frequently asked questions

What does a Z score of 0 mean?

A Z score of 0 means your value is exactly equal to the mean. It is not above or below the average at all.

Can a Z score be negative?

Yes. A negative Z score means your value is below the mean. For example, a Z score of -1.5 means your value is 1.5 standard deviations below the average.

What is a good Z score?

It depends on what you are measuring. In general, a Z score between -2 and 2 is considered normal. A Z score beyond 2 or -2 is unusual, and beyond 3 or -3 is very rare.

How do I find the percentage of data below my Z score?

You can look up your Z score in a Z table (also called a standard normal table). The table tells you the percentage of data that falls below that Z score in a normal distribution. For example, a Z score of 1.00 means about 84.13% of data falls below that value.

Is there a maximum or minimum Z score?

There is no fixed maximum or minimum. Z scores can be any number. However, in most real-world data that follows a normal distribution, Z scores rarely go beyond -4 or 4.

What is the difference between a Z score and a percentile?

A Z score tells you how many standard deviations a value is from the mean. A percentile tells you what percentage of values fall below a certain point. You can convert a Z score to a percentile using a Z table.

Do Z scores only work with normal distributions?

You can calculate a Z score for any data set. However, Z scores are most useful and meaningful when the data follows a normal distribution (bell curve). With non-normal data, the Z score still tells you the distance from the mean in standard deviations, but the percentile interpretation may not be accurate.

Can I compare Z scores from two different data sets?

Yes. That is one of the main reasons Z scores are so helpful. They put different data sets on the same scale, so you can compare values even when the original means and standard deviations are different.

What units are Z scores measured in?

Z scores have no units. They are measured in standard deviations, which makes them a standardized, unit-free number. This is why they work for comparing data from different scales.