Right-Tail Z Probability Calculator
What Is the Standard Normal Table (Right Tail)?
The Standard Normal Table (Right Tail) gives P(Z > z) — the probability that a standard normal random variable Z takes a value greater than z. This area corresponds to the shaded region under the bell curve to the right of the z-score. Statisticians also call it the upper-tail probability, survival function, or complementary CDF at z.
The standard normal distribution has mean μ = 0 and standard deviation σ = 1. Any normal distribution can be standardized to this form using the z-score formula, making this single table applicable across all normal distributions regardless of the original mean or standard deviation.
Shaded area = P(Z > z) = right-tail probability from the table below
Key relationship: P(Z > z) + P(Z < z) = 1 for any continuous distribution. Right-tail and left-tail tables carry identical information — switching between them requires only the complement formula P(Z > z) = 1 − P(Z < z). Choose whichever matches your hypothesis direction.
Standard Normal Table (Right Tail) — Complete Reference
Each cell gives P(Z > z). The row gives z to one decimal place; the column gives the second decimal. Example: P(Z > 1.96) → row 1.9, column 0.06 → 0.0250. Click any cell to highlight it and load the value into the calculator above.
Values represent P(Z > z) — upper-tail area of the standard normal distribution. Computed via the complementary error function: P(Z > z) = ½ × erfc(z/√2). Values validated against NIST tables and R's pnorm(z, lower.tail=FALSE).
How to Read the Right-Tail Z-Table
Reading the table takes three steps once you have a z-score. The logic is the same whether you want a probability or a critical value — only the direction of lookup differs.
Step 1 — Identify the Row
Take the first two digits of your z-score (integer part plus one decimal). For z = 2.13, the row label is 2.1. For z = −0.47, the row label is −0.4. Row labels run from −3.4 down to −0.0 in the negative table, and from 0.0 up to 3.4 in the positive table.
Step 2 — Identify the Column
The column header is the second decimal place of your z-score. For z = 2.13, the second decimal is 0.03. Column headers run from 0.00 to 0.09 across the top of the table. Together, row and column pinpoint the z-score to two decimal places.
Step 3 — Read the Probability
The cell where the row and column intersect gives P(Z > z). For z = 2.13: row 2.1, column 0.03 → P(Z > 2.13) = 0.0166. This value is your right-tail probability. If this is a p-value, compare it directly to α. If α = 0.05, then 0.0166 < 0.05 → reject H₀.
Reverse Lookup: Finding z from a Probability
To find the critical z-value for a given α (e.g., the rejection region boundary), search the table body for the probability equal to α. For α = 0.05 in a right-tailed test, scan the positive table for 0.0500 → the closest value is 0.0505 at z = 1.64 and 0.0495 at z = 1.65, so the critical value is approximately z = 1.645. The calculator above handles this directly.
Worked Examples Using the Right-Tail Z-Table
The following examples cover the most common uses of the right-tail table: finding a probability above a score, testing a directional hypothesis, and converting between tail types.
Example 1 — Manufacturing Quality Control
Scenario: A bolt-manufacturing process has mean diameter μ = 10.00 mm and σ = 0.05 mm. A randomly selected bolt measures 10.08 mm. What is the probability that a randomly chosen bolt is at least this large?
| Step | Action | Result |
|---|---|---|
| 1 | Compute z-score | z = (10.08 − 10.00) / 0.05 = 1.60 |
| 2 | Locate in table | Row 1.6, Column 0.00 |
| 3 | Read probability | P(Z > 1.60) = 0.0548 |
| 4 | Interpret | About 5.48% of bolts exceed 10.08 mm |
Example 2 — One-Tailed Hypothesis Test (Medical Research)
Scenario: A new blood pressure medication claims to reduce systolic BP by more than 10 mmHg. A trial of n = 64 patients shows x̄ = 12.4 mmHg reduction. Population σ = 8 mmHg. Test H₀: μ = 10 vs. H₁: μ > 10 at α = 0.05.
| Step | Action | Result |
|---|---|---|
| 1 | Compute z | z = (12.4 − 10) / (8 / √64) = 2.4 / 1 = 2.40 |
| 2 | Find critical value | Right-tail α=0.05 → z* = 1.645 |
| 3 | Find p-value | P(Z > 2.40) = 0.0082 |
| 4 | Decide | 2.40 > 1.645 and 0.0082 < 0.05 → Reject H₀ |
Conclusion: There is statistically significant evidence at α = 0.05 that the medication reduces BP by more than 10 mmHg on average.
Example 3 — Student Exam Scores (Percentile Lookup)
Scenario: SAT scores are normally distributed with μ = 1060 and σ = 210. What percentage of students scored above 1480?
From the right-tail table: P(Z > 2.00) = 0.0228. Approximately 2.28% of students scored above 1480. Equivalently, a score of 1480 is at about the 97.72nd percentile.
Right-Tail vs Left-Tail Z-Table: Key Differences
Most confusion with Z-tables comes from mixing up which tail a given table reports. The comparison below clarifies when each applies and how to convert between them.
| Feature | Right-Tail Table | Left-Tail Table |
|---|---|---|
| What it gives | P(Z > z) | P(Z < z) |
| Value at z = 0 | 0.5000 | 0.5000 |
| Value at z = 1.96 | 0.0250 | 0.9750 |
| Value at z = −1.96 | 0.9750 | 0.0250 |
| Direction as z increases | Decreases toward 0 | Increases toward 1 |
| Hypothesis direction | H₁: μ > μ₀ (upper) | H₁: μ < μ₀ (lower) |
| Conversion formula | P(Z>z) = 1 − P(Z<z) | P(Z<z) = 1 − P(Z>z) |
Common Right-Tail Critical Values for Hypothesis Testing
The table below lists the most frequently used critical values for right-tailed z-tests. Memorizing these five values covers the vast majority of hypothesis testing situations.
| Significance Level α | Test Type | Critical z* | Right-Tail Area | Reject H₀ if z ≥ |
|---|---|---|---|---|
| 0.10 | Right-tailed | 1.282 | 0.1003 | 1.282 |
| 0.05 | Right-tailed | 1.645 | 0.0500 | 1.645 |
| 0.025 | Right-tailed (or two-tail α=0.05) | 1.960 | 0.0250 | 1.960 |
| 0.01 | Right-tailed | 2.326 | 0.0100 | 2.326 |
| 0.005 | Right-tailed (or two-tail α=0.01) | 2.576 | 0.0050 | 2.576 |
If z ≥ z* (or p-value ≤ α) → Reject H₀ → Statistically significant result
If z < z* (or p-value > α) → Fail to reject H₀ → Insufficient evidence
One-Tailed vs Two-Tailed Tests: When to Use the Right-Tail Table
The test type determines whether you use one tail or split the rejection region between two tails. This decision must be made before data collection, based on the research hypothesis.
Right-Tailed Test (Upper)
H₁: μ > μ₀. Entire rejection region is in the upper tail. Read P(Z > z) directly from the right-tail table. Reject H₀ if P(Z > z) < α. Most direct use of the right-tail table.
Left-Tailed Test (Lower)
H₁: μ < μ₀. Rejection region is in the lower tail. The right-tail table still helps: P(Z < z) = 1 − P(Z > z). Alternatively, use the right-tail table at −z: P(Z < −1.645) = P(Z > 1.645) = 0.05.
Two-Tailed Test
H₁: μ ≠ μ₀. Rejection region split between both tails, each with area α/2. Use the right-tail table at α/2 to find z*. p-value = 2 × P(Z > |z|).
Right-Tail Probabilities in Excel, R, and Python
Statistical software computes these values to far more decimal places than a printed table. The formulas below replicate exactly what the right-tail Z-table provides.
Microsoft Excel
Example: =1-NORM.S.DIST(1.96, TRUE) → 0.0250. In older Excel: =1-NORMSDIST(z).
R
Example: pnorm(1.96, lower.tail=FALSE) → 0.0250. R's pnorm() is the default left-tail CDF; setting lower.tail=FALSE converts to right-tail.
Python (SciPy)
stats.norm.sf(z) # P(Z > z) — survival function
Example: stats.norm.sf(1.96) → 0.0250. scipy.stats.norm.sf() is the most direct method — it computes the survival function (right-tail area) without subtraction.
Google Sheets
Google Sheets supports the same NORM.S.DIST function as Excel, with cumulative=1 (TRUE) for the CDF. The formula =1-NORM.S.DIST(1.96,1) returns 0.025004 in Google Sheets.
Common Mistakes When Using the Right-Tail Z-Table
These errors appear consistently on exams and in research. Each has a specific fix.
Mistake 1 — Using the wrong table type
Many textbooks print left-tail tables, but students use them as if they are right-tail tables. Before any lookup, confirm whether the table header says P(Z < z) or P(Z > z). If it gives P(Z < z), apply the complement: P(Z > z) = 1 − table value. This single check prevents the most common Z-table error.
Mistake 2 — Choosing α before examining the data
The significance level α and the test direction (right, left, or two-tailed) must both be set before data collection. Choosing a one-tailed test after seeing that the test statistic is positive inflates the actual Type I error rate to α rather than α/2 — it is a form of data dredging.
Mistake 3 — Forgetting to halve α for two-tailed tests
For a two-tailed test at α = 0.05, the right-tail critical value corresponds to α/2 = 0.025, not 0.05. Searching the right-tail table for 0.05 gives z* = 1.645, which is actually the one-tailed critical value. The correct two-tailed z* = 1.960 comes from finding the z where P(Z > z) = 0.025.
Mistake 4 — Treating p-values as the probability the null is true
The p-value P(Z > z) tells you the probability of getting a test statistic at least this extreme under H₀ — not the probability that H₀ is true. A p-value of 0.03 does not mean there is a 3% chance the null hypothesis is correct. It means there is a 3% chance of observing this result or something more extreme if H₀ were true.
Symbol and Concept Glossary
Every symbol used in right-tail Z-table lookups, defined concisely for exam and research reference.
| Symbol | Name | Definition |
|---|---|---|
| Z | Standard normal variable | Normal distribution with μ = 0, σ = 1 |
| z | Z-score (standard score) | z = (x − μ) / σ; number of standard deviations from mean |
| P(Z > z) | Right-tail probability | Area under standard normal curve to the right of z |
| P(Z < z) | Left-tail probability (CDF) | Cumulative area from −∞ to z; = 1 − P(Z > z) |
| α | Significance level | Maximum acceptable Type I error probability; typically 0.05 |
| z* | Critical value | Z-score where P(Z > z*) = α; boundary of rejection region |
| p-value | Probability of test statistic | For right-tail test: p = P(Z > zcomputed) under H₀ |
| H₀ | Null hypothesis | The hypothesis of no effect or no difference (e.g., μ = μ₀) |
| H₁ | Alternative hypothesis | The research claim; right-tailed: H₁: μ > μ₀ |
| σ | Population standard deviation | Required to compute z (use t-distribution if unknown) |
Additional Practice Problems with Solutions
These problems cover different application areas to show how the same table and method applies across fields.
Finance — Portfolio Returns
Annual returns on an equity fund are normally distributed with μ = 8% and σ = 12%. What is the probability of a return exceeding 20% in any given year?
z = (20 − 8) / 12 = 1.00. From the right-tail table: P(Z > 1.00) = 0.1587. There is approximately a 15.87% chance of returns exceeding 20% in a given year.
Psychology — Cognitive Test Scores
IQ scores follow a normal distribution with μ = 100, σ = 15. What proportion of the population scores above 130?
z = (130 − 100) / 15 = 2.00. Right-tail table: P(Z > 2.00) = 0.0228. About 2.28% of individuals score above 130 — the threshold commonly used to define the gifted range.
Engineering — Tensile Strength
Steel cable tensile strength has μ = 450 MPa, σ = 18 MPa. Safety requires strength above 432 MPa. What proportion of cables meet this standard?
z = (432 − 450) / 18 = −1.00. P(X > 432) = P(Z > −1.00) = 0.8413. About 84.13% of cables meet the minimum strength standard. From the negative z table, row −1.0, column 0.00 → 0.8413.
References and Further Reading
NIST/SEMATECH e-Handbook of Statistical Methods. Section 1.3.6.1: Normal Distribution. National Institute of Standards and Technology. itl.nist.gov — Authoritative U.S. government reference for the standard normal distribution, z-table methodology, and statistical testing.
Penn State STAT 414: Probability Theory. Lesson 16: Normal Distributions. Pennsylvania State University. online.stat.psu.edu — Open-access course notes covering the standard normal table, z-score computation, and probability lookup.
Khan Academy. Normal Distributions and Z-Scores. khanacademy.org — Free video lessons and practice problems on standard normal probabilities and table reading, used by millions of statistics students.
Freedman, D., Pisani, R., & Purves, R. (2007). Statistics (4th ed.). W. W. Norton. — Classic undergraduate statistics textbook with comprehensive treatment of the normal curve and probability table interpretation.
MIT OpenCourseWare — 18.650: Statistics for Applications. Lecture Notes on Normal Distribution and Hypothesis Testing. Massachusetts Institute of Technology. ocw.mit.edu — Graduate-level treatment of z-tests, p-values, and the normal distribution in hypothesis testing contexts.
Related Statistical Tables & Resources
Understanding the Right-Tail Z-Table: Three Things Every User Should Know
Why Right-Tail and Left-Tail Tables Give Different Numbers for the Same z
For positive z, the right-tail value is small (the bell curve has little area above a positive z). The left-tail value for the same z is large (most area lies below). Neither is more correct — they measure different regions. Confusion arises when a student applies the wrong complement, which produces a probability like 0.9750 when 0.0250 is expected. The fix: always confirm which tail your table reports before reading any value.
The Symmetry Property of the Standard Normal Distribution
Because the standard normal distribution is symmetric around zero: P(Z > z) = P(Z < −z). This means you only need one half of the table to find any probability. P(Z > −1.50) = P(Z < 1.50) = 1 − 0.0668 = 0.9332. Understanding symmetry lets you answer questions involving negative z-scores using the positive portion of the right-tail table. See the normal distribution page for a detailed treatment.
When to Use Z vs T: The Sample Size Rule
The right-tail Z-table applies when the population standard deviation σ is known. When σ is unknown and estimated from the sample (using s), the t-distribution applies instead — regardless of sample size. For large samples (n > 30), the t-distribution closely approximates the standard normal, so the Z-table gives essentially the same critical values. For small samples with unknown σ, use the t-distribution table to avoid underestimating the critical value.