Average Calculator

Mean, median, mode, range, sum and count for any list of numbers.

Frequently asked questions

What is the difference between mean, median and mode?

Mean is the sum divided by the count (the everyday 'average'). Median is the middle value when the numbers are sorted (robust against outliers). Mode is the value that appears most often. This tool shows all three at once.

How do I enter my numbers?

Paste or type them separated by spaces, commas, or new lines. The calculator extracts every number automatically and ignores other characters, so messy pasted data still works.

Does it handle decimals and negative numbers?

Yes, both. Decimals like 3.14 and negatives like -7 are parsed correctly.