How to Delete Screenshots on Mac: A Complete Guide
Screenshots pile up fast on a Mac. A quick capture for reference, a bug report, a funny moment — and before long your Desktop looks like a mosaic of .png files with timestamps for names. Knowing how to delete them efficiently (and where they even live in the first place) makes a real difference in keeping your storage clean.
Where Mac Screenshots Are Saved by Default
By default, macOS saves screenshots directly to your Desktop. Each file is named with the format Screenshot [date] at [time].png. On older versions of macOS (before Mojave), the naming convention used "Screen Shot" with a space instead.
Since macOS Mojave, Apple introduced a Screenshot utility (accessible via Shift + Command + 5) that lets you change the default save location. If someone has customized this, screenshots may be saving to a different folder — such as Documents, Downloads, or a custom folder entirely.
To check where your screenshots are currently going:
- Press
Shift + Command + 5 - Click Options in the toolbar that appears
- Look at the Save to section — the checked location is your current destination
Knowing this matters before you start deleting, because you might be looking in the wrong folder.
How to Delete Screenshots on Mac: The Core Methods
Method 1: Delete Manually from the Desktop or Finder
This is the most straightforward approach.
- Open Finder and navigate to wherever your screenshots are saved
- Click a screenshot to select it
- Press
Command + Deleteto move it to the Trash — or drag it there manually - To select multiple files: hold
Commandand click each one, or holdShiftto select a range - Empty the Trash by right-clicking the Trash icon and selecting "Empty Trash," or using
Shift + Command + Delete
⚠️ Files in the Trash still occupy storage space until the Trash is emptied.
Method 2: Sort and Select in Bulk
If you have dozens or hundreds of screenshots:
- Open the folder where screenshots are saved
- In Finder, press
Command + Fto open search, or use the View menu to switch to List View (Command + 2) - Right-click on the column headers and enable Kind as a column
- Sort by Kind to group all PNG files together
- Select the screenshots as a batch and delete them at once
Alternatively, use Finder's search with filters:
- Press
Command + Fin the screenshots folder - Set the search kind to "File Type" → "PNG" or filter by name containing "Screenshot"
- Select all results with
Command + A, then delete
Method 3: Use the Screenshot Thumbnail (Immediately After Capture) 🖱️
When you take a screenshot on macOS Mojave or later, a small thumbnail preview briefly appears in the bottom-right corner of your screen. Before it disappears (you have a few seconds), you can:
- Click it to annotate or share it
- Swipe it to the right to dismiss and discard it — this prevents it from being saved at all
This is the fastest way to avoid accumulating screenshots you don't need. The file simply never gets written to disk.
Method 4: Delete from the Photos App (If Screenshots Were Imported)
Some users import screenshots into Photos as part of their photo library. If you're finding screenshots there:
- Open Photos
- Use the search bar to search "screenshot" — Photos recognizes and tags them
- Select the ones you want to remove
- Press
Deleteand confirm
Note: Deleting from Photos removes it from the Photos library but does not affect the original file if it still exists elsewhere on your Mac. These are separate copies.
Automating Screenshot Cleanup
For users who take screenshots frequently, manual deletion quickly becomes tedious. A few approaches reduce the overhead:
- Hazel (a third-party Mac automation app) can watch a folder and automatically move or delete files matching certain rules — such as any
.pngfile older than 30 days in a specified folder - Terminal with a
findcommand can locate and delete screenshots matching filename patterns, useful for power users comfortable with command-line tools - Changing the default save location to a dedicated "Screenshots" folder (rather than the Desktop) makes bulk cleanup easier, since you can clear it without risking deleting other files
The Storage Impact of Screenshots
PNG files are lossless and can be larger than you'd expect — especially if you're capturing full-screen content on a Retina or high-DPI display. A full-screen screenshot on a MacBook Pro with a Retina display can run anywhere from a few hundred kilobytes to several megabytes depending on the content.
Capturing lots of video frames or screen recordings (which macOS also stores via the Screenshot utility) takes up significantly more space. Screen recordings save as .mov files, not .png, and can grow into gigabytes quickly.
If you're using iCloud Drive and your Desktop and Documents folders are synced to iCloud, screenshots on your Desktop are also being uploaded — which means they count against your iCloud storage quota as well as your local drive.
Variables That Affect Your Cleanup Approach 🗂️
How you approach screenshot deletion depends on a few factors that vary from user to user:
| Factor | Why It Matters |
|---|---|
| macOS version | Screenshot tool and save options differ before/after Mojave |
| Save location | Desktop vs. custom folder changes where you look |
| iCloud sync | Affects both local and cloud storage |
| Volume of screenshots | Occasional vs. daily use changes whether manual or automated deletion makes sense |
| Technical comfort level | Terminal-based cleanup vs. Finder-based methods |
| Use of Photos import | Means screenshots may exist in multiple locations |
A casual user who takes screenshots a few times a week has a very different situation from someone capturing content for documentation or development work daily. The right cleanup habit — or automation — depends on how screenshots fit into your actual workflow, and how your Mac is currently configured to handle them.