Skip to content

Inverse Normal Calculator

Given a mean, standard deviation, and a target percentile, find the value at that percentile.

What this answers

This calculator answers the reverse question from the Normal Distribution Calculator: instead of "what area corresponds to this value?" it asks "what value corresponds to this area?" Given a target percentile (a probability between 0 and 1), it returns the value below which that fraction of the distribution falls.

How it is calculated

This calculator finds the standard normal z-score corresponding to your target percentile (using a rational-function approximation of the inverse standard normal CDF), then converts that z-score back to your distribution's actual scale using your entered mean and standard deviation.

Worked example

For a standard normal distribution (mean 0, SD 1) and a target percentile of .975: the result is approximately 1.95996, the well-known critical value used throughout this project's confidence intervals for a two-sided 95% level.

Assumption audit

Calculated from your data: the exact value at your requested percentile, given your stated mean and standard deviation.
Evidence to review: whether your quantity is genuinely well-modeled as normal; use the Histogram Maker to check before trusting a percentile derived from an assumed normal model.
You must verify: that your mean and standard deviation inputs are themselves accurate for the population you care about.

Common mistakes

A common mistake is entering a one-sided percentile when a two-sided critical value was intended, or vice versa; a two-sided 95% confidence level corresponds to the .975 percentile, not .95. Another is forgetting that percentiles very close to 0 or 1 correspond to extreme values far in the tails, which are mathematically valid but often represent situations well outside what the normal model can be trusted to describe. A third is confusing this calculator's output (a value on your data's original scale) with a z-score (a value on the standardized scale); this calculator converts back to your original units automatically.

What this result does not mean

This value is a property of the assumed normal model at your entered mean and SD, not a guaranteed real-world threshold. If the true distribution is skewed or heavy-tailed, the actual value at that percentile in your real data can differ noticeably from what this model-based calculation returns.

Limitations

This result is entirely conditional on the normal model actually applying at your entered mean and SD; it does not itself test that assumption.