Average Calculator

Calculate the average (mean) of numbers instantly. Enter values separated by commas or spaces and get accurate results in seconds. Perfect for school, statistics, finance, and everyday calculations. Free, fast, and easy to use.

Average Calculator

The Average Calculator computes the arithmetic mean of a set of numbers. Enter your values — separated by commas or spaces — and click Generate. The result is the sum of all values divided by the count of values. The calculator accepts any quantity of numbers, including decimals and negative values.

The arithmetic mean is the most commonly used measure of central tendency. It gives a single number that represents the 'typical' value in a dataset — the value that balances the distribution. It is used in school grades, financial analysis, statistics, science, and everyday calculations wherever a representative summary of multiple values is needed.

How to use the Average Calculator

  1. Enter your numbers in the input field, separated by commas or spaces. For example: 45, 67, 82, 90, 58 or 45 67 82 90 58. Decimals are supported: 3.5, 7.25, 4.0.
  2. Use the Add More button to add additional input rows if you prefer entering values on separate lines.
  3. Click Generate. The arithmetic mean of all entered values is displayed immediately.

The arithmetic mean formula

 

Mean = (Sum of all values) ÷ (Count of values)

Example: the mean of 45, 67, 82, 90, 58 is:

(45 + 67 + 82 + 90 + 58) ÷ 5 = 342 ÷ 5 = 68.4

Every value in the dataset contributes equally to the mean. A very high or very low value — an outlier — affects the mean proportionally to how extreme it is. This is the arithmetic mean's most important limitation.

Mean, median, and mode — which average to use

The word 'average' can refer to several different measures of central tendency. This calculator computes the arithmetic mean specifically. The right measure to use depends on the nature of the data and the question being asked:

 

MeasureHow it is calculatedWhen to use itCaution
Mean (arithmetic average)Sum all values and divide by the count. This tool calculates the mean.Symmetric datasets with no extreme outliers. Most math’s, science, and business calculations where all values contribute equally.Sensitive to outliers — one very high or very low value pulls the mean significantly. An average salary of £80,000 may reflect 9 people earning £30,000 and one person earning £530,000.
MedianSort all values in order. The middle value (or average of the two middle values for even counts) is the median.Skewed data with outliers, or data where a 'typical' value is more useful than a mathematical average. House prices, salaries, and income distributions are typically reported as medians for this reason.Does not account for the magnitude of values — moving an already-extreme outlier further does not change the median.
ModeThe value that appears most frequently in the dataset. A dataset can have no mode, one mode, or multiple modes.Categorical or discrete data where the most common value is meaningful. Most common shoe size sold, most common response in a survey, most frequent error code in a log.Not useful for datasets where all values are unique (no value appears more than once). Has no mathematical relationship to the spread of the data.

 

When people say 'average salary' or 'average house price', they almost always mean the median, not the mean. The mean of house prices is pulled upward by expensive properties — a small number of very high-value homes in a dataset raises the mean significantly while most properties in the dataset remain far below it. The median (middle value when sorted) is resistant to this distortion and better represents what a 'typical' house costs. Always check whether a stated average is a mean or a median before using it in analysis.

How outliers affect the mean

An outlier is a value substantially higher or lower than the rest of the dataset. Because the mean gives equal weight to every value, a single extreme outlier can shift it significantly. Consider two datasets:

Dataset A: 10, 12, 11, 13, 12 →  Mean = 11.6

Dataset B: 10, 12, 11, 13, 112 →  Mean = 31.6

One outlier (112 instead of 12) more than doubles the mean. If the outlier is a data entry error, it should be corrected. If it represents a genuine extreme observation (a very high-value transaction, a very long processing time), consider whether the mean or the median better represents the 'typical' value in your specific analysis.

 

When the arithmetic mean is not the right calculation — the weighted average problem

The arithmetic mean gives equal weight to every value in the dataset. This is correct when all values have equal importance or contribute equally to the total. When values have different weights or importances, a simple arithmetic mean produces a misleading result.

Example 1: weighted grades

A student has three assessments: a coursework worth 30% of the module grade, a mid-term exam worth 30%, and a final exam worth 40%. Scores are 80, 65, and 72 respectively. The arithmetic mean is (80 + 65 + 72) ÷ 3 = 72.3. But this is wrong because the exams are weighted differently. The correct weighted average is: (80 × 0.30) + (65 × 0.30) + (72 × 0.40) = 24 + 19.5 + 28.8 = 72.3. In this case the result happens to be the same, but that is coincidental. If the scores were 90, 50, and 72, the arithmetic mean gives 70.7, but the weighted grade is (90 × 0.30) + (50 × 0.30) + (72 × 0.40) = 27 + 15 + 28.8 = 70.8 — close but not equal.

Example 2: averaging percentages or rates

A salesperson achieved growth rates of 10%, 20%, and 15% across three territories with 100, 500, and 200 accounts respectively. The arithmetic mean of the rates is (10 + 20 + 15) ÷ 3 = 15%. But the larger territory (500 accounts) should count more. The weighted average is: ((10 × 100) + (20 × 500) + (15 × 200)) ÷ (100 + 500 + 200) = (1000 + 10000 + 3000) ÷ 800 = 14000 ÷ 800 = 17.5%. The arithmetic mean underweights the largest territory.

