• Home
  • Tools dropdown img
    • Spreadsheet Charts

      • ChartExpo for Google Sheets
      • ChartExpo for Microsoft Excel
    • Power BI Charts

      • Power BI Custom Visuals by ChartExpo
    • Word Cloud

  • Charts dropdown img
    • Chart Category

      • Bar Charts
      • Circle Graphs
      • Column Charts
      • Combo Charts
      • Comparison Charts
      • Line Graphs
      • PPC Charts
      • Sentiment Analysis Charts
      • Survey Charts
    • Chart Type

      • Box and Whisker Plot
      • Clustered Bar Chart
      • Clustered Column Chart
      • Comparison Bar Chart
      • Control Chart
      • CSAT Survey Bar Chart
      • CSAT Survey Chart
      • Dot Plot Chart
      • Double Bar Graph
      • Funnel Chart
      • Gauge Chart
      • Likert Scale Chart
      • Matrix Chart
      • Multi Axis Line Chart
      • Overlapping Bar Chart
      • Pareto Chart
      • Radar Chart
      • Radial Bar Chart
      • Sankey Diagram
      • Scatter Plot Chart
      • Slope Chart
      • Sunburst Chart
      • Tornado Chart
      • Waterfall Chart
      • Word Cloud
    • Google Sheets
      Microsoft Excel
  • Services
  • Pricing
  • Contact us
  • Blog
  • Support dropdown img
      • Gallery
      • Videos
      • Contact us
      • FAQs
      • Resources
    • Please feel free to contact us

      atsupport@chartexpo.com

Categories
All Data Visualizations Data Analytics Surveys
Add-ons/
  • Google Sheets
  • Microsoft Excel
  • Power BI
All Data Visualizations Data Analytics Surveys
Add-ons
  • Google Sheets
  • Microsoft Excel
  • Power BI

We use cookies

This website uses cookies to provide better user experience and user's session management.
By continuing visiting this website you consent the use of these cookies.

Ok

ChartExpo Survey



Home > Blog > Data Visualization

How to Identify Box Plot Outliers? Easy Steps

A Box Plot is the visualization design we recommend if your goal is to display quartiles, mean, and outliers attributes in data.

So, what is an outlier?

An outlier is a value that lies in the extremes of a data series and thus can affect the overall observation. Outliers are also termed as extremes because they lie on either end of a data.

box plot outliers

A Box Plot Outliers detector (Box and Whisker Graph) is easy to interpret, even for non-technical audiences.

Excel lacks Box Plot Charts. And this means you’ve got to use other pricey tools or plot the chart manually. So, if your goal is to display high-level insights, you’ve got to think beyond Excel.

We’re not recommending you do away with Excel, especially if your goal is to access ready-made and visually appealing Box Plots.

Download and install a particular add-in (which we’ll mention later) into your Excel to access the ready-to-go Box Plot Outliers detector.

In this blog, you’ll learn:

Table of Content:

  1. Box Plot: An Introduction
  2. What are Box Plot Outliers?
  3. Types of Outliers in Box Plots
  4. What is the 1.5 IQR Rule?
  5. How are Outliers Determined in Box Plots?
    • Formula for Outliers in Boxplot
  6. Steps to Generate a Chart with Box Plot Outliers
  7. How to Show Outliers With BoxPlot?
  8. Video Tutorial: How to Create a Box Plot To Show Outliers in Excel?
  9. Advantages of Box Plot Outliers
  10. FAQs: Box Plot Outliers
  11. Wrap Up

Before addressing the how-to guide, let’s address the following question: what is a Box Plot?

Box Plot: An Introduction

Introduction: A Box Plot is a visualization design that uses box shapes to display insights into data.

The chart simplifies bulky and complex data sets into quartiles and averages. Also, you can use the chart to pinpoint outliers in your data. The Box Plot segments key variables in quarters or (quartiles).

For instance, you can draw boxes to connect the first quartile to the third quartile. In this case, the boxes will represent the average values of key data points.

Whiskers are lines that identify numbers outside of the average data points.

The chart displays your data’s shape, variability, and center (or median) information. Also, you can leverage the chart to determine the skewness of data points.

Essentially, a Box and Whisker Chart shows the following points of data:

  • Minimum range
  • Lower quartile
  • Median
  • Upper quartile
  • Maximum range

