Stratified and cluster sampling are both probability sampling methods that divide the population into groups before sampling — but they work in opposite ways and are used in very different situations. Confusing the two is a common mistake.

The Key Distinction

Stratified sampling: Groups (strata) are DIFFERENT from each other. You sample FROM EVERY stratum. Goal: ensure representation of every important subgroup.

Cluster sampling: Groups (clusters) are SIMILAR to each other (microcosms of the population). You sample SOME clusters and survey everyone (or a sample) within them. Goal: reduce cost of geographically dispersed populations.

Stratified Sampling

Divide the population into strata based on a characteristic relevant to your research variable. Take a random sample from each stratum.

When to use:

Example: Studying student satisfaction at a university with 1000 undergrads, 400 postgrads, 100 PhD students. Stratify by level, sample 50 from each stratum proportionally (or equally if comparing strata).

Precision: Stratified sampling is MORE precise than simple random sampling when strata differ — less variance within each stratum.

Cluster Sampling

Divide the population into clusters (usually geographic). Randomly select some clusters. Survey everyone (or a random sample) within selected clusters.

When to use:

Example: National reading survey of primary school students. List all 5,000 schools (clusters). Randomly select 100 schools. Survey all students in those 100 schools. You only need to travel to 100 locations instead of having students dispersed across the country.

Precision: Cluster sampling is LESS precise than simple random sampling (design effect DEFF > 1). Individuals within a cluster tend to be similar — this reduces the effective sample size.

Side-by-Side Comparison

FeatureStratified SamplingCluster Sampling
Groups differ?YES — strata are heterogeneousNO — clusters are homogeneous
Sample from all groups?YES — every stratum sampledNO — only selected clusters
GoalPrecision, representationCost reduction, feasibility
Precision vs SRSMore preciseLess precise (DEFF > 1)
CostHigher (sample from everywhere)Lower (only visit selected clusters)
Requires full list?Yes — list of individualsNo — list of clusters only
Analysis complexityModerateHigher (account for DEFF)

Multistage Sampling

Large national surveys often combine both methods: first cluster to select geographic areas (cost-efficient), then stratify within selected areas (improve precision). This is called multistage stratified cluster sampling — the method used by most national statistical agencies.

Use our Sample Size Calculator to compute required sample sizes for different study designs, including adjustments for design effects in cluster sampling.