What is Mode in Maths? Definition, Formula, and Examples

#Math Terms
TL;DR
Mode is the value that appears most often in a dataset - 7 is the mode of 4, 7, 7, 9, 12. Unlike mean and median, mode also works on non-numerical data like colors, blood types, or favorite subjects.
BT
Bhanzu TeamLast updated on April 27, 20267 min read
what is mode in maths

What is Mode in Maths?

The mode in maths is the value that appears most often in a data set. In a list of test scores, the mode is the score the most students got. In a survey of favourite colours, the mode is the colour chosen by the most people.

Mode is one of the three main measures of central tendency, along with mean and median. Unlike mean and median, mode can be applied to non-numeric data β€” a useful property when the data set contains categories rather than numbers.

Mode Formula

The mode formula depends on whether the data is grouped or ungrouped.

For ungrouped data:

Mode = the value with the highest frequency

For grouped data:

Mode = l + [(f₁ βˆ’ fβ‚€) / (2f₁ βˆ’ fβ‚€ βˆ’ fβ‚‚)] Γ— h

The grouped data formula is used when the data is organised into class intervals rather than individual values. It estimates the mode within the most frequent class, called the modal class.

Variable Key for the Grouped Data Formula

Variable

Meaning

l

Lower limit of the modal class

h

Size (width) of the class interval

f₁

Frequency of the modal class

fβ‚€

Frequency of the class before the modal class

fβ‚‚

Frequency of the class after the modal class

How to Find the Mode: Step-by-Step

For Ungrouped Data

  1. Arrange the data in ascending or descending order. This is optional but makes counting easier for larger sets.

  2. Count how many times each value appears.

  3. The value with the highest count is the mode.

For Grouped Data

  1. Identify the modal class β€” the class interval with the highest frequency.

  2. Note the frequency of the modal class (f₁), the class before it (fβ‚€), and the class after it (fβ‚‚).

  3. Note the lower limit (l) and the class width (h) of the modal class.

  4. Substitute the values into the formula: Mode = l + [(f₁ βˆ’ fβ‚€) / (2f₁ βˆ’ fβ‚€ βˆ’ fβ‚‚)] Γ— h.

  5. Simplify to get the mode.

Worked Examples of Mode in Maths

Example 1 - Ungrouped Numeric Data

Find the mode of: 4, 6, 8, 6, 7, 6, 9, 8, 6

Count the frequency of each value:

  • 4 appears 1 time

  • 6 appears 4 times

  • 7 appears 1 time

  • 8 appears 2 times

  • 9 appears 1 time

The value with the highest frequency is 6.

Answer: Mode = 6

Example 2 - Categorical Data

A class survey on favourite colours gave the following responses: red, blue, blue, green, blue, red, yellow.

Count the frequency of each colour:

  • red: 2

  • blue: 3

  • green: 1

  • yellow: 1

The colour with the highest frequency is blue.

Answer: Mode = blue

This example shows that mode works for non-numeric data, while mean and median do not.

Example 3 - Grouped Data Using the Formula

Find the mode for the following grouped frequency distribution:

Class Interval

Frequency

0–10

5

10–20

8

20–30

15

30–40

10

40–50

4

Step 1: The class with the highest frequency (15) is 20–30. So the modal class is 20–30.

Step 2: Identify values:

  • l = 20 (lower limit of modal class)

  • h = 10 (class width)

  • f₁ = 15 (frequency of modal class)

  • fβ‚€ = 8 (frequency of class before)

  • fβ‚‚ = 10 (frequency of class after)

Step 3: Substitute into the formula:

Mode = 20 + [(15 βˆ’ 8) / (2 Γ— 15 βˆ’ 8 βˆ’ 10)] Γ— 10 Mode = 20 + [7 / (30 βˆ’ 18)] Γ— 10 Mode = 20 + [7 / 12] Γ— 10 Mode = 20 + 5.83

Answer: Mode β‰ˆ 25.83

Types of Mode

A data set can have one mode, more than one mode, or no mode at all. The terms below describe each case.

Type

Definition

Example

Unimodal

One value with the highest frequency

{2, 3, 3, 5, 7} β†’ Mode = 3

Bimodal

