Central limit theorem, explained simply

By Jude Wallis · Published

The central limit theorem says that when the sample size is large, the sampling distribution of the sample mean is approximately normal, no matter the shape of the population. Its spread, the standard deviation of the mean (sigma divided by the square root of n), shrinks as the sample size grows.

AP Statistics: Unit 2 (topics 2.12 Sampling Distributions and the Central Limit Theorem, 4.1 Sampling Distributions for Sample Means). In the Fall 2026 AP Statistics course, the central limit theorem is Unit 2 topic 2.12, and the sampling distribution of the sample mean it describes returns in Unit 4 topic 4.1 for inference about means.

What the central limit theorem says

The central limit theorem (CLT) is a result about the sampling distribution of the sample mean, written xˉ\bar{x} (read 'x-bar'). Picture taking many random samples of the same size nn from a population, computing the mean of each sample, then collecting all of those means into their own distribution. The CLT says that when nn is large, this sampling distribution is approximately normal, regardless of the shape of the population you sampled from.

Two more facts come with it. The mean of the sampling distribution equals the population mean μ\mu (read 'mu'). The standard deviation of the sampling distribution of xˉ\bar{x} equals σ/n\sigma / \sqrt{n}, where σ\sigma (read 'sigma') is the population standard deviation. When σ\sigma is unknown and you estimate this spread from a sample, that estimate is called the standard error, the name the AP formula sheet reserves for the estimated version.

A concrete picture of the sampling distribution

It helps to make the setup concrete. Suppose you roll a fair six-sided die; the population of single rolls is flat, with every value from 1 to 6 equally likely and nothing like a bell curve. Now change the experiment: roll the die n=2n = 2 times, average the two rolls, and record that average. Repeat thousands of times and graph the averages.

Even with n=2n = 2, the averages pile up near 3.5 and thin out toward 1 and 6, because getting two extreme rolls in the same direction is unlikely. Push nn to 10 or 30 and the graph of averages looks strikingly normal, even though a single roll never does. That graph of averages is the sampling distribution of xˉ\bar{x}, and its move toward a bell shape is exactly what the CLT promises.

A quick intuition for why sample means behave this way

Why should averaging produce a normal shape? When you average nn values, unusually high and unusually low observations tend to offset each other, so extreme sample means become rare. The more values you average, the stronger this offsetting is, which pulls the sampling distribution toward the center at μ\mu and smooths it into the familiar bell shape. The same offsetting is the reason the spread shrinks as nn grows.

Why does the sampling distribution get narrower?

The spread of the sampling distribution is σ/n\sigma / \sqrt{n}, the standard deviation of the sample mean. As the sample size nn increases, you divide σ\sigma by a larger number, so this spread gets smaller and the sampling distribution gets narrower. That is why larger samples give more precise estimates of the population mean.

The narrowing follows the square root of nn, not nn itself. If you multiply the sample size by 4, the spread is divided by 4=2\sqrt{4} = 2, so it is cut in half. To shrink the spread to one third of its size, you need 9 times as many observations. Bigger samples always help, but each extra observation helps a little less than the one before, so chasing a tiny spread can take an impractically large sample.

Why the sample mean varies less than the population

The standard deviation of the sampling distribution, σ/n\sigma / \sqrt{n}, measures how much the sample mean xˉ\bar{x} varies from one sample to the next. For any nn larger than 1 it is smaller than the population standard deviation σ\sigma, because averaging reduces variability. Keeping these two spreads separate is one of the most common places students slip, so see standard error vs standard deviation if the difference feels fuzzy.

What the central limit theorem does not say

The CLT is about the distribution of sample means, not about your raw data. Taking a large sample does not make the individual data values normal. If the population is right-skewed, a large sample of individual values will still graph as right-skewed; it is the distribution of the mean across many samples that becomes normal.

Two cautions go with the theorem. The population needs a finite standard deviation for the σ/n\sigma / \sqrt{n} formula to apply. And 'approximately normal' improves as nn grows, so the approximation is rough for a small sample from a strongly skewed population.

How large does n need to be?

There is no single cutoff, because the answer depends on how skewed the population is. A widely used rule of thumb is that n30n \geq 30 is large enough for the sampling distribution of the mean to be roughly normal for most populations you meet in an introductory course.

The more skewed or heavy-tailed the population, the larger nn has to be. When the population is already normal, the sampling distribution of xˉ\bar{x} is exactly normal for every nn, so you do not need the CLT at all.

