Standard Error Calculator

Standard Error of the Mean

Calculate how much a sample mean varies from the true population mean using standard error.

Last updated: March 2026

Calculator

Sample measurements

Standard Error (SE)
0.763763
Mean estimate ± 0.7638 (95% CI)
FormulaSE = s / √n
Sample SD (s)1.8708
Sample Mean5.5000
Sample Size (n)6
√n√6 = 2.4495

What is Standard Error?

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.

How to Calculate Standard Error

Method 1: From Raw Data

Step 1: Calculate the mean: mean = (x₁ + x₂ + ... + xₙ) / n
Step 2: Calculate the sample SD: s = √[(Σ(x − mean)²) / (n − 1)]
Step 3: Divide SD by the square root of n: SE = s / √n

Method 2: From Summary Statistics

Step 1: If you already know s (sample SD) and n (sample size), directly use: SE = s / √n
Step 2: No further calculations needed

Formula

Standard Error of the Mean:
SE = s / √n
95% Confidence Interval:
CI = mean ± 1.96 × SE
Key Relationships:
SE decreases as n increases (larger samples are more stable)
SE < SD always (sample mean is less variable than raw data)

Real-World Example

Quality Control: Measuring Weight Fill

Context:
A food manufacturer fills bags of cereal with a target weight of 500g. A quality inspector randomly selects 25 bags and weighs them: 498, 502, 501, 499, 505, 500, 498, 503, 499, 501, 502, 500, 504, 499, 500, 501, 498, 502, 500, 499, 501, 500, 503, 499, 501 grams.
Calculation:
Mean = 500.0g
SD (sample) = 1.64g
n = 25 bags
SE = 1.64 / √25 = 1.64 / 5 = 0.328g
95% Confidence Interval = 500.0 ± 1.96 × 0.328 = 500.0 ± 0.64 = [499.36g, 500.64g]
We're 95% confident the true average bag weight is between 499.36g and 500.64g. The SE of 0.328g shows the sample mean is fairly stable.

Frequently Asked Questions

How does SE differ from SD?

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.

Why does bigger sample size reduce SE?

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.

What is the 95% confidence interval?

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.

Can SE be zero?

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.

What sample size do I need?

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.

Is SE affected by population size?

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