All calculators

Education

Standard Error Calculator

Last updated: May 31, 2026

Written by Blake Boege

A standard error calculator is a statistical utility that computes the standard error of the mean (SEM) using the formula SE = s / √n. It parses raw data sets to calculate sample mean, variance, and standard deviation, or computes the standard error directly from user-provided standard deviation and sample size, including the 95% confidence interval margin of error.

Calculate the standard error of the mean (SEM) from a list of sample values or directly from the standard deviation and sample size. Features step-by-step math and the 95% confidence interval margin of error.

Quick Answer

Calculate the standard error of the mean (SEM) from a raw data set or known standard deviation and sample size N.

Solve Method

Values can be separated by commas, spaces, or lines. Non-numeric items are ignored.

Standard Error Analysis

Standard Error (SE)

2.045403

Margin of Error (95% CI) ≈ ±4.00899

Sample Mean (x̄)17.428571
Standard Deviation (s)5.411628
Sample Size (n)7
Standard Error (SE)2.045403
95% Margin of Error±4.00899

Standard Error (SE) indicates how much a sample mean is expected to vary from the true population mean.

Step-by-Step Calculations

[1]Identify the sample size (n) and calculate sample mean (x̄):
[2] - Sample size (n) = 7
[3] - Mean (x̄) = Sum / n = 122 / 7 = 17.428571
[4]Calculate the sample variance (s²):
[5] s² = Σ(x_i − x̄)² / (n − 1) = 175.714286 / 6 = 29.285714
[6]Calculate the sample standard deviation (s):
[7] s = √s² = √29.285714 ≈ 5.411628
[8]Calculate the Standard Error of the Mean (SE):
[9] SE = s / √n
[10] SE = 5.411628 / √7 = 5.411628 / 2.645751 = 2.045403
[11]Calculate the Margin of Error (MoE) at 95% confidence level (Z = 1.96):
[12] MoE = 1.96 × SE = 1.96 × 2.045403 ≈ 4.00899
Was this helpful?

Examples

Compute SE for standard deviation of 12 and sample size N = 36

SE = 12 / √36 = 12 / 6 = 2.0

Compute SE for standard deviation of 4.5 and sample size N = 25

SE = 4.5 / √25 = 4.5 / 5 = 0.9

Sample data: [10, 12, 15, 18, 20], mean = 15

SD = 4.062, N = 5 · SE = 4.062 / √5 ≈ 1.817

How it works

Standard error measures the precision of the sample mean as an estimate of the population mean:

Formula for Standard Error of the Mean (SE)

SE = s / √n

Where s is the sample standard deviation, and n is the sample size.

Margin of Error (MoE) at 95% Confidence

MoE ≈ 1.96 · SE

Why Calculate Standard Error?

Standard error is a foundational concept in inferential statistics. It tells you how reliable your sample average is. If standard error is low, the sample mean is a highly reliable estimator of the true population mean. If the standard error is high, the sample mean may deviate substantially from the population mean due to high sampling variability or small sample sizes. It is also used to calculate confidence intervals and perform t-tests.

Related statistical calculators

Explore other statistics and dispersion calculators:

Related Calculators

More tools from Education

Frequently asked questions

The standard error of the mean (SEM) is a statistic that measures how far the sample mean is likely to be from the true population mean. It quantifies the variation or dispersion of sample means if you were to draw repeated samples from the same population.

Standard deviation (SD) measures the amount of variability or dispersion of individual data points within a single sample. Standard error of the mean (SEM) measures the variability of the sample mean itself across multiple theoretical samples. SEM is always smaller than SD because sample means are less variable than individual observations. The relationship is expressed as SEM = SD / √N.

To calculate standard error, divide the sample standard deviation (s) by the square root of the sample size (n). The formula is SE = s / √n. If you are calculating from raw data, you first find the sample mean, compute the sample standard deviation, and then divide by the square root of n.

As the sample size (n) increases, the denominator (√n) of the standard error formula gets larger. This makes the standard error smaller, reflecting the fact that larger samples provide more precise estimates of the true population mean, reducing sampling variability.