Excel Box Plot: The Complete Guide to Building Box and Whisker Charts in Excel 2026
Master the Excel box plot in minutes. Step-by-step guide to building box and whisker charts, reading quartiles, outliers, and statistical summaries.

The Excel box plot, also known as a box and whisker chart, is one of the fastest ways to summarize a distribution of numbers without writing a single line of code. With just a few clicks in Excel 2016, 2019, 2021, Microsoft 365, or Excel for the web, you can convert a column of raw values into a compact visual that shows the minimum, first quartile, median, third quartile, and maximum at a glance. Analysts, finance teams, and students all rely on this chart because it communicates spread and skew faster than a histogram.
Unlike a bar chart that shows individual values or a line chart that emphasizes trends, the box plot in Excel focuses on the shape of the data. The box itself spans the interquartile range, the line inside marks the median, the whiskers extend to the smallest and largest non-outlier observations, and stray dots flag outliers beyond 1.5 times the IQR. This makes box plots ideal for comparing salaries across departments, test scores across schools, or response times across servers.
Excel did not always make this easy. Before 2016, you had to fake a box plot using stacked bar charts with error bars, a painful process that involved manual quartile calculations and hidden series. Today, the built-in Box and Whisker chart type handles all the math for you, and you can still customize colors, outlier styles, and quartile calculation methods. The trick is knowing where to find it and how to interpret the result.
This guide walks through every step of creating a box plot in Excel, from arranging your data correctly to formatting the final chart for a presentation. We will cover the exclusive versus inclusive median quartile options, why your whiskers might look asymmetric, how to add a mean marker, and how to compare multiple groups side by side. If you have ever felt confused about why your boxes look different from a colleague's chart of the same data, the quartile method is almost always the culprit.
We will also touch on related Excel skills you may need along the way, including pivot tables for grouping raw observations, conditional formatting for spotting extreme values before they hit the chart, and basic statistical functions like QUARTILE.INC and QUARTILE.EXC. While vlookup excel functions and how to merge cells in excel are not directly used to build the chart, they often show up in the data preparation step when you are pulling values from a larger workbook.
By the end of this article you will be able to build a polished box plot in under five minutes, explain it to a non-technical audience, and avoid the three mistakes that trip up most first-time users. Whether you are preparing a report, studying for an Excel certification, or analyzing survey data for a class project, the box and whisker chart belongs in your toolkit. Let us start with the numbers behind why this chart works so well.
Excel Box Plot by the Numbers

