Where do screenshots go on a Mac?
By default, macOS saves screenshots to your Desktop as PNG files named for the moment you took them — for example “Screenshot 2026-08-16 at 3.42.15 PM.png”. You can send them somewhere else from the capture toolbar: press ⇧ Shift ⌘ Cmd 5, choose Options, and pick a folder under “Save to”.
Change where screenshots are saved
- 1Open the capture toolbar
Press ⇧ Shift ⌘ Cmd 5. A control bar appears at the bottom of the screen.
- 2Choose Options → Save to
Pick Documents, Clipboard, Mail, Messages, Preview — or Other Location to choose any folder. New captures go there from now on; ones you have already taken stay where they are.
- 3Or set it from Terminal
Create the folder first, then point the capture service at it and restart it:
mkdir -p ~/Pictures/Screenshots defaults write com.apple.screencapture location ~/Pictures/Screenshots killall SystemUIServer
“My screenshots aren’t on the Desktop”
This is usually one of four things, in rough order of likelihood.
You copied instead of saved. If ⌃ Control was held down with the shortcut, the capture went to the clipboard and no file was ever created — paste it somewhere before you take another screenshot, or it is gone.
iCloud is holding the Desktop. With Desktop & Documents syncing turned on in iCloud Drive, your Desktop lives in iCloud, and files that have been offloaded show a small cloud icon instead of a thumbnail. They are not lost; click one to download it. Look under iCloud Drive → Desktop in the Finder sidebar rather than at the local folder.
The save location was changed. Someone — a previous setup, a colleague, a tutorial you followed — may have pointed captures at another folder. Press ⇧ Shift ⌘ Cmd 5 and look at Options → Save to; the current destination has a checkmark.
The capture never happened. If you pressed Esc, clicked away mid-drag, or another app had grabbed the shortcut, macOS silently takes nothing.
How to find an older screenshot
macOS names screenshots consistently, which makes them easy to round up even when they have scattered.
- 1Search the Finder by name
Open a Finder window, press ⌘ Cmd F, set the search to This Mac, and type “Screenshot”. Every capture macOS has named is in that result — sort by Date Added to walk back in time.
- 2Narrow it by kind and date
In the Finder search bar you can type “kind:image” and add a date term like “created:8/16/2026” to trim a long list down to one afternoon.
- 3Look inside the image with Live Text
Select a screenshot and press Space for Quick Look. On recent macOS you can select and copy the text inside the image directly from that preview — useful for confirming you have the right one.
The real problem isn’t the folder
Knowing the folder only helps if you know when you took the shot. In practice you remember the opposite: what was in it. The error message. The total on the receipt. The name on the badge. The seat number.
Filenames made of timestamps cannot answer any of those questions, and neither the Finder nor Spotlight indexes what your screenshots actually show. So the search you want — the one by content — is the one you cannot run.
Search screenshots by what’s in them
Bunny Screenshot reads every capture on your Mac and gives it a real title, tags, and searchable text — so “that Stripe invoice” or “the parking receipt” finds the file, no matter which folder it landed in or when.
Captures are read on your Mac. It is local by default; the only network calls are the ones you choose.
- ✓Natural-language search across every screenshot you have
- ✓Real titles instead of “Screenshot 2026-08-16 at 3.42.15 PM”
- ✓Watches the folder you actually save to, wherever that is
- ✓Results in Spotlight, and an MCP server so your AI tools can search them too
- ✓Free to use; no account, and macOS 26 or later on Apple silicon
Questions people ask
Where do screenshots go on a Mac by default?
To the Desktop, saved as PNG files named “Screenshot [date] at [time].png”. That has been the default for many years of macOS releases.
Why are my screenshots not showing up on my Desktop?
The most common causes are holding ⌃ Control (which copies to the clipboard instead of saving a file), iCloud Desktop syncing having offloaded the files, or the save location having been changed in the ⇧ Shift ⌘ Cmd 5 toolbar.
Can I change the screenshot folder permanently?
Yes. Press ⇧ Shift ⌘ Cmd 5, choose Options, then pick a folder under “Save to”. The setting persists across restarts. The Terminal equivalent is “defaults write com.apple.screencapture location”, followed by “killall SystemUIServer”.
How do I find a screenshot if I don’t know when I took it?
Searching the Finder for “Screenshot” gathers every capture macOS has named, but it can only sort by date. To find one by what it shows, you need something that reads the images — that is what an on-device screenshot organizer does.
Do screenshots go to Photos on a Mac?
No. On a Mac they are saved as files on the Desktop or your chosen folder. iPhone and iPad put screenshots in the Photos library, which is a common source of confusion when you use both.