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 (read 'x-bar'). Picture taking many random samples of the same size from a population, computing the mean of each sample, then collecting all of those means into their own distribution. The CLT says that when 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 (read 'mu'). The standard deviation of the sampling distribution of equals , where (read 'sigma') is the population standard deviation. When 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 times, average the two rolls, and record that average. Repeat thousands of times and graph the averages.
Even with , 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 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 , 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 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 and smooths it into the familiar bell shape. The same offsetting is the reason the spread shrinks as grows.
Why does the sampling distribution get narrower?
The spread of the sampling distribution is , the standard deviation of the sample mean. As the sample size increases, you divide 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 , not itself. If you multiply the sample size by 4, the spread is divided by , 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, , measures how much the sample mean varies from one sample to the next. For any larger than 1 it is smaller than the population standard deviation , 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 formula to apply. And 'approximately normal' improves as 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 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 has to be. When the population is already normal, the sampling distribution of is exactly normal for every , 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 with mean and standard deviation . When you know only the sample standard deviation instead of , you estimate the standard error with . 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 and population standard deviation . You take a random sample and record the sample mean . Find the standard deviation of for and for , then describe what happens to the spread.
The standard deviation of the sample mean is , and here the population standard deviation is .
For : , so .
For : , so .
The sample size grew by a factor of , while the standard deviation of fell from 4 to 2, a factor of .
The standard deviation of is 4 when and 2 when . Multiplying the sample size by 4 cut the spread in half, which is the effect behind the narrowing.
Using the CLT to find a probability
Reaction times in a population are right-skewed with mean ms and population standard deviation ms. You take a random sample of reaction times. Estimate the probability that the sample mean is greater than 258 ms.
Check the theorem applies: is large, so the sampling distribution of is approximately normal even though the population is skewed.
Find its center and spread. The mean of is , and the standard deviation of is .
Convert 258 to a z-score using that standard deviation: .
Find the upper-tail area from a z-table: .
, about 5.5%.
Frequently asked questions
Does the central limit theorem apply to proportions?
Yes. A sample proportion (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 and standard deviation . 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 gets closer to the population mean as 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 .
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 . When is unknown, you estimate the standard error with the sample standard deviation as , which is what leads to t procedures for means.