Table of Contents
Understanding the relationship between the area under the curve and the corresponding Z-score is fundamental in statistics. The normal distribution, often visualized as a bell curve, is used extensively to model real-world phenomena. When analyzing data, we often need to determine which specific Z-score—representing the number of standard deviations an observation is from the mean—corresponds to a certain probability or proportion (area) of the data set.
The area under the standard normal distribution curve represents the probability of an event occurring within a specific range. Finding the Z-score (also known as the standard score) for a given area allows us to standardize measurements and compare results across different distributions. This guide outlines the three most common and reliable methods used to perform this essential calculation.
Three Primary Methods for Z-Score Calculation
There are three robust methods for determining the Z-score associated with a specific area under a standard normal distribution curve. Each method serves the same purpose but utilizes different tools and levels of precision:
- Use the Standard Normal Distribution Table (commonly referred to as the Z-table).
- Utilize a Statistical Calculator or Online Tool, often a specialized Percentile to Z-Score converter.
- Employ the invNorm() function available on advanced graphing calculators like the TI-84 calculator.
The following detailed examples demonstrate the application of each of these techniques, covering scenarios where the area is defined to the left, to the right, or centered between two values.
Example 1: Finding the Z-Score Given Area to the Left
In this first scenario, we are asked to find the specific Z-score that defines the boundary where 15.62% of the distribution’s total area lies to its left. Since the area is less than 0.5 (or 50%), we immediately know that the resulting Z-score must be negative, as it falls on the left side of the mean (which corresponds to a Z-score of 0).
To begin, we convert the given percentage (15.62%) into a decimal proportion: 0.1562. This decimal value represents the cumulative probability from the far left tail up to the unknown Z-score. This visualization is crucial for selecting the correct technique, especially when using the standard Z-table.

Method 1: Using the Z-Table (Area to the Left)
The Z-table is structured to provide the cumulative area (probability) to the left of a corresponding Z-score. Therefore, when the area to the left is given, the process is straightforward: we look up the area value within the body of the table and identify the associated Z-score along the margins.
We search for the value closest to 0.1562 inside the negative Z-score section of the table. Locating this value reveals that the corresponding Z-score is derived from the row value of -1.0 and the column value of .01. Combining these yields the precise result. The Z-score that corresponds to a cumulative probability of 0.1562 is exactly -1.01.

Method 2: Using the Percentile to Z-Score Calculator (Area to the Left)
Many statistical software packages and specialized online calculators simplify this task by directly accepting the area to the left, which is functionally equivalent to the percentile rank. Since 15.62% of the area is to the left, this Z-score marks the 15.62th percentile of the distribution.
When utilizing a dedicated calculator, inputting the percentile value of 0.1562 immediately returns the standardized score. According to the calculator, the Z-score that corresponds to a percentile of 0.1562 is definitively -1.01. This digital method offers high speed and accuracy, minimizing the risk of reading errors associated with manual table lookup.

Method 3: Using the invNorm() Function on a TI-84 Calculator (Area to the Left)
For those using advanced statistical calculators, such as the TI-84 calculator, the inverse normal function, invNorm(), is the most efficient tool. This function requires the user to input the cumulative area (probability) from the left, the mean ($mu$), and the standard deviation ($sigma$). For the standard normal curve, we always use $mu=0$ and $sigma=1$.
The required syntax for this problem is invNorm(0.1562, 0, 1). Executing this command on a TI-84 calculator yields the precise Z-score. The result confirms that the Z-score corresponding to an area of 0.1562 to the left is -1.01.

Example 2: Finding the Z-Score Given Area to the Right
This example introduces a crucial step in the calculation process. We are asked to find the Z-score that has 37.83% of the distribution’s area located to its right. Since the area to the right (the tail) is less than 50% (0.5), we know this Z-score must be positive, residing to the right of the mean.
The critical distinction here is that nearly all standard statistical tools, including the Z-table and the invNorm() function, rely on the cumulative area to the left. Therefore, the first step must always be converting the given area to the right into its corresponding area to the left. We use the principle that the total area under the curve equals 1.0.

If the area to the right is 0.3783 (37.83%), then the area to the left is calculated as: $1 – 0.3783 = 0.6217$. We now proceed using this cumulative area of 0.6217.
Method 1: Using the Z-Table (Area to the Right)
Having established the area to the left is 0.6217, we consult the body of the Z-table, searching for the value closest to 0.6217. Because this cumulative area is greater than 0.5, we focus on the positive Z-scores section of the table.
Upon locating 0.6217, we read the corresponding Z-score from the row and column headers. The value 0.6217 corresponds precisely to a row value of 0.3 and a column value of .01. Thus, the Z-score that bounds 37.83% of the area to the right (or 62.17% to the left) is 0.31.

