Z Score Calculator
Use this Z Score Calculator to calculate a standard score from a raw value, mean, and standard deviation; find raw value from a z-score; calculate percentile and tail probabilities; compare sample values; and standardize a full dataset. Formulas are shown in clean mathematical notation with step-by-step explanations.
Calculate Z Score
Select a mode, enter your values, and get the z-score, percentile, left-tail probability, right-tail probability, two-tail probability, and interpretation.
What Is a Z Score Calculator?
A Z Score Calculator is a statistics tool that converts a raw data value into a standard score. A z-score tells how many standard deviations a value is above or below the mean. If a value has a z-score of 2, it is two standard deviations above the mean. If a value has a z-score of -1.5, it is one and a half standard deviations below the mean. If the z-score is 0, the value is exactly equal to the mean.
Z-scores are used in statistics, education, psychology, finance, research, quality control, standardized testing, machine learning, health data, business analytics, and scientific measurement. They allow values from different scales to be compared. For example, a student may score 85 on one test and 72 on another test. The raw scores alone do not tell which performance is stronger unless the mean and standard deviation of each test are known. A z-score solves this problem by placing each score on a common standard-deviation scale.
This calculator supports four common tasks. First, it calculates a z-score from a raw value, mean, and standard deviation. Second, it calculates a raw value from a known z-score. Third, it calculates normal-distribution probabilities such as percentile, left-tail area, right-tail area, and two-tail area. Fourth, it can standardize an entire dataset by calculating the mean, standard deviation, and z-score for each value.
The tool is built for students and readers who want both fast answers and clear learning. The formulas are written using MathJax so that they appear in proper mathematical notation. The result panel also shows step-by-step logic, making the calculator useful for homework checking, lesson preparation, exam review, and general statistics learning.
How to Use the Z Score Calculator
Choose the tab that matches your task. Use the Z-score tab when you know the raw value, mean, and standard deviation. Enter the value as \(x\), the mean as \(\mu\), and the standard deviation as \(\sigma\). The calculator computes \(z=(x-\mu)/\sigma\) and then estimates the corresponding percentile and tail areas under the standard normal curve.
Use the Raw value tab when you already know a z-score and want to convert it back to the original scale. This is useful when a problem says something like “Find the score that is 1.5 standard deviations above the mean.” The calculator uses the rearranged formula \(x=\mu+z\sigma\).
Use the Probability tab when the z-score itself is already known and you need the probability. Select left tail for \(P(Z\le z)\), right tail for \(P(Z\ge z)\), between for the area between \(-|z|\) and \(|z|\), or outside for the combined area beyond \(\pm|z|\). These are common probability formats in statistics classes.
Use the Dataset tab when you have a list of numbers and want to standardize them. Enter values separated by commas, spaces, or line breaks. The calculator calculates the mean, standard deviation, and a z-score for every value. You can choose sample standard deviation or population standard deviation depending on the context.
Z Score Calculator Formulas
The main z-score formula is:
Here, \(z\) is the z-score, \(x\) is the raw value, \(\mu\) is the population mean, and \(\sigma\) is the population standard deviation. If sample notation is used, the formula is commonly written as:
The raw value can be found from a z-score by rearranging the formula:
The standard normal cumulative distribution function gives the left-tail probability:
The right-tail probability is:
A common two-tail probability is:
For dataset standardization, the sample standard deviation is:
The population standard deviation is:
What a Z Score Means
A z-score is a position measure. It tells where a value sits relative to the average. The sign tells direction. A positive z-score means the value is above the mean. A negative z-score means the value is below the mean. The size tells distance in standard-deviation units. A z-score of \(1\) means one standard deviation above the mean. A z-score of \(-2\) means two standard deviations below the mean.
This is powerful because raw values can be hard to compare. Suppose two classes take different exams. In Class A, a student scores 82 where the mean is 70 and the standard deviation is 10. The z-score is 1.2. In Class B, a student scores 74 where the mean is 60 and the standard deviation is 20. The z-score is 0.7. Even though 82 and 74 are different raw scores, the z-scores show that the first score is farther above its class average.
In general, z-scores near 0 are close to average. Values beyond \(\pm1\) are one or more standard deviations from the mean. Values beyond \(\pm2\) are often considered relatively unusual in approximately normal distributions. Values beyond \(\pm3\) are often considered very unusual. This is not a universal rule for every dataset, because the shape of the distribution matters.
| Z-score | Meaning | Common Interpretation |
|---|---|---|
| 0 | Equal to the mean | Average position |
| 1 | 1 standard deviation above the mean | Above average |
| -1 | 1 standard deviation below the mean | Below average |
| 2 | 2 standard deviations above the mean | High or relatively unusual |
| -2 | 2 standard deviations below the mean | Low or relatively unusual |
Percentiles and Probabilities
When a variable follows a normal distribution, a z-score can be translated into a percentile. The percentile tells the percentage of values expected to fall below that z-score. For example, a z-score around 1.00 corresponds to about the 84th percentile in the standard normal distribution. That means approximately 84% of values are below it and about 16% are above it.
The left-tail probability \(P(Z\le z)\) is the area to the left of the z-score on the normal curve. The right-tail probability \(P(Z\ge z)\) is the area to the right. The two-tail probability measures how far out a value is in either direction. Two-tail probabilities are used in many hypothesis tests because extreme values on either side can count as evidence.
Percentiles should be interpreted carefully. A percentile is not the same as a percent correct score. The 90th percentile means the value is higher than about 90% of the reference distribution, not that the person answered 90% of questions correctly. This distinction is important in standardized tests, growth charts, psychological testing, and educational reporting.
Z Scores and the Normal Distribution
The standard normal distribution has mean 0 and standard deviation 1. When a normal variable is standardized, it is transformed into this common distribution. The transformation lets users apply the same probability table or calculator to many different normal variables. Instead of memorizing probability rules for every possible mean and standard deviation, we convert the problem to z-scores.
For example, if test scores are approximately normal with mean 70 and standard deviation 10, a score of 85 has a z-score of 1.5. Once standardized, the probability question becomes: what is \(P(Z\le1.5)\)? The answer can be found using a z-table, software, or this calculator. This is why z-scores are central to statistics education.
The normal model is useful but not automatic. If data are heavily skewed, have extreme outliers, are categorical, or do not follow a bell-shaped pattern, z-score probabilities based on the normal curve may be misleading. A z-score can still describe relative position, but normal-distribution percentiles may not fit the real dataset.
Dataset Standardization
Standardizing a dataset means converting each value into a z-score. This creates a new version of the dataset with mean approximately 0 and standard deviation approximately 1. Standardization is common in statistics, machine learning, regression, clustering, quality control, and data visualization.
In machine learning, features may have very different units and scales. One feature may be measured in dollars, another in years, another in centimeters, and another in percentages. Algorithms that depend on distance or gradient behavior may be affected by scale. Standardization helps place the features on a comparable scale. In education, standardization also helps compare scores from different tests or assignments.
Sample and population standard deviation differ in the denominator. Use population standard deviation when the dataset contains the entire population you want to describe. Use sample standard deviation when the dataset is a sample used to estimate a broader population. In many classroom statistics problems, sample standard deviation is used unless the problem clearly states the data represent the full population.
Z Score Calculation Examples
Example 1: A student scores 85 on a test. The class mean is 70 and the standard deviation is 10. The z-score is:
This means the score is 1.5 standard deviations above the mean. If the test scores are approximately normal, the percentile is about 93.3%, meaning the score is higher than about 93.3% of the distribution.
Example 2: A z-score is 1.5, the mean is 70, and the standard deviation is 10. The raw value is:
Example 3: A measurement is two standard deviations below the mean. The z-score is \(-2\). Under the normal curve, this is in the lower tail and is relatively uncommon.
Common Z Score Mistakes
The most common mistake is using the wrong standard deviation. If the problem gives population standard deviation, use \(\sigma\). If it gives sample standard deviation, use \(s\). Another mistake is reversing the subtraction. The correct numerator is value minus mean, \(x-\mu\), not mean minus value. Reversing it changes the sign of the z-score.
A second mistake is interpreting z-scores as percentages. A z-score of 1.5 is not 1.5%. It means 1.5 standard deviations above the mean. A percentile can be calculated from the z-score, but the z-score itself is not a percent.
A third mistake is assuming every z-score automatically gives an exact real-world percentile. Normal-distribution probabilities require an approximately normal model. If the data are not normal, the z-score may still describe relative distance, but the normal percentile may not represent the true data percentile.
Z Score Calculator FAQs
What does a z-score calculator do?
It calculates how many standard deviations a raw value is above or below the mean. It can also estimate percentile and normal tail probabilities.
What is the z-score formula?
The standard formula is \(z=\frac{x-\mu}{\sigma}\), where \(x\) is the raw value, \(\mu\) is the mean, and \(\sigma\) is the standard deviation.
What does a positive z-score mean?
A positive z-score means the value is above the mean.
What does a negative z-score mean?
A negative z-score means the value is below the mean.
What does a z-score of 0 mean?
A z-score of 0 means the raw value is exactly equal to the mean.
How do I find a raw score from a z-score?
Use \(x=\mu+z\sigma\). Multiply the z-score by the standard deviation, then add the mean.
Is a z-score the same as a percentile?
No. A z-score is a standard-deviation distance from the mean. A percentile is the percentage of values below a score in a reference distribution.
Important Note
This Z Score Calculator is for educational and general statistics learning. It provides numerical estimates based on standard formulas and a normal-distribution approximation. For official research, clinical interpretation, standardized testing, publication, or high-stakes statistical decisions, verify assumptions and use appropriate statistical software or professional review.
