Average Calculator

Need to find the average of a set of numbers fast? You're in the right place. This calculator handles everything from a simple list of values to weighted averages and grade calculations, so you don't have to wrestle with formulas by hand. Just enter your numbers, hit calculate, and get your result instantly. Whether you're a student checking your GPA, a teacher averaging test scores, or just someone trying to make sense of a dataset, this tool keeps it simple.

Enter Details

Numbers

Result

Sum ÷ count

Note — This result is an estimate. Talk to a healthcare provider for personalized guidance.

How to Use the Average Calculator

Using the calculator is pretty straightforward. Enter the numbers you want to average, separated by commas or spaces, and the tool does the rest. Most setups let you paste in a whole list at once, which saves a lot of time when you're working with more than a handful of values.

A few things to keep in mind:

  • You can include decimals (like 3.5 or 92.7) and the calculator handles them without issue.
  • Negative numbers work too, just make sure they're formatted correctly (e.g., -15).
  • Don't worry about sorting your numbers first. Order doesn't affect the result.
  • If you're using the weighted version, you'll need a weight value for each number in your list.

Once you submit your values, you'll typically see the average, the sum, and the count of numbers all at once. That context is useful, especially if you're double-checking someone else's work.

Calculate the Arithmetic Mean

The arithmetic mean is what most people mean when they say "average." You add up all the numbers in your set, then divide by how many numbers there are. Simple as that.

For example, say you have the numbers 10, 20, and 30. Add them together and you get 60. Divide by 3 (because there are three numbers), and your average is 20.

This type of average works great when all your data points carry the same weight or importance. Test scores from equally weighted quizzes, daily temperatures over a week, the prices of items in your cart. These are all good candidates for a straight arithmetic mean. Where it starts to break down is when some values matter more than others, and that's where weighted averages come in.

Weighted Average Calculator

A weighted average gives certain numbers more influence over the final result than others. Instead of treating every value equally, you assign a weight to each one based on how much it should count.

This comes up constantly in real life. Your final exam might count for 40% of your grade while homework counts for 10%. A product review might weigh verified purchases more heavily than anonymous ones. Investment portfolios weight assets differently depending on how much capital is allocated to each.

The weighted average calculator takes both a value and a corresponding weight for each data point, then crunches the numbers to give you a single, properly adjusted result.

Average with Weights

Here's how the weighting works in practice. Suppose you have three numbers: 80, 90, and 70, with weights of 1, 2, and 1 respectively. You multiply each number by its weight (80×1=80, 90×2=180, 70×1=70), add those products together (80+180+70=330), then divide by the total weight (1+2+1=4). The result is 82.5, not 80 which is what a plain average would give you.

That 90 pulled the result up because it had more weight behind it. That's the whole point. When some values are genuinely more important or more representative than others, weighting reflects that reality more accurately than a simple mean.

Grade and GPA Weighted Average

GPA is probably the most common real-world use of weighted averages that most people encounter. Each course you take has a credit hour value, and those credits act as the weights.

Let's say you earned an A (4.0) in a 3-credit class, a B (3.0) in a 4-credit class, and a C (2.0) in a 2-credit class. Here's how the weighted GPA calculation breaks down:

CourseGrade PointsCreditsGrade × Credits
Class A4.0312.0
Class B3.0412.0
Class C2.024.0
Total928.0

Divide 28.0 by 9 total credits and you get a GPA of approximately 3.11. A simple average of the grade points (4.0+3.0+2.0 ÷ 3) would give you 3.0, which doesn't account for the fact that the 4-credit class should carry more influence. The weighted version is the accurate one.

Average Formula

Understanding the formula behind the average helps you catch errors and adapt the calculation to different situations. There are two main versions: the arithmetic mean formula and the weighted average formula.

Arithmetic Mean Formula

The formula for arithmetic mean is:

Mean = Sum of all values ÷ Number of values

Written more formally, if you have values x₁, x₂, x₃ … xₙ, then:

Mean = (x₁ + x₂ + x₃ + … + xₙ) ÷ n

Where n is the total count of numbers. That's it. Add everything up, divide by how many things you added. The formula scales from two numbers to two million without changing at all, which is part of why it's so widely used.

Weighted Average Formula

The weighted average formula is only slightly more involved:

Weighted Average = (w₁×x₁ + w₂×x₂ + … + wₙ×xₙ) ÷ (w₁ + w₂ + … + wₙ)

Where each x is a value and each w is the corresponding weight. The numerator is the sum of each value multiplied by its weight. The denominator is the total of all weights combined.

One thing people sometimes trip over: if all your weights are equal (say, all 1s), the weighted average formula gives you the exact same result as the plain arithmetic mean. The two formulas are really just different versions of the same concept.

Average Calculation Examples

Let's run through a few practical examples to make the formulas concrete.

Example 1: Simple average of test scores
Scores: 85, 92, 78, 90, 88
Sum: 433
Count: 5
Average: 433 ÷ 5 = 86.6

