"Average" usually means the mean, but there are three standard measures of the centre of a data set and they often differ. The mean is the sum divided by the count; the median is the middle value when the data is sorted; the mode is the value that appears most often. Comparing them is revealing — when the mean sits well above the median, the data is skewed by large outliers. This calculator reports all three, plus the count, sum, range, minimum and maximum.
Reviewed: June 20, 2026 · Author: Naveen P N, Founder — AI Calculator · Verified against: standard definitions of central tendency.
The average equations
The mean is the balance point of the data and uses every value, which makes it precise but sensitive to extremes. The median depends only on order, so a single huge value cannot drag it far — that robustness is why incomes and house prices are usually reported as medians. The mode is the only measure that works for non-numeric categories (the most common colour, size, or response), and a data set may have one mode, several, or none at all.
Worked example — five numbers
Scenario: the data set 5, 7, 7, 9, 12.
The mean is 8, the median is 7 and the mode is 7. The sum is 40 across 5 values, the range is 12 − 5 = 7, the minimum is 5 and the maximum is 12. Notice the mean (8) is slightly above the median (7): the value 12 nudges the mean upward, a small hint of right-skew. With clean, near-symmetric data like this the three measures stay close; on skewed data they separate, and that gap is exactly the information you want when summarising a data set honestly.
Frequently Asked Questions
Mean = average, median = middle, mode = most frequent. 5,7,7,9,12 → 8, 7, 7.
Sum ÷ count. 5+7+7+9+12 = 40, ÷ 5 = 8. It uses every value, so outliers move it.
Average the two middle values. 4, 8, 15, 16 → (8 + 15) ÷ 2 = 11.5.
All unique → no mode. Ties for most frequent → multimodal. We list every top value.
Median for skewed data with outliers (income, prices); mean for symmetric data.