Mode in Statistics

Last Updated : 21 Nov, 2025

The mode is the value that appears most frequently in a data set. To determine the mode, count how frequently each number appears. Mode can be calculated for both numerical and categorical data. It is symbolised as Z or M0.

A data set can have:

  • One mode → Unimodal
  • More than one mode → Bimodal / Multimodal
  • No mode → when no value repeats

Example: In the given set of data of balloons: 1, 2, 2, 3, 3, 3, 4, 4, the mode of the data set is 3 since it has appeared in the set three times.

mode_of_balloon

Types of Mode in Statistics

Depending upon the number of modal solutions, mode is classified into the following categories:

TypeDefinitionExample Data SetModes
UnimodalWhen there is only one and only one mode in a dataset.Set X = {1, 2, 2, 3, 6, 7, 7, 7, 8, 9}Only 7
BimodalWhen there are two modes in the given data set.Set A = {1, 1, 1, 3, 4, 4, 6, 6, 6}1 and 6
TrimodalWhen there are three modes in the given data set.Set A = {2, 2, 2, 3, 4, 4, 6, 6, 6, 7, 9, 9, 9}2, 6, and 9
MultimodalWhen there are four or more modes in the given data set.Set A = {1, 1, 1, 3, 4, 4, 6, 6, 6, 7, 9, 9, 9, 11, 11, 11}1, 6, 9, and 11

Mode for Ungrouped Data

In case of ungrouped data we can simply find the mode by finding the most frequent observation.

Example : For this data 8, 7, 8, 6, 7, 7, 10, 8, 9, 7, 8, 8, 8, 7, 7, 7, 9, 8, 7, 7, 10, 7, 8, 8, 7, 8, 7, 8, 8, 8, 6, 7 the mode for this data is 8 as it is the most frequent value.

How to Calculate Mode of Ungrouped Data

To find the mode of ungrouped data:

  1. Arrange the data in ascending or descending order.
  2. Identify the value(s) that occur most frequently.
  3. The value with the highest frequency is the mode.
  4. If multiple values share the highest frequency, the data is multimodal.

Example: Find the mode in the given set of data: 4, 6, 8, 16, 22, 24, 41, 24, 42, 24, 15, 13, 61, 24, 29.

Solution:

Arrange the given set of data in ascending order, 4, 7, 8, 13, 15, 16, 22, 24, 24, 24, 24, 29, 41, 42, 61. The mode of the data set is 24 as it appeared in the given most.

Example : Imagine a shoe store that tracks the sizes of shoes sold over a month. The sizes are recorded as: 6, 7, 8, 7, 9, 7, 8, 8, 7, 6, 7, 8, 8, 7, 8, 8, 9, 8, 7, 8, 6, 7, 7, 10, 8, 9, 7, 8, 8, 8, 7, 7, 7, 9, 8, 7, 7, 10, 7, 8, 8, 7, 8, 7, 8, 8, 8, 6, 7, 9, 8, 7, 6, 8, 8, 7, 7, 9, 8, 10, 7, 7, 7, 8, 8, 7, 7, 6, 8, 8, 9, 7, 7, 8, 10

Solution:,

  • Size 6: 6 times
  • Size 7: 26 times
  • Size 8: 27 times
  • Size 9: 8 times
  • Size 10: 4 times

Here, the most frequently sold shoe size is 8, which occurs 27 times. Therefore, the mode of this data set is 8.

Mode for Grouped Data

The mode for grouped data is calculated by using the formula :

\text{Mode} = L + \left( \frac{f_1 - f_0}{2f_1 - f_0 - f_2} \right) \times h

Where,

  • L is the lower boundary of the modal class
  • h is the size of the class interval,
  • f1 is the frequency of the modal class,
  • f0 is the frequency of the class preceding the modal class, and
  • f2 is the frequency of the class succeeding the modal class.

How to Calculate Mode of Grouped Data

For grouped data, calculation of mode just by simple observation of frequency is not possible. To determine the mode of data in such cases we calculate the modal class and the Mode lies inside the modal class.

The modal class refers to the class interval (or group) in a frequency distribution or groped data that has the highest frequency. In other words, it’s the class with the most data points.

Example : In a frequency distribution of students' scores on a test, grouped into class intervals:

Score Range (Class Interval)Number of Students (Frequency)
0 - 102
11 - 205
21 - 3012
31 - 4018
41 - 507
51 - 603

In this example, the class interval 31 - 40 has the highest frequency, with 18 students scoring within this range.

Therefore, 31 - 40 is the modal class.

Steps to Calculate Mode (Grouped Data)

  1. Create a frequency table with class intervals and their frequencies (if not provided).
  2. Identify the modal class.
  3. Note the values i.e., L , f1, f0, f2, and h.
  4. Apply the formula: \text{Mode} = L + \left( \frac{f_1 - f_0}{2f_1 - f_0 - f_2} \right) \times h
  5. Calculate and round the result as appropriate to the data context.