Method 2: Using the Percentile to Z-Score Calculator (Area to the Right)
Similar to the previous example, a statistical calculator requires the input of the cumulative area to the left, or the percentile. We input the cumulative area of 0.6217 into the calculator.
The calculator processes the input 0.6217, returning the Z-score associated with the 62.17th percentile. The resulting Z-score is 0.3099. This demonstrates the higher precision of digital tools compared to the two-decimal rounding typically required by the manual Z-table (0.31).

Method 3: Using the invNorm() Function on a TI-84 Calculator (Area to the Right)
When using the invNorm() function on a TI-84 calculator, we must ensure we input the corrected area to the left: 0.6217. We utilize the standard parameters for the standard normal curve ($mu=0, sigma=1$).
The command structure invNorm(0.6217, 0, 1) yields the Z-score that bounds 0.6217 area to the left, which is 0.3099. The consistency of results across the advanced methods confirms the accuracy of our initial conversion step.

Example 3: Finding Z-Scores Given Area Between Two Values
This final example addresses finding two specific Z-scores that symmetrically capture a central portion of the distribution. We are tasked with finding the pair of Z-scores that enclose 95% (0.95) of the distribution’s area between them. This calculation is vital when determining critical values for confidence intervals.
Because the normal distribution is symmetrical, the remaining 5% (or $1 – 0.95 = 0.05$) must be equally split between the two tails. This means that 2.5% (0.025) lies in the extreme left tail, and 2.5% (0.025) lies in the extreme right tail.

To find the critical Z-scores, we calculate the Z-score corresponding to the area of the left tail (0.025). Due to symmetry, the positive Z-score will be the exact opposite (absolute value) of the negative one.
Method 1: Using the Z-Table (Area Between Two Values)
We need to find the Z-score corresponding to a cumulative area (area to the left) of 0.025. We search the negative side of the Z-table for the value 0.0250. This is one of the most frequently used critical values in statistics.
Locating 0.0250 in the body of the table identifies the corresponding row as -1.9 and the column as .06. Therefore, the lower Z-score is -1.96. By symmetry around the mean (0), the upper Z-score is +1.96. Thus, the Z-scores that contain 95% of the distribution between them are -1.96 and 1.96.

Method 2: Using the Percentile to Z-Score Calculator (Area Between Two Values)
In this context, we are looking for the Z-score corresponding to the 2.5th percentile (0.025). Inputting this value into the Percentile to Z-Score Calculator provides the lower bound score directly.
The calculation confirms that the Z-score associated with a cumulative probability of 0.025 is exactly -1.96. Consequently, the Z-scores that contain 95% of the distribution between them are -1.96 and 1.96.

Method 3: Using the invNorm() Function on a TI-84 Calculator (Area Between Two Values)
The invNorm() function is extremely valuable for finding these symmetric critical values. We use the area of the left tail, 0.025, along with the standard parameters of the TI-84 calculator.
Running the command invNorm(0.025, 0, 1) confirms the precise lower Z-score: -1.96. Thus, the Z-scores that contain 95% of the distribution between them are -1.96 and 1.96.

Conclusion: Selecting the Right Tool
Mastering the ability to determine a Z-score from a given area under the curve is a core statistical skill. While the specific methods vary in complexity and required tools, the underlying principle—finding the standard score that corresponds to a cumulative probability—remains constant. Choosing the appropriate method depends entirely on the resources available and the required level of calculation precision.
- The Z-table: Reliable and requires no technology, but demands careful interpretation and area conversion (from right to left) and is prone to slight rounding errors.
- Statistical Calculators: Offer speed and high precision, ideal for quick calculations, especially when dealing with complex percentile ranks that are not easily found in the Z-table.
- TI-84 invNorm(): The most efficient method for students and professionals, providing exact results instantly for any cumulative area input, provided the user remembers the critical step of calculating the area to the left first.
Cite this article
stats writer (2025). How to Easily Find Z-Scores from Area Under a Normal Distribution. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-to-find-z-scores-given-area-with-examples/
stats writer. "How to Easily Find Z-Scores from Area Under a Normal Distribution." PSYCHOLOGICAL SCALES, 5 Dec. 2025, https://scales.arabpsychology.com/stats/how-to-find-z-scores-given-area-with-examples/.
stats writer. "How to Easily Find Z-Scores from Area Under a Normal Distribution." PSYCHOLOGICAL SCALES, 2025. https://scales.arabpsychology.com/stats/how-to-find-z-scores-given-area-with-examples/.
stats writer (2025) 'How to Easily Find Z-Scores from Area Under a Normal Distribution', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-to-find-z-scores-given-area-with-examples/.
[1] stats writer, "How to Easily Find Z-Scores from Area Under a Normal Distribution," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, December, 2025.
stats writer. How to Easily Find Z-Scores from Area Under a Normal Distribution. PSYCHOLOGICAL SCALES. 2025;vol(issue):pages.
