Standard Error of the Mean

The standard error of the mean measures how much sample means vary around the true population mean; use it for confidence intervals and hypothesis tests.

SE=snSE = \frac{s}{\sqrt{n}}

Solve a problem with Standard Error of the Mean

Type the problem. The solver will use Standard Error of the Mean where Standard Error of the Mean is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Standard Error of the Mean takes
SESE
ss
nn
Standard Error of the Mean
SymbolMeaning
SESEThe standard error of the mean: it measures the typical deviation of sample means from the population mean and has the same units as your data. If misread as the standard deviation of your original data, you'll overestimate your measurement spread instead of quantifying sampling precision.
ssThe sample standard deviation: it measures how spread out your individual data values are around the sample mean, using the same units as your original measurements. If confused with SE, you'll misunderstand whether you're looking at data variability or sampling variability.
nnThe sample size: the number of individual observations in your sample (must be at least 2). If you use the wrong value for nn, your SE will be wrong by the wrong square root factor, producing invalid confidence intervals.

When to use it

Use this when you've calculated a sample mean and want to know how close it is likely to be to the true population mean.

Level

Usually taught in: Statistics · Appears on: AP Statistics

Worked examples

1. Calculate standard error from seedling heights

Problem

A biologist measures the heights of 25 seedlings in a nursery. The sample standard deviation is 3.2 cm. Calculate the standard error of the mean.
  1. SE=snSE = \frac{s}{\sqrt{n}}

    Write the standard error formula.

  2. SE=3.225SE = \frac{3.2}{\sqrt{25}}

    Substitute the sample standard deviation s=3.2s = 3.2 cm and sample size n=25n = 25.

  3. SE=3.25SE = \frac{3.2}{5}

    Evaluate the square root: 25=5\sqrt{25} = 5.

  4. SE=0.64SE = 0.64

    Divide: 3.2÷5=0.643.2 \div 5 = 0.64 cm.

Answer: SE=0.64 cmSE = 0.64 \text{ cm}

This standard error tells us that if the biologist repeatedly sampled 25 seedlings and calculated the mean height each time, those sample means would typically differ by about 0.64 cm. This quantifies the sampling precision of the estimate.

2. Standard error for employee bonuses with irrational square root

Problem

A company analyzes a random sample of 18 employees' annual bonuses and finds a sample standard deviation of $2,847.30. Calculate the standard error of the mean bonus.
  1. SE=snSE = \frac{s}{\sqrt{n}}

    Write the standard error formula.

  2. SE=2847.3018SE = \frac{2847.30}{\sqrt{18}}

    Substitute the sample standard deviation s=2847.30s = 2847.30 and sample size n=18n = 18.

  3. 184.243\sqrt{18} \approx 4.243

    Evaluate the square root: 18=9×2=324.243\sqrt{18} = \sqrt{9 \times 2} = 3\sqrt{2} \approx 4.243.

  4. SE=2847.304.243SE = \frac{2847.30}{4.243}

    Substitute the square root approximation to complete the division setup.

  5. SE671.01SE \approx 671.01

    Divide: 2847.30÷4.243671.012847.30 \div 4.243 \approx 671.01 dollars.

Answer: SE671.01 dollarsSE \approx 671.01 \text{ dollars}

The relatively large standard error reflects both a large standard deviation and a small sample size (18 employees), indicating substantial uncertainty about the true mean bonus. This shows why companies need much larger samples to estimate average compensation precisely.

3. Basketball player scoring: standard error over 16-game sample

Problem

Over a basketball season, a coach analyzes a random sample of 16 games from a player's performance. The sample standard deviation of the player's game scores is 2.4 points. Calculate the standard error of the mean for this player's scoring.
  1. SE=snSE = \frac{s}{\sqrt{n}}

    Write the standard error formula to begin the calculation.

  2. SE=2.416SE = \frac{2.4}{\sqrt{16}}

    Substitute the sample standard deviation s=2.4s = 2.4 points and sample size n=16n = 16 games.

  3. 16=4\sqrt{16} = 4

    Evaluate the square root: 16=4\sqrt{16} = 4, which simplifies the denominator.

  4. SE=2.44SE = \frac{2.4}{4}

    Substitute the square root value into the fraction.

  5. SE=0.6SE = 0.6

    Divide: 2.4÷4=0.62.4 \div 4 = 0.6 points.

