./ProntoUso

Average Calculator

Paste several numbers and get count, sum, average, smallest value, and largest value. Numbers can be separated by spaces, commas, semicolons, or lines.

Runs locally in your browser. This tool does not upload your input.

Results

Count
4
Sum
70
Average
17.5
Smallest
10
Largest
25

Numbers are parsed from the pasted text.

Advertisement Placeholder

How to calculate an average

Paste several numbers and get the count, sum, average, minimum, and maximum in one quick browser calculation.

What it calculates

The tool extracts numbers from text and calculates basic summary metrics for quick checks, reports, and comparisons.

Input format

  • Paste one number per line.
  • Use commas, spaces, or semicolons between values.
  • Use either dot or comma decimal notation.

Common uses

  • Average scores, prices, or measurements.
  • Check a quick total before moving to a spreadsheet.
  • Find the smallest and largest number in a pasted list.

Runs locally

The numbers are parsed and calculated in your browser only.

Average calculator FAQ

Does it accept comma decimals?
Yes. Values such as 10,5 are read as decimal numbers.
Does it ignore non-number text?
Yes. It extracts valid numbers and ignores surrounding labels or separators.
Is this a spreadsheet replacement?
No. It is meant for fast summaries before you need a full spreadsheet.