Key takeaways
- Population statistics describe a whole group. Sample statistics describe only part of the group.
- Use population formulas when you have all values. Use sample formulas when you only have some values and want to estimate the whole group.
- For spread, population standard deviation divides by N, while sample standard deviation divides by n − 1. This helps make the sample estimate fairer.
sample vs population statistics can feel confusing because the words and symbols look almost the same. But the idea is simple once you separate whole group from part of a group.
In this guide, you’ll learn the difference, see the formulas, and work through clear examples for homework, quiz review, or a statistics assignment. You’re not behind. You just need a clear method.

Quick answer
Population statistics are numbers that describe an entire group, such as all students in one class. Sample statistics are numbers from part of that group, such as 10 students chosen from the class. A parameter is a number that describes a population. A statistic is a number that describes a sample.
For center:
- Population mean: μ = Σx / N
- Sample mean: x̄ = Σx / n
For spread:
- Population variance: σ² = Σ(x − μ)² / N
- Sample variance: s² = Σ(x − x̄)² / (n − 1)
- Population standard deviation: σ = √σ²
- Sample standard deviation: s = √s²
Mini-rule:
Step 1: Ask, “Do I have the whole group?”
Step 2: If yes, use population symbols and formulas.
Step 3: If no, use sample symbols and formulas.

What is a population? What is a sample?
A population is the full group you care about.
Example: all 800 students in a school.
A sample is a smaller part taken from that group.
Example: 50 students surveyed from that school.
A parameter is a number from a population.
Examples: μ, σ, σ²
A statistic is a number from a sample.
Examples: x̄, s, s²
Simple way to remember it
- Population = whole
- Sample = part
- Parameter = describes whole
- Statistic = describes part
Sample vs population symbols
| Idea | Population | Sample | What it means |
|---|---|---|---|
| Size | N | n | Number of values |
| Mean | μ | x̄ | Average value |
| Variance | σ² | s² | Average squared spread |
| Standard deviation | σ | s | Typical spread from the mean |
Population variance and standard deviation use the whole group. Sample variance and standard deviation use a smaller group and estimate the whole group from it.
Sample mean vs population mean
The mean (average value) tells you the center of the data.
Population mean
Use this when you have every value in the group.
Formula:
μ = Σx / N
- Σx means add all values
- N means number of values in the population
Sample mean
Use this when you only have some values.
Formula:
x̄ = Σx / n
- Σx means add all sample values
- n means number of sample values
Important idea
The sample mean is often used to estimate the population mean. It may be close, but it is not always exact because a sample is only part of the full group.
Sample vs population variance
Variance (average squared spread) tells how spread out the data is.
Population variance
You subtract the population mean from each value, square the results, add them, then divide by N.
Sample variance
You subtract the sample mean from each value, square the results, add them, then divide by n − 1.
Sample vs population standard deviation
Standard deviation (how spread out the data is) is the square root of the variance.
Population standard deviation
Sample standard deviation
Why do sample formulas use n − 1?
This is one of the biggest student questions.
When you use a sample, you first compute the sample mean. That mean already comes from the same sample data. Because of that, the deviations are a little too “tight” around the sample mean. Dividing by n would usually make the spread look too small. Dividing by n − 1 corrects for that and gives a better estimate of the population variance. This correction is widely used in introductory statistics and is tied to the sample having n − 1 degrees of freedom.
Easy way to think about it
A sample is only part of the full group, so it may miss some of the real spread.
Using n − 1 helps “give back” a little of that missing spread.

When should you use sample or population formulas?
| Situation | Use this |
|---|---|
| You have all quiz scores of one class | Population |
| You survey 30 students from a school of 2,000 | Sample |
| You measure every item in a small batch | Population |
| You study 15 plants out of 200 | Sample |
| You are doing a research project with selected participants | Sample |
Fast decision rule
Use population formulas when the data set is the entire group you care about.
Use sample formulas when the data set is only part of a larger group and you want to learn about that larger group.

