How to Read a Histogram: Axes, Bars, and Shape

A histogram is a chart that shows how numerical data is distributed across a range. Each bar represents a group of values, and the height of that bar tells you how many data points fall within that range. Reading one correctly comes down to understanding three things: what the horizontal axis represents, what the vertical axis measures, and what the overall shape tells you about the data.

What the X-Axis Tells You

The horizontal axis of a histogram displays a continuous number line, divided into equal-width segments called bins (sometimes called intervals or classes). If you’re looking at a histogram of test scores, the x-axis might run from 0 to 100, broken into bins like 0–10, 10–20, 20–30, and so on. Each bin covers a range of values, not a single category.

This is the biggest difference between a histogram and a regular bar chart. A bar chart shows categories (favorite colors, cities, brands), and the bars have gaps between them. A histogram shows numerical data along a continuous scale, so the bars touch each other. That touching is intentional: it signals that the data flows from one range to the next without interruption. If you see gaps between bars in a histogram, those gaps mean no data points fell in that range.

Pay attention to the bin boundaries. A bin labeled 60–70 typically includes values from 60 up to (but not including) 70. The value 70 itself would fall into the next bin, 70–80. This convention prevents any single data point from being counted in two bins at once.

What the Y-Axis Tells You

The vertical axis almost always represents frequency: the count of data points in each bin. The height of each bar directly corresponds to how many values landed in that range. If the bar over the 80–90 bin reaches up to 12 on the y-axis, that means 12 data points had values between 80 and 90.

Some histograms use relative frequency instead of raw counts. Relative frequency shows each bin’s count as a fraction or percentage of the total dataset. You calculate it by dividing the number of values in a bin by the total number of values. So if 12 out of 40 students scored between 80 and 90, the relative frequency for that bin is 12 ÷ 40 = 0.30, or 30%. All the relative frequencies across every bin will add up to 1 (or 100%).

A third, less common option is density, where the y-axis is scaled so that the total area of all bars equals 1. You’ll encounter density histograms in statistics courses when comparing datasets of different sizes or when overlaying a probability curve. For most math classes, frequency or relative frequency is what you’ll see.

How to Read a Single Bar

To extract information from any individual bar, follow these steps:

  • Identify the bin range. Look at where the bar sits on the x-axis. Read the left and right edges to determine the interval it covers.
  • Read the bar height. Trace from the top of the bar straight across to the y-axis. That value is the frequency (or relative frequency) for the bin.
  • State the finding in plain language. Combine those two pieces: “15 students scored between 70 and 80.”

To find the total number of data points in the entire dataset, add up the heights of all the bars. To figure out what percentage of data falls within a certain range, add the frequencies of the relevant bins and divide by the total.

Reading the Overall Shape

Individual bars give you specifics, but the shape of the entire histogram tells a bigger story about the data. There are a few common shapes worth recognizing.

Symmetric

A symmetric histogram looks roughly the same on the left and right sides, like a mirror image split down the middle. The tallest bars cluster in the center, and the bars taper off equally in both directions. Test scores on a well-designed exam often look symmetric. In a perfectly symmetric distribution, the mean, median, and mode are all the same value.

Skewed Right

A right-skewed histogram has most of its data piled on the left side, with a long tail stretching to the right. Think of it as a ski slope going down to the right. Income data is a classic example: most people earn in a moderate range, but a small number of very high earners pull the tail out to the right. In a right-skewed distribution, the mean is greater than the median because those extreme high values drag the average up.

Skewed Left

A left-skewed histogram is the opposite: the bulk of the data sits on the right, with a tail trailing to the left. Imagine age at retirement. Most people retire around 60–67, but a few retire much earlier, creating that leftward tail. Here, the mean is less than the median.

Bimodal

A bimodal histogram has two distinct peaks instead of one. This often signals that two different groups are mixed into the same dataset. If you graphed the heights of all adults at a school event, you might see one peak around 5’4″ and another around 5’10”, reflecting the typical height ranges for women and men.

Why Bin Width Matters

The number and width of bins can dramatically change how a histogram looks, even with the exact same data. There is no single “best” number of bins. Different widths reveal different features.

Bins that are too wide smooth over important details. A histogram of test scores with only two bins (0–50 and 50–100) hides almost everything interesting about how students performed. Research on histogram construction confirms that wide bins “oversmooth” in regions where data is dense, making it hard to identify sharp peaks. On the other hand, bins that are too narrow create a jagged, noisy picture. With bins only 1 point wide on a 100-point scale, random variation dominates and the overall pattern disappears.

A good rule of thumb for a math class: start with somewhere between 5 and 20 bins. If the histogram looks too blocky and featureless, try narrower bins. If it looks like static, try wider ones. The goal is a bin width that lets you see the genuine shape of the data without being distracted by random spikes.

Pulling It All Together: A Worked Example

Suppose you have a histogram of 30 students’ exam scores. The x-axis runs from 40 to 100 in bins of width 10 (40–50, 50–60, 60–70, 70–80, 80–90, 90–100). The bar heights, left to right, are 2, 3, 5, 10, 7, 3.

Here’s what you can read from this histogram:

  • Total data points: 2 + 3 + 5 + 10 + 7 + 3 = 30 students. This matches.
  • Most common range: The tallest bar is over 70–80, with 10 students. This is the modal class.
  • Students scoring below 60: The first two bins hold 2 + 3 = 5 students.
  • Percentage scoring 80 or above: The last two bins hold 7 + 3 = 10 students, so 10 ÷ 30 = 33.3%.
  • Shape: The data peaks at 70–80 and tapers more steeply to the left than to the right. The left tail (lower scores) stretches further from the peak than the right tail. This is a slightly left-skewed distribution, suggesting most students performed well but a few struggled.

That’s the core skill. Every histogram question in a math class boils down to reading bin ranges, reading bar heights, combining them with addition or division, and describing the overall shape. Once those four moves feel automatic, you can interpret any histogram you encounter.