Besides the five summary numbers, the visualization displays the following:

  • Minimum score
  • Median
  • Maximum Score
  • Lower Quartile
  • Upper Quartile

Let’s check out the elements in detail.

The minimum score is the lowest score, excluding outliers (shown at the end of the left whisker).

Lower Quartile: 25% of all variables fall below the lower quartile value.

The median is the mid-point of the data and is shown by the line that divides the box into two parts (sometimes known as the second quartile). Half the scores are greater than or equal to this value, and half are less.

The upper quartile is 75% of all variables that fall below the upper quartile value (also known as the third quartile). Thus, 25% of data points are above the value.

The maximum score is the highest score, excluding outliers (shown at the end of the right whisker).

Whiskers: The upper and lower whiskers represent scores outside the middle 50% (i.e., the lower 25% of scores and the upper 25% of scores).

The interquartile range (IQR) ranges between the 25th and 75th percentile.

A Box and Whisker Graph can help you to visualize large datasets. More so you can easily detect the symmetry of the data at a glance by using the chart. Unlike other data visualization techniques, the Box Plot displays outliers.

The visualization design is best suited for comparing distributions between key groups in data. The charts are compact in design to help you display a ton of information without clutter.

Data sets can sometimes contain outliers that are suspected to be anomalies (perhaps because of data collection errors or just plain old flukes).

If outliers are present, the whisker on the appropriate side is drawn to 1.5 * IQR rather than the data minimum or the data maximum. Small circles or unfilled dots are drawn on the chart, such as in a dot plot, to indicate where suspected outliers lie. On the other hand, filled circles are used for known outliers.

What are Box Plot Outliers?

Definition: An outlier is a value that lies in both extremes of data. In other words, it’s a value that lies outside the overall distribution pattern and thus can affect the overall data series.

These anomalies are treated as abnormal values that can distort the final insights.

what are box plot outliers

Data visualization experts agree that a value should be regarded as an outlier if it’s 1.5 times bigger or smaller than the expected observation.

In the coming section, we’ll address the following question: what is the 1.5 IQR rule?

Types of Outliers in Box Plots

  • Mild Outliers: These are data points that lie between 1.5 and 3 times the interquartile range (IQR) above the third quartile or below the first quartile. They are often represented as open circles or small dots.
  • Extreme Outliers: These are data points that lie more than 3 times the IQR above the third quartile or below the first quartile. They are typically depicted as asterisks or different symbols to distinguish them from mild outliers.

What is the 1.5 IQR Rule?

To understand the 1.5 IQR rule, we’ll cover the interquartile range, abbreviated as the IQR.

The interquartile range is just the width of the box in the chart.

In other words, IQR = Q3 – Q1.

The IQR measures how key data points are spread out. Therefore, an outlier is 1.5 multiplied by the IQR value of your data.

Keep reading to discover how to use the Box Plot Diagram to identify outliers. You don’t want to miss this.

How are Outliers Determined in Box Plots?

Box and Whisker Plot show the distribution of key data points along a number line.

You can generate the chart by ordering a data set to find the median, upper and lower quartiles, and upper and lower extremes.

To calculate values, such as mean, follow the steps below:

  • Order the data from least to greatest.
  • Find the median or middle value that splits the data set into two equal groups. If there is no middle value, use the average of the two middle values as the median.
  • Find the median for the lower half of the data set.
  • Find the median for the upper half of the data set.
  • Use these five values to construct a Box Plot displaying the following: lower extreme, lower quartile, median, upper quartile, and upper extreme.
  • Draw vertical lines through the lower quartile, median, and upper quartile.
  • Form a box by connecting the vertical lines from the lower quartile, median, and upper quartile.
  • Plot the whiskers from the extremes of the box.

Formula for Outliers in Boxplot

The formulas for identifying outliers in a box plot are based on the interquartile range (IQR). The IQR is the range between the first quartile (Q1) and the third quartile (Q3).

  1. Lower Bound for Mild Outliers:
    Q1-1.5—IQRQ1 – 1.5 \times IQRQ1-1.5—IQR
  2. Upper Bound for Mild Outliers:
    Q3+1.5—IQRQ3 + 1.5 \times IQRQ3+1.5—IQR
  3. Lower Bound for Extreme Outliers:
    Q1-3—IQRQ1 – 3 \times IQRQ1-3—IQR
  4. Upper Bound for Extreme Outliers:
    Q3+3—IQRQ3 + 3 \times IQRQ3+3—IQR

