Average Calculator
Calculates the average (mean), sum, minimum, and maximum of a list of numbers. Enter numbers separated by commas or spaces.
Calculates the average (mean), sum, minimum, and maximum of a list of numbers. Enter numbers separated by commas or spaces.
Use cases
- Finding the average of a set of test scores
- Summarizing a small dataset without opening a spreadsheet
Examples
Five numbers
1, 2, 3, 4, 5
{"average": 3.0, "count": 5, "sum": 15.0, "min": 1.0, "max": 5.0}FAQ
Is my data sent to a server?
Yes — the calculation runs on the server for this tool.