Math Playground
Data

Median

The middle value when sorted — robust against outliers.

The median is the middle value when data is sorted.

If there's an even count, the median is the mean of the two middle values.

Try it

Median of 1, 3, 5, 7, 9

5 (the middle one).