What Is a Frequency Histogram? Definition & Uses

A frequency histogram is a chart that shows how often values fall within specific ranges. It uses rectangular bars plotted along a number line, where each bar’s height represents the count of data points in that range. If you’ve ever seen a bell curve drawn over a set of bars, you’ve seen a histogram in action.

What makes a frequency histogram useful is that it turns a pile of raw numbers into a visual shape you can instantly read. Instead of scanning through hundreds or thousands of individual measurements, you see the overall pattern: where values cluster, how spread out they are, and whether the data leans toward one end.

How a Frequency Histogram Works

A frequency histogram has two axes. The horizontal axis represents the variable being measured, divided into consecutive ranges called bins (or class intervals). The vertical axis shows the frequency, meaning how many data points land in each bin. Each bar covers one bin, and the bar’s height tells you the count.

For example, imagine you recorded the ages of 200 people visiting a clinic in one week. Rather than listing all 200 ages, you could group them into bins: 0 to 9, 10 to 19, 20 to 29, and so on. If 45 people fell in the 30 to 39 range, that bin’s bar would reach 45 on the vertical axis. The result is a quick picture of which age groups visit most often.

One important visual detail: the bars in a histogram touch each other. There are no gaps between them. This signals that the data is continuous, flowing from one range to the next along the number line.

Frequency vs. Relative Frequency

A standard frequency histogram shows raw counts on the vertical axis. If 12 values fall in a bin, the bar reaches 12. A relative frequency histogram instead shows each bin as a proportion or percentage of the total. That same bin with 12 values out of 100 total would show 12% (or 0.12) on the vertical axis.

Both versions produce the same shape. The difference matters when you’re comparing two datasets of different sizes. If one sample has 500 observations and another has 2,000, their raw frequency bars aren’t directly comparable. Converting to relative frequencies puts both on the same scale so you can see whether their distributions actually differ.

Histograms vs. Bar Charts

Histograms and bar charts look similar but represent fundamentally different types of data. A histogram displays numerical, continuous data grouped into ranges. A bar chart displays categories, like countries, product types, or survey responses.

The visual cue is spacing. Histogram bars touch because the ranges are consecutive along a number line. Bar chart bars have gaps between them (typically 30% to 40% of the bar width) because the categories are distinct and have no inherent order. Swapping the order of bars on a bar chart is perfectly fine. Rearranging the bars on a histogram would destroy its meaning.

How to Build One

Constructing a frequency histogram follows a logical sequence, whether you’re doing it by hand or setting up software.

First, find the range of your data by subtracting the smallest value from the largest. Next, decide how many bins to use. A common guideline called Sturges’ rule suggests using roughly 1 + 3.3 × log₁₀(N) bins, where N is the number of data points. For 1,000 observations, that works out to about 11 bins. This is a starting point, not a rigid rule.

Then divide the range by the number of bins to get the bin width. Round this to a convenient number. If your data has one decimal place, your bin width should too. Finally, count how many data points fall into each bin, draw your axes, and plot the bars. The American Society for Quality recommends collecting at least 50 data points before building a histogram, since smaller samples tend to produce shapes that are misleading.

Choosing the Right Bin Width

Bin width is the single biggest decision when making a histogram, and getting it wrong can hide patterns or create fake ones. Too few bins (wide bars) smooth out important details. Too many bins (narrow bars) produce a jagged, noisy chart where no clear pattern emerges.

Beyond Sturges’ rule, there are data-driven approaches. The Freedman-Diaconis rule sets bin width based on the interquartile range (the spread of the middle 50% of your data) and the number of observations. This method handles skewed data better because it relies on a measure of spread that isn’t thrown off by extreme values. Most statistical software offers these options automatically, so you can try several and see which reveals the clearest pattern.

Reading the Shape

Once a histogram is built, its overall shape tells you a lot about the data without any calculations.

A symmetric histogram looks like a mirror image split down the middle. The classic bell curve is the most familiar example: values cluster around the center, and the tails on both sides are roughly equal. Many natural measurements follow this pattern, like adult heights or blood pressure readings in a healthy population.

A right-skewed histogram has a long tail stretching to the right. Most values pile up on the left (lower end), with a few much larger values pulling the tail out. Income data is a textbook example: most people earn within a moderate range, but a small number of very high earners extend the right tail far out. A left-skewed histogram is the reverse, with the tail on the left side. Age at retirement in a large company might look this way, with most people retiring around 60 to 65 but a smaller group retiring much earlier.

Modality describes how many peaks a histogram has. A unimodal histogram has one clear peak. A bimodal histogram has two distinct peaks, which often suggests that two different groups are mixed together in the data. If you plotted the heights of a combined group of adult men and women, you might see two humps reflecting the different average heights of each group.

Practical Uses

Frequency histograms show up anywhere people work with numerical data and need to understand its distribution quickly. In healthcare, researchers have used histograms to benchmark hospital lengths of stay, revealing not just the average stay but the full spread, including outliers. A study comparing hospitals in Syracuse, New York found that simple averages masked the real story: a large group of outlier patients with unusually long stays was driving up the overall numbers. The histogram made that visible in a way a single average never could.

In manufacturing, histograms help quality control teams spot when a process is drifting out of specification. If the histogram shifts to one side or develops an unexpected second peak, something in production has changed. In education, test score histograms show teachers whether most students clustered around a passing grade, spread evenly across the range, or split into two groups suggesting a gap in understanding.

The core value is always the same: a frequency histogram compresses a large set of numbers into a shape, and that shape carries meaning you can act on. A lopsided distribution, an unexpected peak, or an unusually wide spread each points to something worth investigating further.