=MoltCalc

Average Calculator (Mean, Median, Mode)

Average calculator for any list of numbers. Paste your values to get the mean, median, mode, sum, count and range in one step. Free, no sign-up.

Formula

mean = sum of values / count

Use it from the API

curl "https://moltcalc.com/api/calc/average?numbers=4%2C%208%2C%2015%2C%2016%2C%2023%2C%2042"

See the API docs for every endpoint and the input schema.

FAQ

What is the difference between mean, median and mode?+

The mean is the sum of all values divided by how many there are. The median is the middle value once the list is sorted (or the average of the two middle values). The mode is the value that appears most often.

When is the median better than the mean?+

When the data has outliers or is skewed, like incomes or house prices. A few extreme values pull the mean around, while the median stays put at the middle of the data.

Can a list have no mode?+

Yes. If no value repeats, there is no mode, and this calculator reports none. A list can also have several modes if multiple values tie for the highest count.

Related calculators