What Is a Standard Error (SE)? Definition, Formula & Uses

First published Nov 6, 2019Updated August 21, 20269 min read
Valentin Radu, Founder and CEO of Omniconvert
Valentin Radu
Founder & CEO, Omniconvert · Author, The CLV Revolution
Published: Nov 6, 2019Updated: Aug 21, 2026
Reviewed by Cristina Stefanova, Head of Content
Quick Answer
A standard error (SE) measures how much a sample statistic, most often the mean, is likely to vary from the true population value purely because of random sampling. It is the typical distance between your sample estimate and the truth: a small SE means a precise estimate, a large SE means a shaky one. The formula for the standard error of the mean is SE = s / √n (sample standard deviation divided by the square root of the sample size); for example, s = 40 and n = 100 gives SE = 40 / 10 = 4. Its defining property is that it shrinks with the square root of n, so halving it needs four times the data. Do not confuse it with standard deviation: standard deviation describes the spread of the data, standard error describes the precision of a statistic estimated from it. In A/B testing, confidence intervals and statistical significance are built directly from the standard error, which is why sample size matters and why Omniconvert Explore uses it to report whether a result is real across 70,000+ experiments.
Key Takeaways
  • A standard error (SE) measures how much a sample statistic (usually the mean) is likely to vary from the true value due to random sampling, it is a measure of an estimate's precision.
  • Formula: SE = s / √n (sample standard deviation ÷ square root of sample size); e.g. s = 40, n = 100 → SE = 40 / 10 = 4.
  • Its key property: the SE shrinks with the square root of the sample size, so to halve it you need four times as much data, precision gets more expensive the more you want.
  • Don't confuse it with standard deviation: standard deviation describes the spread of the data; standard error describes how confident you can be in a statistic calculated from it.
  • In A/B testing, confidence intervals and statistical significance are built directly from the SE, so a small, honestly-earned SE (from a large, unbiased sample) is what makes a result trustworthy.
7,000+ websites 15+ industries 70,000+ experiments 23.2% avg uplift

Every number you calculate from a sample is a good guess, not the truth. Measure the average order value from 100 orders and you get an estimate; measure it from a different 100 and you get a slightly different one. The standard error is the statistic that tells you how much that guess is likely to wobble, and once you understand it, confidence intervals, margins of error, and statistical significance all stop being mysterious. This guide explains what the standard error is, its formula, how it differs from standard deviation, its role in A/B testing, and how to reduce it honestly, drawing on the experimentation practice behind 70,000+ experiments across 7,000+ websites in 15+ industries [CROBenchmark Report 2026, Omniconvert].

One idea runs through all of it: the standard error measures the precision of an estimate, and it shrinks only with the square root of the sample size, which is why more data is the dependable route to a number you can trust.

What a standard error is

A standard error (SE) measures how much a sample statistic, most often the mean, is likely to vary from the true population value purely because of the randomness of which units fell into the sample. It is the typical distance between your sample estimate and the truth: a small SE means a precise estimate that would barely change if you re-sampled; a large SE means a shaky one that could easily have come out differently. Because it captures precision, the standard error is the engine behind confidence intervals, margins of error, and statistical significance, all are built from it. Its most important practical property is that it shrinks as the sample grows, in proportion to the square root of the sample size, which is why more data buys more trustworthy estimates.

A standard error is a measure of how much a statistic calculated from a sample, most often the mean, is likely to vary from the true value for the whole population, simply because of the randomness of which units happened to fall into the sample. Every time you measure something from a sample rather than the entire population, your result is an estimate, and a different random sample would give a slightly different one.

The standard error quantifies that expected variation: it is, in effect, the typical distance between your sample estimate and the true value. A small standard error means your estimate is precise, draw another sample and you would likely get a very similar number. A large one means the estimate is shaky. Because it captures precision, the standard error is the foundation of confidence intervals, margins of error, and statistical significance. To see why, look at how it is calculated.

The standard error formula

The standard error of the mean is the sample standard deviation divided by the square root of the sample size: SE = s / √n. Example: a sample of 100 orders with a standard deviation of 40 in order value gives SE = 40 / √100 = 40 / 10 = 4. Two lessons fall out. First, the more variable the underlying data (a larger s), the larger the standard error, a noisier population is harder to pin down. Second, and more usefully, the standard error falls as the sample size grows, but only with the square root of n, so to halve the standard error you need four times as much data, not twice. This square-root relationship is the single most important thing to understand about the standard error: it explains why precision gets progressively more expensive the more of it you want.

