Find the median (middle value) of any set of numbers with MaiCalcs. Perfect for statistics, data analysis, and understanding central tendency.
• Odd count: Middle value
• Even count: Average of two middle values
• Numbers must be sorted first
• Robust to outliers
• [1, 3, 5] → Median = 3
• [1, 2, 3, 4] → Median = 2.5
• [10, 20, 30] → Median = 20
Enter numbers and click Calculate to find the median