How To Add Error Bars In Google Sheets (Step‑By‑Step Guide)

Error bars in Google Sheets are a simple way to show uncertainty, variation, or measurement error on your charts. If you work with experiments, surveys, or any kind of data analysis, they help your audience see not just what the numbers are, but how reliable they might be.

This guide walks through what error bars are, how they work in Google Sheets, and how to add and customize them. Along the way, you’ll see where setups can differ depending on your data and your own needs.


What are error bars in Google Sheets?

In Google Sheets, error bars are small lines that extend above and/or below data points in a chart. They visually represent a margin of error or spread around those points.

They’re commonly used to show things like:

  • Standard deviation (how spread out your data is)
  • Standard error (uncertainty in an estimated average)
  • Fixed error margin (like ±5 units)
  • Custom error values you define yourself

On a typical column or line chart, error bars look like thin vertical lines above and below each bar or point. On some chart types they can also be horizontal.

Error bars don’t change your data values. They add extra context about variability or confidence.


When can you use error bars in Google Sheets?

Error bars are available on several chart types in Google Sheets. Most commonly:

  • Column charts (vertical bars)
  • Bar charts (horizontal bars)
  • Line charts
  • Scatter charts

Not every chart type supports error bars. For example, pie charts and donut charts do not. If you don’t see the error bars options, your chart type may be the reason.

Error bars are applied to data series (a set of related data points on a chart), not to the raw data table itself.


How to add error bars in Google Sheets: basic steps

Let’s assume you already have your data in a sheet and want to create a chart with error bars.

1. Create your base chart

  1. Select your data range
    Include the labels and the numeric values you want to visualize.
    Example:

    • Column A: Categories or X values (e.g., “Trial 1”, “Trial 2”)
    • Column B: Data values (e.g., average results)
  2. Insert a chart

    • Go to the top menu: Insert → Chart
    • Google Sheets will auto-generate a chart (often a column chart).
  3. Choose a compatible chart type

    • With the chart selected, open the Chart editor on the right.
    • Under the Setup tab, choose a chart type that supports error bars:
      • Column chart
      • Bar chart
      • Line chart
      • Scatter chart

If you don’t see the Chart editor, double-click the chart or click the three-dots menu on the chart and select Edit chart.

2. Open the series options

  1. With the chart selected, in the Chart editor, click the Customize tab.
  2. Click Series.
    This is where you control formatting for the data series, including error bars.

If your chart has multiple data series, there will be a dropdown at the top of the Series section where you can choose Apply to all series or a specific series name.

3. Turn on error bars

In the Series section:

  1. Scroll down until you see Error bars.
  2. Check the Error bars box (or toggle it on).

Once enabled, you’ll see additional options to control how error bars behave.


Error bar types in Google Sheets

Google Sheets gives you several error bar types. The exact options may differ slightly over time, but the main ones you’ll commonly see are:

Error bar typeWhat it meansWhen it’s commonly used
ConstantSame fixed error amount for all points (e.g., ±5)When you know a uniform margin of error
PercentError as a percentage of each value (e.g., ±10%)When uncertainty scales with the magnitude of data
Standard deviationUses 1 standard deviation of the data (per series)To show variability around the mean
CustomUse your own values from another rangeWhen you’ve calculated specific errors or confidence intervals

Depending on your version and chart type, you may see “Constant” and “Percent” directly, plus any specialized options Google has added.


How to use each error bar option

Constant error bars

Use Constant when you want a fixed error size for every data point.

  1. Under Customize → Series → Error bars, choose Constant.
  2. Enter a number in the value box.
    • Example: Enter 2 to show ±2 units above and below each point.

This is handy when your measurement tool has a known, fixed precision (like ±0.5 °C).

Percent error bars

Use Percent when error scales with the size of the value.

  1. Choose Percent in the Error bars section.
  2. Enter a percentage.
    • Example: Enter 10 to show ±10% of each data point’s value.

A point with value 50 will get ±5; a point with value 100 will get ±10.

Standard deviation error bars

Use Standard deviation when you want to show how spread out your data is around the mean.

  1. Choose Standard deviation (if available in your chart editor).
  2. Google Sheets will calculate the standard deviation of the values in that series and apply it as the error bar size.

This assumes your chart is built from numeric data that represent samples where standard deviation is meaningful (e.g., repeated measurements).

Note: In some cases, Sheets will default to 1 standard deviation. You don’t always see a field to change it to 2 or 3; if you need more control, you’d move to Custom instead.

Custom error bars

Custom error bars give the most flexibility. You supply the exact error values in your sheet.

Typical approaches:

  • One single column of error values (used as both + and − error)
  • Or two separate columns (one for positive error, one for negative error), depending on the Google Sheets UI you see

A common pattern is:

  • Column A: X labels
  • Column B: Mean values (plotted)
  • Column C: Error values (e.g., standard error or confidence intervals)

