... LIVE
p
Area to the LEFT of the value Enter a probability between 0 and 1
ฮผ
Population mean (0 for standard normal)
ฯƒ
Population std deviation (1 for standard normal)
X-VALUE (INVERSE NORMAL)
โ€”
Z-Score
โ€”
Upper Tail Probability
โ€”
Two-Tailed Critical Region
โ€”
Percentile
โ€”
Was this calculator helpful?

Common invNorm Values (Standard Normal)

Probability (p)Z-Score (invNorm)Common Use
0.9001.28290% confidence (one-tailed)
0.9501.64595% confidence (one-tailed)
0.9751.96095% CI (two-tailed, each side)
0.9902.32699% confidence (one-tailed)
0.9952.57699% CI (two-tailed, each side)
0.99953.29199.9% CI (two-tailed)

Frequently Asked Questions

The inverse normal distribution (also called the quantile function or probit function) finds the z-score or x-value that corresponds to a given cumulative probability. For example, if you want the value below which 95% of a normal distribution falls, the inverse normal gives you that value.

The normal CDF takes a z-score and returns a probability (area under the curve to the left). The inverse normal does the opposite โ€” it takes a probability and returns the z-score. If normalcdf(z) = 0.975, then invNorm(0.975) = 1.96.

On a TI-84: press 2nd โ†’ VARS (DISTR) โ†’ scroll to invNorm( โ†’ enter (probability, mean, standard deviation). For example, invNorm(0.95, 0, 1) gives 1.645, which is the z-score with 95% of the distribution to its left.

invNorm(0.95) = 1.6449. This means 95% of a standard normal distribution falls below a z-score of 1.645. It's commonly used in statistics for one-tailed 95% confidence intervals and hypothesis testing.

For a 95% confidence interval (two-tailed), the critical z-score is ยฑ1.96. This comes from invNorm(0.975) = 1.96, which leaves 2.5% in each tail. For a 99% CI, the critical z is ยฑ2.576 (invNorm(0.995)).

The inverse normal is used in: finance (Value at Risk calculations), quality control (finding defect thresholds), medicine (clinical trial confidence intervals), psychology (percentile scoring on standardized tests), and engineering (reliability analysis and failure rate thresholds).

Sources & Methodology

All calculations use verified formulas from authoritative sources. Updated March 2026.
๐Ÿ“š
Abramowitz & Stegun โ€” Handbook of Mathematical Functions
Rational approximation for the inverse normal distribution (algorithm 26.2.17)
๐ŸŽ“
NIST/SEMATECH e-Handbook of Statistical Methods
Normal distribution quantile function and statistical computing methodology
๐Ÿ›๏ธ
Texas Instruments TI-84 Reference
invNorm() function documentation and statistical distribution calculations
Methodology: Uses rational approximation of the inverse error function: z = t โˆ’ (aโ‚€+aโ‚t+aโ‚‚tยฒ)/(1+bโ‚t+bโ‚‚tยฒ+bโ‚ƒtยณ) where t=โˆš(โˆ’2ln(p)). x = ฮผ + zร—ฯƒ.
Last reviewed: March 2026

Related Calculators