... 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

Popular Calculators

🧮

Missing a Education Calculator?

Can’t find the education calculator you need? Tell us — we build new ones every week.