Inverse Normal CDF Calculator
Find the value at any given percentile of a normal distribution by entering the probability, mean, and standard deviation. Powered by the Acklam rational approximation.
The cumulative probability P(X ≤ x).
Result
1.2816
For a normal distribution with mean 0 and standard deviation 1, the value at the 90th percentile is 1.2816
Quick Answer
The inverse normal CDF calculator finds the value x at a given cumulative probability p in a normal distribution: x = mean + standard deviation × Φ⁻¹(p). Φ⁻¹(p) is the standard-normal quantile, computed using the Acklam rational approximation. For a distribution with mean 100 and standard deviation 15 (IQ-scale), the value at the 90th percentile (p = 0.90) is 100 + 15 × 1.2816 = 119.22. If you have a value and want the probability, use the Normal CDF Calculator instead.
How An Inverse Normal CDF Calculator Works, Step By Step
The inverse normal CDF calculator solves the reverse problem from the normal CDF. The forward direction asks: given a value x, what fraction of a normally distributed population falls at or below it? The inverse direction asks: given that fraction (the cumulative probability p), what value x corresponds to it? This calculator handles the inverse direction. The calculation finds the value at a specific percentile of any normal distribution defined by its mean and standard deviation. It is the tool to use when a problem gives you a probability and asks for the corresponding value, such as finding the score that separates the top 10 percent of a test distribution, or the dosage threshold below which 5 percent of a population falls. The standard-normal quantile function Φ⁻¹(p) has no simple closed-form algebraic solution, so the calculator uses Peter Acklam's rational approximation, a widely used algorithm that gives results accurate to better than 1.15 × 10⁻⁹ relative error across the full probability range.
Inverse Normal CDF: The Formula Behind Every Result
x = μ + σ × Φ⁻¹(p). Φ⁻¹(p) is calculated via Peter Acklam's rational approximation algorithm for the standard-normal quantile function.
- General formula: x = μ + σ × Φ⁻¹(p).
- μ (mu) = population mean, σ (sigma) = standard deviation, p = cumulative probability.
- Φ⁻¹(p) = standard-normal quantile function (Acklam rational approximation).
- Relative error < 1.15 × 10⁻⁹ across full (0, 1) probability range.
Getting Started With Inverse Normal CDF: Step By Step
Inputs
- Cumulative probability p between 0 and 1 exclusive (e.g. 0.90 for 90th percentile).
- Mean (centre) of the normal distribution.
- Standard deviation (spread) of the distribution (must be positive).
Steps
- Enter the probability p (for a percentile, divide by 100: 90th percentile = 0.90).
- Enter the mean of the distribution.
- Enter the standard deviation.
- Read the value x from the output field.
- See the shaded area on the bell-curve graphic to confirm the queried percentile visually.
- To solve the reverse problem (value to probability), use the Normal CDF Calculator.
Inverse Normal CDF Example With Every Working Step Shown
IQ-style test with mean = 100, standard deviation = 15, target = 90th percentile (p = 0.90)
- Find standard-normal quantile: Φ⁻¹(0.90) = 1.2816 (via Acklam approximation).
- Apply formula: x = 100 + 15 × 1.2816.
- Calculate: x = 100 + 19.224 = 119.22.
119.22 score sits at the 90th percentile (90% of scores fall at or below 119.22).
When An Inverse Normal CDF Calculator Is Most Useful
Use this calculator when a statistics problem gives you a probability or percentile and asks for the corresponding value. Common applications include finding score cutoffs for academic percentile rankings, computing value-at-risk thresholds in finance (a specific percentile of a loss distribution), setting quality-control limits (the value below which a defined fraction of parts fall), and finding reference intervals in clinical testing (the 2.5th and 97.5th percentile values that define a 95 percent reference range).
For other math calculations, visit the math calculators hub, and check the glossary for definitions of common technical terms.
Assumptions
- The underlying distribution is assumed to be normal (Gaussian).
- The probability p must be strictly between 0 and 1; values of exactly 0 or 1 are undefined.
- Standard deviation must be a positive number.
- Results assume a continuous, symmetric normal distribution; discrete or skewed distributions require different methods.
Limitations
- Does not handle distributions other than normal (Gaussian); for t-distributions or chi-square, use dedicated calculators.
- Not suitable for finding quantiles of empirical or unknown distributions.
- The Acklam approximation has a relative error below 1.15 × 10⁻⁹, which is sufficient for practical work but is not an exact analytical result.
- Does not compute confidence intervals or hypothesis test critical values directly.
In Practice
The most common confusion is between the inverse CDF and the CDF itself. The CDF answers "I have a value; what is the probability?" The inverse CDF answers "I have a probability; what is the value?" If you type a probability into the wrong calculator, you get a probability out when you wanted a value, or a value out when you wanted a probability. Check the direction first: value to probability runs the forward (CDF) direction; probability to value runs the inverse direction handled by this tool. The bell-curve graphic on this page shades the area to the left of the result, which makes the direction visually obvious.
Related Calculators
Normal CDF Calculator
Find the chance below, above, or between values on a normal curve from its mean, spread, and one or two cutoffs for each result.
Open the CalculatorVector Dot Product Calculator
Find the dot product of two three-dimensional vectors and the angle between them, with a step-by-step worked example showing every multiplication and sum.
Open the CalculatorRelated Guides
- How To Average Percentages Without Common Mistakes
Learn when to average percentages directly, when to use a weighted average, and why mixed group sizes can make a simple average misleading result.
- How To Find Backwards Percentages From Final Values
Learn the backwards percentage method for finding an original value before an increase or decrease, with formulas, checks, and worked examples.
- Calculator Evolution From Abacus to Online Tools Today
Follow calculator evolution from abacus and slide rules to mechanical calculators, handheld electronics, software, and modern online tools today.
- How To Find A Percentage On A Calculator, Step By Step
Find a percentage on a calculator using the percent button or the decimal method, with worked examples for percentage of a number, increase and decrease.
- How To Calculate Architectural Scale
Learn how to calculate architectural scale with this simple step-by-step math guide. We cover how to read plans, find ratios, and measure real paper lines.
- How To Calculate Attendance Percentage For Sessions
Calculate attendance percentage from attended and total sessions. See the formula, a worked example, and common checks for class or staff records.
Inverse Normal CDF Calculator: Frequently Asked Questions
What Is the Inverse Normal CDF?
The inverse normal CDF is a function that takes a cumulative probability p and returns the value x at which a normal distribution accumulates exactly that probability. It is the mathematical inverse of the normal CDF: where the CDF maps values to probabilities, the inverse maps probabilities to values. It is also called the quantile function, the percent-point function, or the probit function for the standard normal.
How Is This Different From the Normal CDF Calculator?
The Normal CDF Calculator takes a value x and returns the cumulative probability: the fraction of the distribution at or below x. This calculator does the reverse: it takes a probability p and returns the corresponding value x. Use the Normal CDF when you have a score and want a percentile; use this calculator when you have a percentile and want a score.
What Algorithm Does This Calculator Use for Φ⁻¹(p)?
This calculator uses Peter Acklam's rational approximation for the standard-normal quantile function. Acklam's algorithm divides the (0, 1) probability range into a central region and two tail regions, applying different rational polynomial approximations to each for maximum accuracy. The relative error is below 1.15 × 10⁻⁹ across the full range, making it more than accurate enough for any practical statistical application. The same approach underlies Excel's NORM.S.INV function.
What Does a Probability of 0.95 Mean in This Calculator?
A probability of 0.95 means the 95th percentile: the value below which 95 percent of the distribution falls. Entering p = 0.95 with mean = 0 and standard deviation = 1 (the standard normal) returns the z-score 1.645, the critical value used in one-sided 95 percent hypothesis tests and confidence intervals.
Can I Use This for a Standard Normal Distribution?
Yes. Enter mean = 0 and standard deviation = 1 to get the standard-normal quantile (z-score) for any probability. The result is Φ⁻¹(p) directly, without any scaling. For example, p = 0.975 returns z = 1.960, the critical value for a two-sided 95 percent confidence interval.
Sources
Last updated: . Reviewed for accuracy against the formula shown above.