All calculators

Education

Average Calculator

Last updated: May 31, 2026

Written by Blake Boege

An average calculator is a statistical tool that computes the arithmetic mean of a dataset by summing all the numerical values and dividing by the total count of numbers. The arithmetic mean is a fundamental measure of central tendency used to summarize continuous data. It is widely applied in mathematics, data analysis, finance, and everyday situations to find a representative middle value of a group.

Calculate the arithmetic mean, median, mode, range, and weighted average of any list of numbers.

Quick Answer

Find the average (arithmetic mean) of any set of numbers. Simply enter your numbers separated by commas to calculate the mean, sum, and count.

Calculator mode

Separate numbers by comma, space, or new line.

Average results

Arithmetic Mean (Average)

15

Count: 5 · Sum: 75

Arithmetic Mean15
Median15
ModeNo mode
Range20
Minimum5
Maximum25
Sum75
Count5
Was this helpful?

How it works

Paste or type a list of numbers separated by spaces, commas, or new lines. We instantly parse the numbers and calculate the mean, median, mode, and range.

Mean · sum of values ÷ count of values

How to calculate an average

The most common type of 'average' is the arithmetic mean — the sum of all values divided by the count.

FORMULA: Mean = (sum of all values) ÷ (count of values)

EXAMPLE: For the numbers 5, 10, 15, 20, 25:

  • Sum: 5 + 10 + 15 + 20 + 25 = 75
  • Count: 5
  • Mean: 75 ÷ 5 = 15

The calculator above does this instantly for any list of numbers you paste in. Just separate them with commas, spaces, or new lines.

Mean vs. median vs. mode

Different 'averages' answer different questions:

  • MEAN (arithmetic average): Sum divided by count. Most common. Best for evenly distributed data. Skewed by outliers (e.g., one billionaire pulls the 'average wealth' way up).
  • MEDIAN: The middle value when numbers are sorted. Half the data is above, half is below. Better than mean when outliers exist. Used for things like 'median household income' to avoid wealthy outliers distorting the picture.
  • MODE: The most frequently occurring value. Useful for categorical data ('most common shoe size') or when you want to find the typical value rather than a calculated one. A dataset can have no mode (all values unique) or multiple modes (multimodal).

EXAMPLE — Salaries: $40K, $45K, $50K, $50K, $55K, $200K

  • Mean: $73.3K (pulled up by the $200K outlier)
  • Median: $50K (the middle value, more representative)
  • Mode: $50K (appears twice)

The median tells you 'what a typical person earns' much better than the mean here.

Weighted average explained

A weighted average gives different importance to different values. Used when some numbers count more than others.

FORMULA: Weighted Mean = Σ(value × weight) ÷ Σ(weights)

COMMON EXAMPLES:

GRADE CALCULATION: If your exams are worth 60% and homework is worth 40%:

  • Exam score: 80 × 0.60 = 48
  • Homework score: 95 × 0.40 = 38
  • Weighted average: 48 + 38 = 86

GPA CALCULATION: Each course's grade is weighted by its credit hours. A 4-credit course weighs more than a 1-credit course in your GPA.

STOCK PORTFOLIO RETURNS: Each stock's return is weighted by how much of your portfolio it represents. A stock that's 20% of your portfolio matters 4x more than one at 5%.

The calculator above supports weighted averages — just toggle to advanced mode and enter pairs of values and weights.

Geometric and harmonic means

For specific use cases, two other 'averages' exist:

GEOMETRIC MEAN: The Nth root of the product of N numbers. Used for growth rates, investment returns over time, and ratios.

EXAMPLE: An investment grew 10%, 20%, and -5% over three years.

  • Don't take the arithmetic mean of (1.10, 1.20, 0.95) — it overestimates returns
  • Geometric mean: ∛(1.10 × 1.20 × 0.95) = ∛1.254 ≈ 1.078 or 7.8% annual growth

HARMONIC MEAN: The reciprocal of the arithmetic mean of reciprocals. Used for rates and ratios (e.g., average speed over a round trip).

EXAMPLE: You drive 60 mph one way and 40 mph back over the same distance.

  • Arithmetic mean of speeds: 50 mph (WRONG)
  • Harmonic mean: 2 ÷ (1/60 + 1/40) = 48 mph (CORRECT average speed)

These specialized averages prevent errors when working with rates, ratios, and compound growth.

Common mistakes when calculating averages

Six errors people make:

  • CONFUSING MEAN AND MEDIAN. 'Average income' often refers to median (more representative) but is sometimes reported as mean (skewed by wealthy outliers). Always check which one was used.
  • INCLUDING ZEROS WHERE THEY DON'T BELONG. If you skip a workout one day, should '0 miles' count toward your weekly running average? Depends on whether you're tracking effort (yes, include zero) or pace (no, exclude zero).
  • AVERAGING PERCENTAGES INCORRECTLY. Don't simply average percentages from different group sizes. If 80% of 10 people and 50% of 100 people pass a test, the overall pass rate is NOT 65%. It's (8 + 50) / 110 = 52.7%.
  • USING ARITHMETIC MEAN FOR GROWTH RATES. Use geometric mean for compound growth. Arithmetic mean overstates returns.
  • USING ARITHMETIC MEAN FOR RATES. For speed, time-per-task, or other rates, harmonic mean is often correct.
  • NOT WEIGHTING APPROPRIATELY. If some data points represent more observations than others, use a weighted average. Don't equally weight unequal groups.

Related Calculators

Related Calculators

More tools from Education

Frequently asked questions

Add up all the numbers, then divide by how many there are. For example, the average of 4, 8, and 12 is (4+8+12) ÷ 3 = 24 ÷ 3 = 8. The calculator above handles this instantly for any list of numbers.

Mean is the sum divided by count (the standard 'average'). Median is the middle value when sorted. Mode is the most frequently occurring value. They can all be different — for {1, 2, 2, 9}, the mean is 3.5, median is 2, mode is 2.

Use median when your data has outliers that would distort the average. Income data is a classic example: a few billionaires make the mean misleading, but the median accurately shows what a 'typical' person earns. Use median for skewed distributions; mean for symmetric ones.

Multiply each value by its weight, sum the results, then divide by the sum of weights. Example: For grades where exams are 70% and homework is 30%: (exam × 0.70) + (homework × 0.30) gives your weighted course grade.

No. The average must be between the minimum and maximum values of your data set. If your average comes out below the lowest number or above the highest, you've made a calculation error.

The calculator handles decimals normally. Just enter them with decimal points (3.14, 0.5, 2.75). The result will display with appropriate precision.

For percentages from equal-sized groups, you can average them directly. For unequal groups, you need to weight by group size. Example: 80% of 10 people and 50% of 100 people gives an overall rate of (8 + 50) / 110 = 52.7%, not (80% + 50%) / 2 = 65%.

The average of an empty set is undefined (you can't divide by zero). The average of a single number is just that number itself. The calculator handles edge cases and won't error on these.

Most likely you used different data or one of you made an arithmetic error. Common discrepancies: one person included zeros, one excluded outliers, or one used mean vs median. Double-check both the numbers and which 'average' method was used.

The math is exact — there's no estimation involved. The calculator uses standard arithmetic to compute mean, median, mode, range, and other statistics. The only limit is the precision of the numbers you input.