Median Calculator — Middle Value of a Number List

Calculator

A median calculator finds the middle value after sorting a list of numbers.

What is it

The median is the center value in sorted data. If the list has an even number of values, the median is the average of the two middle values.

median = middle value of sorted data

How to use

  1. 1Enter the number list.
  2. 2Press calculate.
  3. 3Check the median after sorting.

Reference

Median Calculator — Middle Value of a Number List Reference
InputMedian
10,20,30,40,5030
1,2,9,105.5

Sources & standards

FAQ

How is median different from average?

Average adds all values and divides by count, while median is the middle value of sorted data.

Is median calculator input sent to a server?

No. This tool runs in your browser and does not send input to a server.

Related tools