Two reliable ways to make a histogram in Excel: the built-in histogram chart in Excel 2016, 2019, 2021 and Microsoft 365, and the classic Analysis ToolPak method that also works in older versions. Below you will find both, plus the FREQUENCY function, bin tips and how to move the chart into Word.
If you run a modern version of Excel, this is the quickest route. Excel reads your raw data and builds the bars and bins for you.
Put each value in its own cell down a single column, with an optional header such as Score in the first row.
Click and drag to highlight the whole column of numbers, including the header if you used one.
On the Insert tab, in the Charts group, click Insert Statistic Chart and choose Histogram.
Double-click the horizontal axis to open Format Axis. Under Axis Options set Bin width or Number of bins, and use overflow/underflow bins to group extremes.
Add a chart title and axis titles from the Chart Design tab, recolor the bars, then right-click → Save as Picture to export.
The Analysis ToolPak is a free add-in shipped with Excel. It produces a frequency table and an optional chart, and it is the standard answer when Excel shows no Histogram chart type.
Go to File → Options → Add-ins. At the bottom set Manage: Excel Add-ins, click Go, tick Analysis ToolPak and press OK.
In a spare column, list the upper boundary of each bin, for example 10, 20, 30, 40. These define where one bar ends and the next begins.
On the Data tab click Data Analysis, choose Histogram and press OK.
Set Input Range to your data and Bin Range to your boundaries, tick Chart Output, then press OK.
Right-click any bar → Format Data Series and set Gap Width to 0% so the bars touch like a true histogram.
For full control, count the values yourself with the FREQUENCY array function and chart the result. This is the most flexible way to make a frequency histogram in Excel.
=FREQUENCY(A2:A101, C2:C6), where A is your data and C is your bins.To turn this into a relative frequency histogram, divide each count by the total with =count/SUM(counts) and format the result as a percentage before charting.
The bins decide how your data is grouped, so they have a big effect on the final shape. Double-click the horizontal axis and open Format Axis to set a fixed bin width or a fixed number of bins. A frequent gotcha is starting bins at the minimum value — if you want round intervals, set the first bin to begin at a tidy number such as 0 instead.
From the Chart Design and Format tabs you can add a chart title and axis titles, change the bar color, and add data labels. Keep it simple: one clear title, labeled axes and a single bar color usually reads best in a report.
Select the finished chart and copy it. In Word, paste it as an editable chart (it keeps a link to your Excel data) or use Paste Special → Picture for a fixed image that will not change. You can also right-click the chart in Excel, choose Save as Picture, and insert that PNG into Word, a slide deck or a PDF. Modern Word and PowerPoint can also build a histogram directly via Insert → Chart → Histogram.
If you just need the chart and the numbers, you do not have to wrestle with bins and add-ins at all. Paste a single column of values into the maker and you get the histogram, the summary statistics and a downloadable frequency table in one go.
The built-in histogram chart only exists in Excel 2016 and later, including Microsoft 365. In Excel 2013 and earlier, use the free Analysis ToolPak add-in instead, or the FREQUENCY function plus a column chart.
Double-click the horizontal axis, open Format Axis, and under Axis Options set a fixed Bin width or a fixed Number of bins. Tick the overflow and underflow bins to bundle very large or very small values into a single bar.
List your bin boundaries in a column, then use =FREQUENCY(data_array, bins_array) to count how many values fall in each bin. In Microsoft 365 it spills automatically; in older Excel select the output range and press Ctrl+Shift+Enter. Chart the result as a column chart with 0% gap width.
Select the finished chart, copy it, then in Word use Paste for an editable chart or Paste Special → Picture for a fixed image. You can also right-click the chart in Excel and choose Save as Picture, then insert that file.
Yes. If you only need the chart, paste your column into our free histogram maker — it auto-bins, shows the statistics and exports PNG, SVG or a CSV frequency table without any menus.