Stop screenshots cluttering your Desktop
macOS drops every screenshot on your Desktop by default. Here are the fixes, from the thirty-second one to the one that actually solves it.
1. Change where screenshots are saved
The direct fix. Press ⌘⇧5, click Options, and pick a different location under “Save to” — Documents, or a folder you make for the purpose.
From the command line:
mkdir -p ~/Pictures/Screenshots
defaults write com.apple.screencapture location ~/Pictures/Screenshots
killall SystemUIServer
To go back to the default:
defaults delete com.apple.screencapture location
killall SystemUIServer
The catch: the mess moves, it doesn’t go away. In six months that folder has four hundred files in it and finding anything is just as hard — the Desktop is simply no longer the place you notice.
2. Hide Desktop icons entirely
Doesn’t organise anything, just stops you seeing it:
defaults write com.apple.finder CreateDesktop false
killall Finder
Reverse it with true. The files are all still there, reachable from Finder
under Desktop.
Genuinely useful before a screen share or a presentation.
3. Use Stacks
Right-click the Desktop → Use Stacks, or Finder → View → Use Stacks.
macOS groups Desktop files into tidy piles by kind, so every screenshot collapses into one stack. Right-click → Group Stacks By → Date Added makes it more useful still.
Zero effort and it looks much better. It’s cosmetic — the files and the retrieval problem are unchanged.
4. Turn off the floating thumbnail
Not clutter exactly, but the preview that hovers in the corner after every capture delays the file being written and gets in the way.
⌘⇧5 → Options → uncheck “Show Floating Thumbnail”.
5. Clean up on a schedule
A Finder Smart Folder, or Hazel if you own it, can move or delete screenshots older than N days automatically.
A Hazel rule that works well: if kind is image, and name starts with “Screenshot”, and date added is more than 30 days ago, move to an archive folder.
The catch: you’re now deleting things you might need, on a timer, without looking at them.
6. File them automatically and keep them findable
This is the version that actually solves the problem, because the reason the Desktop fills up isn’t laziness — it’s that a screenshot has no good home. You can’t name it usefully at capture time, and you don’t yet know whether you’ll need it.
An app that watches your screenshot folder can move each capture into a library, read the text inside it, and index it so it’s findable by content rather than by filename. The Desktop stays empty and the screenshot is still there when you want it.
Screenshot Inbox does exactly this, and a few other Mac apps take a similar approach. Worth checking before you pick one:
- Where does the text recognition happen? On your Mac, or uploaded to a server?
- What happens to the original? Moved, copied or deleted — and can you choose?
- How do you get things back out? If exporting is awkward, you’ve traded a messy Desktop for lock-in.
What we’d actually suggest
If you rarely need old screenshots: change the save location (option 1) and add a cleanup rule (option 5). Costs nothing.
If you regularly go hunting for one you took weeks ago: the Desktop was never the real problem. Automatic filing plus a searchable index is the fix, and that’s worth paying for.
Either way, turn off the floating thumbnail. Everyone is happier.