Estimate the range where true population means and proportions likely fall.
Last updated: March 2026
A confidence interval is a range of values that estimates where a population parameter (like the true mean) likely falls. We can't measure entire populations, so we use sample data and apply statistical methods to create this range.
The confidence level (e.g., 95%) doesn't mean there's a 95% chance the true value is in this interval—it means that if we repeated the sampling process 100 times, approximately 95 of the constructed intervals would contain the true parameter. The interval is either right or wrong; the probability refers to the method, not the interval itself.
Confidence intervals are used everywhere: political polling ("The candidate will receive 52% ± 3% of votes"), medical research ("The new drug reduces symptoms by 20-30%"), and quality control ("Products average 100g ± 1g").
You survey 30 students and get a mean test score of 75 with a standard deviation of 10. What's the 95% confidence interval for the true population mean?
We're 95% confident the true mean test score is between 71.42 and 78.58.
Higher confidence (99% vs 95%) uses a larger z-score, making the margin of error bigger. You're more certain the true value is in the range, but the range is wider.
Larger samples make the interval narrower (more precise). SE decreases with √n, so doubling sample size reduces margin of error by ~29%. More data = more precise estimates.
It's about the method: if you repeated sampling and CI calculation 100 times, ~95 of those intervals would contain the true parameter. It's not about this one interval.
Yes, but there's always a tradeoff. 90% is narrower (less precise), 99% is wider. 95% is conventional. Use domain knowledge and precision requirements to choose.
This calculator uses z-scores (assumes large n, typically n≥30). For smaller samples, use t-scores instead, which are slightly larger to account for more uncertainty.
Not quite. The true value either is or isn't in the interval (fixed, though unknown). The 95% refers to the method, not this interval's probability.
Related Tools
Required sample size.
Survey accuracy measure.
Single parameter value.
Sampling variability.
Sample statistic distribution.
Sample vs population difference.