How to quickly find all screenshots on your Mac

By default, screenshots you take on your Mac end up on the desktop. But can easily set them to be saved to any custom folder, such as Downloads.

If you’re like me, you probably move some screenshots (like those of specific apps) to your project folders. While that helps with organization, it makes finding all the screenshots saved on your Mac harder than it needs to be.

In this tutorial, we’ll use a few little-known tricks to help you quickly locate all of the screenshots you’ve taken on your Mac, no matter how deep they might be buried.

Find your screenshots on Mac

3 ways to find screenshots on Mac

macOS Spotlight tags screenshots with a specific key that gets stored in file metadata. This makes it very easy, if not trivial, to find all screenshots with Finder, Spotlight, or Terminal.

1. Using Finder

1) Click the desktop, then choose File > Find from the Finder menu. Alternatively, press the Command + F combination on the keyboard.

how to find screenshots on mac with finder

2) You’ll be presented with a Finder Search window.

  • Click This Mac next to Search: underneath the window’s toolbar. This sets your search scope to the entire startup drive.
  • Type or copy & paste kMDItemIsScreenCapture:1 into the window’s search field. With macOS 10.8 and higher, all screenshot images are saved with the “kMDItemIsScreenCapture” flag, so you can search for them easily.

The Finder Search window gets instantly populated with any matching screenshots saved on your Mac’s startup drive, including any screenshots in your iCloud Drive cached on this Mac.

To delete them all from your Mac at once, regardless of where they happen to be stored, just choose Select All from the Finder’s Edit menu and drag the files to the Trash.

how to find screenshots on mac with finder

To narrow down your search to specific file types, click the Image menu and choose between JPEG, TIFF, GIF, PNG, or BMP. By default, macOS saves screenshots as PNGs.

how to find screenshots on mac with finder

To browse your screenshots visually, switch to the Icons view in the toolbar. You can also press Command + 1Command + 2Command + 3, or Command + 4 to quickly switch between the Icons, List, Columns, and Cover Flow views.

how to find screenshots on mac with finder

Lastly, you can save this search for quick access from the Finder’s side menu by hitting Save in the window’s top-right corner. Now name your custom search (i.e., Screenshots), make sure that the box Add to Sidebar is ticked, then hit the Save button.

how to find screenshots on mac with finder

This will create a new Smart Folder based on your search criteria.

As a quick refresher, Smart Folders in macOS behave just like Smart Playlists in iTunes/the Music app, or the Screenshots album in iOS Photos. A Smart Folder isn’t really a folder; it’s a saved search that collates any matching files based on custom criteria.

Just like other Smart Folders and Smart Playlists, the Finder’s Smart Folders are continually updated in the background as you work with your files, so you always get the most up-to-date results.

2. With Spotlight

1) Bring up the Spotlight function by clicking the Spotlight icon in your Mac’s menu bar or press Command + Spacebar to invoke Spotlight anywhere in macOS.

2) Type this into the search field: kMDItemIsScreenCapture:1

Just like that, all the screenshots you’ve taken pop up in Spotlight!

Use the arrow keys on the keyboard to highlight an item in your search results.

how to find screenshots on mac with spotlight

You even get a nice preview image right there in the Spotlight overlay. To reveal the file’s full path at the bottom of the Spotlight overlay, hold the Command key. To open the highlighted file, press Enter on the keyboard.

Spotlight lists only a few items for any given file type. To see additional results, hit the Show All in Finder or Search in Finder option at the bottom of the Spotlight overlay.

If you’d like to locate screenshots with a specific string in their file names, you can do that, too. Simply precede your search term with “name: STRING”, like this:

name: 2022-10 kMDItemIsScreenCapture:1

The above command takes advantage of macOS’s default screenshot-naming scheme and custom Spotlight operators to locate the screenshots I took in October 2022.

how to find screenshots on mac with spotlight

Or, you could omit “name:” from your query altogether and go with:

2022-10 kMDItemIsScreenCapture:1

To exclude other file types and limit your results to screenshots, use the following syntax:

kind: image kMDItemIsScreenCapture:1

how to find screenshots on mac with spotlight

If you’ve changed the format in which screenshots are saved from the default PNG to JPG or TIFF, use an appropriate “kind:” operator. For example, to find only the screenshots that are saved as JPG files, run this command through Spotlight:

kind: JPG kMDItemIsScreenCapture:1

I save my screenshots as JPGs, but I know I have a few PNG screenshots buried somewhere.

how to find screenshots on mac with spotlight

To search for those, I’d use the following syntax:

kind: PNG kMDItemIsScreenCapture:1

Feel free to take advantage of other advanced search operators to further narrow your results to the screenshots that were created before, after, between, or on specific dates.

All of the above tricks also work with “mdfind” at the command line.

Tip: You can also type screenshot in Spotlight, and it will show your screenshots. Click the tiny Show All button next to Images to see them all in Finder.

Type screenshot in Spotlight on Mac to find your screenshots quickly

3. Using Terminal

1) Open a new Terminal window.

2) Type the following:

mdfind kMDItemIsScreenCapture:1

3) Press Enter on the keyboard to execute the command.

You’ll get the file names of all the screenshots saved on your Mac.

how to find screenshots on mac with terminal

You can use “mdlist” and “mdfind” commands to search anything based on metadata.

Note: Because we’re using Spotlight and file metadata to locate your saved screenshots, please be advised that the aforementioned tricks will disregard any screenshot files that are saved in locations that you’ve excluded from Spotlight search. As a quick refresher, you can prevent Spotlight from searching specific folders on your Mac by going to System Preferences > Spotlight > Privacy. From here, click the plus sign to select one or more folders on your Mac that you’d like to exclude from Spotlight Search.

Related tips: