How Much Space Do macOS Caches Actually Use? We Measured 50 Macs

Published March 2026 · 12 min read · Original research by Intel Systems

Everyone knows Macs accumulate cache files. But how much space do they actually use? We couldn't find any real data on this — just vague estimates like "a few GB" or "it depends."

So we measured it ourselves.

We ran CleanDisk on 50 Macs across a range of users: students, designers, developers, video editors, and general office workers. Every Mac was running macOS 14 or 15, and had been in daily use for at least 6 months without any manual cache cleaning.

Here's what we found.

The average Mac had 42.1 GB of reclaimable cache files. Three machines had over 100 GB.

The data: cache usage by category

CleanDisk scans five categories of reclaimable files. Here's the average, median, and maximum for each across our 50-Mac sample:

CategoryAverageMedianMaximum% of total
Application caches12.1 GB9.8 GB47.2 GB29%
Creative app caches15.3 GB4.2 GB89.1 GB36%
Developer tool caches8.7 GB0 GB62.4 GB21%
Log files1.8 GB1.2 GB8.3 GB4%
Old downloads4.2 GB2.9 GB22.6 GB10%
Total42.1 GB38.0 GB147.3 GB100%

The standout finding: creative app caches are by far the largest category — but also the most skewed. If you don't use Adobe Creative Suite, DaVinci Resolve, or Final Cut Pro, your creative cache is likely near zero. If you do, it's often the single biggest source of wasted space on your Mac.

Breakdown: what's in each category

Application caches (avg. 12.1 GB)

Every app on your Mac stores temporary data in ~/Library/Caches/. The biggest offenders we found:

ApplicationAverage cache sizeMaximum found
Google Chrome3.4 GB11.2 GB
Spotify2.1 GB6.8 GB
Slack1.8 GB4.5 GB
Safari1.2 GB3.9 GB
Microsoft Teams1.4 GB5.1 GB
Discord0.9 GB3.2 GB
Other (combined)1.3 GB

Chrome was the single biggest cache on 34 of our 50 Macs. Electron-based apps (Slack, Teams, Discord) were consistently in the top 5 — their Chromium engine caches web content aggressively.

Creative app caches (avg. 15.3 GB)

This is where the extreme numbers live. Creative apps generate massive temporary files for rendering, previewing, and transcoding:

ApplicationCache locationAverage (among users)Maximum
Adobe Premiere Pro~/Library/Application Support/Adobe/Common/Media Cache Files/18.4 GB52.3 GB
Adobe After Effects~/Library/Caches/Adobe/After Effects/12.7 GB36.8 GB
DaVinci Resolve~/Library/Application Support/Blackmagic Design/DaVinci Resolve/Cache/9.3 GB28.1 GB
Final Cut ProInside library bundles7.8 GB19.4 GB
Adobe PhotoshopScratch disk (temp files)3.2 GB14.7 GB

The key insight: Premiere Pro's Media Cache is the single largest reclaimable item on most creative Macs. It stores transcoded media for playback performance, and it never cleans itself up — even after you delete the original project.

One Mac in our sample had 52.3 GB of Premiere Media Cache from projects that had been deleted months ago. The user had no idea it was there.

Developer tool caches (avg. 8.7 GB)

Only 22 of our 50 Macs had developer tools installed. Among those 22, the average jumped to 19.8 GB:

ToolAverage (dev Macs only)Maximum
Xcode DerivedData12.3 GB47.8 GB
Homebrew cache2.8 GB8.4 GB
npm/pnpm cache2.1 GB11.2 GB
Docker images1.9 GB34.6 GB
pip/conda cache0.7 GB6.3 GB

Xcode DerivedData dominates this category. See our complete guide to DerivedData for a deep dive.

Log files (avg. 1.8 GB)

System and application logs at /Library/Logs/ and ~/Library/Logs/. Not huge, but they accumulate over time. macOS does rotate system logs, but application logs (particularly crash reports) can pile up. One Mac had 8.3 GB of accumulated crash reports from a repeatedly crashing Electron app.

Old downloads (avg. 4.2 GB)

Files in ~/Downloads/ older than 30 days. This is the most subjective category — these aren't really "cache" files, but they're often forgotten. DMG installers were the most common: people download an app, install it, and never delete the installer.

87% of the Macs in our sample had at least 5 DMG files in Downloads that had never been opened after the initial install.

The user profiles

Cache usage varied dramatically by user type:

User typeSample sizeAverage total cacheRange
General / Office1522.4 GB11–38 GB
Students818.7 GB8–31 GB
Designers948.2 GB24–89 GB
Developers1053.6 GB28–147 GB
Video editors871.3 GB34–127 GB

Video editors had the highest average — not surprising given Premiere and DaVinci's cache behavior. But the single highest total (147.3 GB) was a developer running Xcode, Docker, and three Node.js projects. Their node_modules wasn't included in our scan (it's project data, not cache), but their package manager caches alone were 11.2 GB.

How cache correlates with disk size

We expected Macs with larger disks to have more cache (more room to accumulate). The data partially confirmed this:

Disk sizeMacsAverage cacheCache as % of disk
256 GB1229.3 GB11.4%
512 GB2241.8 GB8.2%
1 TB1152.7 GB5.3%
2 TB563.1 GB3.2%

The absolute cache size grows with disk size, but the percentage decreases. This makes sense: cache accumulation is driven by app usage, not available space. But here's the critical finding — 256 GB Mac users lost 11.4% of their total storage to cache. On a machine where every gigabyte counts, that's painful.

Users with 256 GB Macs lost an average of 29.3 GB — over 11% of their total storage — to reclaimable cache files.

How fast does cache accumulate?

We asked 10 participants to clear all their caches and then checked again after 30 days. The results:

Cache accumulates roughly linearly for the first month, then slows as the most active caches hit their internal size limits. The implication: monthly cleaning is a reasonable cadence for most users. If you're on a 256 GB Mac, every two weeks is better.

What's safe to delete?

Not all cache is equal. Here's how we categorize it:

Safety level% of total cacheWhat it includes
✅ Safe (delete freely)72%Browser cache, app caches in ~/Library/Caches, build artifacts, old logs
⚠️ Review first21%App Support data, download folders, simulator runtimes
🔒 Protected7%Active app data, keychain-related caches, system-critical logs

CleanDisk labels every item with one of these three levels. The free scan shows you the labels — you can see exactly what's safe before you decide to subscribe and delete.

See how much cache your Mac is hoarding

Run a free scan with CleanDisk. Takes 60 seconds. No signup required.

Download Free Scan

Methodology

For transparency, here's how we conducted this analysis:

This is a small sample and shouldn't be treated as a formal study. But it's real data from real Macs — which is more than most "how much cache does a Mac use" articles can say.

Frequently asked questions

How much cache space does the average Mac use?

Based on our scan of 50 Macs, the average had 42.1 GB of reclaimable cache files. The median was 38 GB. General office users averaged 22 GB, while video editors averaged 71 GB.

What takes up the most cache space on a Mac?

Creative app caches (Premiere Pro, After Effects, DaVinci Resolve) were the largest category at 15.3 GB on average. For non-creative users, browser caches and app caches dominated at 12.1 GB combined. Chrome was the single biggest cache on 68% of the Macs we scanned.

Does clearing cache slow down my Mac?

Temporarily, slightly — apps need to rebuild their caches on first use, which means a few extra seconds of loading. But Macs often run faster after clearing cache because macOS has more free disk space for virtual memory, swap, and file system operations. The net effect is usually positive, especially on Macs with less than 50 GB free.

Intel Systems
macOS utilities and system tools. Based in Oslo, Norway.