0

Median Calculator

Paste a list of numbers and get the mean, median, mode, range, sum, min and max at once — or compute a weighted average with full steps.

Separate numbers with commas, spaces or new lines. A decimal comma like 3,14 is understood — separate such numbers with spaces or new lines.

Processing... 0%
Parsing the numbers
Sorting the values
Computing the statistics

Result

This page opens the average calculator focused on the median: paste your list, run it, and the median card is highlighted among the results, with the full sorted list printed underneath so you can see exactly where the middle falls.

The median is the value that splits the sorted list in half. Sort the numbers; with an odd count, the median is the single middle value, and with an even count it is the mean of the two middle values: for 2, 4, 4, 4, 5, 5, 7, 9 the two middle values are 4 and 5, so the median is (4 + 5) ÷ 2 = 4.5.

The median is the statistic of choice when your data has outliers — a few huge salaries or one broken sensor reading barely move it, while they can drag the mean far from a typical value. This calculator prints both side by side, so the gap between mean and median itself tells you how skewed the data is.