Z-Score Table

Standard normal distribution table — find probabilities for any z-score.

Last updated: 2026-03-22

Hover over a cell to see the z-score and probability

z0.000.010.020.030.040.050.060.070.080.09
0.00.50000.50400.50800.51200.51600.51990.52390.52790.53190.5359
0.10.53980.54380.54780.55170.55570.55960.56360.56750.57140.5753
0.20.57930.58320.58710.59100.59480.59870.60260.60640.61030.6141
0.30.61790.62170.62550.62930.63310.63680.64060.64430.64800.6517
0.40.65540.65910.66280.66640.67000.67360.67720.68080.68440.6879
0.50.69150.69500.69850.70190.70540.70880.71230.71570.71900.7224
0.60.72570.72910.73240.73570.73890.74220.74540.74860.75170.7549
0.70.75800.76110.76420.76730.77040.77340.77640.77940.78230.7852
0.80.78810.79100.79390.79670.79950.80230.80510.80780.81060.8133
0.90.81590.81860.82120.82380.82640.82890.83150.83400.83650.8389
1.00.84130.84380.84610.84850.85080.85310.85540.85770.85990.8621
1.10.86430.86650.86860.87080.87290.87490.87700.87900.88100.8830
1.20.88490.88690.88880.89070.89250.89440.89620.89800.89970.9015
1.30.90320.90490.90660.90820.90990.91150.91310.91470.91620.9177
1.40.91920.92070.92220.92360.92510.92650.92790.92920.93060.9319
1.50.93320.93450.93570.93700.93820.93940.94060.94180.94290.9441
1.60.94520.94630.94740.94840.94950.95050.95150.95250.95350.9545
1.70.95540.95640.95730.95820.95910.95990.96080.96160.96250.9633
1.80.96410.96490.96560.96640.96710.96780.96860.96930.96990.9706
1.90.97130.97190.97260.97320.97380.97440.97500.97560.97610.9767
2.00.97720.97780.97830.97880.97930.97980.98030.98080.98120.9817
2.10.98210.98260.98300.98340.98380.98420.98460.98500.98540.9857
2.20.98610.98640.98680.98710.98750.98780.98810.98840.98870.9890
2.30.98930.98960.98980.99010.99040.99060.99090.99110.99130.9916
2.40.99180.99200.99220.99250.99270.99290.99310.99320.99340.9936
2.50.99380.99400.99410.99430.99450.99460.99480.99490.99510.9952
2.60.99530.99550.99560.99570.99590.99600.99610.99620.99630.9964
2.70.99650.99660.99670.99680.99690.99700.99710.99720.99730.9974
2.80.99740.99750.99760.99770.99770.99780.99790.99790.99800.9981
2.90.99810.99820.99820.99830.99840.99840.99850.99850.99860.9986
3.00.99870.99870.99870.99880.99880.99890.99890.99890.99900.9990
3.10.99900.99910.99910.99910.99920.99920.99920.99920.99930.9993
3.20.99930.99930.99940.99940.99940.99940.99940.99950.99950.9995
3.30.99950.99950.99950.99960.99960.99960.99960.99960.99960.9997
3.40.99970.99970.99970.99970.99970.99970.99970.99970.99970.9998
3.50.99980.99980.99980.99980.99980.99980.99980.99980.99980.9998
3.60.99980.99980.99990.99990.99990.99990.99990.99990.99990.9999
3.70.99990.99990.99990.99990.99990.99990.99990.99990.99990.9999
3.80.99990.99990.99990.99990.99990.99990.99990.99990.99990.9999
3.91.00001.00001.00001.00001.00001.00001.00001.00001.00001.0000

How to Read the Z-Score Table

The part that trips most people up is the grid logic itself: rows represent your z-score's integer and first decimal digit, while columns carry the second decimal place. Once you see that structure, every lookup takes about five seconds.

To find P(Z ≤ 1.23), locate row 1.2 and follow it to column .03, where the intersection reads 0.8907, meaning roughly 89% of the distribution falls below that point on the standard normal curve. The old-school approach of literally sliding your finger across the row still works well for building intuition, because tracing through the table reinforces what the cumulative probability actually represents.

Standard Normal Distribution Table — Cumulative Format

The single biggest source of wrong answers in z-table work is not arithmetic — it is grabbing a table in the wrong format. The NIST/SEMATECH e-Handbook of Statistical Methods (section 1.3.6.7.1) lists the 0-to-z area, so z = 1.00 reads 0.3413 there.

Where NIST lists 0.3413 at z = 1.00 (0-to-z format), this table shows 0.8413 — cumulative from the far left.

That distinction matters in practice. Exam questions almost always ask for P(Z ≤ z) or P(Z > z) — one lookup, one possible subtraction. If your textbook answers run exactly 0.5 lower than ours, the book uses the NIST 0-to-z convention; add 0.5 and you are reconciled.

