Summary
Find the median of a numeric list.
Calculation details
Enter comma-separated numbers. Calculations retain raw JavaScript number precision; display values are rounded to at most six decimal places.
Formula
Sort values; middle value or average of two middle values.
Worked example
Median Calculator example
Median is 6.
How it works
Enter a comma-separated numeric list. Values are sorted; the median is the middle value or the average of the two middle values.
Frequently asked questions
How accurate is the Median Calculator?
The calculation keeps raw numeric precision and rounds only the displayed result to at most six decimal places.
What should I do with an invalid result?
Check that every visible value is finite and that no required divisor is zero.