Example 2: Average of daily temperatures (in °F)
Values: 72, 68, 75, 80, 65
Sum: 360
Count: 5
Average: 360 ÷ 5 = 72°F

Example 3: Weighted average for a course grade

ComponentScoreWeight (%)Score × Weight
Homework95201900
Midterm80302400
Final Exam75503750
Total1008050

Weighted average: 8050 ÷ 100 = 80.5. Notice how the final exam's heavy weight pulled the result below where a simple average of 83.3 would have landed.

Mean vs Median vs Mode

Average usually means the mean, but statisticians use three different measures to describe the "center" of a dataset. Each one tells you something different, and knowing when to use which one matters.

MeasureWhat It IsBest Used When
MeanSum divided by countData is roughly symmetrical without extreme outliers
MedianThe middle value when sortedData has outliers or a skewed distribution
ModeThe most frequently occurring valueYou want to know what's most common

Here's a classic example of why this matters. Imagine ten people in a room. Nine of them earn $40,000 a year, and one earns $2,000,000. The mean income is around $236,000, which doesn't represent anyone in the room accurately. The median is $40,000, which is far more descriptive of the typical person there.

The mode shows up most in categorical data. If you ask 100 people their favorite color and 45 say blue, blue is the mode. No math needed beyond counting.

For most everyday calculations, the mean is what you want. Just be aware of outliers. A single extreme value can drag the mean far from what's actually typical.

Average of Positive and Negative Numbers

Averaging negative numbers works exactly the same way as averaging positive ones. The formula doesn't change. What changes is how you handle the signs during addition.

Take the set: -10, -4, 6, 12, -2. Add them up: -10 + (-4) + 6 + 12 + (-2) = 2. Divide by 5. The average is 0.4.

A mix of positive and negative values often produces an average close to zero, but not always. If the negatives dominate, your average can end up negative too. If the positives dominate, it'll be positive. The calculator handles all of this automatically, but if you're doing it by hand, just be careful with your signs when summing.

This comes up in finance a lot. Think about returns on an investment portfolio over several years. Some years are positive, some are negative. The average return over time tells you how the investment has performed overall, even when individual years were losses.

Average of Percentages and Scores

Averaging percentages is trickier than it looks. You can't always just add them up and divide, especially when the percentages come from groups of different sizes.

Say School A has a 90% graduation rate with 100 students, and School B has a 70% rate with 500 students. A naive average gives you 80%. But the actual combined rate is (90+350) ÷ 600 = 73.3%, because School B's larger student body has much more influence on the combined result.

When the groups are the same size, or when you're averaging scores from equally weighted assessments, a simple mean works fine. But when the underlying counts differ, you need a weighted average to get an honest number.

For test scores and grades, check whether all assignments carry equal weight before you average them. Many grading systems don't treat every score the same, and plugging raw percentages into a plain average formula can give you a final grade that doesn't match what the teacher actually calculates.

Sum, Count, and Average Explained

These three values are closely related, and knowing how they connect makes it easy to work backwards when one piece of information is missing.

  • Sum is the total of all values added together.
  • Count is how many values are in the set.
  • Average is the sum divided by the count.

That relationship means if you know any two of them, you can always find the third:

  • Average = Sum ÷ Count
  • Sum = Average × Count
  • Count = Sum ÷ Average

This is handy in situations where data comes in pieces. Say you know a class of 30 students averaged 82 on an exam. You can calculate that the total points scored across the class was 82 × 30 = 2,460. That's useful if you're comparing total performance across sections of different sizes.

It also helps when combining datasets. If Group 1 has 5 people with a sum of 450, and Group 2 has 8 people with a sum of 600, the combined average is (450+600) ÷ (5+8) = 1050 ÷ 13 ≈ 80.8. You can't just average the two group averages directly without accounting for group size.

Real-World Uses of Average Calculations

Averages show up in pretty much every field you can think of. Here are some of the most common places you'll run into them:

  • Education: GPA calculations, class averages, standardized test score reporting.
  • Finance: Average annual return on investments, average monthly expenses, moving averages in stock analysis.
  • Sports: Batting averages, points per game, average lap times in racing.
  • Weather: Average daily temperature, average monthly rainfall, climate normals used in forecasting.
  • Business: Average order value, average customer lifetime value, average time to resolve a support ticket.
  • Healthcare: Average blood pressure readings, average recovery times, average dosage levels in clinical trials.

Beyond these specific uses, averages are a core part of how we communicate data to general audiences. When a news article says "the average American household income is X," they're using a mean (or sometimes a median) to compress thousands of individual data points into one digestible number.

That compression is powerful, but it's worth staying curious about what's behind the number. A single average can hide a lot of variation. Pair it with context, like the range, the sample size, or whether it's weighted, and you get a much clearer picture of what's actually going on.

Other Maths Calculators

Explore all