Steps to Generate a Chart with Box Plot Outliers

Excel is one of the go-to data visualization tools for businesses and professionals.

However, this freemium spreadsheet tool does not natively support the Box Plot Outliers Diagram. In other words, you’ll never find this visualization design in Excel.

Well, you don’t have to do away with the spreadsheet app.

You can turn Excel into a reliable data visualization tool loaded with ready-made and visually stunning Box and Whisker plot examples by installing third-party apps, such as ChartExpo.

How to read a Box Plot in Excel should never be a stressful task. Keep reading to learn more.

Why ChartExpo?

ChartExpo is an add-in you can easily install in your Excel.

With a large number of advanced visualizations, ChartExpo turns your complex, raw data into compelling, easy-to-decode, visual renderings that tell the story of your data.

The application produces simple, ready-to-go, and clear visualization designs with just a few clicks.

Yes, ChartExpo generates ready-made Box Plots that are amazingly easy to interpret, even for non-technical audiences.

In the coming section, you’ll get to see How to Make a Box and Whisker Plot Using ChartExpo to find outliers. You don’t want to miss this.

Example

This section will use the box and whisker chart in Excel to find the outlier in the data below.

Gender Age
Male 29
Male 34
Male 37
Male 28
Male 45
Male 55
Male 36
Male 28
Male 43
Male 35
Male 45
Male 34
Male 31
Male 32
Male 34
Male 30
Male 36
Male 42
Male 32
Male 48
Male 48
Male 27
Male 31
Male 24
Male 78
Female 22
Female 38
Female 40
Female 25
Female 23
Female 36
Female 37
Female 49
Female 44
Female 26
Female 41
Female 30
Female 38
Female 45
Female 40
Female 25
Female 38
Female 26
Female 44
Female 39
Female 43
Female 44
Female 48
Female 31
Female 33
Female 38
Female 37
Female 38
Female 43
Female 67
Female 76
Female 80

Click here to install ChartExpo into your Excel. Once you’re done, follow the easy steps below to create a box and whisker chart in Excel.

  • Open your Excel and paste the table above.
  • Open the worksheet and click the Insert Menu button.
  • Click the My Apps button and then click the See All, as shown below.
insert chartexpo in excel
  • Click the Insert button to get started with ChartExpo.
open chartexpo in excel
  • Look for the “Box and Whisker Bar Chart” in the list of charts.
  • Once the Chart pops up, click on its icon to get started, as shown below.
search box and whisker bar chart in excel
  • Select the sheet holding your data and click the Create Chart From Selection.
create box and whisker chart in excel
  • Check out the final Box Plot Outlier Chart below.
box and whisker chart in excel

How to Show Outliers With a Box And Whisker Plot?

box and whisker graph in excel

Insights

  • The ages between 68 and 85 years were outliers.
  • The maximum and minimum ages among the males were 26 and 57 years, respectively.
  • The maximum and minimum ages among the females were 20 and 48 years, respectively.
  • The median age of male respondents is 39 years. Conversely, the median age of females is 42 years.

Video Tutorial: How to Create a Box Plot To Show Outliers in Excel?

In this video, you’ll learn how to create a Box and Whisker Column Chart in Excel.

Advantages of Box Plot Outliers

Check out the benefits of the chart below:

  • A Box and Whisker Graph can help you to visualize large datasets.
  • You can easily detect the symmetry of the data at a glance by using the chart.
  • Unlike other data visualization techniques, the Box Plot displays outliers.

FAQs: Box Plot outlier

Why is 1.5 IQR equal to Box Plot outlier?

John Tukey was the first person to use Box Plot outliers to display insights into data. He came up with the 1.5 IQR requirement to pinpoint outliers.

The IQR measures how key data points are spread out. Therefore, an outlier is 1.5 multiplied by the IQR value of your data.

What causes an outlier?

An outlier is a value that lies in both extremes of data.

In other words, it’s a value that lies outside the overall distribution pattern and thus can affect the overall data series.

