
Average Calculator
Free Average Calculator to quickly find the arithmetic mean of any dataset. Instantly view step-by-step calculations, sum, count, and other key statistics.
Average
Sum
Count
=
389
8
=
48.625
| Sum | 389 | Largest | 234 |
|---|---|---|---|
| Count | 8 | Smallest | 2 |
| Median | 23 | Range | 232 |
| Geometric Mean | 22.87894539 |
There was an error with your calculation.
Last updated: June 3, 2026
Table of Contents
- The Average
- Simple Average
- Geometric Mean
- Weighted Average
- The Median
- Differences Between the Mean and the Median
- When to Use the Mean
- When to Use the Median
Our online average calculator makes it incredibly easy to find the mean of any dataset. Simply type, copy, or paste your numbers into the input box, ensuring each data point is separated by a comma. Once your data is ready, click the "Calculate" button.
Instantly, this mean calculator will display the average (arithmetic mean), detailed calculation steps, and other essential related statistics for your dataset.
The Average
In mathematics and statistics, the average is defined as the mean of the values within a dataset. Because every single value is factored into the calculation, the average serves as a highly accurate representation of the entire dataset. It is widely regarded as one of the most fundamental measures of central tendency or summary statistics.
While the simple arithmetic mean is the most common type of average, several other variations exist. These include the geometric mean, weighted average, combined arithmetic average, and harmonic mean.
In statistical notation, the average of a population is represented by the Greek letter μ (Mu), while the average of a sample is denoted by X̄ (X-bar).
Simple Average
The simple average—often referred to as the mean or arithmetic mean—is calculated by adding all the values in a dataset and dividing that sum by the total number of data points.
To calculate the average of a population, use the following formula:
μ = Sum of the data set’s values / Total number of data values in the population = ΣX / N
To calculate the average of a sample, use this formula:
X̄ = Sum of the data set’s values / Total number of data values in the sample = ΣX/n
Let's explore how to find the average using a practical example.
Example
Jasmine's scores across seven subjects from her previous semester are displayed in the table below. What is the simple average of Jasmine's subject scores?
| Subject | Score |
|---|---|
| Management | 84 |
| Communication | 90 |
| Accounting | 75 |
| Economics | 60 |
| Business Statistics | 85 |
| International studies | 92 |
| Mathematics | 81 |
Solution
The average score = ΣX / N = (84 + 90 + 75 + 60 + 85 + 92 + 81) / 7 = 567 / 7 = 81
The average is a universally understood concept. You hear about average income, average production costs, average pricing, average test scores, and average fuel economy on a daily basis. Even in everyday life, calculating the simple arithmetic mean is a standard practice, often referred to as the ideal average.
However, in specific statistical scenarios, other measures of central tendency are more appropriate. Let's explore these alternatives.
Geometric Mean
When analyzing average growth rates over time, the standard arithmetic mean falls short. Instead, the geometric mean—widely used in accounting and finance for calculations like compound interest—is a far superior metric. This is because growth rates are multiplicative, not additive.
The geometric mean is defined as the nth root of the product of n numbers. You calculate it by multiplying all the values together and then finding the nth root of that product (where n is the total number of items in your dataset). It is especially useful for averaging ratios, percentages, and exponential growth rates.
$$Geometric\ Mean = \sqrt[n]{x₁×x₂×x₃×…×xₙ} = (x₁×x₂×x₃×…×xₙ)^{\frac{1}{n}}$$
Let's find the geometric mean using Jasmine's scores from the previous example:
$$Geometric\ Mean = \sqrt[7]{84×90×75×60×85×92×81} = 80.31$$
Mathematically, the geometric mean is always equal to or lower than the simple average (arithmetic mean).
In our example:
Geometric Mean ≤ The average
80.31 < 81
Note: Our versatile online average calculator does more than just compute the arithmetic mean—it seamlessly calculates the geometric mean of your dataset as well!
Weighted Average
With a standard arithmetic mean, every value carries the exact same weight or significance. However, real-world data often requires us to assign different levels of importance to different values.
In our previous example, we calculated the average by simply summing the scores and dividing by the number of subjects. We did not account for the possibility that some subjects might carry more academic weight than others.
When the relative importance of each item matters, you need to use a weighted average. To calculate a weighted average, you multiply each data value by its assigned weight to get the "weighted value." Then, you divide the sum of these weighted values by the total sum of the weights.
Use the following formula to find the weighted average:
The weighted average = The sum of the weighted values / The sum of the weights = ΣWX / ΣW
Example
Assume that each of Jasmine's subjects has a different academic weight. Here is the updated data table for her 7 subjects from the prior semester.
Weighted average of Jasmine's scores from the previous semester:
| Subject | Score | Weight |
|---|---|---|
| Management | 84 | 3 |
| Communication | 90 | 2 |
| Accounting | 75 | 4 |
| Economics | 60 | 3 |
| Business Statistics | 85 | 3 |
| International studies | 92 | 2 |
| Mathematics | 81 | 3 |
Solution
The weighted average score = ΣWX / ΣW = (84×3+90×2+75×4+60×3+85×3+92×2+81×3)/(3+2+4+3+3+2+3) = (252+180+300+180+255+184+243)/20 = 1594/20 = 79.7
The Median
The median is the exact middle value of a dataset when it is organized in numerical order—either ascending (lowest to highest) or descending (highest to lowest). In other words, the median is the precise point that splits a data array (a sequence of ordered raw data) into two equal halves. As a result, 50% of the data points fall below the median, and 50% sit above it.
The Median Calculation Method
To find the median manually, you first need to determine its position within your ordered dataset using this formula:
$$The\ position\ of\ the\ median = \left( \frac{n+1}{2} \right)^{th}item$$
Here, the "n" denotes the total item count of the dataset.
If your dataset contains an odd number of items, the median is simply the value located at this exact center position. However, if the dataset contains an even number of items, the median is calculated by finding the simple average of the two middlemost numbers.
Differences Between the Mean and the Median
-
The mean (average) is calculated by summing all values in a dataset and dividing by the total number of observations, giving a figure that factors in the magnitude of every single data point. In contrast, the median is strictly the middle value in an ordered list. It provides a central dividing point but does not factor in the sheer magnitude of the surrounding numbers.
-
Both metrics can be visually estimated from graphical representations of data. In a symmetric distribution, the mean can be quickly estimated as it sits directly in the center. Conversely, the median is easily identified as the middle line within a box plot.
-
Both the mean and the median play crucial roles in advanced statistical analysis. The mean is heavily utilized for normally distributed data devoid of outliers, forming the foundation for calculating variance and standard deviation. The median, however, shines as a measure of central tendency when data is heavily skewed or riddled with outliers. It is widely used in non-parametric statistical tests where specific data distributions are not assumed.
When to Use the Mean
The mean is the most suitable measure of central tendency when your dataset features a symmetric distribution with no significant outliers. Because it incorporates every single numerical value, it serves as a highly reliable indicator of the data's center. However, if your dataset does contain massive outliers, you may need to remove them before calculating the mean to ensure an accurate representation of the true central tendency.
When to Use the Median
The median is the preferred measure of central tendency when dealing with skewed distributions or datasets containing extreme outliers. Because the median simply pinpoints the middle value of a sorted list, it remains completely uninfluenced by unusually high or low numbers. In these scenarios, the median provides a far more accurate representation of the "typical" value within the majority of the data.
Let's modify our original example to demonstrate how outliers affect these calculations.
Example
Imagine Jasmine received a drastically lower score of 15 for International Studies instead of 92. What is the new average of her previous semester's subject scores?
| Subject | Score |
|---|---|
| Management | 84 |
| Communication | 90 |
| Accounting | 75 |
| Economics | 60 |
| Business Statistics | 85 |
| International studies | 15 |
| Mathematics | 81 |
Solution
The average score = ΣX / N = (84+90+75+60+85+15+81)/7 = 490/7 = 70
Jasmine's new average score plummets to 70. A single extreme outlier (the score of 15) dragged her average down by 11 full points. This perfectly illustrates how violently outliers can skew an arithmetic mean.
In situations like this, the median serves as a much more reliable metric. To prove this, let's calculate the median for both the original and the modified datasets.
Example
The table below displays Jasmine's original scores for her seven subjects. What is the median of these scores?
| Subject | Score |
|---|---|
| Management | 84 |
| Communication | 90 |
| Accounting | 75 |
| Economics | 60 |
| Business Statistics | 85 |
| International studies | 92 |
| Mathematics | 81 |
Solution
First, we must arrange all the scores into an ordered array. You can organize them in either ascending or descending order. Let's arrange them in ascending order:
60, 75, 81, 84, 85, 90, 92
$$The\ position\ of\ the\ median = \left( \frac{n+1}{2} \right)^{th}item = \left( \frac{7+1}{2} \right)^{th}item = 4^{th}item$$
Next, we identify the 4th item in our sorted dataset, which is 84. Therefore, the median of this dataset is 84.
Now, let's calculate the median of the modified dataset that includes the outlier.
Example
Assume Jasmine received a 15 instead of a 92 for International Studies. What is the new median score for the subjects Jasmine took last semester?
| Subject | Score |
|---|---|
| Management | 84 |
| Communication | 90 |
| Accounting | 75 |
| Economics | 60 |
| Business Statistics | 85 |
| International studies | 15 |
| Mathematics | 81 |
Solution
Again, our first step is to arrange all scores as an array in ascending order.
15, 60, 75, 81, 84, 85, 90
$$The\ position\ of\ the\ median = \left( \frac{n+1}{2} \right)^{th}item = \left( \frac{7+1}{2} \right)^{th}item = 4^{th}item$$
Now, we check the 4th item of our new dataset. It is 81, which represents the dataset's new median.
As you can see, even with a massive outlier introduced into the dataset, the median was highly resilient, only shifting slightly from 84 to 81 (unlike the average, which plummeted drastically by 11 points).