To use custom values:

  1. In your sheet, ensure error values are in a separate column.
  2. In the Chart editor, under Customize → Series → Error bars, choose Custom.
  3. Click the range selector box (grid icon) that appears.
  4. Select the cells that contain your error values (e.g., C2:C6).

Sheets will apply those numbers as the size of the error bars.

If your version allows different positive/negative values, you’ll specify ranges for each direction. If not, it’ll treat your values as symmetric.


Editing and styling error bars

While the core controls are limited, you still have some flexibility:

  • Color: Error bars usually follow the color of the data series. To change them, change the series color under Customize → Series → Color.
  • Thickness/Style: In current Google Sheets, thickness and cap style of error bars are largely fixed. They’re designed to be visible but not overpowering.
  • Series-specific: If your chart has multiple series, you can apply error bars to some and not others by:
    • Choosing a specific series in the dropdown at the top of the Series section,
    • Then enabling or adjusting error bars for that series only.

This is useful when one data series has known variability and another is more exact.


How different setups change how you should add error bars

The basic clicks are the same, but the details differ depending on how your data is structured and what you’re trying to show.

1. Type of data you have

  • Single measurement per category
    You may only know a rough margin of error. A Constant or Percent error bar is simpler and realistic.

  • Multiple repeated measurements per category
    You might calculate:

    • Standard deviation per category
    • Standard error per category
      Then use Custom error bars that point to those calculated columns.
  • Survey percentages or proportions
    You may compute a confidence interval (like ±3% around 50%). Those can be turned into a Custom error range.

2. Chart type you choose

  • Column / bar chart
    Good for categories like “Experiment A, B, C”. Error bars make sense when each bar represents an average or aggregate.

  • Line chart
    Good for time series or trends. Error bars show how confident you are in each point along the line.

  • Scatter chart
    Often used with x–y data (like height vs. weight). Error bars can be particularly meaningful when each point is an estimate with uncertainty.

Chart type also affects whether error bars appear vertical, horizontal, or both (though vertical is most common in Sheets).

3. How your data is laid out

If your data is wide (multiple series across columns), you may have:

  • Column A: X labels
  • Column B: Series 1 values
  • Column C: Series 2 values
  • Column D/E: Error values for Series 1
  • Column F/G: Error values for Series 2

You’ll then:

  • Create a multi-series chart,
  • Select each series in turn in Customize → Series,
  • Assign the correct Custom error range to each one.

If your data is long (e.g., two columns: label & value, plus ID for group), you might need a pivot or chart using data ranges that map correctly before you add error bars.

4. Technical comfort and math background

  • Less comfortable with statistics
    You may stick with Constant or Percent error bars as a simple visual “wiggle room” indicator.

  • More comfortable with statistics
    You might calculate:

    • Standard deviation with =STDEV.S(...)
    • Standard error (standard deviation / √n)
    • Confidence intervals (using more complex formulas)
      Then feed those into Custom error ranges.

The more statistical rigor you want, the more your error bar setup relies on correctly calculated underlying columns.


Common issues and how to think about them

Even when you follow the steps, a few things can feel confusing:

  • Error bars option is missing
    Often due to chart type. Switching to a column, bar, line, or scatter chart usually makes error bars reappear.

  • Error bars look too big or too small
    That’s not a Sheets bug—your error values might just be out of scale compared to your data. If your values are in the hundreds but your error is 50, the bars will be huge; if error is 0.1, they may be barely visible.

  • Custom range mismatch
    The number of error values needs to match the number of data points. If you have six charted points but only five custom error cells selected, the result will be inconsistent or not apply as expected.

  • Mixed units
    If your data is in one unit (like meters) and your error columns accidentally use another (like centimeters), the chart will still draw error bars—it just won’t be meaningful.

How you resolve these depends on how your data is set up and what the numbers actually represent.


Where your own situation becomes the key factor

The mechanics of adding error bars in Google Sheets are straightforward:

  1. Create a compatible chart.
  2. Open Customize → Series.
  3. Enable Error bars.
  4. Pick a type (Constant, Percent, Standard deviation, Custom).
  5. Enter or select values.

What changes dramatically from person to person is:

  • What your data represents (experiments, sales, survey results, forecasts)
  • How you measure variability (standard deviation, estimated error, confidence intervals)
  • How precise your measurements are (rough estimates vs. instrument-calibrated readings)
  • Which chart type best communicates your story (column vs. line vs. scatter)
  • How comfortable you are with statistical concepts

Those details determine which error bar type makes sense, how large they should be, and how to structure your sheet so the chart pulls the right ranges.

Once you understand how Sheets handles error bars, the remaining step is to look at your own data layout, the kind of uncertainty you care about, and the level of detail your audience needs. That’s where the right choice for your specific chart emerges.