How to find the mode (and when it is useful)
By Jude Wallis · Updated
The mode is the value that appears most often. Tally how many times each value occurs and pick the largest count; in a histogram you report the modal class (the tallest bin) instead of a single value. A data set can have no mode, one mode, or several.
AP Statistics: Unit 1 (topics 1.7 Summary Statistics for One Quantitative Variable, 1.3 Tabular Representation and Summary Statistics for One Categorical Variable, 1.6 Descriptions for One Quantitative Variable Distributions). The Fall 2026 AP Statistics framework names the mean and the median as the two commonly used measures of center for a quantitative variable (1.7.A.1) and never uses the word mode, though it does use unimodal and bimodal for shape (1.6.A.3); the mode's real job on the exam is describing one categorical variable, where topic 1.3 works in counts, proportions, and relative frequencies.
How to find the mode
The mode is the value that occurs most often in a data set. Finding it is counting, not arithmetic, so there is no formula to memorize.
- Sort the values, or tally them, so identical values sit together.
- Count how many times each distinct value appears.
- The value with the largest count is the mode.
- If two or more values tie for the largest count, every one of them is a mode.
- If every value appears exactly once, the data set has no mode.
Sorting first is the part people skip, and it is where errors come from. In an unsorted list of 20 numbers it is easy to miscount a repeat, so write out the tally before you answer.
Finding the mode in a list
Take the number of bikes available at a share dock at 8 a.m. on 11 weekdays: 4, 7, 5, 7, 9, 7, 6, 5, 8, 7, 5. Sorted, that is 4, 5, 5, 5, 6, 7, 7, 7, 7, 8, 9.
Now the counts are easy to read: 4 appears once, 5 appears three times, 6 once, 7 four times, 8 once, and 9 once. Those counts add to , which matches the sample size, so nothing was dropped. The biggest count belongs to the value 7, which shows up four times, so the mode is 7 bikes.
That check on the counts is worth doing every time. If your tallies do not add up to , you have either missed a value or counted one twice.
Finding the mode in a frequency table
A frequency table has already done the counting for you. Scan the frequency column for the largest number, then read across to the category or value in that row.
| Hoodie color | Frequency | Relative frequency |
|---|---|---|
| Navy | 24 | 0.40 |
| Grey | 18 | 0.30 |
| Maroon | 12 | 0.20 |
| White | 6 | 0.10 |
The largest frequency is 24, so the mode is Navy. The mode is the color, not the number 24. Reporting 24 as the mode is the single most common error on frequency-table questions, and it is the same mistake as saying the tallest bar's height instead of what the bar stands for.
Relative frequencies point to the same answer, since dividing every count by the same total of does not change which row is largest. Here is the largest proportion, and Navy is again the mode. For the difference between the two columns, see frequency vs relative frequency.
Finding the mode in a histogram: report the modal class
A histogram groups values into bins, so the raw values are no longer visible. You cannot recover the single most frequent value from it. What you report instead is the modal class, the bin with the tallest bar.
So if the tallest bar covers 60 to 70 minutes, the correct answer is "the modal class is 60 to 70 minutes," not a single number. Naming a specific value inside that bin claims information the graph does not contain.
There is a further catch. Changing the bin widths changes the appearance of a histogram, and it can change which bin is tallest, so the modal class depends partly on how the graph was drawn. A dotplot avoids the issue by showing every value, which is why it is the better graph for reading modes in a small data set. Compare the options in dotplot vs histogram vs stemplot.
No mode, one mode, or several
Unlike the mean and the median, the mode is not guaranteed to exist or to be unique.
- No mode. In 3, 5, 8, 11, 14 every value appears once, so there is no mode. Saying "all of them are modes" is not the usual convention; say the data set has no mode.
- One mode. In 2, 4, 4, 4, 7, 9 the value 4 appears three times and everything else appears once, so the mode is 4.
- Two modes. In 1, 1, 5, 5, 8 both 1 and 5 appear twice, so both are modes.
Be careful with one piece of vocabulary here. A data set with two tied modal values is not automatically a bimodal distribution. Bimodal describes a graph with two prominent peaks separated by a dip, so 1, 1, 2, 2, 3 has two modes but only one hump. Two modes far apart with a gap between them is the case that really is bimodal, and what a bimodal distribution means covers what to do about it.
The mode is the only center that works for nominal categorical data
This is the reason the mode earns its place. You cannot average colors, brands, blood types, or bus routes, and none of them has a meaningful order you could use to find a middle. The mean needs arithmetic and the median needs an ordering, so both are undefined for a nominal categorical variable, one whose categories have no natural order.
Ordinal categorical variables are the exception worth knowing. Letter grades, Likert responses running from strongly disagree to strongly agree, and sizes small, medium, large all carry a genuine order, so you can sort the responses and report a median category, and researchers routinely do. The mean is still out, because the gaps between neighboring categories are not measured quantities.
Counting still works either way, though. The most frequent category is always well defined, so the mode is the only measure of center that survives. When a news story says the most common major at a university, or the most popular first name in a birth year, that is a mode doing work no other summary could do.
The AP course reaches the same information under different names. Its Unit 1 treatment of one categorical variable is built on frequency tables, relative frequencies, proportions, and percentages, and on bar graphs where the tallest bar shows the most common category. That tallest bar is the mode, whether or not the word appears. See qualitative vs quantitative data if you are unsure which type you are holding.
Why AP Statistics leans on the mean and the median instead
For quantitative data, the Fall 2026 framework names two commonly used measures of center: the mean and the median. The word mode does not appear in the course framework at all, though the related shape vocabulary, unimodal and bimodal, does.
There are good statistical reasons behind that choice.
- The mode ignores almost all of the data. It reports one count and throws away the rest, while the mean (read x-bar) uses every value.
- It is unstable. In the bike-dock list from earlier, changing the single 4 into a 5 makes 5 appear four times, tying 7, so the data set goes from one mode to two while the median stays at 7.
- It can sit far from the center. In 1, 1, 40, 50, 60 the mode is 1, which describes the low end rather than the middle.
- Nothing later depends on it. The standard deviation, z-scores, confidence intervals, and every test in Units 3 through 5 are built on means and proportions, not modes.
So report the mode when the question asks for the most common value or when the variable is categorical. For quantitative data, use the median for skewed distributions and the mean for roughly symmetric ones, as mean vs median works through in detail. You can also look up the term in the mode glossary entry.
Common mistakes
- Reporting the frequency instead of the value. If Navy was bought 24 times, the mode is Navy, not 24.
- Reading a single value off a histogram. Report the modal class, the tallest bin's interval.
- Calling a data set bimodal because two values tie. Bimodal describes two prominent peaks in the graph, not a tie in the counts.
- Answering "no mode" when there is a tie. Ties mean several modes; no mode means every value appears exactly once.
- Forgetting to sort or tally, then miscounting a repeat in a long list.
- Trying to find a mean or a median for a nominal categorical variable. Neither exists, so the mode is the answer you want. An ordinal variable does allow a median category.
A list with one mode
A bike-share dock records how many bikes are available at 8 a.m. on 11 weekdays: 4, 7, 5, 7, 9, 7, 6, 5, 8, 7, 5. Find the mode, the median, and the mean, and say what each one tells you.
Sort the values: 4, 5, 5, 5, 6, 7, 7, 7, 7, 8, 9. There are values.
Tally the counts: 4 appears 1 time, 5 appears 3 times, 6 appears 1 time, 7 appears 4 times, 8 appears 1 time, 9 appears 1 time.
Check the tally: , which matches .
The largest count is 4 occurrences, and it belongs to the value 7, so the mode is 7 bikes. No other value ties it, so there is exactly one mode.
Median: with (odd), the median is the 6th value in the sorted list, which is 7 bikes.
Mean: the sum is , so bikes.
Compare: the mode and median agree at 7, while the mean sits a little lower at about 6.36 because the three 5s and the 4 pull it down.
Mode 7 bikes, median 7 bikes, mean about 6.36 bikes. The mode says 7 was the most frequent morning count, the median says 7 is the middle value once the counts are sorted, and the mean is the balance point, pulled slightly below 7 by the low values.
A list with two modes
A summer reading group of 10 students reports how many books each finished: 2, 2, 2, 3, 4, 7, 8, 8, 8, 9. Find the mode or modes, the median, and the mean, and describe the shape.
The list is already sorted: 2, 2, 2, 3, 4, 7, 8, 8, 8, 9, with values.
Tally: 2 appears 3 times, 3 appears 1 time, 4 appears 1 time, 7 appears 1 time, 8 appears 3 times, 9 appears 1 time.
Check: , which matches .
The largest count is 3, and two values tie for it, so there are two modes: 2 books and 8 books.
Median: with (even), average the 5th and 6th values, books.
Mean: the sum is , so books.
Look at where those centers fall: no student read 5 or 6 books, so both the mean (5.3) and the median (5.5) land in an empty gap.
Shape: the counts pile up near 2 and again near 8 with a dip between, so this distribution really is bimodal, and the two modes are the two peaks.
Two modes, 2 books and 8 books. The median is 5.5 books and the mean is 5.3 books, but nobody read 5 or 6 books, so neither center describes a real student. The group looks like two clusters, light readers and heavy readers, and is better described separately than with one number.
Frequently asked questions
Can a data set have more than one mode?
Yes. If two or more values tie for the highest count, all of them are modes. Two tied values does not by itself make the distribution bimodal, since bimodal describes two prominent peaks in the graph rather than a tie in the counts.
What if every value appears only once?
Then the data set has no mode. The usual convention is to say there is no mode rather than to call every value a mode, since a summary that names every observation summarizes nothing.
Can you find the mode of categorical data?
Yes, and for a nominal variable it is the only measure of center you can find. Averaging colors or brands is impossible and ordering them is arbitrary, so neither the mean nor the median exists there, while the most frequent category is always well defined. An ordinal variable such as a letter grade or a Likert response does have a real order, so a median category can be reported alongside the mode, though the mean still does not apply.
Is the mode ever the best measure of center for numbers?
Sometimes, when the question is genuinely about the most common outcome, such as the most frequent shoe size a store should stock. For describing a quantitative distribution, the mean and median use more of the data and are what the AP course asks for.
How do I find the mode from a histogram?
You report the modal class, the interval covered by the tallest bar, because a histogram hides the individual values inside each bin. Changing the bin width can change which bar is tallest, so use a dotplot when you need the exact modal value.