Intermediate

Inverse Normal Distribution Calculator — Probit / Quantile

Given a cumulative probability p, find the value x such that P(X ≤ x) = p for a normal distribution with the specified mean and standard deviation.
P(X ≤ x) — must be strictly between 0 and 1
Mean of the normal distribution (default 0 for standard normal)
Must be positive (default 1 for standard normal)
x value (quantile)
1.9600

The value x such that P(X ≤ x) equals the input probability

z-score (standard normal)
1.96
Input probability p
97.5 %
Upper tail probability (1 − p)
2.5 %
x = μ + z·σ
0 + 1.96 × 1
Shaded area = input probability p; x is the right boundary of that area
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

The inverse normal distribution (probit) finds the value x such that P(X ≤ x) = p for a normal distribution with given mean μ and standard deviation σ. The formula x = μ + σ·Φ⁻¹(p) uses a rational approximation accurate to 10 significant figures. Standard normal z-scores (μ=0, σ=1) are shown alongside x.

Formula
x = μ + σ · Φ⁻¹(p) where Φ⁻¹ is the standard-normal quantile (probit) function
How this is calculated

The normal (Gaussian) CDF Φ(z) gives the probability that a standard normal variable is ≤ z. The inverse problem — given a probability p, find the corresponding z — is solved by the probit function Φ⁻¹(p). Because no closed-form formula exists, the calculator uses the rational polynomial approximation by Peter Acklam, which is accurate to better than 1.15 × 10⁻⁹ absolute error across the entire (0, 1) interval.

The result for a general normal distribution with mean μ and standard deviation σ is x = μ + σ · z. Setting μ = 0 and σ = 1 gives the pure z-score. Common uses: finding critical values for hypothesis tests (e.g. p = 0.975 gives z ≈ 1.96, the two-tailed 95% confidence-interval boundary), computing percentile cutoffs, and calibrating signal-detection models.

The function is only defined for p strictly between 0 and 1. At the boundaries (p = 0 or p = 1) the result is ±∞. Very small or very large probabilities require accurate tail approximations — this implementation handles tails below p = 0.02425 and above p = 0.97575 with a dedicated rational polynomial to maintain precision.

Frequently asked questions

The probit function (probability unit) is the quantile function of the standard normal distribution — the inverse of Φ(z). Probit(0.5) = 0 (the median), probit(0.975) ≈ 1.96 (the 97.5th percentile), and probit(0.9) ≈ 1.282.

For a two-tailed test at the 5% significance level, you need the 97.5th percentile (p = 0.975) of the standard normal. Enter p = 0.975 with μ = 0 and σ = 1 to get z ≈ 1.96 — the value that leaves 2.5% in each tail.

Yes — enter your distribution's mean and standard deviation in the corresponding fields. The calculator scales the z-score to x = μ + σ·z automatically, so you can work directly with the original variable units.

Also known as

probit calculator
inverse normal cdf
quantile normal distribution
z score from probability
normal distribution percentile calculator
inverse gaussian calculator
phi inverse calculator

APA

TG we-Calculate Editorial Team. (2026). Inverse Normal Distribution Calculator — Probit / Quantile [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/inverse-normal-distribution-calculator

Chicago

TG we-Calculate Editorial Team. "Inverse Normal Distribution Calculator — Probit / Quantile." TG we-Calculate. 2026. https://we-calculate.com/calculator/inverse-normal-distribution-calculator.

IEEE

TG we-Calculate Editorial Team, "Inverse Normal Distribution Calculator — Probit / Quantile," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/inverse-normal-distribution-calculator

BibTeX

@misc{wecalculate_inverse_normal_distribution_calculator, title = {Inverse Normal Distribution Calculator — Probit / Quantile}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/inverse-normal-distribution-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?