Standard Deviation of the Mean (SEM) Calculator
Calculate the standard deviation of the mean (also called the standard error of the mean) using either summary values or raw data.
What is the standard deviation of the mean?
The standard deviation of the mean describes how much a sample mean is expected to vary from one sample to another. In statistics, this quantity is usually called the standard error of the mean (SEM).
If individual data points are spread out, your sample mean is less stable. If you collect more observations, the sample mean becomes more stable. That is exactly what the SEM captures.
Formula
For a sample, the standard deviation of the mean is:
SEM = s / √n
- s = sample standard deviation
- n = sample size
This means SEM gets smaller when:
- The data are less variable (smaller s)
- The sample size is larger (bigger n)
Standard deviation vs. standard deviation of the mean
Standard deviation (SD)
Measures spread of individual values around the sample mean.
Standard deviation of the mean (SEM)
Measures spread of sample means around the population mean if you repeatedly sampled.
In short: SD tells you how variable your data are; SEM tells you how precise your estimate of the mean is.
How this calculator works
Method 1: Summary input
If you already know sample SD and sample size, the calculator directly applies:
SEM = s / √n
Method 2: Raw data input
If you enter raw values, the calculator first computes:
- Sample size n
- Sample mean x̄
- Sample standard deviation s (using n - 1 in the denominator)
Then it calculates SEM from the resulting SD and sample size.
Worked example
Suppose test scores have sample SD = 10 and sample size = 25.
Then:
SEM = 10 / √25 = 10 / 5 = 2
So the mean score estimate has a standard error of 2 points.
Why SEM matters
- It helps evaluate the precision of a sample mean.
- It is used to build confidence intervals.
- It appears in hypothesis tests (z-tests, t-tests).
- It helps compare reliability of means across studies with different sample sizes.
Common mistakes to avoid
- Confusing SD with SEM: They answer different questions.
- Using population formula by accident: For sample data, use sample SD with n - 1.
- Using tiny samples without caution: Very small samples can produce unstable SEM estimates.
- Ignoring units: SEM has the same units as the original data.
Quick interpretation guide
A smaller SEM means your sample mean is estimated more precisely. A larger SEM means more uncertainty around the mean estimate.
However, SEM alone does not tell you practical importance. Combine it with context, confidence intervals, and effect sizes for better decisions.