Why use the median?
When a few very large or very small values pull the mean away from “typical,” the median stays anchored to the middle of the distribution. That is why income and home-price summaries often cite medians instead of averages.
Definition this tool uses
Values are sorted in ascending order. For n numbers, if n is odd the median is element (n + 1) / 2 in that sorted list (one-based). If n is even, the median is the arithmetic mean of elements n / 2 and n / 2 + 1.
Related tools
Need mean, mode, and range in one place? Use the average calculator. For comparing measured vs reference values with percent error, open the percent error calculator.