The standard error of the mean is calculated by dividing the standard deviation of the sample by the square root of the sample size:

  1. Take the sample standard deviation (s). This measures how spread out the individual values are, e.g. s = 40 for a sample of order values.
  2. Take the square root of the sample size (√n). For n = 100, that is √100 = 10.
  3. Divide: SE = s / √n. Here, 40 / 10 = 4. The sample mean is likely to sit within roughly a few units of the true average, precise, though not exact.

The formula makes two things clear. A more variable population (larger s) produces a larger standard error. And the standard error falls with the square root of n, so quadrupling the sample only halves the error. That square-root cost is why precision gets more expensive the more you demand of it, and it is easy to confuse this idea of precision with a different one: how spread out the data is.

Standard error vs standard deviation

Standard deviation and standard error are related but answer different questions, and confusing them is one of the most common statistical mistakes. Standard deviation describes the spread of the individual data points, how much the actual values vary around their average; it is a property of the data and does not shrink just because you collect more of it. Standard error describes the precision of a statistic estimated from the data, typically the mean: how much would this sample mean bounce around if I repeated the sampling? The standard error does shrink as the sample grows, because a larger sample pins down the average more reliably even though the individual values stay just as spread out. Hold it this way: standard deviation tells you how variable your customers are; standard error tells you how confident you can be in the average you calculated from them. They are linked by SE = s / √n.
Source: Omniconvert. How standard deviation and standard error differ.
Dimension Standard deviation Standard error
What it describes Spread of the individual data points Precision of a statistic (usually the mean)
Question it answers How variable are the values? How confident can I be in the average?
Effect of a bigger sample Stays roughly the same Shrinks (with the square root of n)
Relationship The input (s) The output: SE = s / √n

The distinction matters most where estimates get compared against each other, which is exactly what an A/B test does.

The standard error in A/B testing

In A/B testing the standard error is what separates a real difference from random noise. Each version's conversion rate is an estimate based on a sample of visitors, and the standard error says how precise each estimate is. If the standard errors are large relative to the gap between versions, the observed difference could easily be chance, the kind of gap you'd see even if the versions were identical. If they are small relative to the gap, the difference is unlikely to be an accident, which is what statistical significance measures. The confidence interval around each result is built directly from its standard error (roughly the estimate ± about two standard errors for 95% confidence), and a test reaches significance when those intervals separate enough that chance becomes implausible. This is why sample size matters: because the standard error falls with √n, running to a large enough sample shrinks the error until a genuine difference stands clearly above the noise.

In A/B testing, the standard error is what separates a real difference from random noise. When you compare a control and a variation, each version's conversion rate is only an estimate based on a sample of visitors, and the standard error tells you how precise each estimate is. If the standard errors are large relative to the gap between the two versions, the observed difference could easily be chance. If they are small relative to the gap, the difference is unlikely to be an accident, which is what statistical significance measures.

The confidence interval around each version's result is built directly from its standard error, roughly the estimate plus or minus about two standard errors for 95% confidence, and a test reaches significance when those intervals separate enough that chance becomes an implausible explanation. This is why sample size matters so much, and why calling a test early is dangerous: it means acting on estimates whose standard error is still too large to trust. Which raises the practical question of how to make the standard error smaller.

How to reduce the standard error

Two levers, one far more practical. The first and most reliable is to increase the sample size: because SE = s / √n, more data directly shrinks the error, though the square root means quadrupling the sample only halves it, so precision gets progressively more expensive. The second is to reduce the variability of the underlying data (the s), sometimes possible by measuring a more consistent metric, segmenting a heterogeneous audience into more uniform groups, or using techniques that account for known variation. What you must NOT do is shrink the standard error by cutting corners that introduce bias, removing "inconvenient" data points or stopping collection the moment numbers look favourable, those make the error smaller on paper while making the estimate less trustworthy. A bigger, well-collected sample is the main honest route, and there is no shortcut around the square-root cost of precision.

There are two levers, and one of them is far more practical than the other. The first and most reliable is to increase the sample size: because SE = s / √n, more data directly shrinks the standard error. The catch is the square root, quadrupling the sample halves the error, so precision gets progressively more expensive, but collecting more data is almost always the dependable route to a more precise estimate.

