How to Add Standard Deviation Bars in Excel (Step-by-Step Guide)

Standard deviation bars — a type of error bar — are one of the most useful tools for communicating data variability in Excel charts. Whether you're presenting scientific results, survey data, or business metrics, they show your audience not just what the average is, but how much the data spreads around it. Here's exactly how to add them, and what you need to know to do it right.

What Standard Deviation Bars Actually Show

Before clicking anything, it helps to understand what you're adding. A standard deviation bar extends above and below each data point on a chart to indicate the spread of values in your dataset. A short bar means your data clusters tightly around the mean. A long bar means there's wide variation.

Excel offers several error bar types:

Error Bar TypeWhat It Represents
Standard Deviation (SD)Spread of the full dataset around the mean
Standard Error (SE)Uncertainty in the estimated mean
PercentageA fixed % above and below each point
Fixed ValueA uniform +/- amount across all points
CustomYour own manually entered values

Standard deviation is the right choice when you want to show how variable your raw data is. Standard error is more appropriate when you're making inferences about a population mean. Mixing these up is one of the most common mistakes in data visualization.

Step-by-Step: Adding Standard Deviation Bars in Excel

Step 1 — Build Your Chart First

Standard deviation bars attach to an existing chart, so you need one ready. Select your data range, then insert a chart — column, bar, line, and scatter charts all support error bars. Pie and donut charts do not.

Step 2 — Select the Chart

Click anywhere on the chart to activate it. You'll see the Chart Tools ribbon appear (in older Excel versions) or the Chart Design and Format tabs appear at the top.

Step 3 — Add Error Bars

  • Excel 365 / Excel 2019 / 2016 / 2013: Click the + (Chart Elements) button that appears to the right of the chart. Check the Error Bars box. Click the arrow next to it and select More Options.
  • Excel 2010: Go to Layout tab → Analysis group → Error Bars → More Error Bar Options.

Step 4 — Choose Standard Deviation

In the Format Error Bars panel that opens on the right:

  1. Under Direction, choose Both (shows bars above and below) or one direction if your use case calls for it.
  2. Under End Style, Cap is the standard visual choice.
  3. Under Error Amount, select Standard Deviation.
  4. Set the multiplier — the default is 1, meaning ±1 standard deviation. You can change this to 2 for roughly 95% of data coverage in a normal distribution.

Excel calculates the standard deviation from the data series automatically when you choose this option. 📊

Step 5 — Format for Clarity

Right-click the error bars and choose Format Error Bars to adjust:

  • Line color — make bars contrast with your data series
  • Line width — thicker bars are easier to read in presentations
  • Cap width — the horizontal end caps help visually anchor each bar

Using Custom Standard Deviation Values

Sometimes Excel's auto-calculated SD isn't what you need. If you've pre-calculated your own standard deviation values in separate cells — common in scientific or statistical workflows — use the Custom option under Error Amount.

Click Specify Value, then enter:

  • The cell range for positive error values
  • The cell range for negative error values

This is essential when each data point has a different standard deviation (for example, different sample sizes per group), which is a situation the automatic SD option can't handle per-point.

Common Issues to Watch For

Error bars appear uniform across all points. This happens when you select "Standard Deviation" — Excel applies one SD value calculated across the entire series, not per data point. If you need per-point variation, you must use custom values.

Error bars on a stacked chart behave unexpectedly. Stacked bar and column charts apply error bars to segments in ways that can be visually misleading. Be cautious with this combination.

The Format Error Bars panel won't open. Make sure you're clicking directly on an error bar line, not the data point itself. They're distinct selectable objects. 🖱️

How Excel Version and Chart Type Affect Your Options

The interface varies meaningfully depending on your version:

  • Excel for Mac follows the same logic but the panel layout differs slightly from Windows.
  • Excel Online (browser) supports basic error bars but the formatting options are more limited than the desktop app.
  • Scatter plots give you the most control — you can add both X-axis and Y-axis error bars independently.
  • Line charts only support Y-axis error bars by default.

The underlying math is the same across versions; it's the navigation and available options that shift.

What Determines Whether This Works for Your Data

Standard deviation bars are statistically meaningful only when your data actually follows a roughly normal (bell-curve) distribution. For skewed datasets, highly asymmetric distributions, or ordinal data, standard deviation bars can give a misleading impression of symmetry that doesn't reflect the real spread.

Beyond the math, your chart's purpose matters. A bar chart for an internal business report has different presentation needs than a figure going into a published research paper, where reviewers will scrutinize error bar type and sample size reporting closely. ⚠️

The right multiplier (1SD vs. 2SD vs. custom), the right error bar type (SD vs. SE vs. confidence interval), and the right chart format all depend on what your data looks like, who's reading it, and what claim you're making with the visualization — and that's the part only you can fully evaluate.