"> Sampling Methods in Research: Types & Examples - ResearchProspect
Home > Library > Research Methodology > Sampling Methods in Research: Types & Examples

Published by at August 16th, 2021 , Revised On June 17, 2026

Sampling methods are the techniques researchers use to select a subset of individuals (a sample) from a larger group (the population) so that conclusions drawn from the sample can be applied to the whole. There are two broad families of sampling method in research: probability sampling, where every member of the population has a known, non-zero chance of selection (enabling statistical generalisation), and non-probability sampling, where selection is based on convenience or judgement (useful for exploratory or qualitative work).

Choosing the right sampling method is one of the most consequential decisions in your dissertation. It determines whether your findings genuinely represent the population, how much sampling error you carry, and which statistical tests you are entitled to run. This guide explains each method, when to use it, and how to calculate a defensible sample size.

Population, sample and sampling frame: the three terms to fix first

Before you pick a sampling method, you must be precise about three related but distinct ideas. Confusing them is the single most common error in a methodology chapter, and examiners notice it immediately.

  • Population (target population): the entire set of units you want your conclusions to apply to — for example, “all full-time undergraduate students at UK universities in 2026”. The population is defined by your research question, not by what is convenient.
  • Sampling frame: the actual, accessible list from which you draw your sample — for example, a university’s student-record database or an electoral register. The frame is your operational stand-in for the population, and any gap between the two (people missing from the list, duplicates, out-of-date entries) introduces coverage error.
  • Sample: the specific units you actually study. A good sample is large enough and selected in a way that lets you generalise back to the population with a quantified level of confidence.

The logical chain runs population → sampling frame → sample. Probability sampling can only deliver its promise of representativeness when the sampling frame closely matches the population. For a fuller treatment of how these levels relate, see our guide on population vs sample.

How three probability methods pick units from the same populationSimple randompicks scattered units by chanceStratifiedpicks proportionally from each layerClusterpicks whole groups, studies all in themSelected unitNot selected
Figure 1: The same population, sampled three ways. Random scatters the picks; stratified pulls a proportional share from every layer; cluster selects entire groups and studies everyone inside them.

The two families: probability vs non-probability sampling

Every sampling method belongs to one of two families, and the family you choose flows directly from your research aim.

  • Probability (random) sampling gives every unit a known, non-zero chance of selection. Because selection is random, you can estimate sampling error, build confidence intervals, and generalise to the population. This is the backbone of quantitative, survey-based and experimental research.
  • Non-probability sampling selects units by convenience, quota or researcher judgement. You cannot calculate the probability of selection, so statistical generalisation is not defensible — but these methods are efficient, cheap and entirely appropriate for qualitative, exploratory and hard-to-reach populations.

“In probability sampling, each case in the population has a known and usually equal chance of being selected. This is most commonly associated with survey and experimental research strategies.” (Source: Saunders, Lewis & Thornhill, Research Methods for Business Students)

Probability sampling methods (with examples)

1. Simple random sampling

How it works: Every unit in the sampling frame is assigned a number, and units are drawn purely by chance — using a random number generator, a lottery, or a spreadsheet’s random function. Each unit has an identical probability of selection and each combination is equally likely.

Example: A psychology student has a numbered list of all 2,400 enrolled students (the sampling frame). She generates 300 random numbers between 1 and 2,400 in a spreadsheet and surveys exactly those students about exam anxiety. No subgroup is favoured, so the sample should mirror the population on every characteristic, within sampling error.

2. Systematic sampling

How it works: You select every k-th unit from an ordered list after a random start. The sampling interval k = N ÷ n, where N is the population size and n is the desired sample. It is faster than simple random sampling and easy to administer, but it fails if the list has a hidden periodic pattern that coincides with k.

Example: A retailer wants 200 customers from a list of 10,000. The interval is k = 10,000 ÷ 200 = 50. She picks a random start between 1 and 50 — say 17 — then selects customers 17, 67, 117, 167, and so on, until she has 200.

3. Stratified sampling

How it works: The population is divided into mutually exclusive strata (subgroups that share a relevant characteristic, such as year of study, gender or department), and you sample randomly within each stratum. In proportionate stratified sampling, each stratum contributes in proportion to its share of the population, which improves precision when the strata differ on your outcome.

Example: A business faculty has 60% undergraduate, 30% master’s and 10% doctoral students. For a sample of 400, the researcher draws 240 UG, 120 master’s and 40 doctoral students at random within each stratum, guaranteeing every level is represented in the correct proportion.

4. Cluster sampling

How it works: The population is split into naturally occurring groups (clusters — schools, hospitals, postcodes), and you randomly select whole clusters, then study every unit within the chosen clusters. It is highly cost-effective for geographically dispersed populations, though clusters that are internally homogeneous inflate the sampling error.

