How precise is your sample average? The standard error — standard deviation divided by the square root of n — tells you how much the mean would wobble from sample to sample. Smaller is more reliable.
The example
Precision of a sample mean.
| A | B | |
|---|---|---|
| 1 | Measure | Value |
| 2 | Std dev | 10 |
| 3 | n | 25 |
| 4 | Std error | 2.0 |
The formula
The formula:
How it works
How it works:
- Compute the sample standard deviation with STDEV.
- Divide by
SQRT(COUNT(range))— the square root of the sample size. - The result is the standard error of the mean: the typical distance between your sample mean and the true mean.
- It drives confidence intervals:
mean ± ~2×SEis roughly a 95% interval.
Standard deviation vs standard error: SD describes the spread of the data; SE describes the precision of the mean. Don’t mix them up — error bars on a chart should say which one they show.
Try it: interactive demo
Values.
Variations
95% interval
Roughly:
Margin of error
Built-in:
SE of a proportion
Different formula:
Pitfalls & errors
SE ≠ SD. Standard error is about the mean’s precision, not the data’s spread.
Use COUNT, not COUNTA. Divide by the count of numbers, or text inflates n.
Assumes a random sample. SE is only meaningful for representative data.
Practice workbook
Frequently asked questions
How do I calculate the standard error of the mean in Excel?
What's the difference between standard deviation and standard error?
How do I turn SE into a confidence interval?
Stop fighting formulas. Learn them in a day.
This recipe is one of hundreds of real-world formulas we teach. Our Excel Formulas & Functions class covers lookups, logic, text, and dynamic arrays hands-on — live in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.
See the Formulas & Functions Class