The central limit theorem in AP Statistics

On the redesigned AP Statistics course (effective Fall 2026), the central limit theorem is Unit 2 topic 2.12, Sampling Distributions and the Central Limit Theorem. The College Board states it as the sampling distribution of a mean of a random sample having a shape that a normal distribution can approximate, with a better approximation for larger samples. The same idea returns in Unit 4 topic 4.1, where the sampling distribution of the sample mean supports confidence intervals and tests for a population mean.

The formula sheet lists the sampling distribution of xˉ\bar{x} with mean μ\mu and standard deviation σ/n\sigma / \sqrt{n}. When you know only the sample standard deviation ss instead of σ\sigma, you estimate the standard error with s/ns / \sqrt{n}. Watch the CLT build up sample by sample in the sampling distribution interactive, and review the wider idea in sampling distributions explained.

Standard deviation of the sample mean for two sample sizes

A population of exam scores has mean μ=70\mu = 70 and population standard deviation σ=12\sigma = 12. You take a random sample and record the sample mean xˉ\bar{x}. Find the standard deviation of xˉ\bar{x} for n=9n = 9 and for n=36n = 36, then describe what happens to the spread.

  1. The standard deviation of the sample mean is σ/n\sigma / \sqrt{n}, and here the population standard deviation is σ=12\sigma = 12.

  2. For n=9n = 9: 9=3\sqrt{9} = 3, so σ/n=12/3=4\sigma / \sqrt{n} = 12 / 3 = 4.

  3. For n=36n = 36: 36=6\sqrt{36} = 6, so σ/n=12/6=2\sigma / \sqrt{n} = 12 / 6 = 2.

  4. The sample size grew by a factor of 36/9=436 / 9 = 4, while the standard deviation of xˉ\bar{x} fell from 4 to 2, a factor of 4=2\sqrt{4} = 2.

The standard deviation of xˉ\bar{x} is 4 when n=9n = 9 and 2 when n=36n = 36. Multiplying the sample size by 4 cut the spread in half, which is the n\sqrt{n} effect behind the narrowing.

Using the CLT to find a probability

Reaction times in a population are right-skewed with mean μ=250\mu = 250 ms and population standard deviation σ=50\sigma = 50 ms. You take a random sample of n=100n = 100 reaction times. Estimate the probability that the sample mean xˉ\bar{x} is greater than 258 ms.

  1. Check the theorem applies: n=100n = 100 is large, so the sampling distribution of xˉ\bar{x} is approximately normal even though the population is skewed.

  2. Find its center and spread. The mean of xˉ\bar{x} is μ=250\mu = 250, and the standard deviation of xˉ\bar{x} is σ/n=50/100=50/10=5\sigma / \sqrt{n} = 50 / \sqrt{100} = 50 / 10 = 5.

  3. Convert 258 to a z-score using that standard deviation: z=(258250)/5=8/5=1.6z = (258 - 250) / 5 = 8 / 5 = 1.6.

  4. Find the upper-tail area from a z-table: P(Z>1.6)=1P(Z<1.6)=10.9452=0.0548P(Z > 1.6) = 1 - P(Z < 1.6) = 1 - 0.9452 = 0.0548.

P(xˉ>258)0.0548P(\bar{x} > 258) \approx 0.0548, about 5.5%.

Frequently asked questions

Does the central limit theorem apply to proportions?

Yes. A sample proportion p^\hat{p} (read 'p-hat') is just the mean of a sample of 0s and 1s, so a similar large-sample result makes its sampling distribution approximately normal with mean equal to the population proportion pp and standard deviation p(1p)/n\sqrt{p(1-p)/n}. The AP course covers this as sampling distributions for sample proportions in Unit 3.

What is the difference between the central limit theorem and the law of large numbers?

The law of large numbers says the sample mean xˉ\bar{x} gets closer to the population mean μ\mu as nn grows. The central limit theorem goes further and describes the shape and spread of the sample mean's distribution, saying it is approximately normal with standard deviation σ/n\sigma / \sqrt{n}.

Do you need to know the population standard deviation to use the central limit theorem?

No. The normal-shape result holds whether or not you know σ\sigma. When σ\sigma is unknown, you estimate the standard error with the sample standard deviation as s/ns / \sqrt{n}, which is what leads to t procedures for means.