Outliers are caused by the following:

  • System behavior
  • Fraudulent behavior
  • Human and instrument errors

What effect does an outlier have on a box plot?

An outlier in a box plot can skew the visual representation by extending the whiskers and highlighting variability in the data, but it does not affect the positions of the quartiles or the median. It provides insight into the presence of atypical values in the dataset.

Wrap Up

As we said, a Box Plot is the visualization design we recommend if your goal is to display quartiles, mean, and outliers attributes in data.

So, what is an outlier?

An outlier is a value that lies in the extremes of a data series and thus can affect the overall observation. Outliers are also termed as extremes because they lie on either end of a data.

A Box Plot Outliers detector (Box and Whisker Graph) is easy to interpret, even for non-technical audiences.

Excel lacks Box Plots.

The only viable options are using other pricey data visualization tools or plotting the chart manually.

Think beyond the spreadsheet application if you intend to display attributes, such as mean, outliers, and quartiles in your data.

So, what’s the solution?

We recommend installing third-party apps, such as ChartExpo, into your Excel to access ready-made Box and Whisker Charts.

ChartExpo is an add-in you can easily download and install in your Excel app. Besides, this tool comes loaded with insightful and easy-to-interpret Box Plots. You don’t need programming skills to visualize your data using ChartExpo.

How to use a Box Plot Diagram to identify outliers should never stress you.

Sign up for a 7-day free trial today to access easy-to-interpret and ready-made Box and Whisker Charts.

How much did you enjoy this article?

GSAd1
Start Free Trial!
118375

Related articles

next previous
Data Visualization29 min read

Tornado Chart: Why Most Teams Misread What Matters

Tornado chart shows which project factors matter most, helping teams align fast, reduce debates, and act decisively. Read on to see how it works!

Data Visualization26 min read

Histogram: Why “Normal Looking” Chart Can’t Be Trusted

Histogram mistakes can mislead decisions and hide key data shifts. Learn how to read, design, and present a histogram that earns trust. Read on!

Data Analytics22 min read

80-20 Rule: The Math Is Simple. The Impact Isn’t.

80-20 rule missteps can cost growth and alignment. Are you focusing on the right 20% or missing what matters? Learn more and rethink your strategy today!

Data Analytics8 min read

Benchmarking Dashboard: Tips for Better Insights

This guide dives deep into what benchmarking dashboards are. The guide also reveals easy ways and steps to create a benchmarking dashboard in Power BI.

Data Visualization35 min read

Data Storytelling: Why Numbers Need a Narrative

Data storytelling can fall flat without tension or clarity. Struggling to turn insights into action? Learn how to shape stories that lead to decisions. Read on!

ChartExpo logo

Turn Data into Visual
Stories

CHARTEXPO

  • Home
  • Gallery
  • Videos
  • Services
  • Pricing
  • Contact us
  • FAQs
  • Privacy policy
  • Terms of Service
  • Sitemap

TOOLS

  • ChartExpo for Google Sheets
  • ChartExpo for Microsoft Excel
  • Power BI Custom Visuals by ChartExpo
  • Word Cloud

CATEGORIES

  • Bar Charts
  • Circle Graphs
  • Column Charts
  • Combo Charts
  • Comparison Charts
  • Line Graphs
  • PPC Charts
  • Sentiment Analysis Charts
  • Survey Charts

TOP CHARTS

  • Sankey Diagram
  • Likert Scale Chart
  • Comparison Bar Chart
  • Pareto Chart
  • Funnel Chart
  • Gauge Chart
  • Radar Chart
  • Radial Bar Chart
  • Sunburst Chart
  • see more
  • Scatter Plot Chart
  • CSAT Survey Bar Chart
  • CSAT Survey Chart
  • Dot Plot Chart
  • Double Bar Graph
  • Matrix Chart
  • Multi Axis Line Chart
  • Overlapping Bar Chart
  • Control Chart
  • Slope Chart
  • Clustered Bar Chart
  • Clustered Column Chart
  • Box and Whisker Plot
  • Tornado Chart
  • Waterfall Chart
  • Word Cloud
  • see less

RESOURCES

  • Blog
  • Resources
  • YouTube
SIGN UP FOR UPDATES

We wouldn't dream of spamming you or selling your info.

© 2025 ChartExpo, all rights reserved.