Sort Numbers
Sort a list of numbers by value, ascending or descending, handling integers, decimals, and negatives.
- Runs in your browser
- Nothing uploaded
- Free, no sign-up
Sorted locally in your browser. Your numbers never leave this tab.
How to Use Sort Numbers
- Enter numbers, one per line. Integers, decimals, and negatives all work.
- Choose the order. Ascending for low to high, or descending for high to low.
- Sort. The numbers are ordered by their value, not as text.
- Copy the result. Click Copy result. It all runs in your browser.
Frequently Asked Questions
Does it sort by value or as text?
By value. So 10 comes after 2, unlike text sorting where 10 would come before 2.
Can it handle decimals and negatives?
Yes. Decimal points and minus signs are read correctly, so -7.1 sorts below 0 and 3.5.
Are the original values kept exactly?
Yes. Each number is shown exactly as you typed it, just reordered.
What order options are there?
Ascending from low to high, or descending from high to low.
Is anything uploaded?
No. The sorting runs in your browser, so nothing leaves the tab.
Related Tools
Calculate Fibonacci Numbers →
Calculate Fibonacci Numbers Generate up to 5,000 Fibonacci numbers with exact BigInt precision. Free,…
Calculate Lucas Numbers →
Calculate Lucas Numbers - Generate up to 5,000 Lucas numbers with exact BigInt precision.…
Generate Prime Numbers →
Generate Prime Numbers List every prime up to 10,000,000 with the Sieve of Eratosthenes.…
Convert Numbers to Image →
Render any number or text as a PNG / JPEG with custom font, color,…
Convert Numbers to Words →
Convert numbers to English words. Cardinal, ordinal, check-writing format. BigInt for huge numbers, decimal…
Convert Words to Numbers →
Convert English number words to numbers (and back). Supports negative, billions, quintillions. Free, client-side,…
Filter Numbers →
Filter a list of numbers - gt, lt, eq, even/odd, positive/negative, integer/decimal, unique, between,…
Generate Even Numbers →
Generate the first N even numbers (2, 4, 6, 8, ...) with your chosen…
Generate Odd Numbers →
Generate the first N odd numbers (1, 3, 5, 7, ...) with your chosen…
Sort Digits of a Number →
Sort the digits of a whole number in ascending or descending order, with the…
Add Hex Numbers →
Add Hex Numbers instantly. Free, offline, client-side tool that outputs results in both hex…
Calculate Bitwise AND of Hexadecimal Numbers →
Perform bitwise AND on hexadecimal numbers instantly. Free, secure, client-side tool.