Standard Error Calculator
Calculate the standard error of the mean to measure how precisely your sample mean estimates the true population mean. Use it in research reports, quality control, and any analysis where you need to quantify sampling variability.
About this calculator
The standard error of the mean (SEM) quantifies how much sample means vary from sample to sample. For an infinite population or large population relative to sample size, SEM = σ / √n, where σ is the population standard deviation and n is the sample size. When the sample represents a substantial fraction of a finite population, the finite population correction (FPC) reduces the SEM to account for the reduced variability: SEM = (σ / √n) × √[(N − n) / (N − 1)], where N is the population size. The FPC is worth applying when the sampling fraction n/N exceeds about 5%. A smaller SEM indicates more precise estimation of the population mean. The SEM is distinct from the standard deviation — SD describes spread within a sample, while SEM describes precision of the sample mean as an estimate.
How to use
A school has N = 200 students. You sample n = 50 students and find a standard deviation of σ = 15 points on a test. Step 1: Basic SEM = 15 / √50 = 15 / 7.071 ≈ 2.12. Step 2: Since n/N = 50/200 = 25%, apply the FPC: √[(200 − 50) / (200 − 1)] = √[150 / 199] = √0.7538 ≈ 0.868. Step 3: Corrected SEM = 2.12 × 0.868 ≈ 1.84. The finite population correction reduces the standard error by about 13%, reflecting the fact that you've sampled a quarter of the population.
Frequently asked questions
What is the difference between standard deviation and standard error?
Standard deviation (SD) measures the spread of individual data points around the sample mean — it describes variability within your dataset. Standard error of the mean (SEM) measures how precisely your sample mean estimates the true population mean — it describes variability between hypothetical repeated samples. SEM = SD / √n, so SEM is always smaller than SD and decreases as sample size grows. Reporting SEM instead of SD can make data appear more precise than it is; always clarify which measure you are reporting in your results.
When should I apply the finite population correction to the standard error?
The finite population correction (FPC) should be applied when your sample is a non-negligible fraction of the total population, typically when n/N exceeds 5% or 10%. In that situation, the standard formula overestimates variability because sampling without replacement ensures you cannot observe the same individual twice. The FPC factor √[(N−n)/(N−1)] is always less than 1, so it reduces the SEM. For very large populations — such as national surveys — n/N is tiny and the FPC makes essentially no difference, so it is usually omitted.
How does increasing sample size reduce the standard error of the mean?
Because the SEM formula is σ / √n, the standard error decreases as the square root of sample size increases. Doubling your sample size reduces the SEM by a factor of √2 (about 29%), and quadrupling the sample size halves the SEM. This relationship means that the returns to collecting more data diminish — going from n = 10 to n = 40 cuts error in half, but going from n = 100 to n = 400 achieves the same relative gain at much greater cost. Researchers use this relationship when performing power analyses to determine how large a sample they need to achieve a desired level of precision.