A poll reports "52% support, with a 95% confidence interval of 49% to 55%." Almost everyone reads the 95% as "a 95% chance the true value is in that range." That reading is wrong, and exams are written to catch it. Understanding confidence intervals means knowing what the 95% actually refers to, how the interval is built, and how to state it without losing points.

What a Confidence Interval Is

A confidence interval is a range of plausible values for an unknown population parameter, built from sample data. You take one sample, compute a statistic — a mean or a proportion — and the interval is an honest admission that your single sample is unlikely to hit the true value exactly.

Every confidence interval has the same structure:

point estimate ± margin of error

The point estimate is your best single guess, like a sample mean of 52%. The margin of error is the cushion on either side. Add and subtract it and you get the interval, such as 49% to 55%.

A wider interval means more uncertainty; a narrower one means more precision. The width is driven by three things — the sample size, the variability in the data, and the confidence level you chose.

A measuring tape laid out with a marked range highlighted
A confidence interval is a point estimate plus and minus a margin of error.

What the 95% Actually Refers To

Here is the interpretation that matters. The 95% does not describe your particular interval. Your interval — say 49% to 55% — either contains the true population value or it does not. There is no probability about it; it is already fixed.

The 95% describes the procedure. If you repeated the entire process many times — draw a new sample, build a new interval — about 95% of those intervals would capture the true parameter, and about 5% would miss it. The confidence is in the method's long-run hit rate, not in any single result.

An analogy helps. Picture tossing rings at a fixed peg. A "95% confidence" ring-tossing technique lands over the peg 95% of the time. Once a ring has left your hand and landed, it is either on the peg or off it. You cannot say "this ring has a 95% chance of being on" — it already is or is not. The 95% was always a statement about your throwing, not about the ring on the ground.

So the correct phrasing is: "We are 95% confident that the true value lies between 49% and 55%" — where "confident" points to the reliability of the method. The incorrect phrasing is "there is a 95% probability the true value is between 49% and 55%."

How to Build a Confidence Interval

For a population mean, the interval is:

x̄ ± (critical value) × (standard error)

Work an example. A sample of 64 students has a mean study time of x̄ = 14 hours per week, with a known population standard deviation σ = 4 hours. Build a 95% confidence interval.

  • Standard error = σ ÷ √n = 4 ÷ √64 = 4 ÷ 8 = 0.5.
  • Critical value for 95% confidence from the standard normal distribution is 1.96.
  • Margin of error = 1.96 × 0.5 = 0.98.
  • Interval = 14 ± 0.98, which is 13.02 to 14.98 hours.

You would report: "We are 95% confident the true mean weekly study time for all students is between 13.0 and 15.0 hours."

If the population standard deviation is unknown — the usual case — you swap σ for the sample standard deviation s and use a t critical value at n − 1 degrees of freedom instead of 1.96.

What Changes the Width

Three levers control how wide the interval comes out, and exam questions love to test them.

Sample size. Larger samples shrink the standard error, because n sits under a square root in the denominator. Quadrupling the sample size halves the margin of error. Bigger samples buy precision.

Confidence level. Demanding more confidence widens the interval. A 99% interval uses a critical value of about 2.576 instead of 1.96, so it is wider than a 95% interval from the same data. There is a genuine trade-off: you can be more confident, or more precise, but not both for free.

Variability. More spread in the data — a larger standard deviation — produces a wider interval. Noisier data yields a fuzzier estimate.

Getting Help

Confidence intervals and hypothesis tests are two views of the same idea: a value outside a 95% interval is one a two-sided test would reject at the 5% level. See that connection in setting up a hypothesis test, and review the critical values behind the margin in reading a normal distribution table.

Conclusion

Understanding confidence intervals starts with the point estimate ± margin of error structure and ends with one careful sentence. The 95% is a property of the procedure — about 95% of intervals built this way capture the true parameter — not a probability attached to the single interval in front of you. Build the interval with the right critical value and standard error, remember that larger samples narrow it while higher confidence widens it, and phrase the conclusion as "confident," never "probability."