Skip to content

How do you interpret a 95% confidence interval

A 95% confidence interval gives a range that, in repeated sampling, will contain the true population parameter 95% of the time. It is interpreted as: we are 95% confident that the unknown parameter lies between the lower and upper bounds of the interval.

Statistics · Confidence intervals


Confidence intervals translate sample uncertainty into a range that likely contains the true population parameter. For a 95% interval, if we could repeat the experiment many times, about 95% of those intervals would capture the unknown value. The interval is centered on the point estimate and expands outward by a margin that depends on variability and sample size. The width shrinks when the sample is larger or the data are less variable, and it widens when the opposite holds. Thus the interval conveys both the estimate and its precision.

How a CI is constructed

To build a CI we start with a point estimate, such as the sample mean xˉ\bar{x}. Assuming the sampling distribution is approximately normal, we add and subtract a critical value times the standard error: xˉ±zα/2SE\bar{x} \pm z_{\alpha/2}\,SE. For a 95% confidence level the critical value z0.025z_{0.025} is 1.96. The standard error reflects the spread of the estimator and is calculated as s/ns/\sqrt{n} for a mean, where ss is the sample standard deviation and nn the sample size.

Key points to remember when reading a CI

  • The interval is random, the parameter is fixed.
  • A 95% CI does not guarantee the parameter is inside this particular interval.
  • Wider intervals indicate more uncertainty.
  • The confidence level applies to the long‑run performance of the method.

Suppose a researcher measures the systolic blood pressure of 40 patients and obtains a sample mean of 128 mmHg with a standard deviation of 12 mmHg. The standard error is SE=12/401.90SE = 12/\sqrt{40} \approx 1.90. The margin of error is 1.96×1.903.721.96 \times 1.90 \approx 3.72. Therefore the 95% confidence interval for the true mean pressure is 128±3.72128 \pm 3.72, or (124.28, 131.72) mmHg. This means we are 95% confident that the average blood pressure in the whole population lies between 124.28 and 131.72 mmHg.

Numbers used in the example above

ComponentValue
Sample mean128
Standard deviation12
Standard error1.90
Margin of error3.72
Lower bound124.28
Upper bound131.72

Procedure to construct a 95% CI for a mean

  1. 1Compute the sample mean xˉ\bar{x}.
  2. 2Calculate the sample standard deviation ss.
  3. 3Find the standard error SE=s/nSE = s/\sqrt{n}.
  4. 4Multiply SESE by the critical value 1.96 to get the margin of error.
  5. 5Add and subtract the margin from xˉ\bar{x} to obtain the lower and upper bounds.

Check yourself

If the sample mean is 128, the standard deviation is 12, and n=40, what is the lower bound of the 95% confidence interval?

Get this as a lesson built for you

Describe what you are studying and Lernex writes the lesson and the questions around it. Free, and it takes about a minute.

Try it

No account needed to try it.

What people ask next