Standard error tells you how much a sample mean is likely to vary from the true population mean. Use the Standard Error Calculator below to compute it from your sample size and either standard deviation (common) or variance (alternative).
This article explains the formulas, shows how to interpret results, and covers the most common mistakes when estimating uncertainty from data.
What Is Standard Error?
Standard error (SE) measures the typical spread of a statistic—most often the sample mean—across repeated samples. In plain terms: it quantifies the uncertainty in your estimate of a population mean.
Standard error is not the same as standard deviation. Standard deviation describes variability in individual data points; standard error describes variability in the average you compute from those points.
Core Concepts and Variables
To calculate standard error for the mean, you typically use the sample size and an estimate of population variability.
- n = sample size (number of observations).
- s = sample standard deviation.
- σ² = variance (population variance) or s² = sample variance (estimate).
- SE = standard error of the mean.
Standard Error Calculator Formulas
For the mean, the standard error is calculated as:
- Using standard deviation: SE = s / √n
- Using variance: SE = √(s² / n) (equivalently SE = √(variance / n))
In both cases, increasing n reduces the standard error because your sample mean becomes more stable.
How to Interpret Standard Error
A smaller standard error means your sample mean is estimated more precisely. A larger standard error means your estimate is more uncertain.
Standard error is often used to build confidence intervals and test statistics. A common rule of thumb for a 95% confidence interval (when assumptions are met) is:
- CI ≈ mean ± 1.96 × SE
Use a t critical value instead of 1.96 when the sample size is small and you are using sample-based estimates.
Step-by-Step: Compute Standard Error Manually
- Find n, the number of observations.
- Choose the variability measure: use s (standard deviation) or s² (variance).
- Compute √n.
- Divide the standard deviation by √n, or compute √(variance / n).
- Check units: SE has the same units as the mean.
Practical Examples
Example 1: Quality control with standard deviation
A factory measures the thickness (in millimeters) of a component. You collect n = 36 parts and compute a sample standard deviation of s = 0.20 mm. The standard error is:
SE = 0.20 / √36 = 0.20 / 6 = 0.033 mm.
Interpretation: your sample mean thickness is typically off by about 0.033 mm due to sampling variability (under the usual assumptions).
Example 2: Using variance instead of standard deviation
A researcher records test scores. For a sample of n = 25, the sample variance is s² = 16 (score units squared). The standard error is:
SE = √(16 / 25) = √0.64 = 0.80 score units.
Interpretation: repeated sampling would produce sample means that vary by about 0.80 score points on average.
Common Mistakes to Avoid
- Mixing up SD and SE: SD describes individual spread; SE describes mean uncertainty.
- Forgetting the square root: SE always divides by √n, not by n.
- Using n incorrectly: n must be the count of observations in the sample used to compute the mean.
- Using variance with the wrong formula: if you input variance, you must take the square root at the end.
- Ignoring assumptions: SE formulas rely on typical conditions (e.g., independence; for inference, often approximate normality or large n).
Frequently Asked Questions
What is the difference between standard deviation and standard error?
Standard deviation measures how spread out individual observations are around the mean. Standard error measures how much the mean itself varies from sample to sample due to sampling. SD describes variability within data; SE describes uncertainty in the estimated mean.
When should I use the standard error calculator?
Use it when you need the uncertainty of a sample mean. Provide sample size and either the sample standard deviation or variance. The calculator outputs SE in the same units as your mean, which you can use for confidence intervals.
Why does standard error get smaller when sample size increases?
Because SE equals variability divided by √n. As n grows, √n increases, shrinking the ratio. Larger samples average out random fluctuations more effectively, so the sample mean becomes more stable and less uncertain.
Does standard error depend on the units?
Yes, but in a consistent way. If your data are in seconds, the mean is in seconds, and SE is also in seconds. If you convert units (for example, seconds to minutes), SE converts the same way because it is tied to the mean scale.
Can I use standard error for non-normal data?
Often yes, especially when sample size is large, because the sampling distribution of the mean tends to become more normal. For small samples or strongly skewed data, inference may require caution and alternative methods. SE still describes variability of the mean.
How to Use This Standard Error Calculator
Enter your sample size and either the standard deviation or variance. The calculator computes standard error and keeps units consistent with your inputs.
If you have standard deviation in one unit system (like centimeters) but want results in another (like meters), use the unit selector to convert automatically.