Velto
Math

Average Calculator

This free average calculator returns the mean, median, mode, min, max, range and sum of any list of numbers, and switches to a weighted average when you add weights.

Leave empty for a simple average. One weight per value for a weighted average.

Mean (average)

87.2

Mean (average)87.2
Median88
Mode(s)none
Minimum78
Maximum95
Range17
Sum436
Count5

Examples

How to use

  1. 1

    Paste or type your numbers, separated by commas, spaces or new lines.

  2. 2

    Optionally add one weight per value to get a weighted average.

  3. 3

    Read the mean, median, mode, min, max, range and sum in the table, updated live.

  4. 4

    Copy or download the full stats table with the buttons under the tool.

Parameters

Every field of this tool can be prefilled from the URL. Use these query parameters:

ParameterTypeDefault
valuesstring84, 91, 78, 88, 95
weightsstring

Example : https://www.veltotools.com/math/average-calculator?values=84%2C+91%2C+78%2C+88%2C+95

API

The same tool is available as a free JSON API, with the same parameters as above. No key, no sign-up.

GET https://www.veltotools.com/api/v1/math/average-calculator?values=84%2C+91%2C+78%2C+88%2C+95
$ curl "https://www.veltotools.com/api/v1/math/average-calculator?values=84%2C+91%2C+78%2C+88%2C+95"