What is an Average?

An average is a single value that represents the "center" or "typical" value of a dataset. It helps summarize large amounts of data into one meaningful number.

There are three main types of averages, each with different uses:

  • Mean: The sum of all values divided by the count
  • Median: The middle value when data is sorted
  • Mode: The most frequently occurring value

Quick Tip

When someone says "average" without specifying, they usually mean the mean. But in statistics, choosing the right type matters!

Mean (Arithmetic Average)

The mean is the most common type of average. It's calculated by adding all values and dividing by the number of values.

Mean = (Sum of all values) ÷ (Number of values)

Σx = Sum of all values

n = Count of values

Step-by-Step Example

Test Scores: 85, 92, 78, 90, 88

Step 1: Add all values: 85 + 92 + 78 + 90 + 88 = 433
Step 2: Count values: n = 5
Step 3: Divide: 433 ÷ 5 = 86.6

Watch out: The mean is sensitive to extreme values (outliers). A single very high or low number can skew the result significantly.

Median (Middle Value)

The median is the middle value when all numbers are arranged in order. It's less affected by extreme values than the mean.

How to Find the Median

  1. Sort all values from smallest to largest
  2. If odd count: pick the middle value
  3. If even count: average the two middle values

Examples

Odd Count: 3, 7, 9, 12, 15

Sorted: 3, 7, 9, 12, 15
Median = 9 (the middle value)

Even Count: 4, 8, 10, 14

Sorted: 4, 8, 10, 14
Two middle values: 8 and 10
Median = (8 + 10) ÷ 2 = 9

Mode (Most Frequent Value)

The mode is the value that appears most frequently in a dataset. A dataset can have one mode, multiple modes, or no mode at all.

Types of Mode

  • Unimodal: One mode (e.g., 2, 4, 4, 6 → mode = 4)
  • Bimodal: Two modes (e.g., 1, 2, 2, 3, 5, 5 → modes = 2 and 5)
  • No mode: All values appear equally (e.g., 1, 2, 3, 4)

Product Sizes Sold: S, M, M, L, M, XL

Count: S=1, M=3, L=1, XL=1
Mode = M (appears 3 times, most frequent)

Mean vs Median vs Mode: When to Use Each

Type Best For Pros Cons
Mean Normal distributions, general summaries Uses all data; mathematically convenient Skewed by outliers
Median Skewed data, income/price data Resistant to outliers; represents "typical" Doesn't use all data values
Mode Categorical data, finding popular choices Works with non-numeric data; easy to understand May not exist or may be multiple

Real-World Example: Home Prices

In a neighborhood with mostly $300k homes but one $2M mansion:
Mean: ~$350k (skewed high by the mansion)
Median: ~$300k (better represents "typical" home)
Mode: $300k (most common price)

Real-World Examples

Example 1: Student Grades

Quiz Scores: 75, 82, 88, 90, 95

Mean: (75+82+88+90+95) ÷ 5 = 86
Median: Sorted: 75, 82, 88, 90, 95 → 88
Mode: No repeats → No mode

Example 2: Monthly Expenses

Expenses ($): 1200, 1150, 1300, 1150, 1400

Mean: (1200+1150+1300+1150+1400) ÷ 5 = $1,240
Median: Sorted: 1150, 1150, 1200, 1300, 1400 → $1,200
Mode: 1150 appears twice → $1,150

Example 3: Survey Responses

Favorite Color: Blue, Red, Blue, Green, Blue

Mean: Not applicable (categorical data)
Median: Not applicable (categorical data)
Mode: Blue appears 3 times → Blue

Key Takeaways

Remember These Points

  • Mean = Sum ÷ Count; best for normal data without outliers
  • Median = Middle value; best for skewed data or when outliers exist
  • Mode = Most frequent; best for categorical or discrete data
  • Always consider your data type and distribution before choosing an average
  • Use our Average Calculator to compute all three instantly

Frequently Asked Questions

Q: Which average should I use for my data?

• Use mean for symmetric data without extreme values
• Use median for skewed data or when outliers exist
• Use mode for categorical data or to find the most common value

Q: Can a dataset have more than one mode?

Yes! A dataset with two modes is called bimodal, and with more than two it's multimodal. If all values appear equally, there is no mode.

Q: Why is the median better for income data?

Income data is often skewed by very high earners. The median represents the "typical" person better than the mean, which gets pulled upward by extreme values.

Q: How do I calculate a weighted average?

Multiply each value by its weight, sum those products, then divide by the sum of weights:
Weighted Mean = Σ(value × weight) ÷ Σ(weights)

Calculate Averages Instantly

Enter your numbers to get mean, median, mode, and more — with step-by-step breakdowns.

Try the Average Calculator

Continue Learning

Percentage Basics

Master percentages for everyday calculations.

How Loan Interest Works

Understand interest rates and amortization.

All Calculators

Explore our full library of free math tools.