A single burst sequence on an iPhone 15 or 16 can fire off 30 frames in under a second. Repeat that a few times at a kid's birthday party or a sports event and you have hundreds of nearly identical JPEGs quietly consuming gigabytes on your Mac before you even notice. This guide shows you exactly how to delete burst photos on Mac, keep the one frame you actually want, and make sure the extras are gone for good.
Why Burst Photos Eat So Much Space
Burst mode captures full-resolution frames continuously. On a modern iPhone each frame is a 12 to 48 megapixel HEIC file ranging from 2 MB to 8 MB. A 30-shot burst at 4 MB per frame is 120 MB of storage for a single moment. Sync that across iCloud Photos and you pay that cost on every Mac and iPhone linked to your account.
The problem compounds because burst sequences are easy to forget. Photos groups them under a single thumbnail, so your library looks tidy while the actual file count on disk is enormous. Checking About This Mac > Storage and seeing a bloated Photos library is often the first sign that burst shots are out of control.
How Burst Photos Are Stored on macOS
Photos organizes your library inside a single bundle. You can right-click your Photos Library and choose Show Package Contents to explore it, but Apple discourages editing it directly. The real path on disk is:
~/Pictures/Photos Library.photoslibrary/originals/
Inside originals/ Apple sorts files into 16 subdirectories (0 through F) by a hash. A burst sequence stores every frame as a separate HEIC or JPEG file, each with a filename like IMG_1234.HEIC, IMG_1235.HEIC, and so on. There is no dedicated burst subfolder; the metadata in the database ties them together as a stack.
If you have also backed up your iPhone to your Mac via Finder or iTunes in the past, a separate copy may be sitting in:
~/Library/Application Support/MobileSync/Backup/
That backup directory can itself run into tens of gigabytes and contains its own copy of every burst frame.
How to Delete Burst Photos on Mac Using the Photos App
The Photos app on macOS Sonoma, Sequoia, and Tahoe has a built-in burst browser. This is the safest and most reliable way to collapse a burst down to one keeper.
Step 1: Find Your Burst Albums
- Open Photos.
- In the sidebar, scroll to Media Types and click Bursts. If you do not see the sidebar, press Command-Option-S to show it.
- You will see a grid of burst stacks. Each thumbnail shows a small burst icon and a frame count in the corner.
Step 2: Choose Your Keeper
- Double-click a burst stack to open it.
- Click Choose... at the top right. Photos spreads out all frames in the sequence.
- Click the frame you want to keep. You can select more than one if you genuinely want two shots from the sequence.
- Check the Make Favorite checkbox below the selected frame if you want it to appear in your main library as a regular photo, not just inside the burst.
- Click Done.
Step 3: Delete the Extras
After you click Done, Photos asks whether to keep all burst photos or only the favorites. Choose Keep Only Favorites to remove the unchosen frames immediately. They move to the Recently Deleted album and are permanently purged after 30 days, or you can empty Recently Deleted right away via Photos > Empty Trash.
Cleaning Up Burst Shots in Bulk
If you have dozens or hundreds of burst stacks, going one by one is tedious. Here are faster approaches.
Select All Bursts at Once
- Click the Bursts album in the sidebar.
- Press Command-A to select all burst stacks.
- Press Delete. This deletes the entire stack including any frames you have not reviewed.
Use this only if you are certain you have no keepers inside the bursts. It is the fastest way to clear burst mode photos taking space when the sequences are all from a testing session or accidental triggers.
Use Smart Albums to Isolate Old Bursts
You can create a Smart Album that targets bursts older than a certain date so you only touch sequences you no longer need:
- Go to File > New Smart Album.
- Set the rule to Photo is > Burst.
- Add a second rule: Date > is before > a date of your choosing.
- Click OK, review the album, then select and delete.
Finding and Removing Burst Files Outside Photos
If you ever imported photos by dragging them from your iPhone via Image Capture or copied them manually, burst frames may exist as loose files on your Mac rather than inside the Photos library.
Spotting Burst Sequences in Finder
Burst photos from older imports often share a root filename with sequential numbers. In Finder you can sort a folder by name and scan for runs of files like IMG_4201.HEIC through IMG_4229.HEIC. A run of 10 or more consecutive numbers almost always indicates a burst sequence.
Using Terminal to Count Potential Burst Groups
If you want to audit a specific folder, this command lists groups of files that share the same name prefix (useful for spotting sequential burst runs):
cd ~/Desktop/Phone\ Import
ls | sed 's/_[0-9]*\./\./' | sort | uniq -d
This is a quick diagnostic, not a deletion command. Review the output before removing anything.
Reclaiming Space from iPhone Backups
Burst frames also hide inside local iPhone backups. If you have connected your iPhone to your Mac and backed it up through Finder, the backup at ~/Library/Application Support/MobileSync/Backup/ can be surprisingly large.
To manage backups:
- Connect your iPhone and open Finder.
- Select your device in the sidebar.
- Under the General tab, click Manage Backups.
- Right-click old backups and choose Delete Backup.
Alternatively, if you rely on iCloud Backup instead, you can delete all local backups. Navigate to ~/Library/Application Support/MobileSync/Backup/ in Finder (use Command-Shift-G to paste the path) and delete backup folders you no longer need, then empty the Trash.
Keeping Only the Best Burst Photo: A Repeatable Workflow
The most effective way to keep burst mode photos from accumulating is to build a short review habit:
- Right after a shoot: Open the Bursts album in Photos on your iPhone or Mac and pick keepers while the context is fresh.
- Monthly maintenance: Check the Bursts album for any new stacks and process them the same way.
- Before enabling iCloud Photos: Clear your bursts locally first. Uploading 500 burst frames to iCloud and then deleting them still counts against your iCloud storage until the next sync cycle completes.
How Crumb Helps With Burst and Duplicate Photo Cleanup
If your Photos library has grown large over several years and you are not sure what is driving the size, Crumb can help you get a clear picture. Crumb scans your entire disk (including the Photos library bundle) and groups burst sequences alongside other near-duplicate images so you can review and remove the extras in a single pass rather than hunting through individual albums. It shows you a reviewable plan and lets you check whether each item is safe to delete before anything is removed. All scanning runs on-device and no account is needed.
That said, the Photos app workflow above handles burst cleanup well for most people. Use whichever approach fits the size of your library.