Find Large Files On Mac Without Deleting The Wrong Thing
The fastest way to free space is to find the biggest folders first, then decide what is safe, what needs review, and what should be left alone.
Find the biggest storage culprit first.
Run the Chrome or Edge web scan, delete one approved low-risk item free, then use the $29 Deep Cleanup only if meaningful space remains.
Start With Read-Only Checks
These commands only measure size. They do not delete files.
du -sh ~/*
du -sh ~/Library/* 2>/dev/null
find ~/Downloads -type f -size +1G -maxdepth 2 -print
Usually Safe Wins
- Old app installers in Downloads, such as `.dmg`, `.pkg`, `.zip`, or `.xip` files.
- Regenerable developer caches after closing the related app.
- Package-manager caches cleaned with their own tools, such as Homebrew cleanup previews.
Review First
- Large media exports, project archives, client files, and desktop folders.
- Anything inside `~/Library/Application Support` unless you know the app and purpose.
- Docker volumes, virtual machines, Photos libraries, and active development projects.
Do Not Use Size Alone
A 20 GB installer may be disposable. A 20 GB project archive may be important. A good cleanup plan uses both size and context.
Want a safer list of what to delete?
Run the Chrome/Edge web scan, paste the output into the free web scan form, and get a risk-ranked first pass.
No terminal command is required. Open the browser scan from the homepage: start scan.
Start free web scanStill full after the free cleanup?
Send your email once. We reply with the $29 payment link, one clarification, or a no-pay answer if the free cleanup is enough.