Average & Median Calculator

Calculate the mean, median, mode, and range of a set of numbers with ease.

Click Here

Enter Numbers

Options

decimal places

Results

Enter numbers and click Calculate to see the results

Statistical Measures Explained

Mean (Average)

The sum of all values divided by the number of values.

Mean = (x₁ + x₂ + ... + xₙ) / n

Example: For [2, 4, 6, 8], Mean = (2+4+6+8)/4 = 5

Median

The middle value when all values are arranged in order.

For odd n: middle value

For even n: average of two middle values

Example: For [2, 4, 6, 8, 10], Median = 6

Mode

The value(s) that appear most frequently in the dataset.

Value(s) with highest frequency

Example: For [2, 4, 4, 6, 8], Mode = 4

Range

The difference between the maximum and minimum values.

Range = max(x) - min(x)

Example: For [2, 4, 6, 8], Range = 8-2 = 6

Tips & Notes

Click Here