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
- Enter numbers separated by commas (e.g., 5, 10, 15, 20).
- Spaces between numbers are ignored.
- You can enter decimal numbers (e.g., 3.14, 2.718).
- For a dataset with no mode (all values appear equally), "No mode" will be displayed.
- For a dataset with multiple modes, all modes will be listed.
- The calculator can handle up to 1000 numbers at once.
Click Here