The Five Numbers Behind Every Box Plot
The smallest value in your dataset that is not classified as an outlier. The lower whisker extends from the bottom of the box down to this point.
The 25th percentile. One quarter of your observations fall below this value. It forms the bottom edge of the box.
The middle value when data is sorted. Half the observations sit above, half below. Drawn as a horizontal line inside the box.
The 75th percentile. Three quarters of values fall below this point. Forms the top edge of the box and combines with Q1 to define the IQR.
The largest non-outlier value. The upper whisker stretches to this point. Outliers beyond 1.5×IQR appear as separate dots above or below.
Creating an Excel box plot starts with arranging your data in a tidy column. Place a header in row 1 and stack your observations beneath it. If you want to compare multiple groups, give each group its own column with its own header. Excel will treat each column as a separate box on the chart, which is exactly what you want for side-by-side comparisons of categories like region, product line, or time period. Mixed columns of categories and values in the wrong shape are the number one reason charts render incorrectly.
Once the data is in place, select the entire range including the headers. Click the Insert tab on the ribbon, then look in the Charts group for the Statistical chart icon. It looks like a small histogram with a curve. Click that icon and choose Box and Whisker from the dropdown. Excel inserts the chart immediately, calculates quartiles using the exclusive median method by default, and renders boxes, whiskers, the median line, and outlier dots without any further configuration on your part.
If you are working with a single group of values, the chart will show one box. With three or more columns, you will see one box per column arranged horizontally along the category axis. This makes box plots particularly powerful for A/B testing scenarios, where you might compare conversion times for two checkout flows, or for survey analysis where you compare ratings across demographic groups. The visual answer to the question is the median higher in group A becomes obvious in seconds.
After insertion, click anywhere on the chart to activate the Chart Design and Format tabs. From here you can change the chart title, swap colors, add data labels, and most importantly adjust the quartile calculation method. Right-click any box and choose Format Data Series. In the side panel you will see options for Inclusive Median and Exclusive Median, plus a checkbox for Show Inner Points which displays every observation as a small dot, useful for very small samples.
For larger datasets, you may want to clean the data first using Excel features such as how to create a drop down list in excel to enforce valid categorical entries, or how to freeze a row in excel to keep your headers visible while scrolling. These workflow conveniences do not change the chart math, but they speed up the preparation phase substantially when you are working with hundreds or thousands of rows pulled from a database export or survey platform.
If the built-in Box and Whisker option does not appear in your version of Excel, you are likely on Excel 2013 or earlier. In that case you have two options. You can upgrade to a modern version, or you can build a box plot manually using a stacked bar chart combined with error bars and calculated quartile values from QUARTILE.INC and QUARTILE.EXC formulas. The manual approach is fiddly and we recommend upgrading whenever possible.
Once the chart is on the worksheet, give it a clear title that names the metric and the unit. Vague titles like Chart 1 are useless for readers; specific titles like Customer Wait Time in Minutes by Store Location communicate the question being answered. Save your workbook frequently, especially after formatting work, because chart customization is one of the easier things to lose if Excel crashes unexpectedly during a long session.
Inclusive vs Exclusive Quartile Methods Explained
The inclusive median method, used by Excel's QUARTILE.INC function, includes the median value itself when splitting the dataset to compute Q1 and Q3. This method tends to produce a slightly narrower interquartile range, especially in smaller samples. It corresponds to the percentile definition used by most statistical software including older versions of SPSS and many introductory statistics textbooks taught in US colleges.
Choose inclusive when you want results that match common spreadsheet conventions and when your audience is likely to recalculate quartiles by hand. The inclusive method is also less sensitive to having an odd number of observations, which can shift the apparent quartile location under the exclusive rule. For datasets under twenty observations, the difference between methods can be visually noticeable in the chart.

