Number Sorter
Paste numbers, pick ascending or descending, and get a sorted list with min, max, sum, and average in one click.
Last updated: May 29, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is Number Sorter?
Number Sorter accepts a list of numbers in any format — comma-separated, space-separated, newline-separated, or mixed — sorts them numerically (not lexicographically), optionally removes duplicates, and outputs the result in your chosen format. It also computes statistics: count, minimum, maximum, sum, and average of the sorted values.
How to Use Number Sorter
Paste numbers into the input.
Choose ascending or descending.
Optionally enable Remove Duplicates.
Copy the sorted output.
Common Use Cases
- Sorting a list of benchmark results or latency measurements.
- Ordering product IDs, port numbers, or test values.
- Finding the min, max, and average of a data set at a glance.
- Deduplicating and ordering a comma-separated number list from a spreadsheet.
Example Input and Output
A list with duplicates is sorted descending with duplicates removed.
42, 7, 19, 3, 88, 15, 3, 788
42
19
15
7
3Privacy
All processing runs locally in the browser.