Example: An education researcher studying teaching practice across 500 primary schools cannot visit them all. She randomly selects 25 schools (the clusters) and observes every teacher in those 25 schools, rather than scattering visits across all 500.

5. Multistage sampling

How it works: A practical hybrid that combines several probability stages. You sample clusters, then sub-sample within them, repeating across stages. National surveys rely on it: random regions, then random towns, then random households, then one random adult per household.

Example: A health survey of England first randomly selects 30 NHS trusts (stage 1), then randomly selects 4 GP practices within each trust (stage 2), then randomly selects 50 patients from each practice (stage 3) — a manageable, fully randomised national sample without ever needing a single list of every patient.

Non-probability sampling methods (with examples)

1. Convenience sampling

How it works: You recruit whoever is easiest to reach — passers-by, your own course mates, online volunteers. It is quick and cheap but carries the highest risk of bias, because the easy-to-reach rarely represent the whole population.

Example: A student posts a survey link in three of her own WhatsApp groups and analyses the 80 replies she receives. Fast, free — but the respondents are demographically similar to her, so findings cannot be generalised.

2. Purposive (judgemental) sampling

How it works: You deliberately select information-rich cases that fit your criteria, using your knowledge of the population. It is the workhorse of qualitative research, where the goal is depth and relevance, not statistical representativeness.

Example: A sociologist studying experiences of early retirement intentionally recruits 15 people who retired before age 55, because only they can speak to the phenomenon under investigation.

3. Quota sampling

How it works: The non-random cousin of stratified sampling. You set quotas for key subgroups (e.g. 50 men, 50 women) and fill each quota by convenience until it is met. It controls the composition of the sample without random selection.

Example: A market researcher must interview 100 shoppers: 25 aged 18–30, 25 aged 31–45, 25 aged 46–60 and 25 over 60. She approaches shoppers in a mall until each age quota is full.

4. Snowball sampling

How it works: Existing participants refer further participants, growing the sample like a rolling snowball. It is invaluable for hidden, stigmatised or hard-to-reach populations where no sampling frame exists.

Example: A public-health researcher studying undocumented migrants starts with two trusted contacts, who each introduce her to others in their network, until she reaches 20 interviewees — a population with no official list to sample from.

Master comparison table

Use this table to match a method to your design at a glance.

Method How it works Pros Cons Best for
Simple random Random draw from a numbered frame Unbiased; easy to analyse Needs a full list; can miss small subgroups Small, well-listed populations
Systematic Every k-th unit after a random start Fast; even spread Fails on periodic lists Long ordered lists
Stratified Random within proportional subgroups High precision; guarantees subgroup cover Needs known strata; more admin Heterogeneous populations
Cluster Random whole groups, study all within Cheap for dispersed populations Higher sampling error Geographically spread populations
Multistage Several probability stages combined Practical at national scale Complex; compounding error Large national surveys
Convenience Whoever is easiest to reach Fast; free High bias; not generalisable Pilots, quick exploratory work
Purposive Deliberate information-rich cases Deep, relevant data Researcher bias; subjective Qualitative depth studies
Quota Convenience within fixed subgroup quotas Controlled composition; quick Non-random; selection bias Market research, fieldwork
Snowball Participants refer further participants Reaches hidden populations Network bias; not representative Hard-to-reach, stigmatised groups

How to choose a sampling method: a step-by-step process

Work through these questions in order; each answer narrows your options.

  1. What is your aim? If you need to generalise to a population with quantified confidence, you need probability sampling. If you want depth, meaning or to explore a phenomenon, non-probability sampling is legitimate and often preferable.
  2. Do you have a sampling frame? Probability methods require a usable list. No frame (e.g. homeless adults, gig workers) usually forces a non-probability route such as snowball or purposive sampling.
  3. How is the population distributed? Heterogeneous on a key variable → stratify. Geographically scattered with cost limits → cluster or multistage.
  4. What are your resources? Time, budget and access constrain everything. Cluster and quota sampling exist largely to control cost.
  5. What analysis will you run? Inferential statistics and significance testing assume probability sampling; thematic or content analysis does not. Align the method with your planned data-collection and analysis approach from the outset.

Worked calculation: how big should your sample be?

Sample size is a calculation, not a guess. For a survey estimating a proportion in a large population, the standard formula is n = z² · p(1 − p) ÷ e², where z is the z-score for your confidence level, p is the expected proportion, and e is the margin of error you will tolerate.

Example — minimum sample size:
Suppose you want 95% confidence, the most cautious proportion (p = 0.5, which maximises the sample), and a ±5% margin of error (e = 0.05).

Step 1 — set the values: z = 1.96 (for 95% confidence), p = 0.5, e = 0.05.
Step 2 — numerator: z² · p(1 − p) = (1.96)² × 0.5 × (1 − 0.5) = 3.8416 × 0.25 = 0.9604.
Step 3 — denominator: e² = (0.05)² = 0.0025.
Step 4 — divide: n = 0.9604 ÷ 0.0025 = 384.16.
Step 5 — round up: you cannot survey a fraction of a person, so n ≈ 385 respondents.