Example : Calculate the mode of the following data:

Class Interval

10 - 20

20 - 30

30 - 40

40 - 50

50 - 60

Frequency

5

8

12

9

6

Solution: To find the mode, we need to identify the class interval with the highest frequency. In this case, the class interval with the highest frequency is 30-40, which has a frequency of 12.

Modal class is 30-40

Lower limit of the modal class (l) = 30
Size of the class interval (h) = 10
Frequency of the modal class (f1) = 12
Frequency of the class preceding the modal class (f0) = 8
Frequency of the class succeeding the modal class (f2)= 9

Using these values in the formula 

Mode = l + [(f1 - f0) / (2f1 - f0 - f2)]×h
⇒ Mode = 30 + [(12 - 8)/(2×12 - 8 - 9)] × 10
⇒ Mode = 30 + (4/7) × 10
⇒ Mode = 30 +40/7
⇒ Mode ≈ 30 + 5.71 = 35.71

So, the mode for this set of data is approximately 35.71.

Mean vs Median vs Mode

The relationship between Mean, Median, and Mode is given by the formula :

Mode = 3 Median – 2 Mean

The key differences between mean, median, and mode are tabulated below :

Definition

Calculation

Use

The average value of a set of numbers.Sum of all numbers divided by the total number of numbers.Provides a measure of central tendency
 that is sensitive to extreme values.
The middle value in a set of 
numbers when they are 
ordered from smallest to largest (or largest to smallest)
Arrange the numbers in order and find the middle number.Provides a measure of central tendency that is not affected by extreme values.
The most common value in a set of numbersIdentify the value that appears most frequently in the data set.Provides a measure of central 
tendency that is useful for identifying the typical or most frequent value in a data set.

Points to Remember

  1. Mean, median, and mode can be equal in some datasets.
  2. Mode is easier to find when data is sorted.
  3. For ungrouped data, mode is found by observation.
  4. For grouped data, mode is calculated using a formula.
  5. Mode is useful for analyzing categorical data.

Merits of Mode

  1. Represents the most frequent value in the dataset.
  2. Not affected by extreme or outlier values.
  3. Can be determined graphically.
  4. Suitable for open-ended class intervals.
  5. Simple and quick to compute, especially in ungrouped data.

Demerits of Mode

  1. May be undefined in case of multiple modes (bimodal or multimodal).
  2. Ignores values other than the most frequent.
  3. Affected by sampling fluctuations.
  4. No algebraic properties, unlike the mean.
  5. May be ill-defined in small or irregular datasets.

Also Check:

Solved Examples on Mode in Statistics

Example 1: Find the mode in the given set of data: 3, 6, 7, 15, 21, 23, 40, 23, 41, 23, 14, 12, 60, 23, 28.
Solution:

First arrange the given set of data in ascending order: 
3, 6, 7, 12, 14, 15, 21, 23, 23, 23, 23, 28, 40, 41, 60

Therefore, the mode of the data set is 23 since it has appeared in the set four times.

Example 2: Find the mode in the given set of data: 1, 3, 3, 3, 6, 6, 6, 4, 4, 10.
Solution:

First arrange the given set of data in ascending order: 
1, 3, 3, 3, 4, 4, 6, 6, 6, 10

Therefore, the mode of the data set is 3 and 6, because both 3 and 6 is repeated three times in the given set.

Example 3: For a class of 40 students marks obtained by them in math out of 50 are given below in the table. Find the mode of data given.

Marks Obtained

Number of Students

20-30

7

30-40

23

40-50

10

Solution:

Maximum Class Frequency = 23 
Class Interval corresponding to maximum frequency = 30-40
Modal class is 30-40

Lower limit of the modal class (l) = 30
Size of the class interval (h) = 10
Frequency of the modal class (f1) = 23
Frequency of the class preceding the modal class (f0) = 7
Frequency of the class succeeding the modal class (f2)= 10

Using these values in the formula 
Mode = l + [(f1 - f0) / (2f1 - f0 - f2)]×h
⇒ Mode = 30 + [(23-7) / (2×23 - 7- 10)]×10
⇒ Mode = 35.51

Thus, mode of the dataset is 35.51

Practice Questions on Mode

Question 1 : Find the mode of the following dataset: 5, 8, 12, 8, 15, 8, 20, 12, 8, 25, 12, 8

Question 2 : A coffee shop records the number of cups of coffee sold per hour over a day: 15, 22, 18, 22, 20, 22, 19, 18, 22, 15, 20, 22, 18, 22, 20, 22. Find the mode and identify what type of mode this dataset represents (unimodal, bimodal, trimodal, or multimodal).

Question 3 : Calculate the mode for the following frequency distribution:

Class Interval

Frequency

0-10

4

10-20

9

20-30

16

30-40

12

40-50

5

Question 4 : A dataset has a mean of 50 and a median of 48. Using the relationship Mode = 3 Median – 2 Mean, calculate the mode of this dataset.

Comment

Explore