Sweepfor Mac

Speed up your Mac

Mac With a 256GB SSD Running Out of Space? Here's the Survival Guide

256GB on a Mac fills up fast. Here's exactly where space disappears and how to claw back 50+ GB without deleting anything you actually need.

9 min read

Apple still sells 256GB MacBook Airs and Mac minis as the base configuration, and millions of people buy them. Then 14 months in, the storage warning pops up and the math stops working: 18GB of “Documents,” 12GB of Photos, 9GB of Apps, and a mysterious 91GB of “System Data” that grows like mold.

A 256GB Mac is fundamentally a tight machine. After macOS, system-reserved space, and a sane 10–15% free buffer for swap, you’ve got around 180GB of usable capacity in practice. Here’s how to live in it.

What’s actually using the 256GB

Open System Settings → General → Storage. You’ll see colored bars: Apps, Documents, Photos, Mail, Messages, iOS Files, System Data, and macOS itself. Click “All Volumes” or hover the categories for breakdowns.

The honest baseline on a 256GB Mac:

  • macOS — 12-15GB
  • System Data — 25-90GB (varies wildly)
  • Apps — 10-30GB depending on what’s installed
  • Documents — only what you’ve put there

System Data is the one that confuses everyone. It includes:

  1. Time Machine local snapshots (often 30GB+)
  2. Caches for every app you’ve ever installed
  3. Mail attachments downloaded for offline view
  4. Photos analysis databases
  5. Xcode iOS Simulator runtimes (yes, even if you’re not a developer — Apple includes a tiny version)
  6. Logs and diagnostic reports
  7. Safari/Chrome/Firefox cached web data
  8. Apple Music’s local cache for streamed tracks

You can attack each of these. Most you’ve never heard of.

Time Machine snapshots — the easiest 30GB win

If you’ve used Time Machine, even briefly, even with the drive disconnected for months, macOS keeps “local snapshots” on your internal drive as a safety net. On 256GB Macs this routinely accounts for 20-50GB of System Data.

Check what’s there:

tmutil listlocalsnapshots /

Each snapshot is dated. To delete the oldest manually:

sudo tmutil deletelocalsnapshots <date>

Or just disable local snapshots entirely if you don’t actively use Time Machine:

sudo tmutil disable

Macs running APFS will eventually purge snapshots automatically when storage gets tight, but “eventually” can mean weeks of warning popups.

Reclaim 20+ gigs without buying more storageSweep finds the System Data, snapshots, and old downloads adding up. Free for macOS →

Photos and the iCloud trap

Photos is sneaky on a 256GB Mac. If you have iCloud Photos enabled with “Optimize Mac Storage” off, every photo and video you’ve ever taken downloads in full resolution. A 5-year iPhone library can easily be 80GB.

Fix:

  • System Settings → [Your Name] → iCloud → Photos
  • Enable “Optimize Mac Storage”
  • macOS will keep small previews locally and download originals on demand

You’ll free up 30-70GB on most Photos libraries. The catch: full-quality versions need internet to access. For most casual photo viewing this is invisible.

Mail attachments — a hidden 5-15GB

Apple Mail, by default, downloads every attachment from every IMAP/Exchange account so you can search and view them offline. After 3 years of corporate email, this is 8-20GB on most machines.

Trim it:

  1. Mail → Settings → Accounts → [Account] → Account Information
  2. Set “Download Attachments” to “Recent” or “None”
  3. Mailbox → Mailbox → Erase Junk Mail
  4. Mailbox → Erase Deleted Items → In All Accounts

Mail’s local store is at ~/Library/Mail/V10/ — checking its size in Finder (Cmd-I) shows what you’re working with.

Downloads, Desktop, and the dump folders

Open Finder, sort Downloads by Size, and prepare to be embarrassed. Old DMG installers from apps you installed once. ZIP files of conference photos from 2022. Driver bundles for printers you returned. PDFs you opened once.