Should You Use a Box Plot Instead of a Histogram?
- +Compactly summarizes five key statistics in one visual
- +Excellent for comparing multiple groups side by side
- +Highlights outliers automatically with the 1.5×IQR rule
- +Works well at small chart sizes and in dense dashboards
- +Resistant to extreme values when communicating central tendency
- +Requires no binning decisions like histograms do
- +Built into Excel 2016 and later with a single click
- −Hides the actual shape of the distribution between quartiles
- −Can mislead when distributions are multimodal or bimodal
- −Less intuitive for non-technical audiences than bar charts
- −Outlier dots can clutter charts with many extreme values
- −Does not show sample size unless added manually
- −Default colors and styles can look dated without customization
- −Requires at least five observations to be meaningful
Excel Box Plot Build Checklist
- ✓Arrange data in columns with one header row and one column per group
- ✓Verify all values are numeric and remove text entries like N/A
- ✓Decide between inclusive and exclusive quartile methods up front
- ✓Select the full data range including headers before inserting
- ✓Choose Insert then Statistical then Box and Whisker from the ribbon
- ✓Format the chart title to describe the metric and the units clearly
- ✓Right-click a series and pick Format Data Series for quartile options
- ✓Toggle Show Inner Points if your sample is small enough to see dots
- ✓Toggle Show Mean Marker to display an X at the arithmetic mean
- ✓Adjust axis scale if outliers compress the boxes into thin slivers
- ✓Apply consistent colors if comparing across multiple charts
- ✓Save the file and export the chart as a PNG for slides or reports
A single average hides everything that matters
Two datasets can share the same mean while having radically different spreads, skews, and outlier patterns. The box plot reveals all of that in one frame. When you find yourself reaching for AVERAGE alone, ask whether your audience needs the full picture instead.
Formatting transforms a default Excel box plot from a functional sketch into a presentation-ready visual. Start with colors. The default blue can be replaced by clicking the chart, opening the Format tab, and choosing a Chart Style from the gallery, or by right-clicking a series and selecting Fill from the format pane. For comparison charts, use a consistent palette where each group has its own assigned color across every figure in your report. Consistency reduces cognitive load for readers flipping between pages.
Next, address the axes. The vertical axis usually needs a label that names the metric and the unit, such as Order Value in USD or Response Time in milliseconds. Excel often picks an inconvenient minimum and maximum, especially when one group has extreme outliers. Right-click the axis, choose Format Axis, and manually set the bounds to values that show the boxes clearly. A box that takes up only ten percent of the chart area because of one massive outlier is a chart that fails its job.
The horizontal axis lists your categories. If the labels are long, like full department names or country names, they may overlap or rotate awkwardly. You can shorten them in the source data, use abbreviations, or rotate the chart 90 degrees by swapping rows and columns. Long labels in tiny fonts are unreadable in PDFs and printed handouts, so test your chart at the final display size before locking the design.
Add a mean marker by right-clicking any box, choosing Format Data Series, and ticking Show Mean Marker. This places an X inside each box at the arithmetic mean. The gap between the mean X and the median line tells you about skew. If the mean sits noticeably above the median, the distribution is right-skewed with a long upper tail. If below, it is left-skewed. This is one of the most useful visual cues a box plot offers, and many users miss it because the option is buried in the format pane.
For dashboards, consider trimming the chart border, removing gridlines, and using a clean sans-serif font. Click the chart, open Format Chart Area, and adjust border, shadow, and font properties. Strip away anything that does not help interpretation. Tufte-inspired minimalism works particularly well for box plots because the chart already encodes a lot of information; extra visual noise competes with the data for the reader's attention and reduces effective scan speed.
If you need to copy the chart into PowerPoint or Word, use Paste Special and choose Picture rather than the default Excel Chart Object. Pasted pictures will not break if the source workbook moves or gets deleted, and they render identically on every machine regardless of installed fonts or Excel version. The trade-off is you cannot edit the chart in PowerPoint, but that is usually a feature rather than a bug for finalized deliverables.
Finally, save your formatting as a custom template if you build similar charts often. Right-click the finished chart and choose Save as Template. The next time you create a box plot, you can apply the template in one click and skip the entire customization workflow. This is a major productivity win for analysts who produce weekly or monthly recurring reports with consistent visual standards.

