Notice
Recent Posts
Recent Comments
Link
«   2026/05   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Archives
Today
Total
관리 메뉴

Infinity Guide

How to Find Screenshots on Mac: The Complete Guide 본문

How to Guide

How to Find Screenshots on Mac: The Complete Guide

Infinity Guide 2026. 5. 17. 01:12

If you just pressed Command + Shift + 3 and heard the camera shutter sound but have no idea where your screenshot went, you are not alone. Many Mac users ask the same question: where do screenshots go on Mac? By default, screenshots save directly to your Desktop in macOS Mojave and later, or to your Documents folder on older systems. However, if you use third-party tools, clipboard captures, or custom folders, finding them requires a few extra steps.

find screenshots on mac

This guide covers every reliable method to find screenshots on Mac—whether they are buried in a project folder, saved to iCloud, or copied to your clipboard.

Where Do Screenshots Go on Mac by Default?

Apple’s built-in screenshot behavior depends on your macOS version:

macOS Version Default Save Location File Name Format
macOS Mojave (10.14) and later Desktop Screenshot [date] at [time].png
macOS High Sierra and earlier Documents folder Screen Shot [date] at [time].png
Any version with Control key held Clipboard (no file saved) N/A

If your Desktop is cluttered, it is easy to miss new screenshots. They stack on top of existing files, and if you use Stacks, they may be grouped automatically. To verify your current save location, press Command + Shift + 5, click Options, and look for the checkmark under Save to.

How to Find Screenshots on Mac Using Finder

Finder is the most powerful tool for locating screenshots across your entire drive, especially if they were moved after capture.

Search by File Name

Open Finder and select Recents to view recently added files. If you know the approximate date, type Screenshot 2026 (or the relevant year) into the Finder search bar to filter results.

Search by Screenshot Metadata

Starting with macOS Mountain Lion, every screenshot is tagged with a special metadata flag. You can search this directly:

  1. Open a Finder window and press Command + F.
  2. Click This Mac to search your entire startup drive.
  3. In the search field, type exactly: kMDItemIsScreenCapture:1
  4. Press Return.

This instantly displays every screenshot stored on your Mac, including those inside iCloud Drive or nested project folders.

Create a Smart Folder for Screenshots

If you frequently need to locate screenshots, set up a Smart Folder:

  1. In Finder, go to File > New Smart Folder.
  2. Click the + button.
  3. Set Kind to Image.
  4. Click + again and set Name contains Screenshot.
  5. Click Save and name your Smart Folder (for example, “All Screenshots”).

How to Find Screenshots Using Spotlight

For a quick lookup without opening Finder, use Spotlight.

  1. Press Command + Space.
  2. Type screenshot and pause briefly.
  3. Look under the Images section for recent captures.
  4. Press Return to open the selected file.

For more precise results, type the full metadata query kMDItemIsScreenCapture:1 into the Spotlight bar. Click Show All next to Images to view everything in a dedicated Finder window.

How to Find Screenshots in the Photos App

If you import screenshots into your photo library, the Photos app organizes them automatically.

  1. Open the Photos app.
  2. In the sidebar, scroll to Media Types and expand it.
  3. Click Screenshots.

This collection only appears if you have screenshot files stored in your Photos library.

How to Find Screenshots Using Terminal

Advanced users can locate screenshots via command line. This is useful when building scripts or when Finder search fails.

  1. Open Terminal from Applications > Utilities.
  2. To list all screenshots on your Desktop, type:
    find ~/Desktop -name "Screenshot*"
  3. To search your entire user folder, type:
    find ~ -name "Screenshot*.png"

You can also use Terminal to reset the default save location back to Desktop if it was changed by another app:

defaults write com.apple.screencapture location ~/Desktop
killall SystemUIServer

Troubleshooting: What If Screenshots Are Not on Your Desktop?

If you took a screenshot but cannot find it, check these common causes:

  • You held the Control key. When you press Control + Command + Shift + 3 (or 4), the image copies to your clipboard instead of saving as a file. Paste it into an app with Command + V.
  • You changed the save location. Open the Screenshot toolbar (Command + Shift + 5), click Options, and verify the checked folder under Save to.
  • iCloud Desktop & Documents is enabled. If you use iCloud Drive with Desktop & Documents Folders syncing enabled, your screenshots may upload to iCloud and no longer appear locally if storage is optimized. Check System Settings > Apple Account > iCloud > iCloud Drive.
  • A third-party tool is managing captures. Apps like ScreenSnap Pro or CleanShot X often save to their own dedicated folders instead of the Desktop.

How to Change Where Screenshots Are Saved on Mac

To avoid losing screenshots in the future, set a dedicated folder:

  1. Press Command + Shift + 5.
  2. Click Options.
  3. Under Save to, choose a preset folder or click Other Location to create a new one.
  4. All future screenshots will save there automatically until you change it again.

Tips to Keep Your Screenshots Organized

  • Use a dated folder structure. Create monthly folders like Screenshots/2026-05/ and set that as your save location.
  • Rename screenshots immediately. After capture, press Return on a selected file to edit the name from the generic timestamp to something descriptive.
  • Review Desktop weekly. Screenshots consume disk space quickly. Delete blurry or unnecessary captures to keep your Mac tidy.

Conclusion

Finding screenshots on a Mac is straightforward once you know the default save behavior and the right search tools. Start by checking your Desktop, then use Finder’s metadata search with kMDItemIsScreenCapture:1 if files were moved. For future efficiency, change your default save location to a dedicated folder using the Screenshot toolbar.

If you still cannot locate a specific screenshot, check your clipboard history or confirm whether a third-party screenshot app is managing your captures.