Speed up your Mac
1TB Mac Running Out of Storage? Here's What's Probably Eating It
If your 1TB Mac is full, you've got serious bloat. Here's how to find what's taking 100GB+ — and how to keep your 1TB Mac from filling up again.
You spent extra on the 1TB upgrade specifically so you’d never have to think about storage. Three years later, here you are at 940GB used with a “Your startup disk is almost full” warning. How does this happen?
A 1TB Mac filling up is rarely “too much real work.” It’s almost always accumulated cruft: developer tools, video projects you forgot to archive, Photos libraries with iCloud disabled, Time Machine snapshots, and Adobe Media Cache the size of a small country. The good news: 1TB Macs typically have 200-400GB of recoverable space hiding in plain sight.
Map your 1TB before deleting anything
System Settings → General → Storage gives you the cartoon view. For a real map, you want to see actual folder sizes.
Open Finder, go to your home folder (Cmd-Shift-H), then View → as List. Cmd-J to bring up view options, check “Calculate all sizes.” Now click the Size column header to sort.
You’ll see your top-level folders with real numbers. For most full 1TB Macs, the top three are:
- Movies — if you do any video editing, this can be 200GB+
- Pictures — Photos Library, Lightroom catalogs, exports
- Library — the hidden one. Often 100-300GB on full 1TB Macs
To see your Library folder, in Finder hold Option and click Go menu → Library.
The Library folder is where your space went
On a “full 1TB Mac,” your Library folder is doing most of the damage. Inside ~/Library/:
- Application Support/ — 30-80GB typical
- Caches/ — 10-30GB typical
- Containers/ — 20-60GB (sandboxed app data)
- Developer/ — 50-200GB if you’ve ever installed Xcode
- Mail/ — 5-30GB
- MobileSync/Backup/ — 20-150GB if you back up iPhones to Mac
Sort that folder by size and the truth becomes obvious. The folder names that surprise people:
~/Library/Group Containers/— shared sandboxed data, can be 5-15GB~/Library/Daemon Containers/— system daemons’ data~/Library/Application Support/MobileSync/Backup/— old iPhone backups~/Library/Developer/CoreSimulator/— iOS Simulators
Video editing is the silent 1TB filler
If you’ve used Final Cut Pro, DaVinci Resolve, Premiere Pro, or even iMovie at any volume, video projects are likely the biggest single contributor.
Final Cut libraries are sneaky because they store render files, optimized media, and proxy media inside the .fcpbundle:
- Right-click any FCP library → Show Package Contents
- Or use FCP’s File → Library Properties → “Delete Generated Files”
- Render files alone can be 50-200GB per heavy project
Premiere stores Media Cache at ~/Library/Application Support/Adobe/Common/Media Cache Files/ and Media Cache/. Default is uncapped. After a year of Premiere use, this routinely hits 100GB+.
To set a sane cap: Premiere → Preferences → Media Cache → set Maximum Cache Size to 50GB and “Automatically delete cache files older than 30 days.”
DaVinci Resolve creates Optimized Media and Proxies in your project folder. Project Settings → Master Settings → “Delete Unused Clips” and the Optimized Media management options.
Photos and Lightroom catalogs
If iCloud Photos has “Download Originals to this Mac” enabled (Settings → Apple ID → iCloud → Photos), every photo and video downloads in full quality. Modern iPhone Pro models record 4K ProRes at 6GB per minute. A few vacation videos are 60GB.
For Lightroom Classic users, the catalog itself is small but the cache and Smart Previews aren’t:
- Camera Raw Cache: default 5GB, can be reduced
- Smart Previews: depends on collection size, often 50GB+
- Original RAW files: usually stored externally, but not always
Switch Photos to “Optimize Mac Storage” mode — keeps thumbnails locally, originals on demand. Move Lightroom catalogs and originals to a fast external SSD if you have a large library.
The Downloads black hole
On 1TB Macs, the Downloads folder reaches absurd sizes because no one’s been forced to clean it. 50-100GB of accumulated DMGs, ZIPs, podcast downloads, work files saved “just in case,” and screenshots is normal.
Tactics:
- Sort Downloads by size: ⌘-Option-1 in Finder, click Size column
- Anything over 1GB and older than 6 months is almost certainly not needed
- DMGs of apps you’ve installed = trash
- ZIPs you extracted = trash
- “Final-v3-FOR-REAL.psd” files you can’t identify = open before you delete
Time Machine snapshots on 1TB Macs
Larger Macs accumulate larger Time Machine local snapshots. On 1TB systems used heavily, the snapshot store can quietly reach 80-150GB before macOS purges it.
Check what you have:
tmutil listlocalsnapshots /
If you actively use Time Machine to a network or external drive, leave snapshots alone. If you don’t (or you use a cloud backup like Backblaze instead), disable:
sudo tmutil disable
To delete existing snapshots one at a time:
sudo tmutil deletelocalsnapshots <snapshot-date>
Apps you forgot you installed
A 1TB Mac will easily accumulate 200+ apps over its lifetime. Most you haven’t opened in a year. Each app keeps:
- The .app bundle in /Applications/ (50MB-3GB typical)
- Application Support data
- Containers data
- Caches
- Preferences
When you drag an app to Trash, only the .app bundle goes. The rest stays. Multiply by 50 forgotten apps and you’ve got 30-80GB of orphan data.
To find apps you don’t use:
- Finder → Applications folder
- View → as List, Calculate all sizes
- Add the “Last Opened” column (View → Show View Options → Last Opened)
- Sort by Last Opened — ascending
Anything not opened in 12+ months is a candidate. But remember: dragging the app to Trash doesn’t clean the leftovers. You need an uninstaller that finds related files, or you need to manually hunt down the files in Application Support, Containers, Caches, and Preferences.
This is genuinely tedious work. Sweep’s app uninstaller does it in one click — finds every file an app touched and removes them all together.
Email and message accumulation
Mail downloads attachments by default. Five years of work email = 20-40GB. Set Mail → Settings → Accounts → Download Attachments → “Recent” or “None” to break the cycle.
Messages with iCloud syncs every photo, video, and meme. The Messages local store at ~/Library/Messages/ can be 30GB+ for active users. You can reset it: turn off Messages in iCloud, delete the local store, turn iCloud back on. Local data wipes; iCloud re-syncs the recent stuff.
Cloud-synced folders behaving badly
If you use Dropbox, Google Drive, OneDrive, or iCloud Drive, check whether you’re storing every file locally or using “files on demand.”
- iCloud Drive: System Settings → [Name] → iCloud → iCloud Drive → “Optimize Mac Storage”
- Dropbox: Selective Sync settings, or Smart Sync (Pro feature)
- Google Drive: in the menu bar, “Stream files” vs “Mirror files” — stream uses less space
- OneDrive: “Files On-Demand” toggle
A 1TB Mac with full Dropbox mirror of a 600GB account is gone before you’ve even installed apps.
Long-term hygiene for 1TB Macs
Once you’ve reclaimed 200GB, keep it that way:
- Quarterly: clean Adobe Media Cache, Final Cut render files, Lightroom Smart Previews
- Monthly: empty Downloads, archive completed projects to an external drive
- After every major macOS update: check Storage settings for new System Data growth
- Annually: audit Applications folder, uninstall anything not opened in 12 months
- Set Trash to auto-empty after 30 days
- Use Optimize Storage for Photos and iCloud Drive
- Cap caches in apps that let you (Adobe, Lightroom, browsers)
The thing about 1TB Macs is they hide problems for a long time. By the time you notice, you’re cleaning years of accumulated waste. Better to do quarterly maintenance and never fill up than to do an annual emergency excavation.
There’s a faster waySweep does this in seconds. Try Sweep free →