Beginner

Average Calculator

Quickly compute the average (mean) of a set of numbers.
Average (mean)
18.6000
Count
5
Sum
93
Min
9
Max
30
911.614.316.919.522.124.827.430Each value plotted with the mean highlighted
Step by step
  1. 1

    Sum all values

    12 + 18 + 24 + 30 + 9 = 93
  2. 2

    Divide by count (5)

    93 ÷ 5 = 18.6000
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Formula
Mean = Sum of values ÷ Count of values
How this is calculated

This tool computes the arithmetic mean, the most common type of average. You enter a list of numbers separated by commas, spaces, or new lines; the calculator parses each entry, discards anything that is not a valid finite number, and keeps the rest as your data set. The numbers can be integers or decimals, positive or negative, and there is no unit assumption — the result is reported in whatever units your inputs are in.

The core step adds every value together to get the sum, then divides that sum by the count of values. Because every number contributes equally to this total, the arithmetic mean is sensitive to outliers: one unusually large or small value can pull the result noticeably. Alongside the mean, the tool also reports the count, sum, smallest value (min), and largest value (max) so you can sanity-check the spread.

A few edge cases: the mean is undefined when no valid numbers are entered (division by zero), so the result shows as blank until at least one number is present. The displayed mean is rounded to four decimal places for readability, while the underlying calculation uses full precision. Note this is the mean only — it is not the median (middle value) or mode (most frequent value), which can differ for skewed data.

Frequently asked questions

The mean is the sum of all values divided by how many values there are.

Also known as

mean calculator
sum of numbers
compute average
arithmetic mean
find the average
average of numbers

APA

TG we-Calculate Editorial Team. (2026). Average Calculator [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/average-calculator

Chicago

TG we-Calculate Editorial Team. "Average Calculator." TG we-Calculate. 2026. https://we-calculate.com/calculator/average-calculator.

IEEE

TG we-Calculate Editorial Team, "Average Calculator," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/average-calculator

BibTeX

@misc{wecalculate_average_calculator, title = {Average Calculator}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/average-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?