Average Calculator
Calculate the Arithmetic Mean, Median, Mode, Range, Geometric Mean, Harmonic Mean, and Weighted Average instantly from any list of numbers.
Understanding Averages & Central Tendency
In statistics and mathematics, an average is a single numerical value used to represent the central or typical value of a set of data. The three most common measures of central tendency are the Arithmetic Mean, Median, and Mode.
1. Arithmetic Mean
The Arithmetic Mean is the standard average most people refer to in daily life. It is calculated by taking the sum of all values in the dataset and dividing by the total count of numbers:
2. Median
The Median is the exact middle value when a dataset is arranged in ascending order. If the dataset contains an odd number of items, the median is the center number. If the dataset contains an even number of items, the median is the average of the two middle numbers. The median is especially useful for analyzing datasets with extreme outliers (such as home prices or income levels).
3. Mode
The Mode is the value that occurs most frequently in a dataset. A dataset may have one mode (unimodal), multiple modes (bimodal or multimodal), or no mode at all if all values appear with equal frequency.
4. Range
The Range represents the total mathematical spread between the largest and smallest numbers in the dataset:
Geometric, Harmonic & Weighted Averages
In addition to the standard arithmetic mean, specialized statistical metrics are required for specific mathematical contexts:
- Weighted Average: Used when data values contribute unequally to the final total. Each value is multiplied by an assigned weight (such as course credit hours or exam percentage weights):Weighted Mean = Σ(xᵢ · wᵢ) / Σwᵢ
- Geometric Mean: Used for calculating average growth rates, interest compounding, or ratios. It multiplies all positive numbers together and takes the n-th root:Geometric Mean = ⁿ√(x₁ · x₂ · ... · xₙ)
- Harmonic Mean: Used for calculating average rates or ratios across fixed distances (such as average speed for round trips):Harmonic Mean = n / (1/x₁ + 1/x₂ + ... + 1/xₙ)
When to Use Mean vs. Median
Choosing between the Mean and Median depends on the symmetry and spread of your data:
- Use the Mean when data is normally distributed without extreme outliers (e.g., student test scores, height measurements, daily temperature).
- Use the Median when data is heavily skewed or contains extreme values (e.g., net worth, real estate prices, salaries), as outliers distort the arithmetic mean.
Frequently Asked Questions
The Mean is the arithmetic average obtained by dividing the sum of all values by the total count. The Median is the middle value when data is sorted in numerical order. The Mode is the value that appears most frequently in a dataset.