How do I interpret a positive or negative z-score?
A z-score of 0 is exactly at the mean. Positive z-scores are above the mean, negative z-scores are below it, and larger absolute values are further from average. In a normal distribution, a z-score of +1 is about one standard deviation above the mean and roughly corresponds to the 84th percentile.
When is a z-score considered an outlier?
A common rule of thumb treats |z| > 3 as a potential outlier because only about 0.3% of values in a normal distribution fall beyond three standard deviations from the mean. Some fields use 2 or 2.5 as a more conservative cutoff, especially when the stakes of missing an unusual value are high.
What is the difference between a z-score and a percentile?
A z-score is a standardised distance from the mean measured in standard deviation units. A percentile is the proportion of values in the distribution that fall at or below the given value, expressed as a percentage. They convey the same information but on different scales — a z-score of 1.645 corresponds to the 95th percentile in a standard normal distribution.
Why does the calculator need the standard deviation to be greater than zero?
If the standard deviation is zero, every value in the dataset is identical and there is no spread to measure. Division by zero is undefined, so the z-score formula cannot produce a result. A standard deviation of zero means the concept of "how many standard deviations away" is meaningless.
Can I use a z-score calculator with sample statistics instead of population values?
You can, but you should interpret the result carefully. If your mean and standard deviation come from a sample rather than the full population, the standardized score is only an approximation to a true population z-score. For small samples, probability lookups are usually better handled with the t-distribution rather than assuming the standard normal curve.
How do I find the raw score for the 95th percentile?
Start with the z-score that corresponds to the 95th percentile, which is about 1.645 for a one-sided percentile lookup. Then convert it back into the original units using x = μ + zσ. For example, if the mean is 65 and the standard deviation is 10, the 95th-percentile raw score is about 65 + 1.645 × 10 = 81.45.
Can a z-score calculator solve backward for the raw score?
Yes. If you know the target z-score, mean, and standard deviation, rearrange the formula to x = μ + zσ. That lets you turn a desired standard-score cutoff into the original unit scale, which is useful for exam thresholds, screening cutoffs, and process-control limits.
How do I solve for the mean from a z-score?
Rearrange the z-score formula to μ = x − zσ. This is useful when you know the observed value, the spread, and the standardized position you want to match, and you need the center of the distribution that would make those numbers consistent.
Can I solve for the standard deviation from a raw score and z-score?
Yes, as long as the z-score is not zero. Rearranging the formula gives σ = (x − μ) / z. The implied standard deviation must be positive, so the sign and size of the raw-value gap and z-score need to be consistent with each other.
What does the 68-95-99.7 rule mean in practice?
It means that if the distribution is close to normal, about 68% of values fall within one standard deviation of the mean, about 95% fall within two, and about 99.7% fall within three. In practice, that gives you quick raw-score bands for what is typical, clearly unusual, and extremely unusual.
Is a z-score of 2 always significant?
Not always. A z-score of 2 means the value is two standard deviations from the mean, which is unusual under a normal model, but whether that counts as important depends on context. In some screening settings that is enough to trigger review. In others, you may need |z| > 3 or a formal statistical test before treating the value as exceptional.
Why can the percentile be misleading for skewed data?
The z-score-to-percentile conversion uses the standard normal curve. If the real data are strongly skewed or have more than one peak, the standard normal percentile may not match the actual rank in the dataset very well. In that case, the z-score still expresses distance from the mean, but the percentile should be treated as an approximation rather than an exact rank.
What is the difference between one-tailed and two-tailed areas?
A one-tailed area looks at just one side of the normal curve, such as the share above a high score. A two-tailed area combines both extremes, asking how much of the distribution is at least as far from the mean in either direction. For symmetric normal data, the two-tailed area is about twice the smaller tail.
Does a z-score automatically give me a p-value?
Not by itself. A z-score can be converted into one-tailed or two-tailed tail areas under a standard normal model, but whether that number should be treated as a formal p-value depends on the statistical test, assumptions, and sampling setup. The calculator shows tail areas for interpretation, not a complete hypothesis-testing workflow.
What is the difference between a z-score and a t-score?
A z-score uses the population standard deviation and the standard normal distribution. A t-score is used when the population standard deviation is unknown and you are working from a sample estimate, especially with smaller samples. The t-distribution has heavier tails, which changes the probability lookup even when the standardized score itself looks similar.