Z-table calculator

Standard normal area lookup. Convert any z-score to a probability, or invert a probability back to a z-score — with all four classic tail interpretations shown.

Z-table inputs

P(Z ≤ z)
0.975002
P(Z ≤ z) (left)
0.975002
P(Z > z) (right)
0.024998
P(|Z| ≤ z) (centre)
0.950004
P(|Z| > z) (two-tail)
0.049996

What is a Z-score?

A z-score is the number of standard deviations a value lies above or below the mean. Z = (x − μ) ÷ σ. The "Z-table" gives the area under the standard normal curve (μ = 0, σ = 1) up to a given z — i.e. P(Z ≤ z).

Common z-scores

ZP(Z ≤ z)Common use
1.2820.900090% confidence (one-tail)
1.6450.950095% confidence (one-tail)
1.9600.975095% confidence (two-tail)
2.3260.990099% confidence (one-tail)
2.5760.995099% confidence (two-tail)
3.0000.9987~3-sigma

FAQ

How is the area computed?

Using the Abramowitz-Stegun rational approximation to erf(x), accurate to ~7 decimal places — more precise than printed Z-tables.

How is the inverse computed?

Using Beasley-Springer-Moro inverse normal — accurate to ~6 significant figures across the typical 0.0001 to 0.9999 range.

Related calculators