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.
Input Data
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.
Understanding Averages: Mean, Median, Geometric, and Weighted
Last updated: July 27, 2026
Table of Contents
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 calculator has three modes. Simple averages a plain list of numbers. Weighted takes a second list of weights, so values that matter more count for more — this is how course grades, portfolio returns and survey scores are averaged. Time accepts durations written as hh:mm:ss or mm:ss and answers with a duration rather than a decimal, which is what lap times, shift lengths and study sessions need.
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
To run this on the calculator above, switch to the Weighted tab, paste the scores into Values (84, 90, 75, 60, 85, 92, 81) and the weights into Weights (3, 2, 4, 3, 3, 2, 3). The weights do not have to add up to 100 or to any particular number — raw credit hours, percentages of a final mark and plain counts all work, because the formula divides by whatever the weights happen to total.
Average Grade Calculator: Weighting Tests, Homework and the Final
Grade weighting is the most common use of a weighted average, and the Weighted tab above is an average grade calculator without needing to be relabelled. If a syllabus says homework is 20% of the mark, the midterm 30% and the final 50%, those percentages are the weights: enter your three scores as values and 20, 30, 50 as weights.
A student with 95 on homework, 78 on the midterm and 84 on the final gets (95×20 + 78×30 + 84×50) / 100 = 84.4 — noticeably below the plain average of 85.7, because the weakest score carries the heaviest weight. That gap is the entire reason grades are weighted rather than simply averaged, and it is why checking a course average by hand so often disagrees with the gradebook.
Weights That Don't Add Up to 100
They don't have to. The calculator divides by whatever the weights total, so all three of these work unchanged:
| What the weights are | Example | Total |
|---|---|---|
| Percentages of the final mark | 20, 30, 50 |
100 |
| Credit hours per course | 3, 4, 3, 2 |
12 |
| Points each assignment was out of | 50, 100, 200 |
350 |
The third case is worth spelling out, because it is where a plain average misleads most: a test average calculator that treats a 50-point quiz and a 200-point final as equals will overstate a student who did well on small assignments. Enter the point values as weights and the answer matches the gradebook.
Working Out the Score You Need
Because the weighted mean is just Σ(w·x) ÷ Σw, the same tab answers the reverse question — what do I need on the final? Add up the weighted points you already hold, subtract from the target, and divide by the final's weight. With 95 on homework (20%) and 78 on the midterm (30%), holding an 85 average needs (85×100 − 95×20 − 78×30) / 50 = 85.2 on the final.
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.
Common Questions About Averages
How Do You Find the Average of a Set of Numbers?
Add every number together, then divide by how many numbers there are. That is the whole method: for 10, 2, 38 and 23, the sum is 73 and the count is 4, so the average is 73 ÷ 4 = 18.25. The calculator above shows both halves of that fraction alongside the answer, so the arithmetic stays visible rather than hidden behind a result.
How Do You Calculate the Mean?
The same way. "Mean" and "average" name the same number in everyday use — sum divided by count, formally called the arithmetic mean. The word "mean" is preferred in statistics because there are several kinds of mean (arithmetic, geometric, harmonic) and the term keeps them apart, while "average" in casual speech can loosely mean the median or even the mode.
What Is the Difference Between Mean, Median and Mode?
They answer three different questions about the same data. The mean balances the values: it is the point where the distances above and below cancel out. The median splits the count: half the values fall below it, half above. The mode is simply the value that appears most often. For 2, 3, 3, 4 and 88 the mean is 20, the median is 3, and the mode is 3 — three legitimate answers to "what is typical here", which is why a single outlier of 88 makes the mean the least useful of them.
How Do You Find the Average of Percentages?
Only average percentages directly when they describe groups of the same size. If 40% of a 10-person team and 60% of a 90-person team answered yes, the honest figure is not 50% — it is (0.40×10 + 0.60×90) / 100 = 58%. That is a weighted average with the group sizes as weights, which is exactly what the Weighted tab is for. Averaging the two percentages as plain numbers silently pretends the two groups are equally large.
How Do You Average Times?
Convert each duration to a single unit, average those, and convert back. Three laps of 1:45:30, 2:10:00 and 1:58:15 come to 21,225 seconds; divided by three that is 7,075 seconds, or 1:57:55. The Time tab does this conversion for you and also reports the result in decimal hours (1.9653 h), which is the form most timesheets and invoices ask for.
Can the Average Be Larger Than Every Value in the Set?
No. The mean always falls between the smallest and largest values — that is a property of the arithmetic itself, not a coincidence. If a calculated average sits outside that range, the arithmetic is wrong somewhere. A weighted average obeys the same rule as long as the weights are not negative, which is one reason negative weights are usually a data-entry mistake rather than a modelling choice.
Why Is the Average Sometimes Misleading?
Because one extreme value pulls it. Nine people earning $40,000 and one earning $1,000,000 have a mean income of $136,000 — a figure that describes nobody in the room. The median of $40,000 describes nine of the ten. Whenever a distribution has a long tail, report the median alongside the mean; the calculator above gives you both from the same input, so the comparison costs nothing.
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).