Answer: SE=0.6 pointsSE = 0.6 \text{ points}

The standard error of 0.6 points means that if the coach repeatedly drew different 16-game random samples from the season, the sample means would typically vary by about 0.6 points. This precision measure is essential for building confidence intervals about the player's true average and for statistically comparing this player to teammates.

Common mistakes

Where Standard Error of the Mean usually goes wrong
Answer came out wrong
Dividing by nn instead of n\sqrt{n}: writing SE=snSE = \frac{s}{n}
Always use SE=snSE = \frac{s}{\sqrt{n}}, not SE=snSE = \frac{s}{n}. The square root factor is essential to the formula.
Using population standard deviation σ\sigma instead of sample standard deviation ss: writing SE=σnSE = \frac{\sigma}{\sqrt{n}}
Use SE=snSE = \frac{s}{\sqrt{n}} where ss is calculated from your sample data using n1n - 1 in the denominator (the unbiased sample standard deviation formula).
Interpreting SE as the standard deviation of the data itself, thinking it describes how spread out individual measurements are
Remember: SE describes the variability of sample means, not of individual data values. To describe data spread, report ss (the sample standard deviation) instead of SE.
The mistakeWhy it is wrongThe fix
Dividing by nn instead of n\sqrt{n}: writing SE=snSE = \frac{s}{n}This makes the standard error far too large; the square root in the denominator reflects how sampling variability decreases by the square root of sample size, not by the sample size itself.Always use SE=snSE = \frac{s}{\sqrt{n}}, not SE=snSE = \frac{s}{n}. The square root factor is essential to the formula.
Using population standard deviation σ\sigma instead of sample standard deviation ss: writing SE=σnSE = \frac{\sigma}{\sqrt{n}}You never know the true population SD when working with samples, so using σ\sigma when you must use ss produces a completely wrong answer.Use SE=snSE = \frac{s}{\sqrt{n}} where ss is calculated from your sample data using n1n - 1 in the denominator (the unbiased sample standard deviation formula).
Interpreting SE as the standard deviation of the data itself, thinking it describes how spread out individual measurements areSE measures sampling variability of means across repeated samples—it shrinks as nn grows. The standard deviation of your actual data does not shrink when you add more data points to your sample.Remember: SE describes the variability of sample means, not of individual data values. To describe data spread, report ss (the sample standard deviation) instead of SE.

Tips and when to use something else

  • Larger samples produce smaller standard errors because nn appears under a square root—quadrupling your sample size only halves your standard error, which is why large samples have powerful effects on precision.
  • The standard error is specific to means; when estimating other statistics like proportions or medians, you must use different formulas entirely.
  • For small samples (fewer than 30 observations) or when the population is not normally distributed, use the one-sample tt-test method instead of the normal distribution to build confidence intervals.
  • Never confuse SE with standard deviation: SE quantifies how sample means vary across repeated samples, while standard deviation quantifies how individual data values spread around the mean within one sample.

Frequently asked questions

Why do I divide by the square root of n instead of just n?
Dividing by n\sqrt{n} instead of nn reflects how sampling works mathematically: the variability of sample means decreases proportionally to n\sqrt{n}, not to nn itself. This is why quadrupling your sample size only cuts the standard error in half (since 4=2\sqrt{4} = 2), not to one-quarter. The square root relationship is why large samples become powerful so quickly.
Can the standard error ever be larger than the standard deviation?
No. Since SE=snSE = \frac{s}{\sqrt{n}} and n1\sqrt{n} \geq 1 for all n1n \geq 1, the standard error must be less than or equal to the sample standard deviation. They are equal only when n=1n = 1, which gives a useless sample.
What is the difference between standard error and standard deviation?
Standard deviation measures the spread of individual data values around the mean within your sample—it's a property of your data. Standard error measures how much sample means would vary if you repeated your sampling procedure many times—it's a property of sampling variability. Both formulas use ss, but SE divides by n\sqrt{n} while standard deviation does not.
How do I use standard error to build a confidence interval for the mean?
A confidence interval takes the form: sample mean ±\pm (critical value) ×\times SE. For a 95% confidence interval with large samples, the critical value is approximately 1.96, giving xˉ±1.96SE\bar{x} \pm 1.96 \cdot SE. For small samples or unknown population SD, use the tt-distribution critical value instead of 1.96.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18