Evergreen concept
GuideWhat Is Natural Sort Order?
Natural sort puts item2 before item10 by understanding numbers inside strings — unlike plain alphabetical sort.
Plain alphabetical vs natural
Alphabetical compare is character-by-character: file10 sorts before file2 because 1 < 2. Natural sort parses number runs so file2 < file10.
Use Natural mode on Text Sorter for versioned filenames and numbered labels. See also Natural vs Alphabetical and more Guides.
Related Tools
Frequently Asked Questions
When should I use numeric mode instead?
When each line starts with a standalone number (scores, quantities). Use natural when numbers are embedded in text.