Z-Score Calculator
Calculate the z-score (standard score) of a value given the mean and standard deviation.
The Z-Score Calculator determines how many standard deviations a value is from the mean. A z-score of 0 means the value equals the mean, positive means above, and negative means below.
Enter a data value, the population mean, and the standard deviation. The calculator uses the formula z = (x - mean) / std_dev to compute the standard score.
Z-scores are fundamental in statistics for comparing values from different distributions, identifying outliers, and performing hypothesis testing. About 68% of values fall within z = +/-1, 95% within z = +/-2, and 99.7% within z = +/-3 (the empirical rule).