Inverse Normal Distribution Calculator
Find the z-score or x-value that corresponds to a given cumulative probability. This is the inverse of the normal CDF, also called the quantile function or probit function.
The inverse normal distribution answers the question: "What value has a given percentage of the distribution below it?"
What it does:
Given a probability p, it finds the value x such that P(X < x) = p. For the standard normal distribution (mean = 0, SD = 1), this gives you the z-score directly.
Common Inverse Normal Values:
| Probability | Z-Score | Use Case |
|---|---|---|
| 0.90 | 1.2816 | 90% CI lower z |
| 0.95 | 1.6449 | One-tailed 5% significance |
| 0.975 | 1.9600 | 95% CI / two-tailed 5% |
| 0.99 | 2.3263 | One-tailed 1% significance |
| 0.995 | 2.5758 | 99% CI / two-tailed 1% |
Converting to Any Normal Distribution:
x = mean + z x SD
For example, if IQ scores have mean 100 and SD 15, the 95th percentile is: x = 100 + 1.6449 x 15 = 124.67.
Where it is used: Setting confidence intervals, finding critical values for hypothesis tests, determining percentile cutoffs, and quality control limits.