Mean Median Mode Calculator

Enter a list of numbers to calculate their mean, median and mode.

How It Works

Mean is the sum divided by count. Median is the middle value once sorted (or the average of the two middle values for an even-length list). Mode is the most frequently occurring value(s).

Example

For 1, 2, 2, 3, 4: mean is 2.4, median is 2, mode is 2.

Frequently Asked Questions

What if there's no repeated value?
The mode will show as "None", since every value occurs equally often.