Skip to main content
📊

Average Calculator

Mean, median, mode, and range.

Math & NumbersUpdated 2026-04-05Author: CalcDock Team, Statistics reference editorReviewed by: CalcDock Team, Editorial review: mean vs median vs mode definitions (Apr 2026)

The Average Calculator computes the key statistical measures for any list of numbers: arithmetic mean (the sum divided by the count), median (the middle value), mode (the most frequent value), and range (max minus min). Enter your values separated by commas and get instant results — no spreadsheet required. These four measures together give you a complete picture of your data distribution. The mean is sensitive to outliers; the median is more robust. Knowing which measure to use in a given context is as important as calculating it correctly.

See also: Percentage Pitfalls: Common Mistakes and How to Fix Them, Rounding Standards: Be Consistent Across Calculations, Percentage Points vs Percent Change: Don’t Mix Them Up, Stacked Discounts: Why 30% + 20% Off Is Not 50% Off · Percentage Calculator, Ratio Calculator, Percent Change.

When this calculator helps most

Use for quick descriptive stats on a small hand-entered sample — grades, lab repeats, or simple KPI lists.

What each input means

  • Number listComma-separated values; whitespace around commas is usually ignored. (decimals)

Input mistakes to avoid

  • Separate values clearly; avoid locale-specific thousand separators unless supported.
  • Duplicate entries affect mode — intentional or typo?

Average Calculator

Separate values with commas, spaces, or new lines

🔒Inputs are processed in your browser and are not sent to our servers.

Formula

Mean = Sum of all values / Count | Median = Middle value of sorted list | Range = Max − Min

Examples

Student Test Scores

Calculate the average for test scores: 85, 92, 78, 95, 88.

Mean: 87.6, Median: 88, Mode: None, Range: 17

Monthly Sales Figures

Average monthly sales: $12,000, $15,000, $11,000, $18,000, $14,000, $13,000.

Mean: $13,833, Median: $13,500, Range: $7,000

Effect of an Outlier

Team salaries: $45k, $48k, $52k, $50k, $250k (executive). Compare mean vs median.

Mean: $89,000 (skewed up by outlier). Median: $50,000 (more representative).

How to read your results

  • Mean uses every value — one outlier can move it a lot; median sorts first then picks middle.
  • Mode needs repeated exact values — rounding can hide true modes.
  • Range only uses min/max — two outliers can dominate despite a tight cluster.

What this result means

Mean/median/mode summarize the list you typed — garbage in, garbage out.

Common Pitfalls

  • ⚠️Mixing percentages with raw counts without weights.
  • ⚠️Reporting mean salary/income where median is the fair “typical” measure.
  • ⚠️Multiple modes or no mode — don’t force a single “mode” answer.

Tips

  • Use median instead of mean when your data has extreme outliers — the median resists skewing.
  • Mode is most useful for categorical data: which product is most popular, which answer is most common.
  • A large difference between mean and median usually signals a skewed distribution.
  • For grade calculations, confirm whether your school uses a simple average or a weighted average by credit hours.

How to check your results

  • Recompute mean: sum ÷ count on one dataset.

Warnings & Limitations

  • ⚠️Small samples can be unstable — confidence intervals matter for decisions.

What this calculator does not tell you

  • Standard deviation, confidence intervals, or statistical significance.
  • Weighted averages unless you manually encode weights.

Frequently Asked Questions

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

Mean: sum of all values divided by the count — affected by outliers. Median: the middle value when sorted — resistant to outliers. Mode: the most frequently appearing value — useful for categorical data.

When should I use median instead of mean?

Use median when your data has extreme outliers or is skewed. Example: average US household income is ~$80K (mean), but median is ~$56K — the mean is pulled up by billionaires. Median gives a better picture of the "typical" household.

What if there are two middle values for the median?

If there is an even count of numbers, the median is the average of the two middle values after sorting. Example: {4, 7, 9, 11} → median = (7+9)/2 = 8.

What is the range?

Range = Maximum value − Minimum value. It measures the spread of the data. A high range indicates high variability; a low range indicates data that clusters tightly together.

What if there is no mode?

If all values appear the same number of times, there is no mode. If two values tie for most frequent, both are modes (bimodal). Three or more modes = multimodal.

What is a weighted average?

A weighted average gives different values different importance. Example: if a final exam (40% weight) and midterm (60% weight) are combined: Weighted Average = (Final × 0.4) + (Midterm × 0.6). GPA calculations use weighted averages based on credit hours.

What is standard deviation?

Standard deviation measures how spread out values are around the mean. A small standard deviation means values cluster near the mean; a large one means they are spread out. It is the square root of the variance.

Sources & References

Report an issue with this calculator

Editorial & review note

We caution about outliers in interpretation notes; advanced stats belong in dedicated tools.

Editorial Policy

Related Calculators

Related guides