Two values share the highest frequency

{1, 2, 2, 3, 4, 4, 5} β†’ Modes = 2 and 4

Trimodal

Three values share the highest frequency

{5, 5, 7, 7, 9, 9, 1} β†’ Modes = 5, 7, 9

Multimodal

Four or more values share the highest frequency

A set with four or more values tied at the highest frequency

No Mode

Every value appears with the same frequency

{3, 5, 7, 9} β†’ No mode

Mode vs Mean vs Median

Mean, median, and mode are the three main measures of central tendency. Each describes the centre of a data set differently.

Measure

What It Is

When It's Useful

Mean

Sum of values Γ· count

Symmetric numeric data with no outliers

Median

Middle value when sorted

Skewed data or when outliers are present

Mode

Most frequent value

Categorical data or when repetition matters

When the actual mode is hard to compute β€” for example, when only summary statistics are available β€” there's an empirical relation that estimates it:

Mode β‰ˆ 3 Γ— Median βˆ’ 2 Γ— Mean

This formula was proposed by Karl Pearson and applies to moderately skewed unimodal distributions. It's an estimate, not an exact value.

When to Use Mode

Mode is the Best Choice When:

  • The data is categorical (colours, brand names, sizes).

  • You need to identify the most common item or response.

  • The data has a clear repetition pattern.

  • Outliers are present, and the mean would be misleading.

Mode May Not Be Useful When:

  • Every value appears only once (no mode exists).

  • The data is continuous and spread evenly.

  • A single representative value for symmetric data is needed β€” the mean is better.

Term

Meaning

How It Relates

Modal value

The value of the mode

Same as the mode for ungrouped data

Modal class

The class interval with the highest frequency in grouped data

Used to estimate mode for grouped data

Frequency

How many times a value appears

The count that determines the mode

Frequency distribution

A table showing values and their frequencies

The standard format for finding mode

Central tendency

A measure of the centre of a data set

Mode is one of three (with mean and median)

Unimodal

A data set with exactly one mode

The most common case

Bimodal

A data set with two modes

A type of multimodal distribution

Multimodal

A data set with two or more modes

Includes bimodal and trimodal

Common Mistakes When Finding the Mode

  • Confusing mode with median or mean. Mode is the most frequent value; median is the middle value; mean is the average.

  • Assuming a data set must have a mode. If every value appears once, there is no mode.

  • For grouped data, identifying the modal class but forgetting to apply the full formula. The modal class is the class interval β€” not the mode itself.

  • Skipping the step of arranging data, especially in larger ungrouped sets. Repeats get missed when the data is unsorted.

  • Using the frequency of the modal class (f₁) instead of the lower limit (l) when substituting into the grouped data formula.

Quick Recap

Mode is the value that appears most frequently in a data set. For ungrouped data, the mode is the value with the highest count. For grouped data, the mode is estimated using the formula Mode = l + [(f₁ βˆ’ fβ‚€) / (2f₁ βˆ’ fβ‚€ βˆ’ fβ‚‚)] Γ— h. A data set may have one mode, multiple modes, or no mode at all.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is mode in maths in simple words?
Mode is the value that appears most often in a data set. If you list test scores and one score appears more than any other, that score is the mode.
Can a data set have more than one mode?
Yes. If two values share the highest frequency, the data is bimodal. If three or more share the highest frequency, the data is multimodal. For example, in {1, 2, 2, 3, 4, 4, 5}, both 2 and 4 are modes.
What is the mode formula for grouped data?
Mode = l + [(f₁ βˆ’ fβ‚€) / (2f₁ βˆ’ fβ‚€ βˆ’ fβ‚‚)] Γ— h, where l is the lower limit of the modal class, h is the class width, f₁ is the frequency of the modal class, fβ‚€ is the frequency of the class before, and fβ‚‚ is the frequency of the class after.
What does it mean if there is no mode?
It means every value in the data set appears the same number of times - usually just once each - so no value occurs more frequently than any other.
When should I use mode instead of mean or median?
Use mode when the data is categorical (like colours or brands), when you want to find the most common response in a survey, or when outliers would distort the mean. Mode is the only measure of central tendency that works for non-numeric data.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now β†’