Z-Score Calculator - Calculate Standard Score Instantly
Calculate the z-score (standard score) of any data point. Find how many standard deviations a value is from the mean using the formula Z = (X − μ) / σ.
Enter the raw score (X), population mean (μ), and standard deviation (σ) to calculate the z-score instantly.
Z-Score Calculator - Calculate Standard Score Instantly
Calculate the z-score (standard score) of any data point. Find how many standard deviations a value is from the mean using the formula Z = (X − μ) / σ.
About the Z-Score
A z-score, also called a standard score, is a statistical measurement that describes how far a data point lies from the mean of a distribution, measured in units of standard deviation. A z-score of 0 means the value is equal to the mean. A positive z-score indicates the value is above the mean, and a negative z-score indicates it is below the mean.
The formula for the z-score is Z = (X − μ) / σ, where X is the raw data value, μ is the population mean, and σ is the population standard deviation. This simple transformation standardizes data from any distribution into a common scale, enabling direct comparisons between measurements that originally used different units or scales.
Z-scores are foundational in many areas of statistics and data science. In hypothesis testing, the z-score is used as a test statistic to determine whether a sample mean differs significantly from a known population mean. In quality control, z-scores help flag measurements that fall outside acceptable ranges. In finance, they are used to assess the relative performance of stocks or portfolios, and the Altman Z-score is a well-known formula for predicting bankruptcy risk.
In education, z-scores are used to standardize test results across different exams. Converting an SAT score and an ACT score to z-scores allows a direct comparison of how well two students performed relative to their respective peer groups. In healthcare, z-scores are used to track children's height and weight relative to national growth standards.
Under the assumption of a normal distribution, z-scores have well-defined probability interpretations. Approximately 68% of values fall within one standard deviation of the mean (z between −1 and 1), 95% within two standard deviations, and 99.7% within three standard deviations. These percentages underpin the empirical rule widely used in statistics.
When the population standard deviation is unknown, the sample standard deviation s is used instead. The resulting statistic is technically a t-score rather than a z-score, and the t-distribution should be used for inference. The z-distribution is appropriate when the standard deviation is known — which is common in quality control, standardized testing, and other fields where large historical datasets establish reliable population parameters.
The calculator on this page uses the classical population formula Z = (X − μ) / σ. Enter any real number for X and μ, and any positive number for σ, to instantly obtain the z-score and a plain-English interpretation.
Practical Examples
Explore these real-world scenarios to understand how z-scores work.
| X / μ / σ | Z-Score | Interpretation |
|---|---|---|
| X=90, μ=75, σ=10 | Z = 1.5 | Student scored 1.5 standard deviations above the class average. |
| X=140, μ=120, σ=8 | Z = 2.5 | Blood pressure 2.5 standard deviations above group mean — elevated. |
| X=5.1, μ=5.0, σ=0.05 | Z = 2.0 | Bolt length 2 standard deviations above specification — may be rejected in QC. |
| X=12, μ=8, σ=2 | Z = 2.0 | Stock return 2 standard deviations above average market return. |
How to use the z-score calculator
- Enter the individual data point you want to evaluate in the Raw Data Score (X) field.
- Enter the population mean (μ) — the average of the entire dataset or reference population.
- Enter the standard deviation (σ) — must be greater than zero. This measures the spread of the reference population.
- Click Calculate Z-Score to apply the formula Z = (X − μ) / σ and see the result with an interpretation.
- Use Reset to clear all fields and start a new calculation.
FAQ
What does a z-score of 2 mean?
A z-score of 2 means the data point is 2 standard deviations above the mean. In a normal distribution, about 97.7% of values fall below this point, so a z-score of 2 is relatively high. Conversely, a z-score of −2 means the value is 2 standard deviations below the mean.
Can a z-score be negative?
Yes. A negative z-score simply means the raw score is below the mean. For example, if a student scores 60 on an exam with a mean of 75 and a standard deviation of 10, the z-score is (60 − 75) / 10 = −1.5, meaning the student scored 1.5 standard deviations below average.
What is the difference between a z-score and a t-score?
Both measure distance from the mean in standard-deviation units, but a t-score is used when the population standard deviation is unknown and must be estimated from a sample. For small samples, the t-distribution is broader than the standard normal distribution. When the sample size is large (n > 30), the t-distribution closely approximates the normal distribution and z-scores and t-scores converge.
How do I convert a z-score to a percentile?
Look up the z-score in a standard normal distribution table, or use a normal CDF calculator. For example, a z-score of 1.0 corresponds to approximately the 84th percentile, meaning 84% of the distribution falls below that value. A z-score of 0 is the 50th percentile.
Does the z-score assume a normal distribution?
The z-score formula itself does not require normality — you can calculate a z-score for any value in any distribution. However, the probability interpretations (percentiles, confidence intervals) are only meaningful when the underlying distribution is approximately normal. For non-normal data, z-scores still indicate relative distance from the mean but should not be directly converted to probabilities without caution.