Step-by-step method
Method 1: Decide whether it is sample or population
- Read the problem carefully.
- Ask: “Do I have the whole group?”
- If yes, use population symbols.
- If no, use sample symbols.
Method 2: Find the mean
- Add all data values.
- Divide by the number of values.
- Use μ for a population mean and x̄ for a sample mean.
Method 3: Find variance and standard deviation
- Find the mean.
- Subtract the mean from each value.
- Square each difference.
- Add the squared differences.
- Divide by N for population or n − 1 for sample.
- Take the square root to get standard deviation.
What to write on your paper
Use this mini-checklist:
- State whether the data is a sample or population.
- Write the correct formula.
- Show the mean first.
- Show deviations and squared deviations.
- Divide by N or n − 1 correctly.
- Take the square root if the question asks for standard deviation.
- Add a final labeled answer.
Quick self-check
- Did you use μ or x̄ correctly?
- Did you divide by N or n − 1 correctly?
- Is variance always zero or positive? Yes.
- Is standard deviation always zero or positive? Yes.
- Did you keep enough decimal places until the last step?

Worked examples
Example 1: population mean vs sample mean
A small club has exactly 4 members, and their ages are 14, 15, 16, and 17. Find the population mean.
Because we have all 4 members, this is a population.
Step 1: Add the values
Step 2: Divide by N = 4
Answer: The population mean is 15.5.
Now suppose you only asked 2 members: 14 and 17.
This is a sample.
Step 1: Add the sample values
Step 2: Divide by n = 2
Answer: The sample mean is 15.5.
Here the means matched, but that does not always happen.
Example 2: Population variance and population standard deviation
Find the population variance and population standard deviation for the data:
2, 4, 6, 8
We have all values, so use population formulas.
Step 1: Find the mean
Step 2: Find each deviation from the mean
| x | Deviation: x − μ | (x − μ)² |
|---|---|---|
| 2 | -3 | 9 |
| 4 | -1 | 1 |
| 6 | 1 | 1 |
| 8 | 3 | 9 |
Step 3: Add squared deviations
9 + 1 + 1 + 9 = 20
Step 4: Divide by N = 4
Step 5: Take the square root
Answer:
Population variance = 5
Population standard deviation = 2.24
Example 3: Sample variance and sample standard deviation
A teacher checks a sample of 5 quiz scores:
6, 8, 10, 12, 14
Find the sample variance and sample standard deviation.
This is a sample, so use n − 1.
Step 1: Find the sample mean
Step 2: Find deviations
| x | x − x̄ | (x − x̄)² |
|---|---|---|
| 6 | -4 | 16 |
| 8 | -2 | 4 |
| 10 | 0 | 0 |
| 12 | 2 | 4 |
| 14 | 4 | 16 |
Step 3: Add squared deviations
16 + 4 + 0 + 4 + 16 = 40
Step 4: Divide by n − 1 = 4
Step 5: Take the square root
Answer:
Sample variance = 10
Sample standard deviation = 3.16
Why not divide by 5?
Because this is a sample, not the whole population. Using n − 1 gives a better estimate of the population spread.
Example 4: Exam-style “trick” question
A school has 1,200 students. A researcher surveys 60 students and gets an average study time of 2.5 hours per night.
Is 2.5 a population mean or a sample mean?
Answer: It is a sample mean, because only 60 students were surveyed, not all 1,200.
Correct symbol: x̄ = 2.5
This kind of question tests whether you can spot sample vs population, not whether you can do arithmetic.
Practice set
Directions
For each item, decide whether it is sample or population. Then answer the question.
- A class has 5 students with scores 70, 80, 90, 90, 100. Find the population mean.
- A researcher tests 4 students from a school and gets heights 150, 152, 148, 150. Find the sample mean.
- For the population data 3, 3, 5, 7, find the population variance.
- For the sample data 2, 4, 6, find the sample variance.
- True or false: A sample always includes every member of the group.
- True or false: Sample standard deviation uses n − 1.
- A bag has all 6 marbles measured: 1, 2, 3, 4, 5, 6. Is this sample or population?
- A poll asks 100 voters out of a city of 50,000. Is this sample or population?
- Common trap: A class has 40 students. The teacher records scores for all 40 students. Should you use sample formulas or population formulas for that class data?
- For the sample data 5, 5, 5, 5, find the sample standard deviation.
Answer key
- Population mean = (70 + 80 + 90 + 90 + 100) / 5 = 86
- Sample mean = (150 + 152 + 148 + 150) / 4 = 150
- Population mean = 4; squared deviations = 1, 1, 1, 9; sum = 12; variance = 12 / 4 = 3
- Sample mean = 4; squared deviations = 4, 0, 4; sum = 8; variance = 8 / (3 − 1) = 4
- False
- True
- Population
- Sample
- Population formulas
- Mean = 5; all deviations are 0; sample standard deviation = 0
Short solutions for 2 items
Item 3:
Population data: 3, 3, 5, 7
Mean = 18 / 4 = 4.5? Wait, let’s check carefully.
3 + 3 + 5 + 7 = 18
18 / 4 = 4.5
Squared deviations:
(3 − 4.5)² = 2.25
(3 − 4.5)² = 2.25
(5 − 4.5)² = 0.25
(7 − 4.5)² = 6.25
Sum = 11
Variance = 11 / 4 = 2.75
Corrected answer for item 3: 2.75
Item 4:
Sample data: 2, 4, 6
Mean = 12 / 3 = 4
Squared deviations: 4, 0, 4
Sum = 8
s² = 8 / (3 − 1) = 4

