2.738613
5.367681
-5.367681
5.367681
2.738613
5.367681
-5.367681
5.367681
The Standard Error Calculator computes the standard error of the mean (SEM), one of the most important quantities in inferential statistics. While the standard deviation measures how spread out individual observations are, the standard error tells you how precisely you have estimated the population mean from your sample. A smaller SE means your sample mean is a more reliable estimate of the true population mean.
The formula is elegantly simple: $$SE = \frac{\sigma}{\sqrt{n}}$$ where $$\sigma$$ is the population (or sample) standard deviation and $$n$$ is the sample size. This relationship reveals a powerful insight: to halve the standard error, you need to quadruple your sample size. The calculator also computes the 95% confidence interval half-width using the z-critical value of 1.96, showing how far the true mean might plausibly lie from your sample mean.
Standard error is foundational to hypothesis testing, confidence intervals, meta-analysis, and any research that draws conclusions from sample data. It appears in t-tests, ANOVA, regression coefficients, and virtually every inferential procedure.
The calculation follows the Central Limit Theorem, which guarantees that the sampling distribution of the mean approaches a normal distribution as sample size increases, regardless of the population shape.
Standard Error: $$SE = \frac{\sigma}{\sqrt{n}}$$
This formula derives from the variance of a sum: if individual observations have variance $$\sigma^2$$, then the variance of the mean of $$n$$ observations is $$\sigma^2/n$$, and the standard deviation (standard error) is $$\sigma/\sqrt{n}$$.
95% Confidence Interval: $$\bar{x} \pm 1.96 \times SE$$
The z-value 1.96 corresponds to the 97.5th percentile of the standard normal distribution. This means that in repeated sampling, approximately 95% of intervals constructed this way will contain the true population mean. The calculator shows the half-width $$1.96 \times SE$$ and the bounds relative to zero (add your sample mean to get actual CI bounds).
A small SE relative to the mean indicates high precision — your estimate is reliable. As a rule of thumb, if the 95% CI is narrow enough for your practical purposes, your sample size is adequate. If the SE is large, consider increasing your sample size. Remember that SE decreases with $$\sqrt{n}$$, so diminishing returns set in: going from n = 100 to n = 400 only halves the SE. Use the SE to compare the precision of different studies or to determine required sample sizes during study planning.
Inputs
Results
With σ = 15 and n = 30 students, SE ≈ 2.74. The 95% CI for the mean extends ±5.37 points around the sample mean.
Inputs
Results
Large sample size dramatically reduces SE to ≈ 1.12 despite high variability (σ = 25). CI half-width is only ±2.19.
Standard deviation (SD) measures the spread of individual data points around the mean. Standard error (SE) measures the precision of the sample mean as an estimate of the population mean. SD describes your data; SE describes the reliability of your statistic. SE is always smaller than SD because it divides by $$\sqrt{n}$$.
When you average $$n$$ independent observations, variances add: $$\text{Var}(\bar{X}) = \sigma^2/n$$. Taking the square root gives the standard error $$\sigma/\sqrt{n}$$. The square root appears because variance scales linearly with the number of observations, but standard deviation (being a square root of variance) scales with $$\sqrt{n}$$.
Use z = 1.96 when the population standard deviation is known or the sample size is large (n > 30). For small samples with unknown population SD, use the t-distribution with n − 1 degrees of freedom. The t-value is always larger than 1.96, producing wider (more conservative) confidence intervals.
Rearrange the formula: $$n = \left(\frac{\sigma}{SE_{target}}\right)^2$$. For example, if σ = 20 and you want SE = 2, you need $$n = (20/2)^2 = 100$$ observations. This is the basis of sample size planning in research design.
SE equals zero only if the standard deviation is zero (all values are identical) or the sample size is infinite. In any real-world scenario with variation in the data, SE is always positive. It approaches zero asymptotically as n increases.
The CLT requires independent observations with finite variance. For most practical distributions, n ≥ 30 is sufficient for the sampling distribution of the mean to be approximately normal. Highly skewed or heavy-tailed distributions may require larger samples. The CLT does not apply to distributions with infinite variance (e.g., Cauchy distribution).
Roboculator Team
The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.
How helpful was this calculator?
Be the first to rate!