Never average averages or rates from groups of different sizes. If three stores have average transaction values of £25, £40, and £35, the arithmetic mean of those averages (£33.33) is only correct if all three stores processed the same number of transactions. If the stores processed 100, 500, and 200 transactions respectively, the correct overall average requires weighting each store's average by its transaction count: ((£25 × 100) + (£40 × 500) + (£35 × 200)) ÷ 800 = £36.25. This is Simpson's Paradox territory — unweighted averaging of rates from unequal groups produces incorrect results.

Common use cases

ScenarioWhat to enterNotes
Calculate a student's grade averageEnter all individual assignment or test scores.If assignments have different weights (e.g. the final exam is worth 40%, other tests 20% each), you cannot simply average the scores — you need a weighted average. See the weighted average section below.
Find the average daily expense over a monthEnter each day's spending as a separate value.The result is the mean daily spend. Multiply by the number of days to estimate total spend for the period.
Calculate average speed from multiple legs of a journeyEnter the individual speeds for each leg.Averaging speeds this way is mathematically correct only if each leg covered the same distance or took the same time. For time-accurate average speed across different distances: total distance ÷ total time, not the average of the speeds.
Business: average sales per representativeEnter each representative's sales figure.The mean gives a team benchmark. Individual figures far above or below the mean identify strong and weak performers. If the distribution is skewed by one very high performer, the median may be a more representative benchmark.
Statistics: find the arithmetic mean of a sampleEnter all sample values.The arithmetic mean is the basis for variance and standard deviation calculations. Use it as the first step when preparing data for further statistical analysis.

 

Usage limits

Account typeDaily calculations
Guest25 per day
Registered100 per day

 

Related tools

  • Percentage Calculator — convert between averages and percentages, calculate the percentage difference between a mean and a target, or express individual values as a percentage of the mean.
  • Random Number Generator — generate random datasets for statistical experiments and testing.
  • Probability Calculator — calculate the probability of outcomes in statistical experiments and distributions.

 

Frequently asked questions

What is an average and how is it calculated?

The arithmetic mean — the average calculated by this tool — is the sum of all values divided by the count of values. Example: the mean of 4, 7, 2, 9, 3 is (4 + 7 + 2 + 9 + 3) ÷ 5 = 25 ÷ 5 = 5. Every value contributes equally to the result. The mean is the most widely used measure of central tendency in mathematics, science, finance, and statistics because it incorporates the magnitude of all values.

What is the difference between mean, median, and mode?

All three are measures of central tendency — ways of representing a typical value in a dataset. The mean is the arithmetic average: sum ÷ count. The median is the middle value when sorted: resistant to outliers, and commonly used for income and house prices. The mode is the most frequent value: useful for categorical data and finding the most common outcome. This calculator computes the mean only. For skewed datasets or those with outliers, the median is often more informative than the mean.

How do outliers affect the average?

Outliers — values substantially higher or lower than the rest of the dataset — affect the mean significantly because every value is weighted equally in the arithmetic mean formula. A single extreme value pulls the mean toward it. Example: the mean of 10, 12, 11, 13, 12 is 11.6. Replace one 12 with 112 and the mean becomes 31.6 — more than doubled by one outlier. If an outlier represents a genuine extreme observation, consider whether the median is a more representative measure for your analysis. If it represents a data error, correct the input before calculating.

Can I calculate a weighted average with this tool?

This tool calculates the unweighted arithmetic mean — all values are treated as having equal importance. For a weighted average, you need to multiply each value by its weight before entering it. For example, if three scores (80, 65, 72) have weights of 30%, 30%, and 40%: calculate 80 × 0.30 = 24, 65 × 0.30 = 19.5, 72 × 0.40 = 28.8, then find the mean of 24, 19.5, 28.8 — which is the correct weighted result. Alternatively, sum the weighted values and divide by the sum of the weights manually.

Can I include negative numbers or decimals?

Yes. The calculator accepts negative numbers (enter them with a minus sign: -15, -3.5) and decimal values (3.14, 0.75, 100.5). The arithmetic mean of datasets containing negative or fractional values is calculated using the same formula: sum ÷ count. Example: the mean of -5, 10, -3, 8 is (−5 + 10 − 3 + 8) ÷ 4 = 10 ÷ 4 = 2.5.

Why is 'average salary' usually reported as a median, not a mean?

Income distributions are heavily right-skewed — a small number of very high earners pull the arithmetic mean upward significantly, making it appear higher than the salary most workers actually receive. The median salary (the middle value when all salaries are sorted) is resistant to this distortion and better represents what a 'typical' worker earns. For example, in a company where 9 employees earn £30,000 and one executive earns £330,000: mean = (9 × £30,000 + £330,000) ÷ 10 = £60,000; median = £30,000. The mean is twice the typical salary.

How many numbers can I enter?

The calculator accepts any practical number of values. Use comma or space separation for multiple values on a single line, or use the Add More button to enter values on separate lines. Very large datasets with hundreds of values are supported. There is no hard limit on the count of values beyond the daily usage limit for the tool session.

Is the Average Calculator free?

Yes. The calculator is free within the daily usage limits shown above. Guest users can perform 25 calculations per day without creating an account. Registering a free ToolsPiNG account increases the daily limit to 100 calculations per day.