Report

Help us improve this tool

Standard Error Calculator

Compute standard error of the sample mean or sample proportion with confidence-ready formulas.

O M T

What Standard Error Means

Standard error measures uncertainty in a sample estimate. For a mean, SEM shows how much the sample mean would vary across repeated samples. Related tools: Standard Deviation Calculator, Relative Standard Error Calculator, and P Hat Calculator.

Standard Error of the Mean

$$SEM = \frac{s}{\sqrt{n}}$$

where $s$ is the sample standard deviation and $n$ is the sample size.

Standard Error of a Proportion

$$SE = \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}$$

Use this when estimating a population proportion from successes and sample size.

Example

Twelve height measurements with mean 179.5 cm and sample SD 6.52 cm give SEM ≈ 1.88 cm. That means repeated samples would produce sample means typically within about 1.88 cm of the true average.

Frequently Asked Questions

What is the difference between standard deviation and standard error?

Standard deviation describes spread in the data. Standard error describes uncertainty in an estimate such as the sample mean.

Why divide by sqrt(n)?

Larger samples produce more stable means, so uncertainty shrinks as n grows.

Can I use SEM for confidence intervals?

Yes. Mean ± z × SEM or mean ± t × SEM gives an approximate confidence interval when assumptions are reasonable.

Which standard deviation goes into SEM?

Use the sample standard deviation with denominator n − 1 for inferential SEM calculations.

When should I use the proportion mode?

Use it for polls, conversion rates, defect rates, and any estimate based on success counts out of n trials.