Calculate Average: Mean, Median and Mode Explained Clearly

tutorials

The word "average" sounds simple – but there are three different types, and they can give very different values. The arithmetic mean is well known but vulnerable to outliers. The median splits the data in the middle and is more robust. The mode shows the most frequent value. Our calculator computes all three at once.

Step by Step: How to Use the Average Calculator

  1. Enter the data set: Type your values separated by commas, for example 12, 15, 15, 18, 22, 100.
  2. Mean: Sum of all values ÷ count = (12+15+15+18+22+100)/6 = 30.33.
  3. Median: Sort the values: [12, 15, 15, 18, 22, 100]. With 6 values: average of the 3rd and 4th = (15+18)/2 = 16.5.
  4. Mode: Most frequent value = 15 (appears twice).
  5. Which value to use? The calculator recommends the most meaningful measure depending on the distribution of your data.

Practical Examples

Salaries in a team: 5 employees earn [2,500, 2,800, 3,000, 3,200, 12,000] €. Mean: 4,700 € (misleading!). Median: 3,000 € (more realistic). The outlier salary distorts the mean significantly.

Exam grades in a class: [1, 2, 2, 3, 3, 3, 4, 4, 5]. Mean: 3.0. Median: 3. Mode: 3. All three agree here – well normally distributed data.

Shoe sales by size: The most frequently sold size is 42 → Mode = 42. This is what matters for stock management, not the mean.

Three Types of Average

  • Arithmetic mean: Sum ÷ count – vulnerable to outliers
  • Median: Middle value of the sorted set – robust against outliers
  • Mode: Most frequent value – for categorical or discrete data

Frequently Asked Questions (FAQ)

When is the median better than the mean?
When distributions are skewed or contain outliers. Examples: salaries, property prices, reaction times. The median stays stable even when one value is extremely high or low. The mean is strongly affected by outliers.

What is the difference between median and central value?
Both terms refer to the same measure: the middle value in a sorted data set. With an even number of values, the average of the two middle values is taken.

What is a weighted average?
In a weighted average, values contribute different amounts. Example: Grade 1 in a major exam (weight 2) and grade 2 in a short test (weight 1): weighted average = (1×2 + 2×1) / (2+1) = 1.33.