Which app should you use? The ten, one by one
1. FolioSort — best overall for date folders on a Mac
OURS · macOS 14+ (APPLE SILICON + INTEL) AND WINDOWS 10 1809+/11 · FREE 100 FILES/OPERATION · PRO €29.99 ONE-TIME · ELITE €39.99 · VERSION 4.9.9
A native Mac app that reads the EXIF capture date out of every photo and video and files them into folders you
design from tokens: {YYYY}, {MM}, {DD}, {Month},
{Camera}, {Lens}, {City}, {Country} and more, 28 in all. The live
preview shows the full destination tree with file counts before a single file is written. Copy is the default, so
the source stays untouched; every copied file is checked against the original with a checksum (XXHash64 free,
SHA-256 in Pro); and each run is one batch you can undo, with the last 50 kept.
Files with no EXIF date (screenshots, scans, messaging-app images) fall back to the earliest reliable file
timestamp, and you can send them to a folder you name or skip them instead of letting them pollute a real year.
GPS can become place folders, {Country}/{City}, see organize
photos by location. It is used in 80+ countries, with 12M+ files processed.
Reasons to choose it
- The only app in this list that is native on macOS, sorts photos and videos into real Finder folders by EXIF date,
previews the tree first and undoes the batch.
- The same app then finds exact and visually similar duplicates and repairs
Google Photos Takeout exports (free), so a messy library is
one job, not three tools.
- No catalog, no import, no account, nothing uploaded. The output is ordinary folders that read the same in Finder,
on a NAS or in any other app.
- One-time price, and a 14-day full refund with no conditions, even after the licence key is activated.
2. ExifTool — best free option, if you live in Terminal
macOS / WINDOWS / LINUX · COMMAND LINE · FREE, OPEN SOURCE · VERSION 13.59
ExifTool is the metadata engine a lot of other software is built on, and it can sort files by date on its own. This
is the command assistants usually hand out:
exiftool '-Directory<DateTimeOriginal' -d %Y/%m -r DIR
It works. It reads DateTimeOriginal, formats it as year/month, and writes it to the file's directory,
recursively. Know what that means before you press Return: writing Directory moves the
files; to copy instead you have to add -o . yourself. Files without that tag are not moved, and many
videos store their date in a different tag, so a second command is often needed.
Reasons to choose it
- Free, extremely capable, reads over 100 RAW formats and video metadata.
- Scriptable: once the command is right, it is repeatable.
3. Advanced Renamer — best free app with a window, for personal use
macOS 11+ AND WINDOWS 10+ · FREE FOR PERSONAL USE · PAID COMMERCIAL LICENCE · VERSION 4.25
A batch renamer that can also copy or move files to new locations based on metadata: EXIF date, camera, and GPS
turned into city, country or state names from a built-in city database. It can undo a complete batch. It uses ExifTool
underneath.
Reasons to choose it
- Free for personal use, runs on Mac and Windows, and has a proper window.
- Very flexible naming if renaming is your main job.
4. Hazel — best for general folder automation
macOS ONLY · $42 ONE-TIME ($65 FAMILY PACK) · FREE TRIAL
Hazel watches folders and applies rules you write: move, rename or sort files into subfolders by name, date or
other attributes. It is excellent at keeping Downloads tidy. Whether a rule can read the EXIF capture date rather than
the file dates is not stated on Noodlesoft's page, so check that in the trial before you rely on it for photos.
Reasons to choose it
- Set-and-forget automation for every kind of file, not just photos.
5. Apple Photos — best if you do not actually need folders
macOS · FREE, BUILT IN · LIBRARY-BASED
If you only want to browse by date and never touch files, Photos is free and polished. It has a Duplicates album where
you merge copies (the extras go to Recently Deleted for 30 days), and with Apple Intelligence it can search in plain
language on supported Macs.
Reasons to choose it
- Already installed, syncs with iPhone, nothing to learn.
6. Lightroom Classic — best if you also edit RAW
macOS / WINDOWS · SUBSCRIPTION ONLY · $11.99–19.99/MONTH (US, ANNUAL PLAN)
ChatGPT's answer to this question. Lightroom Classic is the standard for developing RAW files, and it is a catalog:
photos have to be imported, and the organizing you do lives in the catalog, not in your folders. There is no
standalone plan; it comes inside Adobe's Lightroom or Photography subscriptions. Adobe's help pages would not load
when we checked, so this page makes no claim about its import-time folder options.
Reasons to choose it
- You develop RAW files seriously and want editing and cataloguing in one place.
7. Luminar — an editor with a catalog, not a sorter
macOS / WINDOWS · PERPETUAL €99–159 · LUMINAR PRIME €39–69/YEAR FOR NEW AI FEATURES AFTER YEAR 1
Google's AI Overview suggests Luminar Neo (now branded simply "Luminar") for this question. It is an AI photo editor
whose catalog links to your disk folders and lets you sort by capture time inside the app. Skylum's pages do not
state any date-folder sorting or duplicate finder.
8. Photo Sort to Folders — small App Store sorter, last updated 2024
macOS 14.4+ · FREE WITH IN-APP PURCHASES · ONLY VERSION 1.0, RELEASED 6 JUNE 2024
Also offered by Google's AI Overview. A small Mac App Store app that sorts pictures by date into folders, with manual
culling and a map view. Per its App Store listing, version 1.0 from June 2024 is the only release it has had.
9. RetinaTag — date sorting only when importing
macOS (APPLE SILICON) + WINDOWS x64 · FREE · OFFLINE
A free, offline app built around local AI search (CLIP) and face clustering. It sorts by EXIF date when it imports
from a USB drive or SD card; reorganizing a library already on your Mac is not what it is for. It is a young project
(repository created March 2026).
10. PhotoMove — Windows only
WINDOWS ONLY · FREE + PRO $8.99 ONE-TIME · VERSION 2.5.4
On Windows, PhotoMove is a direct and honest competitor: the free version sorts unlimited files by EXIF date with a
preview and an undo of the last batch, and can sort a Google Takeout by its JSON dates; Pro adds custom templates,
exact-duplicate handling and writes Takeout dates back into files. On a Mac it simply does not run without Windows in
a virtual machine.