Median Calculator
Finds the median (middle value) of a set of numbers. Enter numbers separated by commas or spaces.
Finds the median (middle value) of a set of numbers. Enter numbers separated by commas or spaces.
Use cases
- Finding the middle value of a data set for a statistics assignment
- Checking a median that's less skewed by outliers than an average
Examples
Seven numbers
1, 3, 3, 6, 7, 8, 9
{"median": 6.0}FAQ
Is my data sent to a server?
Yes — the calculation runs on the server for this tool.