A z-score (also called a standard score) tells you how many standard deviations a particular value is from the mean of a distribution. It standardizes values so you can compare measurements from different data sets, even if they use different scales or units. A z-score of 0 means the value equals the mean. A positive z-score means the value is above the mean. A negative z-score means it is below the mean. Z-scores are widely used in statistics, education, finance, medicine, and quality control to determine how unusual or typical a specific observation is within a data set. The WHO uses z-scores in its Child Growth Standards to assess whether a child's height, weight, or BMI is within a healthy range. Financial analysts use the Altman Z-score model to predict corporate bankruptcy risk. This calculator handles both the standard z-score formula and reverse calculation from z-score to raw value.
What This Calculator Does
Choose between two modes. Calculate mode converts a raw value into a z-score and gives the probability of falling below, above, or between the value and the mean. Reverse mode converts a z-score back into the corresponding raw value using a given mean and standard deviation.
For related statistical tools, try our Standard Deviation Calculator for calculating the spread of a data set, or our Percentile Calculator for ranking values within a distribution. You can also use our Probability Calculator for general probability calculations.
Inputs Required
- Value (x): The raw data point you want to standardize
- Mean: The average of the distribution
- Standard deviation: The spread of the distribution (must be positive)
Outputs Provided
- Z-score: The standardized value
- P(below): Probability of a random value falling below x
- P(above): Probability of a random value falling above x
- P(between mean and x): Area between the mean and x in the normal distribution
How the Calculation Works
z = (x - mean) / standard deviation
Reverse: x = mean + z x standard deviation
The formula subtracts the mean from the value and divides by the standard deviation. This converts the value from its original scale to a standard normal scale where the mean is 0 and the standard deviation is 1. The probability calculations use the standard normal cumulative distribution function (CDF), which gives the area under the normal curve from negative infinity to a given z-score. This is the probability that a randomly selected value from the distribution falls below that point.
How to Use the Calculator
- Select Calculate Z-Score to convert a raw value, or Reverse to find x from a known z-score
- Enter the value, mean, and standard deviation of your distribution
- Read the z-score and all probability outputs instantly
- Use the interpretation note to understand what the z-score means in plain terms
Example Calculation
A student scores 82 on a test where the class mean is 70 and the standard deviation is 8.
- z = (82 - 70) / 8 = 12 / 8 = 1.50
- P(below 82): approximately 93.32%
- P(above 82): approximately 6.68%
The student scored better than approximately 93% of the class. Their score is 1.5 standard deviations above the mean.
Real-World Scenarios
Academic Performance in Denver
A high school counselor in Denver is comparing two students for a scholarship. Student A scored 75 on a difficult test where the mean was 60 and the standard deviation was 10. Student B scored 85 on an easier test where the mean was 82 and the standard deviation was 5. Using the calculator, the counselor finds Student A has a z-score of 1.5 (1.5 standard deviations above the mean), while Student B has a z-score of 0.6. Despite Student B having a higher raw score, Student A performed relatively better compared to their peers. This is one of the main uses of z-scores in education: comparing performance across tests with different difficulty levels.
Altman Z-Score for Corporate Bankruptcy Risk
A credit analyst at a New York investment firm uses z-scores to assess corporate bankruptcy risk. The Altman Z-score model, published by NYU professor Edward Altman in 1968, combines five financial ratios into a single score that predicts bankruptcy within two years. The original model was 72% accurate two years before failure and 94% accurate one year before. As of May 2026, the model shows tech companies like Nvidia (Z = 12.5), Microsoft (Z = 12.2), and Apple (Z = 12.1) deep in the safe zone (Z < 2.99 is distress, Z > 2.99 is safe), while industrials like Boeing (Z = 0.1) and GE (Z = 1.7) sit in the distress zone (Z below 1.81). The grey zone between 1.81 and 2.99 requires deeper analysis. The Altman model uses the same standardization principle as this calculator but applies it to financial ratios rather than raw data points.
Pediatric Growth Assessment in Atlanta
A pediatrician in Atlanta is evaluating a 14-month-old girl whose weight is 9.2 kg. The WHO Child Growth Standards provide the reference median (M), standard deviation (S), and power (L) values for each age and sex. The WHO z-score formula is Z = [((value / M) raised to L) - 1] / (S x L). For this child's age and sex, the median weight is 9.6 kg with an LMS-derived standard deviation that gives a z-score of approximately -0.7. This means the child's weight is 0.7 standard deviations below the WHO reference median, which falls within the normal range (WHO flags values below -2 or above +2 as potentially concerning). The CDC recommends using WHO growth charts for children under 24 months and CDC growth charts for children 2 to 20 years. Z-scores beyond -5 or +5 are flagged as biologically implausible by WHO criteria.
Common Mistakes to Avoid
- Using a standard deviation of zero: Standard deviation must be positive. A standard deviation of zero means all values are identical and there is nothing to standardize. The calculator will not produce a meaningful result
- Applying z-scores to non-normal distributions: The probability values from this calculator assume a normal distribution. For highly skewed or bimodal data, these probabilities may not be accurate. The z-score formula itself works for any distribution, but the probability outputs rely on the normality assumption
- Confusing population and sample parameters: Use the population mean and standard deviation if your data is the complete population. Use sample statistics if it is a subset. Mixing population and sample parameters produces incorrect z-scores
- Interpreting z-scores without context: A z-score of 2 is not inherently good or bad. It means the value is 2 standard deviations from the mean, which is unusual but could be positive or negative depending on the context. In medical testing, a bone density z-score of -2 indicates significantly below-average bone density for a person's age group
Limitations of This Calculator
The probability outputs (P below, P above, P between) assume a normal distribution. If your data is heavily skewed, bimodal, or follows a different distribution shape, these probabilities will not be accurate. The z-score formula itself is valid for any distribution with a defined mean and positive standard deviation, but the probability interpretation requires normality. This calculator does not perform the Altman Z-score calculation, which uses five weighted financial ratios rather than a single value. For WHO growth chart z-scores, the LMS method requires age-specific and sex-specific reference values that this calculator does not include. Use the CDC's SAS program for WHO growth chart z-score calculations. The standard normal CDF used here is computed numerically and may have minor rounding differences compared to published z-tables, typically less than 0.01%.
Authoritative Research and Resources
- CDC SAS Program for WHO Growth Charts - The CDC's official program for calculating z-scores and percentiles for children from birth to 2 years based on WHO Child Growth Standards. Includes the LMS formula and biologically implausible value flagging criteria.
- Altman Z-Score Model - The corporate bankruptcy prediction model published by Edward Altman in 1968, combining five financial ratios into a single z-score. The model correctly identified 72% of bankrupt companies two years before failure and remains in continuous use by credit rating agencies and investors.
- WHO Child Growth Standards - The World Health Organization's international growth standards for children aged 0 to 59 months, using z-scores to assess weight, height, BMI, head circumference, and arm circumference. The WHO recommends using z-scores of plus or minus 2 as the threshold for screening.