📊 Average Calculator

Calculate the mean, median, mode and range of any list of numbers instantly.

Enter a list of numbers

Mean vs Median vs Mode

Mean (average): Sum of all values divided by the count. Most commonly used but sensitive to outliers.

Median: The middle value when numbers are sorted. Better for skewed data (e.g. salaries where a few very high values distort the mean).

Mode: The value that appears most frequently. Useful for categorical data and finding the most common value.