IP Address Sorter
Paste multiple IPv4 addresses one per line and it sorts them in numeric order and removes duplicates. All processing happens inside your browser.
Enter the IP list to sort.
-
Sorted IPs
How to use
- Paste IP addresses one per line.
- Select the remove-duplicates and descending options.
- Click "Sort" and grab the result with "Copy".
Frequently asked questions
What is the sort based on?
Each IPv4 address is converted to a 32-bit number and sorted by magnitude. Unlike string sorting, 10.0.0.2 comes before 10.0.0.10.
What happens to invalid lines?
Lines that are not in IPv4 format are collected separately below the result and excluded from sorting.
Are the entered values sent to a server?
No. All processing happens only inside your browser, and the values are never sent to or stored on any server.