If your source range is part of a filtered table, Excel includes hidden rows in the box plot calculation by default, which can produce surprising results. Convert the filtered range to a static copy or use SUBTOTAL-aware helper columns before charting to ensure the boxes reflect only the visible data your audience expects.
Reading a box plot well is a skill in itself. Begin with the median line. Its vertical position tells you the center of the distribution. Then look at the box height: a tall box means the middle fifty percent of values are spread widely, while a short box means most values cluster tightly. Comparing box heights across groups is often the single most useful insight a box plot delivers, because it speaks directly to consistency and predictability of the underlying process or population.
Next, evaluate symmetry. If the median line sits in the middle of the box, the distribution is roughly symmetric in its middle half. If the line is closer to the bottom edge, the upper half of the IQR is more spread out, indicating right skew. A median pressed against the top edge signals left skew. The whiskers add additional information: a long upper whisker with a short lower whisker also points to right skew, common in income, response time, and house price data.
Outliers, the dots beyond the whiskers, deserve careful attention. They are not automatically errors. They may represent genuine extreme cases worth investigating, or data entry mistakes worth fixing. Hover over each dot in Excel to see its exact value, or use a helper column with conditional formatting to flag values beyond 1.5 times the IQR before they reach the chart. Whether to remove, label, or simply note outliers depends on your domain knowledge.
Comparing groups side by side is where box plots truly shine. If you have boxes for three regions, look at whether the IQRs overlap. Heavy overlap suggests the regions are not meaningfully different. Boxes that sit entirely above or below each other suggest a real shift in the underlying distribution. This visual test is rough but useful as a quick screen before running a formal statistical test like a Mann-Whitney U or a t-test on the same data.
Pay attention to sample size, which the chart does not show by default. A box drawn from five observations is far less reliable than one drawn from five hundred. Add a small annotation under each box with the sample size, or use a paired bar chart showing N alongside the box plot. Communicating uncertainty honestly is part of good analysis, and box plots can mislead readers into overconfidence when sample sizes vary widely between groups.
For deeper analysis you may want to combine a box plot with summary statistics in a nearby table. Show the count, mean, median, standard deviation, and quartiles using formulas that the Excel Data Analysis Toolpak can generate automatically, or write them by hand with COUNT, AVERAGE, MEDIAN, STDEV.S, and QUARTILE.INC. The chart shows the shape, the table provides precise numbers, and together they form a complete picture suitable for executive reporting.
Finally, document your method. Note in a caption whether you used inclusive or exclusive quartiles, whether outliers were removed, and how the sample was collected. This level of transparency saves hours of back-and-forth when a stakeholder questions a chart weeks after publication, and it builds the kind of analytical trust that turns one-off requests into long-term consulting relationships or steady promotions.
Beyond the basics, several practical tips will save you time as you build more box plots. First, always sanity-check your data before charting. Use Excel's Data Validation feature, conditional formatting, and quick filters to surface text entries, blanks, and impossible values like negative ages or future dates. A clean dataset produces a credible chart, and ten minutes of validation often prevents an hour of explaining a weird-looking outlier to a confused stakeholder later.
Second, learn the keyboard shortcuts that speed up chart work. Alt then F1 inserts a default chart based on the selected range. F11 inserts the same chart on a new worksheet. Ctrl then 1 opens the format pane for whatever chart element you have selected. These shortcuts feel awkward at first but pay off massively after a week of deliberate practice, especially when you are iterating on chart designs during a live review with colleagues or clients.
Third, consider when a box plot is the wrong choice. For very small samples under ten observations, a strip chart or jittered dot plot communicates the actual data points more honestly. For distributions you want to compare to a normal curve, a histogram overlaid with a density line is more informative. For paired data where each row links to a baseline and a treatment, a paired difference plot beats two side-by-side boxes that hide the within-pair relationship.
Fourth, integrate box plots into a larger analytical workflow. Pair them with pivot tables that aggregate raw data into the categories you want to chart. Use named ranges so your chart updates automatically when new data arrives. If you regularly receive monthly data dumps, build the entire pipeline once using Power Query, then refresh with a single click each month. The Excel Data Analysis Toolpak can also produce descriptive statistics that pair beautifully with box plot visuals.
Fifth, develop a personal style guide. Pick two or three colors you will use consistently across every box plot, decide whether you include mean markers by default, settle on a quartile method, and document these choices somewhere you will find them again. Style guides feel like overkill until you produce your tenth chart of the quarter and realize all of them look subtly different, which makes your reports feel less polished than they should.
Sixth, practice interpretation, not just construction. Find published box plots in journal articles, financial reports, and news stories. Read them critically. What is the median? Are the boxes overlapping? What does the skew tell you about the underlying data? Active reading sharpens the analytical instincts that turn a tool user into a tool master. Many free statistics courses on Khan Academy, Coursera, and edX include box plot examples worth studying.
Finally, test your understanding with practice questions. Excel certifications including the Microsoft Office Specialist Expert and various corporate training programs include chart-related items. Box plots are a niche but recognizable topic, and being able to construct, format, and interpret them puts you in a small minority of Excel users. That small minority gets noticed in performance reviews and stands out in job interviews for analytical roles across industries from finance to healthcare to technology.
Excel Questions and Answers
About the Author
Business Consultant & Professional Certification Advisor
Wharton School, University of PennsylvaniaKatherine Lee earned her MBA from the Wharton School at the University of Pennsylvania and holds CPA, PHR, and PMP certifications. With a background spanning corporate finance, human resources, and project management, she has coached professionals preparing for CPA, CMA, PHR/SPHR, PMP, and financial services licensing exams.