Why iOS doesn\'t ship blurry detection
Apple\'s only built-in auto-culling is the Duplicates album, which only catches exact pixel-matches. Blurry detection is a more interesting problem: it requires running a real image analysis pass on every photo. Apple ships the Memories feature (slideshow generation), the People feature (face clustering), and the Places feature (geo-grouping) — but not blurry detection. That leaves a gap third-party cleaners fill.
How Laplacian variance works
The Laplacian operator is a second-derivative filter that responds to rapid changes in brightness — in other words, edges. Sharp photos have a lot of edge content; blurry photos have less. The variance of the Laplacian output is a well-known blur metric used across computer vision.
MemeScanr runs the Laplacian variance calculation on every photo during the Classify phase of its six-phase scan. A variance score below 0.58 flags a photo as blurry. The threshold was chosen empirically to minimize false positives on intentionally-soft shots (portraits with bokeh backgrounds, long exposures, artistic blur) while still catching the accidental blur most users want to delete.
Step-by-step: delete blurry photos on iPhone
- Install MemeScanr from the App Store and grant photo library access.
- Tap the gold scan button on the home tab. Wait 2–4 minutes for the scan to complete.
- Open the Clean tab and scroll to the Blurry category card.
- Tap to open. You can review as a grid, a list, or a Tinder-style swipe deck.
- Delete in bulk or one-by-one. Everything goes to Recently Deleted for 30-day recovery.
- Optional: open Photos → Albums → Recently Deleted → Delete All to reclaim space immediately.
What not to delete
Blurry doesn\'t always mean useless. Keep anything where the blur is deliberate (bokeh portraits, motion blur as an artistic choice) or where the photo is emotionally irreplaceable (a blurry shot of your grandparent is still worth keeping). The swipe-review workflow is built for exactly this — you decide per-photo, not in bulk.
Blurry photos FAQ
Why does iPhone take blurry photos?
Usually one of three reasons: low light causes long exposures and motion blur; the autofocus misses and locks on the wrong point; or your hand shakes during the shot. Burst mode can also produce blur variants within a burst that you never delete.
How does MemeScanr detect blurry photos?
MemeScanr uses Laplacian variance analysis on-device. The Laplacian operator highlights high-frequency edges; blurry photos have low variance because they lack sharp edges. MemeScanr flags anything below a 0.58 variance threshold. The threshold can be tuned in settings.
Will it delete intentionally-soft photos like portraits with bokeh?
No. Laplacian variance on a portrait still scores high because the subject has sharp edges even if the background is blurred. MemeScanr looks at the overall image, not the background, so intentional bokeh is not flagged as blurry.
Can I review before MemeScanr deletes?
Yes. MemeScanr never auto-deletes. Every blurry photo is surfaced as a review card and you approve or reject each one. The swipe mode makes this fast: left deletes, right keeps.
Does the Photos app have a blurry filter?
No. There is no blurry-photos album in the native Photos app. Apple's only auto-culling is the Duplicates album, which only catches pixel-identical files.