"The most useful thing the CLT gives you is the sampling distribution of the mean. That single object underpins every confidence interval and every t-test that exists."
One Mean, Many Possibilities
Take a sample of size N from a population. Compute the sample mean. Now imagine doing this again — a different random sample of N, a different mean. Repeat thousands of times. The collection of those sample means has its own distribution, called the sampling distribution of the mean.
This is the object the CLT is really speaking about. When statisticians say 'the sampling distribution of the mean is approximately normal for large N,' they mean: if you imagine all the means you'd get from all possible samples of size N, that imagined collection's shape is bell-like, even when the underlying data is not.
The Standard Error
The standard deviation of the sampling distribution has its own name: the standard error (SE). For a sample mean, the SE equals σ / √N — the population standard deviation divided by the square root of the sample size. The SE shrinks as N grows, but only as the square root: to halve the uncertainty in your mean, you need four times the sample size, not twice.
This 'square root law' is one of the most important practical consequences of the CLT. It tells you exactly how much more data you need to make a mean estimate twice as precise. It is also what makes large surveys feel surprisingly accurate (millions of voters polled = a tiny SE) and small studies feel surprisingly wobbly.
Why You Should Care
Every confidence interval reported in a scientific paper or news article — '40% support, ±3%' — is using the sampling distribution of the mean (or proportion). The ±3% is derived from the standard error, which is derived from the CLT. When the CLT's preconditions hold, this interval is meaningful: if you repeated the study many times, about 95% of such intervals would contain the true population value.
When the CLT's preconditions don't hold — correlated samples, fat tails, dependent observations — the reported interval is fictional. The numbers are correct arithmetic; the interpretation is fantasy. This is one of the major silent failures in published research.