Number Sorter
Sort numbers in ascending or descending order
Sorted numbers will appear here...About Number Sorter
Number Sorter is a free online tool that arranges any list of numbers into ascending or descending order in a single click. Paste or type your values — separated by commas, spaces, or line breaks — and the tool instantly reorders them from smallest to largest, or largest to smallest, while also computing five summary statistics: count, minimum, maximum, sum, and average.
You would reach for this tool whenever you need to quickly order a raw list of numbers that does not live in a spreadsheet. Common situations include ranking test scores before grading, ordering timestamps or measurements for a report, spotting the outliers in a dataset, or preparing a clean sorted list to paste into a document or code file. The "Prevent Repeats" option deduplicates the list first, so you can go from a messy data dump to a unique, sorted sequence in one pass — something that takes multiple steps in a spreadsheet.
Everything runs entirely in your browser. Your numbers are never transmitted to any server, stored in a database, or logged anywhere. There are no accounts, no rate limits, and no cost — just paste, sort, and copy.
Key Features
Three flexible input formats
Accepts comma-separated, space-separated, or line-break-delimited lists. Match whichever format your data already uses without reformatting it first.
Ascending and descending order
Sort from smallest to largest for rankings and minimums, or largest to smallest to surface the highest values first. Switch between them without re-entering your data.
Correct numeric ordering
Numbers are sorted by value, not alphabetically. The list "10, 9, 2" sorts to "2, 9, 10" in ascending order, not "10, 2, 9" as a text sort would produce.
Decimals and negative numbers
Handles integers, decimal numbers like 3.14, and negative values such as -7.5 all in the same list, sorting them in proper numeric order.
Duplicate removal
Enable "Prevent Repeats" to strip duplicate values before sorting, producing a unique sorted sequence — useful for normalizing lists of IDs, scores, or measurements.
Instant summary statistics
After every sort, the tool displays count, minimum, maximum, sum, and average — so you get the key descriptive stats without opening a spreadsheet.
How to Use
Enter Your Numbers
Type or paste your numbers in the input area. Choose the input method: comma-separated, space-separated, or one number per line.
Choose Sort Options
Select ascending or descending order, and optionally enable "Prevent Repeats" to remove duplicate numbers.
Sort and Copy
Click the Sort button to see your sorted numbers. Copy the result to your clipboard or view statistics about your data.
Example
A comma-separated list of quiz scores — including a duplicate and a decimal — sorted in descending order with "Prevent Repeats" enabled.
88, 72, 95, 60, 88, 73.5, 100, 60, 91 100, 95, 91, 88, 73.5, 72, 60 Common Use Cases
- arrow_circle_right
Ranking test or quiz scores
Paste a set of student scores and sort them in descending order to build a grade ranking instantly. Unlike the Grade Calculator (which computes letter grades from a single score), this tool orders an entire list of raw numbers for comparison.
- arrow_circle_right
Sorting measurement data before analysis
When you have a column of measurements — temperatures, lap times, weights — copy the values and sort them to find the range, spot outliers, and prepare the data for further processing.
- arrow_circle_right
Ordering numeric IDs or timestamps
Sort a batch of ticket numbers, order IDs, or Unix timestamps into sequence. This is a pure ordering task, distinct from converting a number to words or computing a percentage.
- arrow_circle_right
Deduplicating and sorting a numeric list in one step
Enable "Prevent Repeats" to remove duplicates and sort simultaneously. Useful when merging two datasets that may share values and you need a clean unique sorted list for a report or config file.
- arrow_circle_right
Quick descriptive stats without a spreadsheet
After sorting, the count, min, max, sum, and average panel gives you the core descriptive statistics of your dataset without opening Excel or running a script.