ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://www.statology.org/central-limit-theorem-conditions/ |
| Last Crawled | 2026-04-15 09:48:36 (5 hours ago) |
| First Indexed | 2021-01-19 14:53:00 (5 years ago) |
| HTTP Status Code | 200 |
| Meta Title | Central Limit Theorem: The Four Conditions to Meet |
| Meta Description | This tutorial explains the four conditions that must be met in order to apply the central limit theorem. |
| Meta Canonical | null |
| Boilerpipe Text | The
central limit theorem
states that
the sampling distribution of a sample mean
is approximately normal if the sample size is large enough,
even if the population distribution is not normal
.
In order to apply the central limit theorem, there are four conditions that must be met:
1.
Â
Randomization
: The data must be sampled randomly such that every member in a population has an equal probability of being selected to be in the sample.
2. Independence:
The sample values must be independent of each other.
3. The 10% Condition:
When the sample is drawn without replacement, the sample size should be no larger than 10% of the population.
4. Large Sample Condition:
The sample size needs to be sufficiently large.
This tutorial provides a brief explanation of each condition.
Condition 1: Randomization
In order to apply the central limit theorem, the data that we use must be sampled randomly from the population by using a
probability sampling method
.
In statistics, there are two types of
sampling methods
:
1. Probability sampling methods:
Sampling methods in which every member in a population has an equal probability of being selected to be in the sample. Examples include:
Simple random sample
Stratified random sample
Cluster random sample
Systematic random sample
2. Non-probability sampling methods:
Sampling methods in which every member in a population does not have an equal probability of being selected to be in the sample. Examples include:
Convenience sample
Voluntary response sample
Snowball sample
Purposive sample
It’s important that a probability sampling method is used to obtain the sample because this maximizes the chances that we obtain a sample that is
representative of the population
.
Condition 2: Independence
In order to apply the central limit theorem, we must also assume that each of the sample values is independent of each other.
That is, the occurrence of one event does not affect the occurrence of any other event.
This assumption is often met if we use a probability sampling method because these types of sampling methods choose
observations
to be included in the sample completely independently of each other.Â
Condition 3: The 10% Condition
When the sample is drawn without replacement (which is almost always the case), the sample size must be no larger than 10% of the total population.
For example:
If our population size is 500, then our sample size should be no larger than 50.
If our population size is 1,000 then our sample size should be no larger than 100.
If our population size is 50,000, then our sample size should be no larger than 5,000.
And so on.
Condition 4: Large Sample Condition
Lastly, in order to apply the central limit theorem our sample size must be sufficiently large.
In general, we consider “sufficiently large” to be 30 or larger. However, this number can vary a bit based on the underlying shape of the population distribution.
In particular:
If the population distribution is symmetric, sometimes a sample size as small as 15 is sufficient.
If the population distribution is skewed, generally a sample size of at least 30 is needed.
If the population distribution is extremely skewed, then a sample size of 40 or higher may be necessary.
Depending on the shape of the population distribution, you may require more or less than a sample size of 30 in order for the Central Limit Theorem to apply.
Hey there. My name is Zach Bobbitt. I have a Masters of Science degree in Applied Statistics and I’ve worked on machine learning algorithms for professional businesses in both healthcare and retail. I’m passionate about statistics, machine learning, and data visualization and I created Statology to be a resource for both students and teachers alike. My goal with this site is to help you learn statistics through using simple terms, plenty of real-world examples, and helpful illustrations. |
| Markdown | [](https://www.statology.org/)
- [About](https://www.statology.org/about/)
- [Course](https://www.statology.org/course-register/)
- [Basic Stats](https://www.statology.org/tutorials/)
- [Machine Learning](https://www.statology.org/machine-learning-tutorials/)
- [Software Tutorials]()
- [Excel](https://www.statology.org/excel-guides/)
- [Google Sheets](https://www.statology.org/google-sheets-guides/)
- [MongoDB](https://www.statology.org/mongodb-guides/)
- [MySQL](https://www.statology.org/mysql-guides/)
- [Power BI](https://www.statology.org/power-bi-guides/)
- [PySpark](https://www.statology.org/pyspark-guides/)
- [Python](https://www.statology.org/python-guides/)
- [R](https://www.statology.org/r-guides/)
- [SAS](https://www.statology.org/sas-guides/)
- [SPSS](https://www.statology.org/spss-guides/)
- [Stata](https://www.statology.org/stata-guides/)
- [TI-84](https://www.statology.org/ti-84-guides/)
- [VBA](https://www.statology.org/vba-guides/)
- [Tools]()
- [Calculators](https://www.statology.org/calculators/)
- [Critical Value Tables](https://www.statology.org/tables/)
- [Glossary](https://www.statology.org/glossary/)
# Central Limit Theorem: The Four Conditions to Meet
by [Zach Bobbitt](https://www.statology.org/author/admin/)
Last updated on
[Last updated on April 12, 2021](https://www.statology.org/central-limit-theorem-conditions/)
***
The [central limit theorem](https://www.statology.org/central-limit-theorem/) states that [the sampling distribution of a sample mean](https://www.statology.org/sampling-distribution/) is approximately normal if the sample size is large enough, *even if the population distribution is not normal*.
In order to apply the central limit theorem, there are four conditions that must be met:
**1\.** **Randomization**: The data must be sampled randomly such that every member in a population has an equal probability of being selected to be in the sample.
**2\. Independence:** The sample values must be independent of each other.
**3\. The 10% Condition:** When the sample is drawn without replacement, the sample size should be no larger than 10% of the population.
**4\. Large Sample Condition:** The sample size needs to be sufficiently large.
This tutorial provides a brief explanation of each condition.
### **Condition 1: Randomization**
In order to apply the central limit theorem, the data that we use must be sampled randomly from the population by using a **probability sampling method**.
In statistics, there are two types of [sampling methods](https://www.statology.org/sampling-methods/):
**1\. Probability sampling methods:** Sampling methods in which every member in a population has an equal probability of being selected to be in the sample. Examples include:
- Simple random sample
- Stratified random sample
- Cluster random sample
- Systematic random sample
**2\. Non-probability sampling methods:** Sampling methods in which every member in a population does not have an equal probability of being selected to be in the sample. Examples include:
- Convenience sample
- [Voluntary response sample](https://www.statology.org/voluntary-response-sample/)
- [Snowball sample](https://www.statology.org/snowball-sampling/)
- Purposive sample
It’s important that a probability sampling method is used to obtain the sample because this maximizes the chances that we obtain a sample that is [representative of the population](https://www.statology.org/representative-sample/).
### **Condition 2: Independence**
In order to apply the central limit theorem, we must also assume that each of the sample values is independent of each other. That is, the occurrence of one event does not affect the occurrence of any other event.
This assumption is often met if we use a probability sampling method because these types of sampling methods choose [observations](https://www.statology.org/observation-in-statistics/) to be included in the sample completely independently of each other.
### **Condition 3: The 10% Condition**
When the sample is drawn without replacement (which is almost always the case), the sample size must be no larger than 10% of the total population.
For example:
- If our population size is 500, then our sample size should be no larger than 50.
- If our population size is 1,000 then our sample size should be no larger than 100.
- If our population size is 50,000, then our sample size should be no larger than 5,000.
And so on.
### **Condition 4: Large Sample Condition**
Lastly, in order to apply the central limit theorem our sample size must be sufficiently large.
In general, we consider “sufficiently large” to be 30 or larger. However, this number can vary a bit based on the underlying shape of the population distribution.
In particular:
- If the population distribution is symmetric, sometimes a sample size as small as 15 is sufficient.
- If the population distribution is skewed, generally a sample size of at least 30 is needed.
- If the population distribution is extremely skewed, then a sample size of 40 or higher may be necessary.
Depending on the shape of the population distribution, you may require more or less than a sample size of 30 in order for the Central Limit Theorem to apply.
Posted in [Programming](https://www.statology.org/category/programming/)

[Zach Bobbitt](https://www.statology.org/author/admin/)
Hey there. My name is Zach Bobbitt. I have a Masters of Science degree in Applied Statistics and I’ve worked on machine learning algorithms for professional businesses in both healthcare and retail. I’m passionate about statistics, machine learning, and data visualization and I created Statology to be a resource for both students and teachers alike. My goal with this site is to help you learn statistics through using simple terms, plenty of real-world examples, and helpful illustrations.
## Post navigation
[Prev Pandas: How to Sum Columns Based on a Condition](https://www.statology.org/pandas-sum-column-with-condition/)
[Next Correlation Matrix Calculator](https://www.statology.org/correlation-matrix-calculator/)
### Leave a Reply [Cancel reply](https://www.statology.org/central-limit-theorem-conditions/#respond)
## Search
## ABOUT STATOLOGY
[](https://www.statology.org/about/)Statology makes learning statistics easy by explaining topics in simple and straightforward ways. Our team of writers have over 40 years of experience in the fields of Machine Learning, AI and Statistics. **[Learn more about our team here.](https://www.statology.org/about/)**
## Featured Posts
- [](https://www.statology.org/amaras-law-explained-why-our-technology-forecasts-are-systematically-wrong/)
[Amara’s Law Explained: Why Our Technology Forecasts Are Systematically Wrong](https://www.statology.org/amaras-law-explained-why-our-technology-forecasts-are-systematically-wrong/)
April 14, 2026
- [](https://www.statology.org/5-visualizations-that-reveal-statistical-signal/)
[5 Visualizations That Reveal Statistical Signal](https://www.statology.org/5-visualizations-that-reveal-statistical-signal/)
April 13, 2026
- [](https://www.statology.org/choosing-the-right-distance-metric-for-clustering-a-decision-tree-approach/)
[Choosing the Right Distance Metric for Clustering: A Decision Tree Approach](https://www.statology.org/choosing-the-right-distance-metric-for-clustering-a-decision-tree-approach/)
April 10, 2026
- [](https://www.statology.org/how-to-analyze-word-frequencies-with-textblob-in-python/)
[How to Analyze Word Frequencies with TextBlob in Python](https://www.statology.org/how-to-analyze-word-frequencies-with-textblob-in-python/)
April 9, 2026
- [](https://www.statology.org/from-raw-data-to-insight-with-copilot-across-the-microsoft-stack/)
[From Raw Data to Insight with Copilot Across the Microsoft Stack](https://www.statology.org/from-raw-data-to-insight-with-copilot-across-the-microsoft-stack/)
April 9, 2026
- [](https://www.statology.org/how-to-measure-subjectivity-in-text-with-textblob-in-python/)
[How to Measure Subjectivity in Text with TextBlob in Python](https://www.statology.org/how-to-measure-subjectivity-in-text-with-textblob-in-python/)
April 8, 2026
## Statology Study
**[Statology Study](https://www.statology.org/study-register/)** is the ultimate online statistics study guide that helps you study and practice all of the core concepts taught in any elementary statistics course and makes your life so much easier as a student.
[](https://www.statology.org/study-register/)
## Introduction to Statistics Course
**Introduction to Statistics** is our premier online video course that teaches you all of the topics covered in introductory statistics. **[Get started](https://www.statology.org/course-register/)** with our course today.
[](https://www.statology.org/course-register/)
## You Might Also Like
- [The Large Sample Condition: Definition & Example](https://www.statology.org/large-sample-condition/)
- [5 Examples of Using the Central Limit Theorem in Real Life](https://www.statology.org/central-limit-theorem-real-life-examples/)
- [How to Apply the Central Limit Theorem in Excel](https://www.statology.org/central-limit-theorem-excel/)
- [How to Apply the Central Limit Theorem on TI-84 Calculator](https://www.statology.org/central-limit-theorem-ti-84/)
- [Central Limit Theorem Visualizer](https://www.statology.org/central-limit-theorem-visualizer/)
- [The 6 Confidence Interval Assumptions to Check](https://www.statology.org/confidence-interval-assumptions/)
© 2025 [Statology](https://www.statology.org/) \| [Privacy Policy](https://www.guidingtechmedia.com/privacy/) \| [Terms of Use](https://www.guidingtechmedia.com/terms-of-use/)
Wisteria Theme by [WPFriendship](https://wpfriendship.com/ "WPFriendship") â‹… Powered by [WordPress](https://wordpress.org/ "WordPress") |
| Readable Markdown | ***
The [central limit theorem](https://www.statology.org/central-limit-theorem/) states that [the sampling distribution of a sample mean](https://www.statology.org/sampling-distribution/) is approximately normal if the sample size is large enough, *even if the population distribution is not normal*.
In order to apply the central limit theorem, there are four conditions that must be met:
**1\.** **Randomization**: The data must be sampled randomly such that every member in a population has an equal probability of being selected to be in the sample.
**2\. Independence:** The sample values must be independent of each other.
**3\. The 10% Condition:** When the sample is drawn without replacement, the sample size should be no larger than 10% of the population.
**4\. Large Sample Condition:** The sample size needs to be sufficiently large.
This tutorial provides a brief explanation of each condition.
### **Condition 1: Randomization**
In order to apply the central limit theorem, the data that we use must be sampled randomly from the population by using a **probability sampling method**.
In statistics, there are two types of [sampling methods](https://www.statology.org/sampling-methods/):
**1\. Probability sampling methods:** Sampling methods in which every member in a population has an equal probability of being selected to be in the sample. Examples include:
- Simple random sample
- Stratified random sample
- Cluster random sample
- Systematic random sample
**2\. Non-probability sampling methods:** Sampling methods in which every member in a population does not have an equal probability of being selected to be in the sample. Examples include:
- Convenience sample
- [Voluntary response sample](https://www.statology.org/voluntary-response-sample/)
- [Snowball sample](https://www.statology.org/snowball-sampling/)
- Purposive sample
It’s important that a probability sampling method is used to obtain the sample because this maximizes the chances that we obtain a sample that is [representative of the population](https://www.statology.org/representative-sample/).
### **Condition 2: Independence**
In order to apply the central limit theorem, we must also assume that each of the sample values is independent of each other. That is, the occurrence of one event does not affect the occurrence of any other event.
This assumption is often met if we use a probability sampling method because these types of sampling methods choose [observations](https://www.statology.org/observation-in-statistics/) to be included in the sample completely independently of each other.
### **Condition 3: The 10% Condition**
When the sample is drawn without replacement (which is almost always the case), the sample size must be no larger than 10% of the total population.
For example:
- If our population size is 500, then our sample size should be no larger than 50.
- If our population size is 1,000 then our sample size should be no larger than 100.
- If our population size is 50,000, then our sample size should be no larger than 5,000.
And so on.
### **Condition 4: Large Sample Condition**
Lastly, in order to apply the central limit theorem our sample size must be sufficiently large.
In general, we consider “sufficiently large” to be 30 or larger. However, this number can vary a bit based on the underlying shape of the population distribution.
In particular:
- If the population distribution is symmetric, sometimes a sample size as small as 15 is sufficient.
- If the population distribution is skewed, generally a sample size of at least 30 is needed.
- If the population distribution is extremely skewed, then a sample size of 40 or higher may be necessary.
Depending on the shape of the population distribution, you may require more or less than a sample size of 30 in order for the Central Limit Theorem to apply.

Hey there. My name is Zach Bobbitt. I have a Masters of Science degree in Applied Statistics and I’ve worked on machine learning algorithms for professional businesses in both healthcare and retail. I’m passionate about statistics, machine learning, and data visualization and I created Statology to be a resource for both students and teachers alike. My goal with this site is to help you learn statistics through using simple terms, plenty of real-world examples, and helpful illustrations. |
| Shard | 80 (laksa) |
| Root Hash | 6121278954233998080 |
| Unparsed URL | org,statology!www,/central-limit-theorem-conditions/ s443 |