A Z critical value is a cutoff point on the standard normal distribution that helps you make decisions in hypothesis testing and confidence intervals. Many students and researchers prefer Excel because it offers simple functions that make these values easy to calculate without manual tables. In this guide, you will learn how to find Z critical values in Excel step by step, with clear examples for each test type. However, if you’re looking for a faster method, you can use our Z Critical Value Calculator, which gives instant results and a full explanation of the process.
Key Z Critical Value Concepts
Before you calculate Z critical values in Excel, make sure you understand these main concepts:
- Significance Level (α) -This is the probability of rejecting a true null hypothesis. It represents the area in the tail of the normal distribution. A smaller alpha means you are more confident in your results. Choosing the correct alpha is essential for accurate Z critical values.
- Confidence Level – The confidence level shows how certain you want your estimate to be. It is directly linked to alpha through the formula α = 1 – confidence level. For example, a 95% confidence level corresponds to α = 0.05.
- Test Type – The type of test determines which Z critical value to use. A left-tail test examines the lower tail of the distribution, a right-tail test the upper tail, while a two-tailed test splits alpha equally between both tails. Thus, identifying the correct test type ensures accurate calculations.
How to Find Z Critical Value in Excel Using NORM.S.INV()
The NORM.S.INV() function in Excel is one of the easiest ways to find Z critical values. This function works with the standard normal distribution, which assumes a mean of 0 and a standard deviation of 1. It returns the Z value for a given probability. Below, we explain how to use it for different types of tests with clear steps and examples.
1. Find Right-Tail Z Critical Value in Excel
To find the right-tailed z-critical value using Excel, you only need to follow these simple steps:
- Identify your α (significance level) for the test.
- Enter the formula:
=NORM.S.INV(1 - α) - Press Enter to get the Z critical value.
Example 1: Find the right-tailed Z critical value for α = 0.05.
To find this right-tailed critical value, we simply type the formula =NORM.S.INV(1 - 0.05) in excel cell. Once you click enter, the results becomes: 1.645 (See Figure 1).

2. Find Left-Tail Z Critical Value in Excel
To calculate the left-tailed z critical value using Excel, follow these simple steps:
- Identify your α (left-tail area).
- Enter the formula:
=NORM.S.INV(α) - Press Enter to get the Z critical value.
Example 2: Find the left-tailed Z critical value for α = 0.10
To find the left-sided z-critical value for α = 0.10, simply type the formula =NORM.S.INV(0.10) in any cell and click enter. The resulting left-tailed critical value will be -1.2816 (See Figure 2).

3. Find Two-Tailed Z Critical Value in Excel
To find a two-sided z-critical value using excel, simply follow these steps:
- Convert your confidence level to α using the formula,
α = 1 – confidence level - Divide α by 2.
- Enter the formula:
=NORM.S.INV(1 - α/2) - Press Enter to get the Z critical value.
Example 3: Find the two-tailed Z critical value for 95% confidence level.
If we want to be 95% confidence, then the significance level, α = 1-.95 =0.05
Thus, to compute the two-sided critical value using excel, type the formula, =NORM.S.INV(1 - 0.05/2) and hit the Enter key. The results will be 1.96 (See Figure 3).

Do you want to know how to calculate Z critical values manually using a Z table? While Excel and our calculator make it fast, understanding the table method can help you learn the basics and help you in proctored exams. For a full step-by-step with examples, check out our comprehensive guide on how to find Z critical value using Z tables.
Common Mistakes to Avoid When Computing Z Critical Values in Excel
When calculating Z critical values in Excel, beginners often make simple mistakes. Avoid these to get accurate results:
- Confusing confidence level with alpha (α): Remember that α = 1 – confidence level. Using the confidence level directly in the formula will give incorrect values.
- Forgetting α/2 in two-tailed tests: In a two-tailed test, you must divide alpha by 2 before using it in the formula.
- Mixing up left-tail and right-tail tests: Using the wrong formula for the test direction will reverse the sign of your Z critical value.
- Using the wrong function: Use NORM.S.INV() for standard Z critical values. Avoid using NORM.INV(), which is for custom distributions.
- Entering percentages instead of decimals: Excel formulas require probabilities in decimal form. For example, enter 0.05 instead of 5%.
Frequently Asked Questions
You can calculate Z critical values in Excel using the formula =NORM.S.INV(probability). For right-tail tests, use 1 – α; for left-tail tests, use α. For two-tailed tests, divide α by 2 and use 1 – α/2.
To find Zα/2 for a two-tailed test, calculate α = 1 – confidence level, divide α by 2, and use the formula: =NORM.S.INV(1 – α/2). This will give the Z critical value for the confidence interval.
Identify your α (significance level) and enter the formula: =NORM.S.INV(1 – α). Press Enter, and Excel returns the Z critical value.
Identify your α and use the formula: =NORM.S.INV(α). This will return the negative Z critical value for a left-tail test.
Differences may occur due to rounding or table approximation. Excel uses exact calculations, while Z tables often round values. Using Excel ensures precise results.