Standard Error Calculator - SE from Raw Data or Summary

Calculate the standard error of the mean (SE) from raw data or summary statistics. Get SE, confidence interval, and all key descriptive stats instantly.

Choose Raw Data mode and enter your numbers, or switch to Summary Statistics and provide mean, SD, and sample size. Select a confidence level to see the interval alongside the SE.

Standard Error Calculator - SE from Raw Data or Summary
Calculate the standard error of the mean (SE) from raw data or summary statistics. Get SE, confidence interval, and all key descriptive stats instantly.

About the Standard Error Calculator

The standard error of the mean (SE or SEM) is the standard deviation of the sampling distribution of the sample mean. In plain language, it tells you how far the sample mean is likely to be from the true population mean if you were to repeat the sampling process many times. A small SE means your sample mean is a precise estimate of the population mean; a large SE means the estimate carries considerable uncertainty. The formula is SE = s / √n, where s is the standard deviation of your sample and n is the number of observations. For the raw-data mode, the calculator first computes the sample standard deviation (using Bessel's correction with n−1 in the denominator) and then divides by √n. For the summary-statistics mode, you supply the mean, the standard deviation, and n directly, which is useful when you already have aggregated data — such as figures from a published paper — and do not have access to the raw observations. This calculator also computes the confidence interval for the mean at your chosen confidence level (90%, 95%, or 99%). The interval is constructed as x̄ ± z × SE, where z is the critical value from the standard normal distribution (1.645 for 90%, 1.96 for 95%, 2.576 for 99%). These z-based intervals are appropriate for large samples (n ≥ 30) or when the population is known to be normally distributed. For small samples from non-normal populations, a t-based interval (using t with n−1 degrees of freedom) would be more precise; as a practical rule, z and t values are nearly identical for n ≥ 30. The SE is used in almost every branch of quantitative research. In medicine, clinical papers routinely report means with their SEs or confidence intervals so that readers can judge whether differences between treatment groups are clinically meaningful. In manufacturing, process capability assessments use the SE to determine whether the sample mean is reliably inside specification limits. In social science surveys, the margin of error on a reported mean is a direct function of the SE. In financial risk analysis, SE is used to estimate the uncertainty around average returns and other statistics. In machine learning, SE underpins the bootstrap confidence intervals used to compare model performance metrics. Understanding when to report SE versus standard deviation (SD) is important. SD describes how spread out the individual measurements are; it does not shrink when you collect more data (assuming the true population variability is fixed). SE describes the precision of the mean estimate, and it does shrink with more data because SE = SD / √n. When your goal is to communicate variability among individuals — for example, the range of patient ages in a study — report SD. When your goal is to communicate the precision of a mean estimate — for example, the reliability of an average blood pressure reduction — report SE or its derived confidence interval.

Standard error examples

Four worked examples showing both input modes and typical applications.

InputSEContext
Raw: 85, 92, 88, 78, 90SE ≈ 2.4413Student test scores (n=5). Mean = 86.6, SD ≈ 5.46. The SE shows the mean has ±2.4 point precision.
Raw: 22, 25, 21, 24, 23, 26, 22SE ≈ 0.6801Daily high temperatures °C over a week (n=7). Tight SE reflects consistent weather.
Summary: Mean=500, SD=5, n=100SE = 0.5000Widget weights from a factory (n=100). Large n drives SE well below 1g despite SD of 5g.
Summary: Mean=10, SD=3.5, n=49SE = 0.5000Clinical trial blood-pressure reduction (n=49). 95% CI ≈ [9.02, 10.98] mmHg.

How to use the standard error calculator

  1. Choose Raw Data if you have individual observations, or Summary Statistics if you already know the mean, SD, and sample size.
  2. Enter your data — a comma-separated list for Raw Data, or three numeric values (mean, SD, n) for Summary Statistics.
  3. Select a confidence level (90%, 95%, or 99%) to control how wide the confidence interval will be.
  4. Click Calculate. The results panel shows sample size, mean, SD, SE, and the confidence interval.
  5. Click Reset to clear all inputs, or use the example buttons to load pre-built datasets and explore the output.

Standard error FAQ

What is the standard error of the mean?
The standard error of the mean (SE or SEM) quantifies the precision of the sample mean as an estimate of the population mean. It equals the sample standard deviation divided by the square root of the sample size: SE = s / √n. A small SE indicates the sample mean is a reliable estimate; a large SE indicates greater uncertainty. SE decreases as sample size increases because larger samples provide more information about the population.
What is the difference between standard error and standard deviation?
Standard deviation (SD) measures the spread of individual data points around the sample mean. Standard error (SE) measures the precision of the sample mean as an estimate of the population mean. SD does not shrink with more observations because the true population variability is fixed; SE does shrink because SE = SD / √n. When reporting results, use SD to describe data variability and SE (or a confidence interval) to describe estimation precision.
When should I use Raw Data mode versus Summary Statistics mode?
Use Raw Data mode when you have access to the individual measurements in your sample — enter all values and the calculator computes mean, SD, and SE automatically. Use Summary Statistics mode when you already have aggregated data, such as the mean and standard deviation reported in a published study, or when you are planning a study and want to explore how different sample sizes affect SE.
Why do larger samples produce smaller standard errors?
Because SE = SD / √n, increasing n makes the denominator larger and SE smaller. Conceptually, each additional observation adds more information about the population, so the sample mean hones in on the true population mean more precisely. Doubling n reduces SE by a factor of √2 ≈ 1.41. This is the quantitative basis for the principle that larger studies produce more reliable conclusions.
What confidence level should I choose?
The 95% level is the most widely used convention in scientific research — a 95% CI means that if you repeated the sampling process many times, 95% of the resulting intervals would contain the true population mean. Use 90% if you prefer a narrower interval and accept a higher risk of missing the true mean. Use 99% for applications where missing the true value would be costly, such as clinical trials or safety engineering, accepting a wider interval in return for greater certainty.
Is this calculator accurate for small samples?
The calculator uses z-based confidence intervals (1.96 for 95%, etc.), which are technically most accurate for large samples (n ≥ 30) where the normal approximation is very good. For smaller samples, the correct multiplier is the t-value from the t-distribution with n−1 degrees of freedom, which is somewhat larger than the corresponding z-value. For n ≥ 30 the difference is small (e.g., t ≈ 2.042 vs z = 1.96 at 95% with n=30), but for n < 10 the discrepancy becomes notable. Use a dedicated t-interval calculator for very small samples.