These two folders alone average 8-25GB on a 256GB Mac that’s been in service over a year:

  • ~/Downloads/
  • ~/Desktop/ (especially if Desktop syncs to iCloud)

Sort by Size and ruthlessly trash anything over 100MB you can’t justify.

Tip: Empty Trash actually matters here. Files in Trash count toward used storage until purged. Right-click Trash → Empty Trash, or set Finder → Settings → Advanced → Remove items from Trash after 30 days.

App caches you’ve never seen

Apps cache files in places Apple’s Storage UI doesn’t show:

  • Spotify~/Library/Caches/com.spotify.client/Data/ can hit 8-12GB
  • Slack — service worker caches per workspace, ~500MB each
  • Discord~/Library/Application Support/discord/Cache/ grows forever
  • WhatsApp — media cache from group chats, 2-6GB easily
  • Adobe — Camera Raw cache, Bridge cache, Media Cache, all multi-GB
  • Browsers — Chrome’s profile data plus extensions, 3-5GB
  • Steam~/Library/Application Support/Steam/ if you’ve ever installed a game
  • Xcode — DerivedData and iOS Simulator runtimes, 30-100GB if a developer

Manual cleanup means knowing where each app hides its cache and being careful not to delete things the app is actively using. It’s doable, but it’s an afternoon’s work and you’ll miss things.

Skip the manual huntSweep finds every cache, log, and forgotten file in seconds. Download Sweep free →

App leftovers from things you uninstalled

Dragging an app to Trash removes the .app bundle but leaves behind:

  • ~/Library/Application Support/[App Name]/
  • ~/Library/Caches/[App Name]/
  • ~/Library/Preferences/[com.developer.app.plist]
  • ~/Library/Containers/[com.developer.app]/
  • ~/Library/Logs/[App Name]/

Adobe alone can leave 8GB in Application Support after you uninstall Photoshop. Old iOS development tools, deleted games, removed VPN clients — all leave footprints.

This is genuinely tedious to clean manually. You have to remember the bundle ID of every app you’ve ever uninstalled. Sweep’s app uninstaller catches all of this in one pass when you remove an app, and finds orphan files for apps you removed long ago.

iOS device backups — the multi-GB silent killer

If you’ve ever plugged an iPhone or iPad into your Mac and chosen “Back up to this Mac” instead of iCloud, you’ve got iOS backups in:

~/Library/Application Support/MobileSync/Backup/

Each backup is 8-50GB depending on phone storage and what’s included. Old phones you don’t even own anymore might still have backups here from 2021.

Manage them: Finder → connect device → Manage Backups, then delete the ones you don’t need.

The “Optimize Storage” feature

Apple has a built-in tool: System Settings → General → Storage → Recommendations. The “Store in iCloud” and “Optimize Storage” options can free real space, but read carefully — they offload originals to iCloud, meaning you need internet to access them.

Useful sub-options:

  • “Empty Trash Automatically” — files older than 30 days
  • “Reduce Clutter” — opens Finder windows for large files, downloads, and unsupported apps

Long-term habits for a 256GB Mac

Once you’ve done a deep clean, keep it that way:

  1. Empty Downloads folder weekly. Set a calendar reminder.
  2. Don’t store photos and videos locally. iCloud Photos with optimization, or Google Photos.
  3. Stream music — don’t download full Apple Music libraries to your Mac.
  4. Uninstall apps you haven’t opened in 3 months.
  5. Restart weekly to flush swap and temp files.
  6. Keep at least 25GB free. Below that, swap suffers and the machine feels slow.

A 256GB Mac kept disciplined runs as fast as a 1TB Mac. The bottleneck on these machines is rarely the SSD speed — it’s that they fill up, swap can’t write cleanly, and everything slows down. Free 50GB and you’ve bought yourself another year.

There’s a faster waySweep does this in seconds. Try Sweep free →

← Back to all guides