Home › Knowledgebase › KB-484

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.

Quick Tip: Need immediate assistance? 💻 Open a Ticket

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.

  1. Quit and reopen any apps you are trying to screenshot. Some applications block screenshots for privacy reasons.
  2. Wait a few seconds, then press Command + Shift + 3 for a full screen capture or Command + Shift + 4 for a selected area.
  3. Check the Desktop folder. By default, macOS saves screenshots there.
  4. If the screenshot still fails, restart your Mac.
If you hear the shutter sound but cannot find the image, your screenshots may have been redirected to another folder. See the section below on checking the save location.

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.

  1. Open Terminal from Applications > Utilities > Terminal.
  2. Type the following command and press Return:
    defaults read com.apple.screencapture location
  3. The output will show the current save path. If it is not ~/Desktop, you have found the issue.
  4. To reset the location to your Desktop, type:
    defaults write com.apple.screencapture location ~/Desktop
  5. Press Return, then type the following and press Return again to apply the change:
    killall SystemUIServer
  6. 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.

  1. Press Command + Shift + 5 to open the Screenshot toolbar.
  2. Choose from the on-screen options: Capture Entire Screen, Capture Selected Window, or Capture Selected Portion.
  3. Use the Options menu in the toolbar to choose where the screenshot saves. Select Desktop to restore the default.
  4. Click Capture.
The Options menu also lets you set a timer, show the floating thumbnail, and choose whether to save the image or copy it to the clipboard.

Reset the Screenshot Tool to Defaults

If shortcuts are mapped incorrectly or the screenshot app is behaving unpredictably, resetting its preferences can help.

  1. Open Terminal from Applications > Utilities > Terminal.
  2. Type the following command and press Return to remove all custom screenshot preferences:
    defaults delete com.apple.screencapture
  3. Restart your Mac for the change to take full effect.
  4. 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.

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.

Screenshots Are Saving in the Wrong File Format

macOS can save screenshots as PNG, JPEG, TIFF, or PDF depending on a Terminal setting.

  1. Open Terminal.
  2. Type the following and press Return:
    defaults read com.apple.screencapture type
  3. If the result is not png, reset it with:
    defaults write com.apple.screencapture type png
  4. 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:

  1. Open System Settings > Privacy & Security > Screen & System Audio Recording.
  2. Ensure the third-party app you are using is listed and toggled on.
  3. If you do not see the app listed, open it once and try a screenshot. macOS will prompt you to grant permission.
If you are using a managed work device, your organisation may have restricted screenshot functionality through Mobile Device Management (MDM). Contact your administrator or Open a Ticket for assistance.

Check for macOS Updates

Apple regularly fixes screenshot-related bugs in system updates.

  1. Open System Settings > General > Software Update.
  2. If an update is available, click Update Now or Upgrade Now.
  3. Restart your Mac when prompted and retest the shortcuts.

Still Having Issues?

Need more help? If the issue persists after trying these steps, please open a support ticket and our team will assist you.

💻 Open a Ticket