calculatorkong

Average Calculator

Mean (arithmetic average)

Median

Mode

Range

Sum

Count

The three averages
mean = Σx ⁄ n · median = middle of sorted list · mode = most frequent value

"Average" is three different questions wearing one word. The mean asks where the balance point is, the median asks what's typical, and the mode asks what's common — and on messy real-world data they can disagree loudly.

Mean: the balance point

Sum everything, divide by the count. The mean of 12, 15, 9, 22, 15, 18 is 91 ÷ 6 ≈ 15.17. It uses every value, which is its power and its weakness: a single extreme drags it hard. That sensitivity is why "average income" statistics can mislead.

Median: the outlier-proof middle

Sort the list and take the center (or the mean of the two center values). Add a billionaire to a room of nine ordinary earners: the mean income jumps by nine figures; the median barely blinks. The calculator flags when your mean and median diverge by more than 10% — the signature of skewed data, where the median is usually the honest summary.

Mode and range: quick texture

The mode is the crowd favorite — 15 in the example above, appearing twice. Lists can be multimodal or have no mode at all. Range (max − min) sketches the spread in one subtraction; for spread that weighs every point, graduate to the standard deviation calculator.

Paste-anything input

Numbers can arrive comma-, space-, semicolon- or newline-separated — straight from a spreadsheet column. Anything unparseable is counted and named, never silently dropped, so a stray header word can't quietly corrupt your average. Weighted averages, where values matter unequally, live in the weighted grade calculator.

All computation is local to your browser.

Frequently Asked Questions

How do I calculate the mean? +

Add all the values and divide by how many there are: the mean of 4, 8, 6 is 18 ÷ 3 = 6. It is what most people mean by “the average.”

What is the median and when is it better? +

The middle value once the list is sorted (or the mean of the two middle values for even counts). It resists outliers — one billionaire in the room drags the mean wildly but barely moves the median.

What is the mode? +

The most frequent value. A list can have one mode, several (multimodal), or none if every value appears once. It is the only average that works for non-numeric categories too.

What is the range? +

Largest minus smallest — a quick read on spread. For a fuller picture of variability, standard deviation weighs every value, not just the two extremes.

Can I paste values with commas or line breaks? +

Yes — numbers can be separated by spaces, commas, semicolons or new lines. Anything that is not a number is reported, not silently dropped.

Why do mean and median differ so much sometimes? +

Skewed data. Incomes, house prices and wait times pile up on one side with a long tail on the other; the tail pulls the mean toward it while the median stays with the crowd — which is why income statistics quote medians.

Powered by Calculator Kong ↗

Related Calculators