How to fix Mac screenshots not working or saving to the wrong location on macOS
Summary
This guide helps you troubleshoot and resolve: How to fix Mac screenshots not working or saving to the wrong location on macOS. Follow the steps below to fix the issue.
Common Causes
If your Mac screenshots are not working, saving blank images, or appearing in an unexpected folder, the issue is usually caused by a stuck screenshot process, a changed default save location, or conflicting keyboard shortcuts. This guide walks you through the most common fixes, starting with the quickest solutions and moving to more detailed troubleshooting.
Quick Fix Steps
Try these steps first. Most screenshot issues are resolved here.
- Quit and reopen any apps you are trying to screenshot. Some applications block screenshots for privacy reasons.
- Wait a few seconds, then press
Command + Shift + 3for a full screen capture orCommand + Shift + 4for a selected area. - Check the Desktop folder. By default, macOS saves screenshots there.
- If the screenshot still fails, restart your Mac.
Detailed Instructions
Check Where Your Screenshots Are Saving
macOS allows you to change the default screenshot location using Terminal. If a previous setting is still active, your screenshots may be saving somewhere unexpected.
- Open Terminal from Applications > Utilities > Terminal.
- Type the following command and press
Return:defaults read com.apple.screencapture location - The output will show the current save path. If it is not
~/Desktop, you have found the issue. - To reset the location to your Desktop, type:
defaults write com.apple.screencapture location ~/Desktop - Press
Return, then type the following and pressReturnagain to apply the change:killall SystemUIServer - Test a screenshot with
Command + Shift + 3.
Use the Screenshot Toolbar Instead
If keyboard shortcuts are unreliable, the built-in screenshot toolbar gives you a visual alternative.
- Press
Command + Shift + 5to open the Screenshot toolbar. - Choose from the on-screen options: Capture Entire Screen, Capture Selected Window, or Capture Selected Portion.
- Use the Options menu in the toolbar to choose where the screenshot saves. Select Desktop to restore the default.
- Click Capture.
Reset the Screenshot Tool to Defaults
If shortcuts are mapped incorrectly or the screenshot app is behaving unpredictably, resetting its preferences can help.
- Open Terminal from Applications > Utilities > Terminal.
- Type the following command and press
Returnto remove all custom screenshot preferences:defaults delete com.apple.screencapture - Restart your Mac for the change to take full effect.
- Test the shortcuts again.
Troubleshooting
Screenshots Are Saving as Blank or Black Images
Blank captures are often caused by the app you are screenshotting using hardware acceleration or a privacy-protected window.
- Close and reopen the affected app, then try again.
- If the app has a setting for screen recording or hardware acceleration, disable it temporarily and retest.
- Some streaming services and DRM-protected content cannot be screenshotted by design.
- Try capturing a different window to confirm whether the issue is app-specific.
Keyboard Shortcuts Are Not Responding at All
If pressing Command + Shift + 3 or Command + Shift + 4 does nothing, another app may be capturing the shortcut.
- Check for active screen recording or clipboard tools such as Snagit, CleanShot, or similar utilities, and quit them.
- Open System Settings > Keyboard > Keyboard Shortcuts > Screenshots and confirm the shortcuts are enabled.
- Test the shortcuts while logged into a different user account to rule out a profile issue.
Screenshots Are Saving in the Wrong File Format
macOS can save screenshots as PNG, JPEG, TIFF, or PDF depending on a Terminal setting.
- Open Terminal.
- Type the following and press
Return:defaults read com.apple.screencapture type - If the result is not
png, reset it with:defaults write com.apple.screencapture type png - Press
Return. The new format will apply to your next screenshot.
macOS Permissions Are Blocking the Screenshot
On recent versions of macOS, third-party apps that capture or record the screen require explicit permission. The built-in macOS screenshot shortcuts generally do not require this permission, but if you are using a third-party screenshot tool, check the following:
- Open System Settings > Privacy & Security > Screen & System Audio Recording.
- Ensure the third-party app you are using is listed and toggled on.
- If you do not see the app listed, open it once and try a screenshot. macOS will prompt you to grant permission.
Check for macOS Updates
Apple regularly fixes screenshot-related bugs in system updates.
- Open System Settings > General > Software Update.
- If an update is available, click Update Now or Upgrade Now.
- Restart your Mac when prompted and retest the shortcuts.
Still Having Issues?
💻 Open a Ticket