Median Calculator
Find the median (middle value) of a data set.
The median is the middle value, splitting the data into two equal halves.
The math behind it
Sort the values; the median is the middle one (or the average of the two middle ones). Leave entries at 0 to ignore them.
Worked example
1, 3, 5, 7, 9 → median 5.
FAQ
Median vs mean?
The median resists outliers, making it better for skewed data like incomes.