How Much Space Do macOS Caches Actually Use? We Measured 50 Macs
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 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:
| Category | Average | Median | Maximum | % of total |
|---|---|---|---|---|
| Application caches | 12.1 GB | 9.8 GB | 47.2 GB | 29% |
| Creative app caches | 15.3 GB | 4.2 GB | 89.1 GB | 36% |
| Developer tool caches | 8.7 GB | 0 GB | 62.4 GB | 21% |
| Log files | 1.8 GB | 1.2 GB | 8.3 GB | 4% |
| Old downloads | 4.2 GB | 2.9 GB | 22.6 GB | 10% |
| Total | 42.1 GB | 38.0 GB | 147.3 GB | 100% |
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:
| Application | Average cache size | Maximum found |
|---|---|---|
| Google Chrome | 3.4 GB | 11.2 GB |
| Spotify | 2.1 GB | 6.8 GB |
| Slack | 1.8 GB | 4.5 GB |
| Safari | 1.2 GB | 3.9 GB |
| Microsoft Teams | 1.4 GB | 5.1 GB |
| Discord | 0.9 GB | 3.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:
| Application | Cache location | Average (among users) | Maximum |
|---|---|---|---|
| Adobe Premiere Pro | ~/Library/Application Support/Adobe/Common/Media Cache Files/ | 18.4 GB | 52.3 GB |
| Adobe After Effects | ~/Library/Caches/Adobe/After Effects/ | 12.7 GB | 36.8 GB |
| DaVinci Resolve | ~/Library/Application Support/Blackmagic Design/DaVinci Resolve/Cache/ | 9.3 GB | 28.1 GB |
| Final Cut Pro | Inside library bundles | 7.8 GB | 19.4 GB |
| Adobe Photoshop | Scratch disk (temp files) | 3.2 GB | 14.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:
| Tool | Average (dev Macs only) | Maximum |
|---|---|---|
| Xcode DerivedData | 12.3 GB | 47.8 GB |
| Homebrew cache | 2.8 GB | 8.4 GB |
| npm/pnpm cache | 2.1 GB | 11.2 GB |
| Docker images | 1.9 GB | 34.6 GB |
| pip/conda cache | 0.7 GB | 6.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.
The user profiles
Cache usage varied dramatically by user type:
| User type | Sample size | Average total cache | Range |
|---|---|---|---|
| General / Office | 15 | 22.4 GB | 11–38 GB |
| Students | 8 | 18.7 GB | 8–31 GB |
| Designers | 9 | 48.2 GB | 24–89 GB |
| Developers | 10 | 53.6 GB | 28–147 GB |
| Video editors | 8 | 71.3 GB | 34–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 size | Macs | Average cache | Cache as % of disk |
|---|---|---|---|
| 256 GB | 12 | 29.3 GB | 11.4% |
| 512 GB | 22 | 41.8 GB | 8.2% |
| 1 TB | 11 | 52.7 GB | 5.3% |
| 2 TB | 5 | 63.1 GB | 3.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.
How fast does cache accumulate?
We asked 10 participants to clear all their caches and then checked again after 30 days. The results:
- After 7 days: Average 8.2 GB accumulated
- After 14 days: Average 16.1 GB
- After 30 days: Average 24.7 GB
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 cache | What it includes |
|---|---|---|
| ✅ Safe (delete freely) | 72% | Browser cache, app caches in ~/Library/Caches, build artifacts, old logs |
| ⚠️ Review first | 21% | App Support data, download folders, simulator runtimes |
| 🔒 Protected | 7% | 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 ScanMethodology
For transparency, here's how we conducted this analysis:
- Sample: 50 Macs belonging to team members, friends, and volunteers in Oslo, Norway
- Tool: CleanDisk v1.0 (the same build available for download)
- Criteria: macOS 14 or 15, in daily use for 6+ months, no recent manual cache cleaning
- Date: February–March 2026
- Privacy: We recorded only aggregate size data per category. No filenames, paths, or personal data were collected.
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.