The second lever is to reduce the variability of the underlying data (the s in the formula), sometimes possible by measuring a more consistent metric or by segmenting a very heterogeneous audience into more uniform groups. What you must not do is reduce the standard error by cutting corners that introduce bias, such as removing data that does not fit or stopping data collection the moment the numbers look favourable, those make the standard error smaller on paper while making the estimate less trustworthy, not more. The formulas here are standard statistics, not Omniconvert figures; the honest summary is that a large, unbiased sample is the real route to a small standard error. A good platform makes that discipline automatic.

The standard error with Omniconvert Explore

Omniconvert Explore is an A/B testing and experimentation platform, and the standard error is part of the statistical machinery it uses to tell you whether a result is trustworthy, so you don't compute it yourself. Each version's conversion rate is an estimate with a standard error attached, and Explore uses that to report statistical significance and confidence, telling you when the gap between control and variation is large enough, relative to the standard error, that chance is an unlikely explanation. That protects you from acting on random noise: instead of eyeballing a raw difference, you get a principled read on whether the errors are small enough to believe the result. Because the standard error shrinks with sample size, Explore also helps you judge when a test has enough data to be conclusive. And its segmentation shows results, and their precision, for specific audiences, since a small overall error can hide a noisier picture within an important segment. Across 70,000+ experiments, 23.2% average uplift.

Omniconvert Explore is an A/B testing and experimentation platform, and the standard error is part of the statistical machinery it uses to tell you whether a result is trustworthy, so you do not have to compute it yourself. When you run a test, each version's conversion rate is an estimate with a standard error attached, and Explore uses that to report statistical significance and confidence, in effect telling you when the gap between control and variation is large enough, relative to the standard error, that chance is an unlikely explanation.

This is what protects you from acting on random noise. Because the standard error shrinks with sample size, Explore also helps you judge when a test has collected enough data to be conclusive rather than calling it prematurely. And its segmentation lets you see results, and their precision, for specific audiences, which matters because a small overall standard error can hide a much noisier, less certain picture within an important segment. Across more than 70,000 experiments, with an average uplift of 23.2%, that discipline is what turns raw numbers into decisions you can defend.

Stop guessing whether a difference is real, let the statistics tell you.

See how Omniconvert Explore reports significance and confidence →

Frequently Asked Questions

1What is a standard error?

A standard error (SE) is a measure of how much a statistic calculated from a sample, most often the mean, is likely to vary from the true value for the whole population, simply because of the randomness of which units happened to fall into the sample. Every time you measure something from a sample rather than the entire population, your result is an estimate, and a different random sample would give a slightly different one. The standard error quantifies that expected variation: it is, in effect, the typical distance between your sample estimate and the true value. A small standard error means your estimate is precise; a large standard error means it is shaky and could easily have come out quite differently. Because it captures precision, the standard error is the engine behind confidence intervals, margins of error, and statistical significance. The most important practical fact about it is that it shrinks as the sample gets bigger, in proportion to the square root of the sample size, which is why more data buys more trustworthy estimates.

2What is the formula for the standard error of the mean?

The standard error of the mean is the standard deviation of the sample divided by the square root of the sample size: SE = s / √n, where s is the sample standard deviation (how spread out the individual values are) and n is the number of observations. For example, if a sample of 100 orders has a standard deviation of 40 in order value, the standard error is 40 / √100 = 40 / 10 = 4. The formula makes two things clear. First, the more variable the underlying data (a larger s), the larger the standard error. Second, and more usefully, the standard error falls as the sample size grows, but only with the square root of n, so to halve the standard error you need four times as much data, not twice as much. This square-root relationship is the single most important thing to understand about the standard error.

3What is the difference between standard error and standard deviation?

They are related but answer different questions, and confusing them is a common mistake. Standard deviation describes the spread of the individual data points, how much the actual values vary around their average. It is a property of the data itself and does not shrink just because you collect more of it. Standard error describes the precision of a statistic estimated from the data, typically the mean: how much would this sample mean bounce around if I repeated the sampling? Crucially, the standard error does shrink as the sample grows, because a larger sample pins down the average more reliably even though the individual values are just as spread out as ever. A simple way to hold the distinction: standard deviation tells you how variable your customers are; standard error tells you how confident you can be in the average you calculated from them. The two are linked by SE = s / √n.

4Why does the standard error matter in A/B testing?

