Part of the Math & Statistics suite · 235 calculators

Inverse Normal Distribution Calculator

Go backwards from a probability to a value — the quantile function, which answers "what score puts me in the top 5%?".

The normal CDF Φ turns a value into a probability; the inverse turns a probability back into a value.

%
Results update as you type
Results
Value at that percentile
124.672802
Z-score
Value with that share ABOVE it
Two-sided interval — lower
Two-sided interval — upper
Share above this value
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows US usage (math, parentheses, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About inverse normal distribution

How the inverse normal distribution calculator works

The normal CDF Φ turns a value into a probability; the inverse turns a probability back into a value. There is no closed form, so it is found here by bisection on Φ to full double precision.

Given a mean and standard deviation, the answer is μ + zσ where z is the standard normal quantile — which is how percentile cut-offs, control limits and value-at-risk are all computed.

Formula: x = μ + σ Φ⁻¹(p)

Worked examples

InputsValue at that percentileNote
95th percentile of IQ124.672802124.7 — z = 1.645
The median100z = 0, value = the mean
The top 1%134.895205134.9

Frequently asked questions

What is the inverse normal used for?

Turning a percentile into a score: exam cut-offs, control chart limits, value-at-risk, sample-size formulas.

What is the z for the 95th percentile?

1.645. For the 97.5th it is 1.960, which is where the familiar ±1.96 of a 95% interval comes from.

Why is there no formula?

The normal CDF has no elementary antiderivative, so its inverse cannot be written in closed form. Everything computes it numerically.

What is the difference between one- and two-sided?

The 95th percentile leaves 5% above; a two-sided 95% interval leaves 2.5% in each tail and runs from the 2.5th to the 97.5th percentile.

Is this the same as the probit function?

Yes — probit is another name for the standard normal quantile function.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.