MathApril 12, 2026

Standard Deviation vs Standard Error: What’s the Difference?

By The hakaru Team·Last updated March 2026

Quick Answer

  • *Standard deviation (SD) measures how spread out individual data points are from the mean.
  • *Standard error (SE) measures how precisely you have estimated the mean from your sample.
  • *SE = SD / √n. SE is always smaller than SD (for n > 1) and shrinks as sample size grows.
  • *Report SD to describe data variability. Report SE (or 95% CI) to describe precision of the mean.
FeatureStandard Deviation (SD)Standard Error (SE)
MeasuresSpread of individual data pointsPrecision of the sample mean
Formula√(Σ(x-x̄)² / (n-1))SD / √n
Affected by sample size?No (stabilizes)Yes (decreases with larger n)
Use for error bars whenShowing data spreadShowing mean precision
Report in research whenDescribing a populationComparing group means
Example (SD=10, n=25)102

What Is Standard Deviation?

Standard deviation quantifies the average distanceof data points from their mean. It answers: “How spread out is this data?”

Consider two classrooms. Both have a mean test score of 75. Classroom A has scores of 73, 74, 75, 76, 77 (SD = 1.6). Classroom B has scores of 50, 65, 75, 85, 100 (SD = 18.7). The means are identical, but the variability is radically different. SD captures that.

The SD Formula

For a sample: s = √(Σ(x−x̄)² / (n−1))

Steps: (1) find the mean, (2) subtract the mean from each value and square the result, (3) sum those squared differences, (4) divide by n−1, (5) take the square root. The n−1 denominator (Bessel’s correction) makes the sample SD an unbiased estimator of the population SD.

The 68-95-99.7 Rule

For normally distributed data: 68% of values fall within ±1 SD, 95% within ±2 SD, and 99.7%within ±3 SD. This makes SD immediately useful for identifying outliers and understanding the shape of your data.

What Is Standard Error?

Standard error measures the precision of your sample mean as an estimate of the population mean. If you took 100 different samples and calculated the mean of each, those means would form a distribution. The standard deviation of that distribution of means is the standard error.

The SE Formula

SE = SD / √n

This is beautifully simple. The more data you collect (larger n), the more precise your estimate becomes (smaller SE). But notice the square root: to halve the SE, you must quadruple the sample size. Going from n=25 to n=100 cuts SE in half. This has direct implications for research study design and sample size planning.

SE and Confidence Intervals

The 95% confidence interval for a mean is approximately: mean ± 1.96 × SE. If the mean is 50 and SE is 2, the 95% CI is roughly 46.1 to 53.9. This interval has a 95% probability of containing the true population mean.

Key Differences

  • What they measure: SD describes data spread. SE describes estimation precision.
  • Sample size effect: Doubling your sample size barely changes SD. But it reduces SE by a factor of √2 (~29%).
  • Relative size: SE is always smaller than SD for any sample with n > 1. With n = 100, SE is one-tenth of SD.
  • When to report: Use SD when describing your sample or population. Use SE when making inferences about the population mean or comparing groups.
  • Error bars: SD error bars show “where individual data points fall.” SE error bars show “where the true mean likely is.”

When to Use Standard Deviation

  • Describing the variability of a data set or population.
  • Identifying outliers (values beyond 2-3 SD from the mean).
  • Quality control: manufacturing tolerances are often specified in SD units.
  • Reporting results where the reader needs to understand individual variation (e.g., “patient blood pressure was 120 ± 15 mmHg”).
  • Any context where you want to convey how much individual measurements scatter.

When to Use Standard Error

  • Comparing means between groups (the basis of t-tests and ANOVA).
  • Constructing confidence intervals for the mean.
  • Reporting results in scientific papers where the focus is on the estimated mean, not individual variation.
  • Meta-analyses that combine results across studies.
  • Any context where the question is “how confident am I in this mean?”

A Common Mistake in Research Papers

A 2005 study in the British Medical Journal found that roughly a third of research papers used SD and SE incorrectly or interchangeably. The most common error: reporting SE instead of SD to make data look less variable (since SE is always smaller). This is misleading because SE shrinks simply by collecting more data, not because the data is less spread out.

Rule of thumb: if you are describing your data, use SD. If you are making a claim about the population mean, use SE or a confidence interval. When in doubt, report both.

The Bottom Line

Standard deviation and standard error answer different questions. SD tells you how variable your data is. SE tells you how precise your mean estimate is. They are connected by a simple formula (SE = SD / √n) but serve fundamentally different purposes. Confusing them is one of the most common statistical errors in published research.

Calculate both with our free standard deviation calculator.

Frequently Asked Questions

What does standard deviation tell you?

Standard deviation measures how spread out individual data points are from the mean. A small SD means data points cluster tightly around the average. A large SD means they are widely dispersed. For normally distributed data, about 68% of values fall within 1 SD of the mean, 95% within 2 SDs, and 99.7% within 3 SDs.

What does standard error tell you?

Standard error measures how precisely you have estimated the population mean from your sample. It tells you how much the sample mean would vary if you repeated the study many times. A small SE means your estimate is precise. SE decreases as sample size increases — larger samples give more precise estimates.

Why does SE decrease with larger sample size but SD does not?

SD measures the inherent variability in the data — collecting more data points does not change how spread out the population is. SE measures precision of the mean estimate, which improves with more data. The formula SE = SD / sqrt(n) shows this directly: as n increases, you divide by a larger number, so SE shrinks. To halve the SE, you need to quadruple the sample size.

Should I use SD or SE for error bars on a graph?

It depends on what you want to communicate. Use SD error bars to show the spread of individual measurements — how variable the data is. Use SE error bars (or 95% confidence intervals, which are approximately 2 x SE) to show the precision of the group mean — how confident you are in the average. Scientific journals increasingly prefer 95% CI error bars because they directly convey statistical significance.

How do you calculate standard error from standard deviation?

Divide the standard deviation by the square root of the sample size: SE = SD / sqrt(n). For example, if SD = 10 and n = 25, then SE = 10 / sqrt(25) = 10 / 5 = 2. This formula assumes simple random sampling. For other sampling designs (stratified, clustered), the SE calculation is more complex.

Calculate SD and SE instantly

Enter your data set and get standard deviation, standard error, variance, mean, and more.

Standard Deviation Calculator