Calculate how much a sample mean varies from the true population mean using standard error.
Last updated: March 2026
Sample measurements
The Standard Error of the Mean (SEM or SE) measures the variability of sample means around the true population mean. It answers: "How close is my sample mean to the real population mean?" SE decreases as sample size increases because larger samples better represent the population.
SE is calculated as: SE = s / √n, where s is the sample standard deviation and n is the sample size. If the SD of individual values is 10 and we have a sample of 100, the SE = 10 / 10 = 1, meaning the sample mean typically varies by ±1 from the true mean. SE is essential for confidence intervals: a 95% confidence interval is roughly mean ± 1.96 × SE.
Unlike SD (which describes how spread out individual data points are), SE describes how accurate our sample mean estimate is. SE is always smaller than SD.
Quality Control: Measuring Weight Fill
SD measures the spread of individual data points around the mean. SE measures how accurately the sample mean estimates the population mean. SE = SD / √n, so SE is always smaller.
Larger samples provide better estimates of the true population. The √n in the denominator means doubling your sample size reduces SE by about 30%, and a 4× increase in n reduces SE by half.
For large samples, the 95% CI ≈ mean ± 1.96 × SE. It means we're 95% confident the true population mean lies in this range. For most practical purposes, CI ≈ mean ± 2 × SE.
In theory, only if SD = 0 (all data identical). In practice, SE is never zero because real data always has variation. SE can be very small with large n or low SD.
Use the formula n = (z × SD / ME)², where z = 1.96 (95% CI), SD is estimated SD, and ME is desired margin of error. Larger ME allows smaller n; higher precision requires larger samples.
Not directly, unless the population is very small. For populations {'>'} 1000× the sample size, SE ≈ SD / √n works well. For smaller populations, use finite population correction: SE × √[(N−n)/(N−1)].
Related Tools
Required sample size.
Estimate population parameters.
Survey accuracy measure.
Single parameter value.
Sample statistic distribution.
Sample vs population difference.