Average Calculator

The arithmetic mean is sum ÷ count. Paste a list to get the mean plus sum, count, min, max, and range in one summary.

Runs in your browser · No data stored · No signup

An average calculator computes the mean, median, mode, sum, range, minimum, and maximum for a list of numbers — giving a full statistical summary instantly.

Your numbers

Separate values with commas, spaces, or line breaks. Empty tokens and non-numeric text are ignored.

Numbers detected: 0

Quick examples

For weighted grades or percent change, use the GPA calculator or Percentage calculator; for business margins see Profit margin calculator.

Enter numbers to see the average and summary statistics.

Enter at least one valid number to see mean, median, mode, and spread stats.

By Muhammad Abdullah Rauf · Founder, EverydayTools.proUpdated 2026-05-03

What is an average calculator?

An average calculator takes a list of numbers and returns several statistical measures simultaneously. The mean (arithmetic average) is the sum divided by the count. The median is the middle value when sorted — more resistant to outliers than the mean. The mode is the most frequently occurring value.

Knowing which measure to use matters: the mean is affected by extreme values, so a salary dataset with a few million-dollar earners will have a mean far higher than what most people actually earn. The median is a better 'typical value' in skewed distributions. Many real-world datasets — house prices, incomes, test scores — require both mean and median to be properly understood.

Mean, median, mode basics

We parse the entered values, compute arithmetic mean, median from sorted values, and mode from frequency counts, plus min/max and range.

Formula

Mean = (Σx) ÷ n
Median = middle(sorted(x)) (or average of two middle values)
Mode = most frequent value(s)
Range = max − min

Assumptions

  • Inputs are numeric values
  • Median uses sorted order

Limitations

  • Mean is sensitive to outliers
  • Mode may be multiple values or none

How to use Average Calculator

  1. Open the tool

    Load Average Calculator on EverydayTools—no account required.

  2. Enter your input

    Type, paste, or upload depending on what the tool accepts.

  3. Review results

    Results update in your browser for typical use cases.

  4. Copy or export

    Copy the output or use download/export when available.

Average Calculator examples

Student test scores

Input

72, 85, 91, 78, 88, 85

Output

Mean: 83.2 · Median: 86.5 · Mode: 85 · Min: 72 · Max: 91

The mode (85) appears twice. The median (average of the two middle values when sorted: 85 and 88) is 86.5 — slightly higher than the mean because the low score (72) pulls the mean down.

Salary data with an outlier

Input

38000, 42000, 45000, 41000, 39000, 250000

Output

Mean: $75,833 · Median: $41,500

One executive salary ($250,000) inflates the mean to $75,833 — far above what any typical employee earns. The median ($41,500) is a much better representation of the typical salary in this dataset.

Who uses Average Calculator?

Common real-world scenarios where this tool saves time.

Grade averages

Calculate the mean of test scores, assignment grades, or project marks to track academic progress or compute a final grade before official results.

Sales and business metrics

Average monthly revenue figures, sales counts, customer ratings, or transaction values to identify trends across reporting periods.

Survey and research data

Compute the mean and median of survey responses, experimental measurements, or sample data during analysis without opening a spreadsheet.

Sports statistics

Calculate averages for batting averages, race times, lap speeds, or match scores across a season or competition series.

Reference tables

Mean vs Median vs Mode

The most common measures of central tendency and when to use each.

MeasureDefinitionFormula / MethodBest Used When
Mean (Average)Sum divided by countΣx ÷ nData is roughly symmetric with no extreme outliers
MedianMiddle value when sortedMiddle value (or avg of two middle values)Data has outliers or is skewed (e.g. income, house prices)
ModeMost frequently occurring valueValue that appears most oftenCategorical data or finding the most common result
Weighted MeanAverage where values have different weightsΣ(value × weight) ÷ ΣweightsGPA, survey responses with different sample sizes
Geometric Meannth root of product of n values(x₁ × x₂ × … × xₙ)^(1/n)Growth rates, ratios, multiplicative data

The arithmetic mean is pulled toward outliers. If you have extreme values, the median is often a better "typical" value.

Advertisement

Frequently Asked Questions

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

Mean (arithmetic average) = sum of all values ÷ count of values. Median = the middle value when numbers are sorted; for even counts, it's the average of the two middle values. Mode = the most frequently occurring value. Example: for [2, 3, 3, 5, 7]: mean = 4.0, median = 3, mode = 3.

When should I use median instead of mean?

Use median when your data contains outliers that skew the average. For example, household income data: if most households earn $40,000–$80,000 but a few earn $5 million, the mean is misleadingly high. The median better represents the typical household. Real estate prices, salaries, and income distributions often use median for this reason.

Can I enter decimal numbers?

Yes. The calculator accepts integers, decimals (e.g. 3.14), and negative numbers. Separate values with commas, spaces, or line breaks.

Is this calculator free?

Yes — completely free with no signup required. All calculations run in your browser with no data sent to any server.

What is the range and why does it matter?

Range = maximum − minimum value. It measures the spread of your data. A mean of 80 from scores of 78–82 tells a very different story from scores of 50–100 that also average 80. Always report range alongside the mean to give context about variability.

Can a data set have no mode?

Yes. If every value in the dataset appears exactly once, there is no mode. Some datasets have multiple modes — called bimodal (two modes) or multimodal (three or more). For example, [1, 2, 2, 3, 3] has two modes: 2 and 3.

How do I calculate a weighted average?

A weighted average assigns different importance to values: Weighted mean = Σ(value × weight) ÷ Σweights. Example: a course where homework (40%) and exams (60%) have different weights — a 90 homework grade and 70 exam grade gives 0.4×90 + 0.6×70 = 36 + 42 = 78, not the arithmetic mean of 80.

Privacy, accuracy, and trust

Privacy

Average Calculator keeps typical inputs on your device—nothing is uploaded to EverydayTools servers for core calculations.

Part of Calculator Tools

More free tools for the same workflow.

Advertisement

Reviewed by EverydayTools Editorial Team on 2026-05-03.