Result
Enter parameters and click Calculate
Compute confidence intervals for means, proportions, or differences.
No recently used tools
Loading categories...
Free online confidence interval calculator for means and proportions. Compute one-sample and two-sample CIs with t-distribution or z-score, margin of error, step-by-step KaTeX formulas, interactive Plotly chart, and Python scipy export.
Compute confidence intervals for means, proportions, or differences.
A confidence interval (CI) is a range of values that likely contains the true population parameter. It quantifies the uncertainty in a sample estimate and is fundamental to statistical inference.
The sample statistic (mean or proportion) is our best single guess for the population parameter.
How far the interval extends from the point estimate. Depends on confidence level, variability, and sample size.
Narrower = more precise. Increase sample size or decrease confidence level for a tighter interval.
| Level | z* Critical Value | Use Case |
|---|---|---|
| 90% | 1.645 | Quick estimates, exploratory analysis |
| 95% | 1.960 | Standard for most research and publications |
| 99% | 2.576 | High-stakes decisions, critical applications |
Trade-off: Higher confidence level → wider interval (more certainty, less precision). Larger sample size → narrower interval (more precision without sacrificing certainty).
“We are 95% confident that the true population mean lies between 45 and 55.” This refers to the procedure, not this specific interval.
“There is a 95% probability the true mean is in this interval.” The true mean is fixed — it either is or isn’t in the interval.
If a CI for a difference contains 0, the difference is not statistically significant. If it excludes 0, the groups differ significantly.
Two overlapping CIs do not necessarily mean no significant difference. Always use a proper two-sample test or CI.