Z-Score Calculator
How many standard deviations a value is from the mean, plus its percentile in a normal distribution
Frequently Asked Questions
A z-score expresses how many standard deviations a specific value is from the mean of its distribution — a standardized way to compare values from different distributions on the same scale, and this calculator also converts that z-score into a percentile within a normal distribution, answering the related but distinct question of what proportion of the distribution falls below that value.
Why z-scores make otherwise incomparable values comparable
A raw value on its own doesn't reveal much about how unusual or typical it is without knowing the distribution it comes from — the same raw number could be perfectly ordinary in one distribution and extremely unusual in another, depending on that distribution's own mean and spread. Converting a value to a z-score (subtracting the mean, then dividing by the standard deviation) re-expresses it in standardized units that are directly comparable across different distributions, regardless of each distribution's own original units or scale — a z-score of 2 means "two standard deviations above the mean" in any distribution, which is a meaningful, comparable statement even when the underlying raw values and units are completely different. Converting that z-score further into a percentile (specifically for a normal/Gaussian distribution) answers a related but distinct question: what proportion of the distribution's values fall below this one.
A worked example
The identical raw value can correspond to very different z-scores (and therefore very different percentiles) depending on which distribution's mean and standard deviation it's being measured against — a value that's unremarkable relative to one distribution's spread can be a genuine outlier relative to a different distribution with a smaller spread, which is exactly the kind of context a raw value alone doesn't provide but a z-score does.
How this connects to your other statistical calculations
Z-scores are calculated directly from a distribution's mean and standard deviation — the Standard Deviation Calculator provides those underlying figures from a raw dataset, which is the necessary input before a specific value's z-score can be calculated relative to that dataset.
Common mistakes
Comparing raw values directly across different distributions without first converting to z-scores is a common statistical mistake — two raw values that look similar in magnitude can represent very different relative positions within their own respective distributions, and only the standardized z-score comparison actually accounts for each distribution's own mean and spread correctly.