Common mistakes
| Mistake | Why it happens | Do this instead |
|---|---|---|
| Using population formulas for a sample | Students see a list of numbers and forget to ask what the list represents | Ask first: “Is this the whole group or only part?” |
| Dividing sample variance by n instead of n − 1 | The formulas look very similar | Memorize: sample spread uses n − 1 |
| Mixing up μ and x̄ | The symbols look unfamiliar | Write a symbol box before solving |
| Forgetting to square negative deviations | Negative signs can disappear too early | Square each deviation carefully in a table |
| Giving variance when the question asks for standard deviation | Students stop one step too soon | Check whether you still need the square root |
| Rounding too early | Early rounding changes the final answer | Keep decimals until the last step |
| Calling a sample mean the population mean | The wording in the problem is missed | Circle words like all, every, selected, surveyed |
If you get stuck…
“I don’t know what formula to use.”
Ask: “Do I have all the data?” If yes, use population. If no, use sample.
“I keep mixing up variance and standard deviation.”
Variance is before the square root. Standard deviation is after the square root.
“Why is my answer negative?”
Variance and standard deviation should not be negative. Check whether you forgot to square the deviations or made a calculator sign error.
“My calculator gives a different value.”
Check whether your calculator is set to sample or population standard deviation. Many calculators show both.
“I keep mixing up the steps.”
Use a table with columns: value, mean difference, squared difference.
“I still do not get mean, median, and mode.”
Review the basics first using when to use mean, median, or mode. That page helps you choose the right center measure before moving into spread.
“I need help checking my spread answer.”
Review the step-by-step guide on standard deviation. It gives extra help on how spread is computed.
If the class notes use a different symbol style, ask your teacher or tutor how they want the work written. That is normal.
Next steps
- Review standard deviation to get more practice with spread and formula steps.
- Study when to use mean, median, or mode if you still mix up measures of center.
- Use the Mean median mode calculator when you want to check your center values fast.
- Try the Descriptive Statistics Calculator to verify mean, variance, and standard deviation on homework or review sets.
How we know
- The formulas for population variance, sample variance, and standard deviation match standard introductory statistics teaching materials.
- The difference between parameter and statistic follows standard course definitions.
- The explanation of using n − 1 for sample variance follows common classroom treatment of degrees of freedom and sample-based estimation.
- The worked examples in this guide were checked against the formulas shown above.
- The “common mistakes” section reflects errors students often make in homework, quiz review, and intro statistics practice.
Use this the right way
Use this guide to learn the idea, not just copy answers.
For homework and tests, make sure you can explain why you used a sample or population formula.
For research writing or statistics assignments, cite your sources and do not present calculator output as your own thinking without explanation.
Study tools that can help
If you get distracted easily, consider:
- a simple notebook for writing formula steps by hand
- a basic calculator that shows square roots clearly
- index cards for symbol review
- noise-reducing headphones for focused study time
These tools can help organization and focus, but they do not replace understanding the steps.
References
OpenStax. (2023). Introductory business statistics 2e: 2.7 Measures of the spread of the data. Rice University. https://openstax.org/books/introductory-statistics-2e/pages/2-7-measures-of-the-spread-of-the-data
National Institute of Standards and Technology. (2019). Section 8: Statistical techniques. U.S. Department of Commerce. https://www.nist.gov/document/section-8-statistics-techniques-20190506pdf


