NORMSINV Function

Excel Functions › Compatibility

All versions (legacy) Compatibility

The Excel NORMSINV function returns the inverse of the standard normal cumulative distribution — given a probability, it returns the matching z-score. It is a legacy function; Microsoft replaced it in Excel 2010 with NORM.S.INV, which takes the same argument.


Quick answer:
=NORMSINV(0.8413) z-score for that probability ≈ 1

Syntax

=NORMSINV(probability)
ArgumentDescription
probabilityRequiredA probability associated with the standard normal distribution, between 0 and 1.

How to use it

NORMSINV is the reverse of NORMSDIST: supply a cumulative probability and it returns the z-score (standard deviations from the mean) at that percentile of the standard normal distribution.

=NORMSINV(0.8413) // z ≈ 1
=NORMSINV(0.975) // z ≈ 1.96

It is the standard tool for finding critical z-values for confidence intervals and hypothesis tests. Feeding the output of NORMSDIST back into NORMSINV returns the original z. The probability must be between 0 and 1.

Use NORM.S.INV in Excel 2010 and later. NORMSINV is kept only for backward compatibility. Microsoft recommends NORM.S.INV, which takes the same single probability argument.

Try it: interactive demo

Live demo

Pick a NORMSINV example to see the formula and its result.

Result:

Practice workbook

📊
Download the free NORMSINV practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

Should I use NORMSINV or NORM.S.INV?
Use NORM.S.INV in Excel 2010 or later — it takes the same single probability argument and is the supported function. NORMSINV is kept only for older workbooks.
How does NORMSINV relate to NORMSDIST?
They are inverses. NORMSDIST(z) turns a z-score into a probability; NORMSINV(probability) turns that probability back into a z-score.
What z-score does NORMSINV(0.975) give?
About 1.96 — the familiar critical value for a two-sided 95% confidence interval. NORMSINV(0.995) gives roughly 2.576 for a 99% interval.
What range must the probability be in?
The probability must be between 0 and 1 (and not exactly 0 or 1). Values outside that range, or non-numeric inputs, return an error.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: NORM.S.INV · NORMSDIST · NORMINV · NORMDIST · CONFIDENCE