Now apply systematic sampling to reach them. If your sampling frame contains N = 20,000 students and you need n = 385, the sampling interval is:
k = N ÷ n = 20,000 ÷ 385 = 51.9, which you round down to k = 51.
Pick a random start between 1 and 51 — say 8 — then select students 8, 59, 110, 161, … taking every 51st name until you have 385.

Two practical notes. First, if your population is small, apply the finite population correction, which reduces the required n. Second, always recruit more than 385 to absorb non-response: if you expect a 50% response rate, send the survey to roughly 770 people. For help running the numbers and the subsequent tests, our statistical analysis service can support your design.

Sampling error and sampling bias

Two threats undermine a sample, and they are not the same thing.

  • Sampling error is the natural, random difference between a sample statistic and the true population value, simply because you studied a subset rather than everyone. It is unavoidable but measurable — it shrinks predictably as sample size grows, and it is what your margin of error and confidence interval quantify.
  • Sampling bias is a systematic error that makes the sample unrepresentative in a consistent direction. Unlike sampling error, a bigger sample does not fix it. Common sources include a flawed sampling frame (coverage bias), self-selection (volunteers differ from non-volunteers) and non-response (those who decline differ from those who reply).

The defining advantage of probability sampling is that it controls bias by design and lets you quantify the remaining error. To check that your instrument measures consistently and accurately alongside a sound sample, review our guidance and run your survey carefully — see how to conduct surveys.

Common mistakes to avoid

  • Confusing the population with the sampling frame, then claiming generalisability the frame cannot support.
  • Calling a convenience sample “random” — sharing a link widely is not random selection.
  • Running inferential statistics on a non-probability sample and reporting p-values as if they generalise.
  • Choosing a sample size by rule of thumb (“30 is enough”) instead of calculating it from confidence, proportion and margin of error.
  • Ignoring non-response: a perfectly drawn sample becomes biased if only one type of person replies.
  • Using systematic sampling on a list with a hidden cycle that matches your interval k.

Need help designing your sampling strategy?

Our experts can shape your methodology, justify your sample and write a distinction-level dissertation.

Bringing it together

Sampling is where the credibility of your whole study is won or lost. Fix your population and sampling frame, decide whether your aim demands probability or non-probability sampling, pick the specific method that fits your population’s structure and your resources, and calculate — never guess — the sample size you need. Get that chain right and your findings will stand up to the toughest examiner.

Related methodology guides

  • Pilot Study
  • Triangulation in Research

Frequently Asked Questions

What is the difference between probability and non-probability sampling?

In probability sampling, every member of the population has a known, non-zero chance of being selected, which allows you to estimate sampling error and generalise statistically to the population. In non-probability sampling, selection is based on convenience or judgement, so the probability of selection is unknown and statistical generalisation is not valid. Probability sampling suits quantitative and survey research; non-probability sampling suits qualitative and exploratory work.

There is no single best method — the right choice depends on your research aim, whether you have a sampling frame, how your population is distributed, and your resources. Simple random and stratified sampling give the strongest basis for generalisation, while purposive and snowball sampling are better when you need depth or are studying hard-to-reach groups. Match the method to the question, not the other way round.

For a proportion in a large population, use n = z² · p(1 − p) ÷ e². With 95% confidence (z = 1.96), the most cautious proportion (p = 0.5) and a ±5% margin of error (e = 0.05), the calculation gives n = 3.8416 × 0.25 ÷ 0.0025 = 384.16, which rounds up to about 385 respondents. Recruit extra to allow for non-response.

Stratified sampling divides the population into subgroups (strata) and samples randomly within each one, sampling from every stratum to boost precision. Cluster sampling divides the population into groups (clusters), randomly selects whole clusters, and studies everyone inside the chosen clusters. Stratified sampling improves accuracy; cluster sampling mainly reduces cost for dispersed populations.

Sampling bias is a systematic error that makes your sample consistently unrepresentative of the population — for example through a flawed sampling frame, self-selection, or non-response. Unlike random sampling error, a larger sample does not fix it. You reduce it by using a probability method, a sampling frame that fully covers the population, and strategies to maximise the response rate.

Yes. Non-probability methods such as purposive, quota and snowball sampling are entirely appropriate and widely accepted, especially in qualitative or exploratory research and when no sampling frame exists. The key is to justify your choice clearly, acknowledge that findings cannot be statistically generalised, and avoid running inferential statistics that assume random selection.

About Aadam Mae

Avatar for Aadam MaeAadam Mae, an academic researcher and author with a PhD in NLP (Natural Language Processing) at ResearchProspect. Mae's work delves into the intricacies of language and technology, delivering profound insights in concise prose. Pioneering the future of communication through scholarship.

WhatsApp Live Chat