How to Free Up Space on a Mac Without Deleting Your Files
You can usually recover several gigabytes — often tens on a developer Mac — without deleting anything you own, by clearing only regenerating files: app caches, logs, package-manager caches, build artifacts, and the Trash. Everything in that list rebuilds itself on demand.
The principle: delete only what rebuilds
There's a clean line through Mac storage. On one side: files your machine made and can make again. On the other: files you made. You can empty the first side aggressively and never lose anything that matters.
The regenerating list
- App caches — how to clear them
- Logs in
~/Library/Logs - Package caches — npm, pnpm, Homebrew, pip
- Build artifacts — DerivedData, node_modules
- Simulator devices and device support
- The Trash — already discarded
Where the “without deleting” framing breaks
Two honest caveats. First, rebuilding costs time and bandwidth — a clean Xcode build isn't free. Second, if the regenerating files don't cover your shortfall, the remaining space is in things you own: large files, old downloads, backups. Those need a decision, not a trick.
A safe order of operations
- Scan read-only and see the real map.
- Clear caches and build artifacts.
- Empty the Trash to commit the space.
- Only then review personal files.
MacCleaner follows exactly this order and pre-selects nothing personal.
Frequently asked questions
Can I free space on a Mac without deleting anything important?
Yes. Caches, logs, package caches and build artifacts all regenerate — clearing them costs you nothing but rebuild time.
How much can I recover this way?
Typically 2–10 GB for general use, and 20–100 GB on a developer Mac.
Is offloading to iCloud a good idea?
It helps for documents and photos, but it doesn't touch caches or developer artifacts, which are usually the real problem.
See where your space actually went
MacCleaner scans read-only, shows you every file before anything is touched, and lets you choose Trash or permanent. Free for up to 500 MB of cleanup a day.
Download for Mac