The default: your Desktop
When you press Cmd+Shift+3 or Cmd+Shift+4, macOS saves the screenshot as a PNG file on your Desktop. The filename follows the pattern Screenshot 2026-05-06 at 14.32.15.png — the date and time of capture, down to the second.
If you're on macOS Tahoe with an HDR-capable display, screenshots may save as HEIC instead of PNG. This catches a lot of people off guard. If your screenshots suddenly have a .heic extension, that's why.
The Desktop location made sense when Macs had small screens and screenshots were rare. Today, most people take dozens of screenshots a day, and the Desktop becomes a graveyard of Screenshot... files that you can never find when you need them.
How to find a screenshot you just took
If you just took a screenshot and can't find it, check these locations in order:
1. Look at your Desktop
The screenshot is probably there, buried under other files. Right-click the Desktop, choose Sort By > Date Added to push the most recent file to the top-left corner.
2. Check the clipboard
If you held Control while taking the screenshot (e.g., Cmd+Control+Shift+4), the screenshot went to your clipboard instead of saving as a file. Open any app and press Cmd+V to paste it. No file was created.
3. Search Finder
Open Finder, press Cmd+F, and search for Screenshot. Set the scope to "This Mac" instead of the current folder. Sort results by Date Modified to see the most recent captures first.
4. Check your configured save location
You (or someone else) may have changed the default save location at some point. Press Cmd+Shift+5 to open the Screenshot toolbar, click Options, and look at the Save to section. The currently selected location has a checkmark next to it.
5. Check other Desktop Spaces
If you use multiple Desktop Spaces (Mission Control), the screenshot file lands on the Desktop of the Space you were in when you captured it. Swipe between Spaces to check, or search in Finder to skip the hunt.
How to change where screenshots are saved
There are two ways to change the default save location. The GUI method is simpler. The Terminal method gives you more control.
Method 1: Screenshot toolbar (macOS Mojave and later)
- Press Cmd+Shift+5 to open the Screenshot toolbar
- Click Options
- Under Save to, choose from the preset locations or click Other Location…
- Select any folder on your Mac
The preset options include Desktop, Documents, Clipboard, Mail, Messages, and Preview. If you choose Clipboard, no file is saved — the screenshot goes directly to your clipboard for pasting.
Method 2: Terminal command
Open Terminal and run:
# Change screenshot save location to a custom folder
defaults write com.apple.screencapture location ~/Screenshots
killall SystemUIServer
Replace ~/Screenshots with any path you want. The folder must already exist — macOS won't create it for you. Create it first with mkdir ~/Screenshots if needed.
To reset back to the Desktop:
# Reset to default Desktop location
defaults delete com.apple.screencapture location
killall SystemUIServer
Method 3: Third-party screenshot tools
Apps like LazyScreenshots, CleanShot X, and Shottr let you configure save locations in their preferences. Most also offer smarter options like auto-organizing by date, project, or app — things macOS doesn't do natively.
LazyScreenshots saves your captures to a organized location and lets you find any screenshot instantly — no more digging through Desktop clutter.
Try LazyScreenshots FreeBest save locations for different workflows
Where you save screenshots depends on what you do with them. Here are the most practical options:
| Workflow | Best save location | Why |
|---|---|---|
| Quick sharing (Slack, email) | Clipboard | No file created — paste directly |
| Documentation / tutorials | Project subfolder | Screenshots stay with the docs they belong to |
| Bug reports | ~/Screenshots/bugs/ | Separates bug evidence from general captures |
| Design reviews | Project folder by date | Version history is built into the folder structure |
| General / personal | ~/Screenshots/ | Off the Desktop, easy to find, easy to clean up |
The iCloud Desktop sync problem
If you have iCloud Desktop & Documents enabled (System Settings > Apple Account > iCloud > iCloud Drive > Desktop & Documents Folders), every screenshot saved to the Desktop automatically syncs to iCloud. This has three consequences:
- Storage usage. Retina Mac screenshots are 5–15 MB each. Take 20 screenshots a day and you're burning 100–300 MB of iCloud storage daily.
- Sync delays. When you take a screenshot on your Mac, there's a lag before it appears on your iPhone or iPad. If you need the screenshot immediately on another device, AirDrop is faster.
- Privacy. Screenshots may contain sensitive information — API keys, personal messages, financial data. Syncing them to iCloud means they're stored on Apple's servers and visible on every device signed into your Apple Account.
To avoid iCloud sync for screenshots, save them to a folder outside of Desktop and Documents. ~/Screenshots/ (in your home directory, not inside Documents) won't sync to iCloud unless you've enabled full-disk iCloud sync.
Organizing screenshots so you can actually find them
Changing the save location is step one. Keeping screenshots organized over time is the harder problem.
Create a folder structure
A simple structure that works for most people:
~/Screenshots/
inbox/ # Where new screenshots land
projects/ # Organized by project or client
archive/ # Old screenshots you might need someday
Set your default save location to ~/Screenshots/inbox/. Once a week, move screenshots you want to keep into the appropriate project folder. Delete the rest.
Use Smart Folders in Finder
Finder Smart Folders update automatically based on search criteria. Create one that shows all screenshots taken in the last 7 days:
- Open Finder, press Cmd+F
- Set the search scope to your Screenshots folder
- Add criteria: Kind is Image and Created date is within last 7 days
- Click Save and name it "Recent Screenshots"
Pin this Smart Folder to your Finder sidebar for one-click access to recent captures.
Auto-sort with Automator or Shortcuts
You can create a Folder Action that automatically moves or renames screenshots as they arrive. In Automator, choose Folder Action, set it to watch your screenshot folder, and add actions to rename files with a date prefix or move them based on the app that was frontmost when you captured.
On macOS Monterey and later, the Shortcuts app can do the same thing with more flexibility. Create a shortcut that triggers on a new file in your screenshot folder, renames it based on rules you define, and files it into the appropriate subfolder.
Verify your current screenshot settings
To see all your current screenshot configuration at once, run this in Terminal:
# Show all screenshot-related settings
defaults read com.apple.screencapture 2>/dev/null || echo "Using system defaults"
This displays the save location, file format, whether shadows are enabled, and any other customizations you've made. If it says "Using system defaults," you haven't changed anything — screenshots go to the Desktop as PNG files.
What to do when screenshots disappear
If screenshots seem to vanish after you take them, work through these fixes:
The floating thumbnail swallowed it. On macOS Mojave and later, a thumbnail preview appears in the corner after each capture. If you click and drag it somewhere, the file goes to that location instead of the default save folder. If you accidentally dragged it into an app or folder, that's where it went.
A third-party app intercepted it. Screenshot tools like CleanShot X, Snagit, and others can override the system screenshot shortcuts. Check if a third-party tool is capturing instead of macOS. Look in your menu bar for screenshot app icons.
The disk is full. If your startup disk is completely full, macOS can't write the screenshot file. Check storage in System Settings > General > Storage. Free up space and try again.
Permissions are blocking it. On macOS Sequoia and Tahoe, apps need Screen Recording permission to capture screenshots. Go to System Settings > Privacy & Security > Screen Recording and make sure the relevant app is allowed.
Quick reference: every way to take a screenshot and where it goes
| Shortcut | What it captures | Where it goes |
|---|---|---|
| Cmd+Shift+3 | Entire screen | Default save location (Desktop) |
| Cmd+Shift+4 | Selected region | Default save location (Desktop) |
| Cmd+Shift+4+Space | Specific window | Default save location (Desktop) |
| Cmd+Shift+5 | Toolbar (choose mode) | Configured in Options menu |
| Cmd+Control+Shift+3 | Entire screen | Clipboard (no file) |
| Cmd+Control+Shift+4 | Selected region | Clipboard (no file) |
screencapture (Terminal) |
Depends on flags | Path you specify in the command |