Confidence intervals are arguably more informative than p-values, yet more often misunderstood. This guide gives you a clear, accurate understanding of what CIs mean, how to read them, and when to prefer them over p-values.

What is a Confidence Interval?

A confidence interval is a range of plausible values for a population parameter (like a mean or proportion), calculated from sample data. It communicates both an estimate AND the uncertainty around that estimate.

The correct interpretation of a 95% CI:
If you repeated this study many times under identical conditions and computed a CI each time, approximately 95% of those intervals would contain the true population parameter.

The Most Common Misconception

Wrong: "There is a 95% probability that the true mean is between 48.2 and 53.8."

Right: "If we replicated this experiment 100 times, about 95 of the confidence intervals we constructed would contain the true mean."

The true mean is a fixed (non-random) value. It is either in your specific interval or it is not โ€” probability does not apply to the true parameter, only to the procedure of constructing intervals.

The Formula

CI = xฬ„ ยฑ (critical value) ร— (standard error)

For a mean with unknown ฯƒ: CI = xฬ„ ยฑ t* ร— (s/โˆšn), where t* is the critical t-value for your chosen confidence level and df = nโˆ’1.

What Affects the Width of a CI?

FactorEffect on CI width
Increase n (sample size)Narrower CI โœ…
Increase confidence level (95% โ†’ 99%)Wider CI
Decrease ฯƒ (less variability)Narrower CI โœ…

Confidence Intervals vs P-Values

CIs and p-values are complementary. A 95% CI that does not contain zero (for a difference) corresponds exactly to a two-tailed test with p < 0.05. But the CI gives more information:

A CI of (0.001, 0.003) for a drug effect is statistically significant but practically negligible. A p-value alone would not reveal this.

Reading CI in Published Research

Research typically reports: "Mean difference = 5.2 (95% CI: 2.8โ€“7.6, p < 0.001)". How to read this:

Calculate confidence intervals for any mean or proportion with our free Confidence Interval Calculator.