... LIVE
Enter the population mean.
True mean of the entire population
Enter a positive standard deviation.
Population standard deviation (must be positive)
Enter a sample size of at least 1.
Number of observations in each sample
Enter to calculate Z-score and probability
⚠️ Sample size n < 30. The CLT approximation may be less accurate. Consider using n ≥ 30 for reliable normal approximation.
Standard Error
📋 Sampling Distribution Summary

Sources & Methodology

Central limit theorem formulas and normal distribution approximations verified against Walpole, Myers & Myers "Probability & Statistics for Engineers and Scientists" and Khan Academy statistics curriculum.
📚
Khan Academy — Sampling Distribution of Sample Mean
Comprehensive explanation of the CLT, standard error formula, and how to interpret sampling distributions with worked examples
🏫
Yale Statistics — Central Limit Theorem
Formal mathematical statement of the CLT with proof sketch and applications in statistical inference
Methodology: Standard Error (SE) = sigma / sqrt(n). Sampling distribution mean = mu. Z-score = (x-bar - mu) / SE. Normal CDF approximation uses Abramowitz and Stegun rational approximation (error < 7.5e-8). P(X-bar ≤ x-bar) = Phi(Z). P(X-bar ≥ x-bar) = 1 - Phi(Z). P(a ≤ X-bar ≤ b) = Phi(Z2) - Phi(Z1).

⏱ Last reviewed: April 2026

Central Limit Theorem — Complete Statistics Guide

The central limit theorem (CLT) is arguably the most important theorem in all of statistics. This theorem and its associated tools are among the most widely used in statistics, research, and data science. It states that the distribution of sample means approaches a normal distribution as sample size increases, regardless of the population's underlying distribution. This powerful result forms the foundation of virtually all inferential statistics.

The CLT Formulas

Standard Error (SE) = sigma / sqrt(n)
SE is the standard deviation of the sampling distribution. As n increases, SE decreases, meaning sample means cluster more tightly around the population mean.
Z-score = (x-bar - mu) / (sigma / sqrt(n))
Converts a sample mean to a Z-score for use with the standard normal table. Example: mu=100, sigma=15, n=36, x-bar=105: Z = (105-100)/(15/sqrt(36)) = 5/2.5 = 2.0

Standard Error by Sample Size (sigma = 15)

Sample Size (n)Standard ErrorReduction from n=1CLT Applies?
n = 115.000No (just population)
n = 104.74368% reductionMarginal
n = 302.73982% reductionYes ✓
n = 502.12186% reductionYes ✓
n = 1001.50090% reductionYes ✓
n = 4000.75095% reductionYes ✓

When Does the CLT Apply?

💡 Pro Tip: The CLT does not require the population to be normally distributed — that is its power. Even if your population is skewed, bimodal, or uniform, sample means will still be approximately normally distributed if n is large enough. This is why the normal distribution appears everywhere in statistics and why sample means are so useful for inference.
Frequently Asked Questions
The CLT states that the sampling distribution of sample means approaches normal as sample size increases, regardless of the population's shape. The sampling distribution has mean = population mean and standard deviation (standard error) = sigma / sqrt(n).
Standard Error = sigma / sqrt(n). Z-score = (x-bar - mu) / (sigma / sqrt(n)). The sampling distribution of x-bar is approximately N(mu, sigma/sqrt(n)) for large n.
Standard error (SE = sigma / sqrt(n)) is the standard deviation of the sampling distribution of sample means. It measures how much sample means vary from sample to sample. Larger samples have smaller SE, meaning sample means are more precise estimates of the population mean.
The general rule is n ≥ 30 for the CLT to produce a good normal approximation. For near-normal populations, n ≥ 15 may suffice. For highly skewed populations, n ≥ 50 or more may be needed. The more non-normal the population, the larger the sample size required.
Step 1: Calculate SE = sigma / sqrt(n). Step 2: Calculate Z = (x-bar - mu) / SE. Step 3: Use the Z-table or normal CDF to find the probability. For Z = 1.5: P(X-bar ≤ x-bar) = Phi(1.5) = 0.9332.
Standard deviation (sigma) measures spread of individual values in the population. Standard error (SE = sigma / sqrt(n)) measures spread of sample means around the population mean. SE is always smaller than sigma for n > 1 and decreases as n increases.
Yes. For sample proportions, the CLT applies when np ≥ 10 and n(1-p) ≥ 10. The sampling distribution of p-hat is approximately N(p, sqrt(p(1-p)/n)).
The CLT allows statisticians to make probability statements about sample means and build confidence intervals regardless of population distribution shape. It justifies using the normal distribution for hypothesis testing and confidence intervals in most practical situations, making it the cornerstone of inferential statistics.
Standard error decreases as n increases: SE = sigma / sqrt(n). Doubling n reduces SE by about 29% (factor of sqrt(2)). Quadrupling n cuts SE in half. This is why larger samples give more precise estimates of the population mean.
Z = (x-bar - mu) / (sigma / sqrt(n)) measures how many standard errors a sample mean is from the population mean. Z = 1.96 corresponds to the 97.5th percentile. You use Z-scores with the standard normal table to find probabilities about sample means.
The CLT is used in quality control, polling and surveys (margin of error), medical research (clinical trials), finance (portfolio returns), and manufacturing (process control). Any time a sample mean estimates a population parameter, the CLT provides the theoretical foundation.
Calculate SE = sigma / sqrt(n). Then Z1 = (lower - mu) / SE and Z2 = (upper - mu) / SE. P(a ≤ X-bar ≤ b) = Phi(Z2) - Phi(Z1) using the standard normal CDF.
Related Statistics Tools
Popular Calculators
🧮

Missing a Statistics Calculator?

Can’t find the statistics calculator you need? Tell us — we build new ones every week.