Introduction
The standard error tells you how close your sample result is likely to be to the true answer for the whole group. A small standard error means your estimate is sharp. A big one means your estimate could be off by a lot.
This standard error calculator works three ways:
- SE of the mean — type in the standard deviation (s) and sample size (n).
- SE of a proportion — type in p̂ and n, or just the number of successes and trials.
- SE from raw data — paste your list of numbers and let the tool find s for you.
You get the answer right away, plus the steps that got you there. The tool also shows a confidence interval (90%, 95%, or 99%), a bell curve of the sampling distribution, and a plain-English note on what your number means. It picks the t-distribution when n is under 30 and the z-distribution when n is 30 or more, so you don't have to guess.
Try a quick-pick example to see how it works, then swap in your own numbers.
How to use our Standard Error Calculator
Pick a mode, type in your sample numbers, and the standard error calculator shows the standard error, the key middle steps, a confidence interval, and a bell curve of the sampling distribution.
Computation Mode: Choose SE of the Mean if you already know the standard deviation and sample size, SE of a Proportion if you have a percent or a success count, or SE from Raw Data if you have a list of numbers.
Quick-pick examples: Click any chip to load a ready-made example. It fills the fields and runs the math right away.
Sample standard deviation (s): Type how spread out your single values are. It must be 0 or more.
Sample size (n): Type how many observations you have. Use a whole number, at least 1. Bigger n gives a smaller standard error. If you are still planning your study, our sample size calculator can help you pick n before you collect data.
Sample mean (x̄) — optional: Type your average if you want a confidence interval and a labeled bell curve. Leave it blank to get the standard error only. Not sure of your average yet? The mean, median, mode calculator will work it out.
How do you want to supply p̂: Pick Direct entry to type the proportion yourself, or Count entry to let the tool divide successes by trials.
Sample proportion (p̂): Type a decimal from 0 to 1, like 0.42 for 42%. For setting up ratios of successes to trials, see the proportion calculator.
Number of successes (x): Type how many times the thing you counted happened. It cannot be more than n.
Sample size / trials (n): Type the total number of people or trials in your survey or test.
Data values: Paste your numbers with commas, spaces, tabs, or new lines. You need at least 2 values, and the tool finds the mean, variance, standard deviation, and standard error for you.
Output sections: Check the boxes to show or hide the step-by-step solution, the plain-language meaning, and the sampling distribution chart.
Rounding / precision: Choose how many decimal places to display. This changes the look only, not the math. For separate work on rounding or significant figures, we have dedicated tools.
Confidence level: Pick 90%, 95%, or 99% to build a confidence interval. The tool uses t when n is under 30 and z when n is 30 or more, and always z for proportions. You can look up any cutoff with the critical value calculator.
Buttons: Press Calculate to run the numbers, Reset to go back to the start values, or Download results (PNG) to save your answer as an image.
What Is Standard Error?
The standard error (SE) tells you how much a sample result is likely to miss the true value for the whole group. When you take a sample, your sample mean will almost never match the real population mean exactly. The standard error puts a number on that normal, expected gap.
The Standard Error Formulas
There are two common versions, and both are simple:
- Standard error of the mean: SE = s ÷ √n, where s is the sample standard deviation and n is the sample size. You can check s with the standard deviation calculator and the √ step with the square root calculator.
- Standard error of a proportion: SE = √(p̂(1 − p̂) ÷ n), where p̂ is the share of "yes" answers in your sample.
Standard Error vs. Standard Deviation
People mix these up often, but they measure different things:
- Standard deviation (s) shows how spread out the individual data points are.
- Standard error (SE) shows how spread out the sample means would be if you repeated the study many times.
Because you divide by √n, the standard error is always smaller than the standard deviation (when n is more than 1). With n = 36, the SE is 6 times smaller than s. If you want the full spread picture of your data, the range calculator and IQR calculator describe it in other ways.
Why Sample Size Matters
A bigger sample gives a smaller standard error, which means a more exact estimate. But the gain slows down, because you divide by the square root of n. To cut your standard error in half, you need four times as much data. Going from 100 to 400 people cuts the SE in half; going from 100 to 200 only cuts it by about 29% — a change you can verify with the percent change calculator.
How Standard Error Is Used
Standard error is the building block for confidence intervals and hypothesis tests. A confidence interval is just your estimate plus and minus a critical value times the SE, and that second part is exactly what the margin of error calculator reports:
- Use a z value when the sample is large (n ≥ 30), such as 1.96 for 95% confidence — see the z score calculator and normal distribution calculator.
- Use a t value when the sample is small (n < 30), with degrees of freedom equal to n − 1. The t test calculator uses this same SE in its test statistic.
- Proportions use z values.
About 68% of sample means fall within 1 SE of the true mean, and about 95% fall within 2 SE. That is why scientists, pollsters, and doctors report standard error or margin of error next to their results. Once you have a test statistic, the p value calculator turns it into a significance level, and the effect size calculator shows how large the difference actually is.
Quick Tips
- Small SE = precise estimate. Large SE = shaky estimate.
- Never compare SE values across studies with different units or scales.
- For proportions, check that n·p̂ and n(1 − p̂) are both 10 or more. If not, the normal formula can give misleading results — a binomial distribution calculator is safer for small counts.
- Always use the sample standard deviation (dividing by n − 1) when working from raw data.
- Screen your data for extreme values first with the outlier calculator, since one stray point can inflate s and your SE.
- For a broader summary of your dataset in one place, try the statistics calculator, or check relationships between two variables with the correlation coefficient calculator and linear regression calculator.