Negative Z-Score Table

Most people figure out quickly that the negative side is just a mirror, and they are right — P(Z ≤ −z) = 1 − P(Z ≤ z) means every negative entry is already implied by the positive table. We built the toggle anyway because doing that subtraction under exam conditions, when you are also tracking sign conventions and degrees of freedom, is where mistakes creep in. Flip to the negative side and the value is already there.

z P(Z ≤ z) Where it appears
−1.0000.1587One SD below the mean — bottom 16% cutoff
−1.5000.0668Common textbook exercise value
−1.6450.0500One-tailed test at α = 0.05 (left tail)
−1.9600.0250Two-tailed test at α = 0.05 (lower bound)
−2.3260.0100One-tailed test at α = 0.01
−2.5760.0050Two-tailed test at α = 0.01 (lower bound)
−3.0000.0013Three SD below the mean — outlier territory

Common Z-Score Values

Confidence Level Z-Score Use Case
90%±1.645Surveys, preliminary research
95%±1.960Most common in academic research
99%±2.576Medical research, high stakes
99.9%±3.291Particle physics, rare events

Critical Z-Values for Hypothesis Testing

Confidence intervals and hypothesis tests use the same z-values but frame them differently. The tail you care about decides which column to read.

α Level One-Tailed z Two-Tailed z Typical Use
0.101.282±1.645Exploratory, marketing A/B tests
0.051.645±1.960Standard academic threshold
0.0251.960±2.241Bonferroni-adjusted for m=2 tests
0.012.326±2.576High-confidence decisions
0.0052.576±2.807Clinical trials, safety studies
0.0013.090±3.291Fraud detection, particle physics

One pattern worth memorizing: the two-tailed z at α equals the one-tailed z at α/2. So ±1.960 shows up for two-tailed 0.05 and one-tailed 0.025 — same number, different framing. The particle-physics community's 5-sigma rule corresponds to a one-tailed α of roughly 3×10⁻⁷, which is why discovery thresholds feel worlds apart from everyday p-values.

Frequently Asked Questions

What does the z-table value represent?

The table value P(Z ≤ z) gives the cumulative probability that a random observation from a standard normal distribution falls below your chosen z-score. It represents the shaded left-tail area under the curve — picture a bell curve with everything to the left of your z-score filled in, and the table tells you how much area that shading covers.

How do I find the area to the right of z?

To find P(Z > 1.23), look up 1.23 in the table to get 0.8907, then compute 1 minus 0.8907, which gives 0.1093. This complement rule catches people off guard because most tables only show left-tail values, but it is the same subtraction step every time.

How do I use the table for negative z-scores?

The standard normal curve is perfectly symmetric, which means negative z-scores are just the mirror image of positive ones — and that symmetry is the shortcut that eliminates the need for a separate negative z-table entirely. For negative z-values, P(Z ≤ -z) equals 1 minus P(Z ≤ z). So for z = -1.23, subtract 0.8907 from 1 to get 0.1093. The NIST Engineering Statistics Handbook confirms that this symmetry property holds exactly for the standard normal distribution, which means one table genuinely covers every possible lookup.

Why does z = 1.96 show up everywhere in statistics?

1.96 is the cutoff where exactly 2.5% of the standard normal distribution sits in each tail, so it is the critical value for a two-tailed 95% confidence interval — the default choice across most academic research. The NIST Engineering Statistics Handbook lists it as the common z-value for that reason, and it surfaces in everything from political polling margins to clinical trial reports. Rough back-of-envelope work rounds 1.96 up to 2, which stays close enough when the audience does not need four-decimal precision.

What is the difference between a one-tailed and two-tailed critical value?

A two-tailed test splits the α budget between both tails of the distribution, so α = 0.05 puts 2.5% in each tail, which lands on ±1.960. A one-tailed test keeps the full 5% in a single tail, giving a smaller critical value of 1.645. The upshot: one-tailed tests reject the null more easily, which is why reviewers push back when researchers switch from two-tailed to one-tailed without pre-registering that choice.

What does 1 − 0.8907 mean when using the z-table?

We see this question often enough that it is worth saying plainly: the z-table has no right-tail column. Every number in the body is a left-tail probability, so P(Z > 1.23) is not in there directly. You pull 0.8907 for z = 1.23, which covers the left side, and 1 − 0.8907 = 0.1093 covers the right. That is the whole answer.

How do I find the z-score for a given probability (reverse lookup)?

Confidence intervals are the usual reason people need this in reverse: you start from a known probability (0.9750, say) and work back to the z-score that produced it. The way to do that in the table is to find 0.9750 in the body and read off the margins — row 1.9, column .06 — giving z = 1.96. That number (±1.96) is the one in every 95% confidence interval formula you have ever seen, which is a useful sanity check that you found the right cell.

Related Calculators