Skip to content

What does the central limit theorem actually say

The central limit theorem says that the distribution of the sample mean of independent, identically distributed random variables approaches a normal distribution as the sample size grows, regardless of the original distribution’s shape, provided the variance is finite. Specifically, for large n the standardized mean is approximately (N(0,1)).

Statistics · Sampling distributions


The central limit theorem (CLT) is a cornerstone of inferential statistics. It tells us that when we take many independent samples from any population with a finite variance, the distribution of the sample means will look increasingly like a bell‑shaped curve. This happens even if the original data are highly skewed or discrete, as long as we have enough observations. Because the normal shape is fully described by its mean and variance, the CLT gives us a simple way to approximate probabilities for sums and averages.

Formal Statement

Mathematically, if (X1X_1,\dots,XnX_n) are i.i.d. with mean μ\mu and variance σ2\sigma^2, then n(Xˉμ)/σdN(0,1)\sqrt{n}(\bar{X}-\mu)/\sigma \xrightarrow{d} N(0,1) as nn\to\infty. In plain language, the sample mean Xˉ\bar{X} becomes normally distributed around the true mean, with a spread that shrinks like σ/n\sigma/\sqrt{n}. This convergence holds no matter how non‑normal the original population may be, as long as its variance is finite.

The CLT holds under three main conditions:

  • Observations are independent and identically distributed (i.i.d.).
  • The population has a finite mean μ\mu and finite variance σ2\sigma^2.
  • The sample size nn is sufficiently large; larger nn is needed for more irregular original shapes.

To apply the CLT in a problem, follow these steps:

  1. 1Check that the data meet the i.i.d. assumption and have finite variance.
  2. 2Choose a sample size nn that is large enough for the desired accuracy.
  3. 3Compute the sample mean Xˉ\bar{X} and the standard error σ/n\sigma/\sqrt{n}.
  4. 4Standardize: Z=(Xˉμ)/(σ/n)Z = (\bar{X}-\mu)/(\sigma/\sqrt{n}) and use the standard normal table.

Worked example: suppose a factory produces bolts that are either defective (1) or good (0) with a true defect rate p=0.30p=0.30. Draw a random sample of n=30n=30 bolts. The sample proportion p^=Xi30\hat{p}=\frac{\sum X_i}{30} has mean 0.300.30 and standard error p(1p)/30=0.084\sqrt{p(1-p)/30}=0.084. Using the CLT, Z=(p^0.30)/0.084Z = (\hat{p}-0.30)/0.084 is approximately standard normal, so the probability that p^\hat{p} falls between 0.22 and 0.38 is about 0.95, matching the normal prediction. The approximation is already good, illustrating how the CLT lets us treat the proportion as if it were drawn from a normal distribution.

Effect of sample size on the sampling distribution of the mean for a Bernoulli(0.3) variable:

nStd. error of \(\bar X\)
50.205
300.084
1000.046

Why the CLT matters: it provides a practical bridge from unknown, messy data to the well‑understood normal model, enabling confidence intervals and hypothesis tests without knowing the exact population shape. Even with a highly skewed exponential or a discrete binomial source, the average of a modest number of observations behaves predictably. Thus the CLT is the engine behind most statistical inference taught in introductory courses.

Check yourself

According to the CLT, what happens to the shape of the sampling distribution of the mean as the sample size increases?

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