Median Calculator
Find the median (middle value) of your data set along with quartiles and other statistics.
Enter Your Data
Sorted Data:
5, 7, 12, 14, 15, 22, 30, 36, 42, 53
Median
18.5
Position: 5 and 6 in sorted list
Five Number Summary
Min
5
Q1
12
Median
18.5
Q3
36
Max
53
Additional Statistics
Count10
Mean23.6
Range48
Interquartile Range (IQR)24
How to Find the Median
For Odd Count
Median = Middle value
Position = (n + 1) / 2
Position = (n + 1) / 2
For Even Count
Median = Average of two middle values
Position = n/2 and (n/2 + 1)
Position = n/2 and (n/2 + 1)