Standard Error Calculator

Mean & Proportion Margin of Error Confidence Intervals Free · No Signup

Free online standard error calculator for means, proportions, and differences. Compute SE, margin of error, and confidence intervals with step-by-step KaTeX formulas, interactive Plotly chart, and Python scipy export.

Standard Error
Population or sample standard deviation
Number of observations in the sample

Result

📊

Enter parameters and click Calculate

Compute standard error for means, proportions, or differences.

CI Visualization

Python Compiler

What Is Standard Error?

The standard error (SE) measures the variability of a sample statistic from sample to sample. It tells you how precisely your sample estimate (mean or proportion) approximates the true population parameter. Smaller SE means greater precision.

μ SE = spread of x̄ values
📉

Sampling Variability

Different samples from the same population yield different statistics. SE quantifies how much these sample estimates typically vary.

🎯

Precision of Estimate

A smaller SE indicates that the sample statistic is a more precise estimate of the population parameter.

📏

Foundation for CI

Confidence intervals are built from the SE. The margin of error equals the critical value times the standard error.

Standard Error Formulas

SE of Mean:  SE = σ / √n
SE of Proportion:  SE = √(p̂(1 − p̂) / n)
SE of Difference of Means:  SE = √(s₁² / n₁ + s₂² / n₂)
SE of Difference of Proportions:  SE = √(p̂₁(1 − p̂₁) / n₁ + p̂₂(1 − p̂₂) / n₂)
Worked Example: A population has SD = 15 and we draw a sample of n = 36. Find the standard error of the mean.
SE = σ / √n = 15 / √36 = 15 / 6 = 2.5
At 95% confidence (z = 1.96): MoE = 1.96 × 2.5 = 4.9

SE vs Standard Deviation

📊 Standard Deviation (SD)

Measures the spread of individual data points around the sample mean. It describes variability within a single sample. SD does not depend on sample size.

📉 Standard Error (SE)

Measures the spread of sample statistics (like the mean) across many samples. It describes how precisely the statistic estimates the population parameter. SE decreases with larger n.

Key Relationship: SE = SD / √n. The standard error is always smaller than the standard deviation (for n > 1). As sample size grows, SE shrinks but SD stays roughly the same.

Margin of Error & Confidence Intervals

Margin of Error:  ME = z* × SE
Confidence Levelz* Critical ValueMultiplier Effect
90%1.645Narrower interval, less certainty
95%1.960Standard balance of precision and confidence
99%2.576Wider interval, higher certainty
x̄ − ME x̄ + ME CI = x̄ ± z* × SE

Key Relationships

📈 Larger n → Smaller SE

Increasing sample size reduces the standard error. More data means more precise estimates of the population parameter.

📊 Higher Variability → Larger SE

Greater population variability (larger SD) increases the standard error. More spread in the data means less precise sample estimates.

📐 SE ∝ 1 / √n

Standard error is inversely proportional to the square root of the sample size. This is the law of diminishing returns in sampling.

×4 Rule

To halve the standard error (double the precision), you need to quadruple the sample size. Going from n=100 to n=400 cuts SE in half.

Frequently Asked Questions

Standard deviation measures the spread of individual data points around the mean. Standard error measures how much a sample statistic (like the mean) varies across different samples. SE equals SD divided by the square root of the sample size.
Standard error decreases as sample size increases, proportional to the square root of n. Quadrupling the sample size halves the SE, giving more precise estimates.
Use SE of proportion when your data is categorical (like yes/no responses) and you are estimating a percentage. Use SE of mean when your data is continuous, like heights, weights, or test scores.
Margin of error equals the critical value times the standard error. It defines how far the confidence interval extends from the point estimate. A 95% CI uses z = 1.96, so ME = 1.96 × SE.
The SE of the difference quantifies uncertainty in comparing two group means. It combines the variability from both samples using SE = √(s1²/n1 + s2²/n2).
SE is used to calculate test statistics like t and z scores. A smaller SE means the sample estimate is more precise, making it easier to detect true differences between groups.

Support This Free Tool

Every coffee helps keep the servers running. Every book sale funds the next tool I'm dreaming up. You're not just supporting a site — you're helping me build what developers actually need.

500K+ users
200+ tools
100% private
Privacy Guarantee: Private keys you enter or generate are never stored on our servers. All tools are served over HTTPS.