Example 1
- 1
- 5
- 3
- 4
- 2
3
What is the median of 1, 5, 3, 4, 2? 3. Middle after sorting.
Type five numbers in five fields. The calculator sorts them and returns the middle. 1, 5, 3, 4, 2 give 3. 10, 10, 10, 10, 10 give 10. 1, 2, 3, 4, 100 give 3.
Exactly five fields, not a list. After sorting the result is the third value. An integer median goes as a string.
Enter data and click Calculate.
The median of five numbers is the middle value after ordering. The calculator builds an array from five fields, sorts it, and returns arr[2], the third. 1, 5, 3, 4, 2 line up as 1, 2, 3, 4, 5, so the middle is 3.
This is not a list from one field. The neighbouring median calculator takes any sequence and, for an even count, averages the two middles. Here you always have five separate entries and one middle.
The fields are a through e. Typed order does not matter, because the calculator is sorting anyway. 10, 10, 10, 10, 10 give 10. 1, 2, 3, 4, 100 give 3: one hundred does not move the middle, unlike the arithmetic mean.
The arithmetic mean of that same five 1, 2, 3, 4, 100 climbs. The median stays 3. That is why those two cards sit next to each other.
The header units switch does not multiply anything. 1, 5, 3, 4, 2 stay 3 whatever the label says. An integer result is String, with no six zeros.
1, 5, 3, 4, 2 give 3. All tens give 10. 1, 2, 3, 4, 100 give 3. Five fields, the middle after sorting.
median = sort([a, b, c, d, e])[2]
Median of five fields. The calculator is sorting and takes the middle. 1, 5, 3, 4, 2 give 3. 1, 2, 3, 4, 100 give 3.
3
What is the median of 1, 5, 3, 4, 2? 3. Middle after sorting.
10
What is the median of five 10s? 10. All equal.
3
What is the median of 1, 2, 3, 4, 100? 3. One hundred does not move the middle.
3. After sorting 1, 2, 3, 4, 5, the third is 3.
No. Five separate fields. The list lives on the median calculator next door.
10. Five equals, the middle is 10 too.
3. One hundred sits at the end after sorting and does not move the middle.
No. The calculator is sorting anyway. 5, 1, 4, 2, 3 also give 3.
The mean follows an outlier. 1, 2, 3, 4, 100 have mean 22, median 3.
Here you always type five entries, so there is one middle. Averaging two middles is on the list card.
Yes, when the middle is not an integer. An integer goes as a string.
Yes. 1.5 and 1,5 are the same number.
On the arithmetic mean calculator. Here you stay with the middle of five fields.
The calculator computes the same formula as the definition below.
Page updated in 2026.