Greatest to Least Calculator

Sort numbers from greatest to least.

Sorted (descending) 27, 18, 14, 9, 3

Formula: Sort the values in decreasing order

Step-by-step with your numbers:
1. Values used:
2. Value 1 = 14
3. Value 2 = 3
4. Value 3 = 27
5. Value 4 = 9
6. Value 5 = 18
7. Value 6 = 0
8.
9. Sorted (descending) = 27, 18, 14, 9, 3
Did we solve your problem today?

Order a list of numbers from largest to smallest.

The math behind it

Compare the values and arrange them in decreasing order. Leave entries at 0 to ignore them.

Worked example

14, 3, 27, 9, 18 → 27, 18, 14, 9, 3.

FAQ

Where is descending order useful?

Leaderboards, rankings and top-N lists.