- Enter the sample mean. This is the average of your sample data.
- Enter the standard deviation. This is the population standard deviation (or sample std dev for large samples).
- Enter the sample size (number of observations). Larger sample sizes give narrower intervals.
- Select the confidence level. 95% is the most common. 99% gives a wider interval; 90% gives a narrower one.
- Read the confidence interval. You can say you are 95% confident the true population mean falls between the lower and upper bounds.
Confidence Interval Calculator
Calculate confidence intervals at 90%, 95%, or 99% confidence level from sample mean, standard deviation, and size.
95% Confidence Interval
(48.0400, 51.9600)
50.0000 ± 1.9600
How to Use the Confidence Interval Calculator
Confidence Interval Formula
CI = mean ± z × (σ / √n) Where: mean = sample mean σ = standard deviation n = sample size z = critical value for confidence level Z critical values: 90% → z = 1.645 95% → z = 1.960 99% → z = 2.576 Standard Error: SE = σ / √n Margin of Error: ME = z × SE Example: mean=50, σ=10, n=100, 95% CI SE = 10 / √100 = 10 / 10 = 1 ME = 1.960 × 1 = 1.960 CI = 50 ± 1.960 = (48.04, 51.96) Interpretation: You are 95% confident that the true population mean falls between 48.04 and 51.96.
Frequently Asked Questions
A 95% confidence interval means: if you repeated your sampling process many times and calculated the interval each time, 95% of those intervals would contain the true population mean. It does NOT mean there is a 95% probability that the population mean is inside this specific interval. The population mean is a fixed value, not a random variable.
Related Calculators
Sample Size Calculator
Calculate required sample size for surveys and experiments at any confidence level and margin of error.
Z-Score Calculator
Calculate z-scores and find the corresponding percentile in a normal distribution.
Standard Deviation Calculator
Calculate mean, median, mode, variance, and standard deviation for any set of numbers.
P-Value Calculator
Calculate p-value from Z-score or T-score for one-tailed and two-tailed hypothesis tests.