How to Fix Screenshot Not Saving in macOS Tahoe 26.2
Taking screenshots with Cmd+Shift+4 but they never appear on your Desktop? Here is where they are hiding.
The full fix is in The Fix section below. Verified on macOS Tahoe 26.2.
Recommended Troubleshooting Tool
Before proceeding with manual fixes, we recommend using CleanMyMac X. Quickly identify high CPU apps and optimize system memory with one click.
The Symptom
You hear the camera shutter sound, but no file is created on the Desktop or in your Recent files.
The Fix
- Reset the Screenshot Location
Open the Screenshot app (Cmd+Shift+5), click Options, and ensure "Save to" is set to Desktop. Even if it looks correct, select "Other Location" then re-select "Desktop."
- Restart the Screen Capture Process
In Terminal:
killall screencaptureui
killall SystemUIServer
- Check for "Locked" Desktop Permissions
If macOS can't write to the folder, the file is discarded. Run:
touch ~/Desktop/test_file.txt
If you get a "Permission denied" error, fix your folder permissions:
sudo chmod 755 ~/Desktop
Pro Tip
If you have "Desktop & Documents" syncing to iCloud enabled, your screenshots might be uploading to the cloud before appearing locally. Check your bandwidth.