How to Find the Mode

Finds the value that appears most often in a data set. When several values tie, the smallest is returned. A count of 1 means every value appears just once.

The mode is simply the value that appears most often in a data set.

Unlike the mean and the median, it involves no adding and no sorting. You only have to count.

Example

Take the data 3, 5, 5, 7, 8, 5, 3. Counting each value gives:

The most frequent value is 5, so the mode is 5, with a count of 3.

Watch out

The mode has quirks the other averages do not.

Its strength is that it works on data that is not numeric at all, like colours or blood types. There the mean and the median cannot even be defined, and the mode is the only average available.