Standard Error Calculator — Compute SE of the Mean & Proportion Instantly

Calculate standard error for sample means and proportions with this free online standard error calculator. Enter your standard deviation and sample size for step-by-step SE computation, formula breakdown, and copy & share support.

Verified Formula Instant Results Privacy First

Standard Error Calculator

Enter values below to compute the standard error. Choose between standard error of the mean or standard error of a proportion.

Enter values and click Calculate Standard Error to see the result.

Standard Error Formula Explained

The standard error formula quantifies how precisely a sample statistic estimates the corresponding population parameter. It is the standard deviation of the sampling distribution of the statistic.

SE of the Mean = s / √n
SE of Proportion = √( p × (1 − p) / n )

Variable Definitions

  • s — Sample standard deviation (or population standard deviation σ if known)
  • n — Sample size (number of observations)
  • p — Sample proportion (value between 0 and 1)
  • SE — Standard error, the measure of sampling variability

The standard error decreases as sample size increases, reflecting the greater precision of estimates from larger samples. This relationship is fundamental to inferential statistics and confidence interval construction.

How to Calculate Standard Error

Calculating standard error is straightforward. Follow these steps for accurate computation:

  1. Identify your standard deviation — Use the sample standard deviation (s) or, if known, the population standard deviation (σ).
  2. Determine sample size (n) — Count the total number of observations in your sample.
  3. Calculate √n — Find the square root of the sample size.
  4. Divide s by √n — SE = s ÷ √n. This is your standard error of the mean.
  5. For proportions — Use SE = √(p(1−p)/n) where p is the sample proportion.

For example, with s = 10 and n = 25: √25 = 5, then SE = 10 / 5 = 2. This means the sample mean is expected to vary by approximately 2 units from the population mean.

Standard Error Calculation Examples

Example 1: Basic SE of the Mean

Sample standard deviation s = 8, sample size n = 64. Calculate the standard error.

√n = √64 = 8
SE = s / √n = 8 / 8 = 1.0

Example 2: SE of Proportion

Sample proportion p = 0.55, sample size n = 200. Calculate the standard error of the proportion.

p(1−p) = 0.55 × 0.45 = 0.2475
SE = √(0.2475 / 200) = √0.0012375 ≈ 0.0352

Example 3: Large Sample SE

Sample standard deviation s = 15, sample size n = 225. Calculate the standard error.

√n = √225 = 15
SE = 15 / 15 = 1.0

Real-World Standard Error Applications

  • Scientific Research: Reporting the precision of experimental measurements and treatment effects with error bars representing ±1 SE.
  • Polling & Surveys: Calculating the margin of error for public opinion polls using the standard error of a proportion.
  • Quality Control: Monitoring manufacturing process stability by tracking the standard error of sample means over time.
  • Clinical Trials: Estimating the reliability of drug efficacy results and constructing confidence intervals for treatment outcomes.
  • Economics: Evaluating the precision of economic indicators like unemployment rates and GDP estimates.
  • Data Science: Assessing model performance metrics and determining required sample sizes for machine learning validation.

People Also Ask About Standard Error

The standard error of the mean formula is SE = s / √n, where s is the sample standard deviation and n is the sample size. For a proportion, the formula is SE = √(p(1−p)/n). The standard error measures how much the sample statistic is expected to vary from the true population parameter.
In Excel, use =STDEV.S(range)/SQRT(COUNT(range)) for sample data. For a known standard deviation, enter =SD/SQRT(n) directly. The Data Analysis Toolpak also provides standard error in its descriptive statistics output. Google Sheets supports identical formulas.
Standard deviation measures the spread of individual data points within a sample. Standard error measures the precision of the sample mean as an estimate of the population mean. SE is always smaller than SD (since SE = SD/√n) and decreases as sample size increases, while SD stabilizes.
If you have a 95% confidence interval (CI), SE = (upper limit − lower limit) / (2 × 1.96). For a 90% CI, divide by (2 × 1.645). This works because the margin of error equals the critical value multiplied by the standard error. Reverse-engineering the CI gives you the SE.
A "good" standard error is context-dependent. Generally, a smaller SE relative to the mean indicates higher precision. SE/mean < 0.1 (10%) is often considered acceptable. The key is that larger sample sizes produce smaller standard errors, so increasing n is the most reliable way to improve SE.

Frequently Asked Questions About Standard Error

Yes. Use the mode toggle to switch between Standard Error of the Mean (SE = s/√n) and Standard Error of Proportion (SE = √(p(1−p)/n)). Both modes include full step-by-step breakdowns showing each intermediate calculation.
Standard error decreases as sample size increases, following a 1/√n relationship. Doubling the sample size reduces SE by about 29% (not 50%). To halve the SE, you need to quadruple the sample size. This diminishing returns pattern is important for study design and power analysis.
No. The standard error formula requires either the standard deviation and sample size (SE = s/√n) or the raw data to compute both. The mean alone is insufficient because SE measures variability around the mean, not the mean itself.
In Google Sheets, use =STDEV(range)/SQRT(COUNT(range)) to calculate standard error from raw data. For known values, enter =SD/SQRT(n). Google Sheets uses the same formula syntax as Excel for standard error calculations.
The margin of error equals the critical value multiplied by the standard error. For a 95% confidence level, Margin of Error = 1.96 × SE. For 99% confidence, use 2.576 × SE. The SE quantifies sampling variability, while the margin of error defines the confidence interval width.
The standard error of the regression slope is calculated as SE(b₁) = s / √(Σ(xᵢ−x̄)²), where s is the residual standard error. This measures the precision of the estimated slope coefficient. Most statistical software including R, Excel's Data Analysis Toolpak, and Google Sheets' LINEST function compute this automatically.

Standard Error Glossary

Standard Error (SE)

The standard deviation of a sampling distribution. It quantifies the precision of a sample statistic as an estimator of the population parameter.

Standard Deviation

A measure of dispersion that quantifies how spread out individual data points are around the mean within a single sample.

Sample Size (n)

The number of observations in a sample. Larger sample sizes produce smaller standard errors and more precise estimates.

Confidence Interval

A range of values, derived from the standard error, that is likely to contain the true population parameter. A 95% CI = mean ± 1.96×SE.

Sampling Distribution

The probability distribution of a statistic (like the mean) obtained from all possible samples of a given size drawn from a population.

Margin of Error

The amount added and subtracted from a point estimate to create a confidence interval. Calculated as critical value × standard error.

Proportion

A fraction or percentage representing the part of a sample with a particular characteristic. Values range from 0 to 1.

Central Limit Theorem

The theorem stating that the sampling distribution of the mean approaches a normal distribution as sample size increases, regardless of the population distribution.

Editorial Review & Methodology

This standard error calculator was built and reviewed by the NumbrWiz Editorial Team. The standard error formula is a core concept in inferential statistics, verified against authoritative sources including introductory statistics textbooks, the American Statistical Association guidelines, and standard statistical software outputs (R, SPSS, Excel).

  • Formula verification: Cross-checked against multiple statistics textbooks and validated with R's built-in standard error functions.
  • Edge case testing: Tested with minimum sample sizes, extreme proportions near 0 and 1, large standard deviations, and very large sample sizes.
  • UX review: Designed for clear input validation with contextual error messages and complete step-by-step formula breakdown.

Transparency note: All calculations run entirely client-side in your browser. No data is collected, stored, or transmitted. Results are for educational and analytical purposes; verify critical statistical analyses independently with appropriate software.

Page last reviewed: May 2026 · NumbrWiz Editorial Team