How to Rename Screenshots Automatically on Mac (2026)

Josef Moucachen··File Organization

Learn More in the Docs

Every Mac user knows the pile: Screenshot 2026-06-10 at 9.14.22 AM.png, forty times over, on the Desktop. The timestamp tells you when you pressed ⇧⌘4 — never what you captured. Three weeks later, finding the one screenshot with the error message or the receipt means opening them one by one.

This guide covers what macOS can do about it natively (less than you'd hope), and how to get screenshots that name themselves by content.

What macOS lets you change

1. The default prefix

macOS builds screenshot names as <prefix> <date> at <time>. You can change the prefix in Terminal:

defaults write com.apple.screencapture name "Capture"
killall SystemUIServer

New screenshots become Capture 2026-06-10 at 9.14.22 AM.png. Reset with defaults delete com.apple.screencapture name. Useful for branding the pile — but it's still a timestamp, not a description.

2. The save location

Press ⇧⌘5, open Options, and pick a save destination — or set a custom folder:

defaults write com.apple.screencapture location ~/Screenshots
killall SystemUIServer

Moving screenshots off the Desktop into a dedicated folder is worth doing regardless of everything else in this guide: it gives automation one predictable place to work with.

3. Manual renaming

You can rename any screenshot in place (select it, press Return), and Finder's batch rename (select files → right-click → Rename) can replace text or add a prefix across many files at once. But Finder operates on the name, not the image — it cannot tell your Stripe settings screenshot from a meme. For the mechanics, see our batch rename guide.

That's the ceiling for built-in tools: better prefix, better folder, same meaningless names.

The actual fix: name screenshots by their content

Screenshots are unusually easy for AI to name well, because most of them are full of text — error messages, invoice totals, settings panes, confirmation numbers. OCR reads that text, and a vision model understands the layout, so a meaningful name is almost always extractable:

BeforeAfter
Screenshot 2026-06-10 at 9.14.22 AM.png2026-06-10_Stripe-Invoice-Settings.png
Screenshot 2026-06-08 at 14.03.51.png2026-06-08_Checkout-Error-Card-Declined.png
Screenshot 2026-05-30 at 11.21.07.png2026-05-30_Figma-Pricing-Page-Comparison.png

NameQuick does this automatically with a watch folder: point it at your screenshot folder once, and every new capture gets renamed the moment it lands.

Set it up in five minutes

  1. Download NameQuick — the free 7-day trial includes 50 renames, no credit card.
  2. If you haven't already, set a dedicated screenshot folder (step 2 above). Desktop works too.
  3. In NameQuick, click + next to Folders and choose that folder.
  4. Toggle Auto on and pick a behavior — Smart Rename for free-form descriptive names, or a Preset like {date}_{description} if you want every screenshot to follow the same pattern.
  5. Take a screenshot and watch it rename itself.

Prefer to approve names before they're applied? Use review mode instead of Auto — see Rename Modes.

Go one step further: file them automatically

Renaming is half the win. Rules handle the other half: move renamed screenshots into monthly subfolders, tag work captures, or archive anything older than 30 days. Combined with Content Search, you can also find any screenshot later by the words inside it — even ones you never renamed.

If your whole Downloads folder needs this treatment, not just screenshots, start with the broader AI file organizer guide.

Privacy note

Screenshots often contain sensitive material — invoices, dashboards, conversations. NameQuick can run with a local AI model (Ollama, LM Studio, or MLX), so screenshot content never leaves your Mac. With cloud providers, only the extracted content goes to the provider you chose; files are never uploaded to NameQuick's servers.

Set this up in five minutes

Watch folder + OCR = screenshots named by content, the moment you take them. 50 free renames to try it.

Joinhappy customers

FAQ

Can macOS rename screenshots by content natively?

No. macOS controls the prefix, the timestamp format, and the save location — it has no built-in way to generate a name from what the screenshot shows.

Does this work with CleanShot or other screenshot tools?

Yes — watch folders don't care what created the file. Point NameQuick at whatever folder your screenshot tool saves into.

What about screenshots I already have?

Drop them onto NameQuick or process the folder from the Library view — the same renaming works on a backlog of hundreds as on new captures. Every rename is reversible, and original timestamps are preserved.

Will it rename things I don't want renamed?

You control the scope: only watched folders are touched, you can use review mode to approve every name, and undo restores any rename with one click.

Josef builds NameQuick and writes about practical file organization, automation, and macOS document workflows.

Try it on your screenshot pile

Never scroll through timestamps again

NameQuick renames screenshots by what they show — automatically, with undo for everything.

Joinhappy customers