Average Calculator
Calculate the average (arithmetic mean) of any set of numbers. Enter a list of numbers separated by commas for instant average.
6 values
Mean (Average)
24
Median
18.5
Sum
144
Count
6
Min
8
Max
47
About the Average Calculator
The arithmetic mean (average) is the most widely used summary statistic in everyday life — grade point averages, batting averages, average rainfall, average cost. Despite its simplicity, the average can mislead when data is skewed or contains outliers. Our average calculator computes the mean from any list of numbers and also calculates the range and identifies the minimum and maximum for context.
Formula
Mean = (x₁ + x₂ + ... + xₙ) ÷ n
How It Works
Mean = sum of all values / count of values. Enter any numbers separated by commas, spaces, or line breaks. For [4, 7, 13, 2, 8, 5]: sum = 39, count = 6, mean = 39/6 = 6.5. The mean is sensitive to outliers — one extreme value significantly shifts the average, which is why median income is often reported instead of mean income.
Tips & Best Practices
- ✓Verify your average is reasonable: it must fall between the minimum and maximum values.
- ✓For time-based data, check whether arithmetic mean is appropriate (vs. geometric mean for growth rates).
- ✓Weighted average (used for GPA) assigns different importance to different values.
- ✓Running average: update progressively without recalculating from scratch — useful for data streams.
- ✓US household income: mean ≈ $102,000 but median ≈ $74,000 (2023) — the mean is pulled up by very high earners.
Who Uses This Calculator
Students computing course grade averages, businesses calculating average transaction values, athletes tracking average performance metrics, researchers computing sample means, and analysts summarising numerical data all need fast average calculations.
Optimised for: USA · Canada · UK · Australia · Calculations run in your browser · No data stored
Frequently Asked Questions
How do you calculate an average?
Add all numbers and divide by count. Average of 5, 10, 15 = (5+10+15)/3 = 30/3 = 10.