Confidence Level Calculator

Working Backward From a Z-Score to a Confidence Level

Most confidence interval work starts with a target confidence level and looks up the corresponding Z critical value. This calculator runs that relationship in reverse: given a Z-score, it computes exactly what confidence level that score corresponds to on a two-tailed standard normal distribution — useful when a Z-score is already fixed and the resulting confidence needs to be reported.

The Formula

Confidence Level = [Φ(Z) − Φ(−Z)] × 100

where Φ is the cumulative distribution function of the standard normal distribution — the area under the curve between −Z and Z is the two-tailed confidence level.

Reference Table: Z-Score to Confidence Level

Confidence level corresponding to common Z-scores
Z-ScoreConfidence Level
1.00068.27%
1.64590.00%
1.96095.00%
2.00095.45%
2.57699.00%
3.00099.73%

Values computed directly from the calculator's normal CDF formula; note these match the standard reference Z-scores used throughout statistics (1.645, 1.96, 2.576 for 90%, 95%, 99%).

Where This Calculation Matters

  • Verifying reported statistics — checking that a stated confidence level matches the Z-score actually used in a calculation, a useful cross-check when reviewing someone else's analysis.
  • Control chart design — process control limits are often set at a specific number of standard deviations (a Z-score), and this shows exactly what confidence that choice implies.
  • Teaching the Z/confidence relationship — a direct way to see how the familiar 1.96 for "95% confidence" and 2.576 for "99% confidence" are derived, rather than memorized.

How to Use This Calculator

  1. Enter a Z-score (a non-negative number).
  2. Select Calculate to get the corresponding two-tailed confidence level as a percentage.

Related Calculations

To go the other direction — from a confidence level to a critical value — use the Critical Value Calculator. To build a full interval around a sample estimate, see the Confidence Interval Calculator.