Inverse Normal Distribution Interactive — Finding Values from Probabilities

Normal Problems Run Backwards

Most normal distribution questions give you a value and ask for its probability. But inverse problems flip the script — you're given a probability and must find the value that produces it. Adjust the target percentile below to see how the inverse normal function locates the exact z-score needed.

Inverse Normal Transform
50TH PERCENTILE
Slider sets target cumulative probability
Z = 0.00 → P = 50.0%
Target Percentile
1% 25% 50% 75% 99%
Z-SCORE
0.00
CUMULATIVE P
50.0%

Percentile problems are inverse normal problems where the nth percentile is the value below which n percent of observations fall. When a question asks "find the 75th percentile," you're solving Φ⁻¹(0.75) to get the z-score, then transforming back using x = μ + zσ. The inverse normal function reverses the standard cumulative distribution, taking a probability as input and returning the corresponding z-score. This is essential for quality control specifications, clinical cutoffs, and standardised test scoring where thresholds must be set based on desired population percentages.

Know This
The inverse normal function Φ⁻¹ takes a probability and outputs the z-score that produces that cumulative probability, allowing you to find raw data values from percentile targets using x = μ + zσ.