In A/B testing, the standard error is what separates a real difference from random noise. Each version's conversion rate is only an estimate based on a sample of visitors, and the standard error tells you how precise each estimate is. If the standard errors are large relative to the gap between the two versions, the observed difference could easily be chance, the kind of gap you would see even if the versions were identical. If they are small relative to the gap, the difference is unlikely to be an accident, which is what statistical significance measures. The confidence interval around each result is built directly from its standard error (roughly the estimate plus or minus about two standard errors for 95% confidence), and a test reaches significance when those intervals separate enough that chance becomes implausible. This is why sample size matters: because the standard error falls with the square root of n, running a test to a large enough sample shrinks the error until a genuine difference stands clearly above the noise.

5How do you reduce the standard error?

There are two levers, and one is far more practical. The first and most reliable is to increase the sample size: because SE = s / √n, more data directly shrinks the standard error, though the square root means quadrupling the sample only halves the error, so precision gets progressively more expensive. The second lever is to reduce the variability of the underlying data (the s in the formula), sometimes possible by measuring a more consistent metric, segmenting a heterogeneous audience into more uniform groups, or using techniques that account for known sources of variation. What you must not do is shrink the standard error by cutting corners that introduce bias, such as removing 'inconvenient' data points or stopping collection the moment the numbers look favourable, those make the standard error smaller on paper while making the estimate less trustworthy. The honest summary: a bigger, well-collected sample is the main way to reduce the standard error.

6Is a smaller standard error always better?

A smaller standard error is better in the sense that it means a more precise estimate, but only if it was earned honestly. A standard error that is small because you collected a large, representative sample is genuinely good news. But it can also be made to look small for the wrong reasons: if you shrink it by dropping data that does not fit, ending collection early at a convenient moment, or working from a biased sample, you get a precise-looking estimate of the wrong number, high confidence in a wrong answer, which is worse than an honestly uncertain one. It is also worth remembering that precision is not the same as correctness: the standard error measures how much your estimate would bounce around due to random sampling, but it says nothing about systematic bias. A biased measurement can have a tiny standard error and still be wrong. So the goal is not simply the smallest possible standard error, but a small one produced by a large, unbiased, representative sample.

7How does Omniconvert Explore use the standard error?

Omniconvert Explore is an A/B testing and experimentation platform, and the standard error is part of the statistical machinery it uses to tell you whether a result is trustworthy, so you do not have to compute it yourself. Each version's conversion rate is an estimate with a standard error attached, and Explore uses that to report statistical significance and confidence, telling you when the gap between control and variation is large enough, relative to the standard error, that chance is an unlikely explanation. This protects you from acting on random noise: rather than eyeballing a raw difference, you get a principled read on whether the standard errors are small enough for the result to be believed. Because the standard error shrinks with sample size, Explore also helps you judge when a test has collected enough data to be conclusive. And its segmentation lets you see results, and their precision, for specific audiences, since a small overall standard error can hide a much noisier picture within an important segment. Across more than 70,000 experiments, that discipline turns raw numbers into decisions you can defend.

The takeaway

The standard error is the humble workhorse of statistics: it measures how much a sample estimate, usually the mean, is likely to differ from the truth simply because of which units landed in the sample. Calculated as SE = s / √n, it captures precision, and its most important property is that it falls with the square root of the sample size, so more data buys tighter estimates, but precision gets progressively more expensive. Keep it distinct from standard deviation: standard deviation describes how spread out your data is; standard error describes how confident you can be in the average you calculated from it. In A/B testing, the standard error is what separates signal from noise, confidence intervals and statistical significance are built directly from it, which is why running a test to a sufficient sample size matters. And beware a standard error made small by dropping data or stopping early: precision earned dishonestly just means high confidence in the wrong number. A large, unbiased sample is the real route to a small, trustworthy standard error, which is exactly the discipline Omniconvert Explore builds into every experiment.

Valentin Radu, Founder and CEO of Omniconvert
Founder & CEO, Omniconvert
Valentin Radu is the founder and CEO of Omniconvert. He is an entrepreneur, data-driven marketer, CRO expert, CVO evangelist, international speaker, father, husband, and pet guardian. Valentin is also an Instructor at the Customer Value Optimization (CVO) Academy, an educational project that aims to help companies understand and improve Customer Lifetime Value.

The standard error decides whether a result is signal or noise. See how Omniconvert Explore computes significance and confidence for you, and segments results, so you ship changes backed by data, not a lucky sample.

See Omniconvert Explore →

Turn precise estimates into confident decisions with Omniconvert Explore

The standard error decides whether a result is signal or noise. Omniconvert Explore computes significance and confidence for you, and segments results, so you ship changes backed by data, not by a lucky sample.