Windows:
%LOCALAPPDATA%\Google\Chrome\User Data\Default\CacheMac:
~/Library/Caches/Google/Chrome/Default/CacheLinux:
~/.cache/google-chrome/Default/CacheRather than deleting files manually, use Chrome's built-in clearing tools or a dedicated extension for safety.
If you're a developer trying to free up disk space, a privacy-conscious user wanting to understand what's stored on your machine, or an IT administrator managing browser storage, knowing exactly where Chrome keeps its cache files is useful information.
This guide gives you the exact file system paths across all operating systems, explains what the cache files actually contain, and covers the safest ways to clear them.
Clear Cache Without Touching System Files
The Clear Cache extension clears Chrome's cache safely and instantly — no file system navigation required. Works for the current site or your full browser cache.
Add to Chrome — FreeChrome Cache Location on Windows
The main cache folder on Windows is inside your AppData directory, which is hidden by default:
The quickest way to get there:
- Press Win+R to open the Run dialog
- Type
%LOCALAPPDATA%\Google\Chrome\User Data\Default\Cache - Press Enter
Or open File Explorer and paste the path (with your actual username) directly in the address bar.
Other Chrome Storage Locations on Windows
| Data Type | Location |
|---|---|
| Main cache | %LOCALAPPDATA%\Google\Chrome\User Data\Default\Cache |
| Media cache | ...\Default\Media Cache |
| GPU cache | ...\Default\GPUCache |
| Code cache | ...\Default\Code Cache |
| Application cache | ...\Default\Application Cache |
| Service worker cache | ...\Default\Service Worker\CacheStorage |
| Cookies | ...\Default\Cookies (SQLite database) |
| Browsing history | ...\Default\History (SQLite database) |
%LOCALAPPDATA%\Google\Chrome\User Data\Profile 1\Cache
Chrome Cache Location on Mac
On macOS, Chrome cache lives in the Library directory, which is hidden by default in Finder:
To access it in Finder:
- In Finder, open the Go menu
- Hold Option — the Library option appears in the dropdown
- Click Library
- Navigate to Caches → Google → Chrome → Default → Cache
Alternatively, press Cmd+Shift+G in Finder and paste the path directly.
Other Chrome Storage on Mac
| Data Type | Location |
|---|---|
| Main cache | ~/Library/Caches/Google/Chrome/Default/Cache |
| Application support | ~/Library/Application Support/Google/Chrome/Default/ |
| Service worker | ~/Library/Application Support/Google/Chrome/Default/Service Worker |
Chrome Cache Location on Linux
For Chromium (open-source version): ~/.cache/chromium/Default/Cache
These are hidden directories (prefixed with .). To see them, run ls -la ~/.cache/google-chrome/ in terminal, or enable "Show hidden files" in your file manager.
What's Actually Inside the Cache Folder?
Chrome's cache uses a proprietary format called "Simple Cache" (or historically "Block Files" in older versions). You'll see files like:
- index — The cache index file listing what's stored
- data_0, data_1, data_2, data_3 — Block files containing cached content in varying sizes
- f_000001, f_000002... — Individual cached resource files in newer Simple Cache format
These files are not human-readable — they're binary data. You can't open them in a text editor and see "example.com's logo." Chrome handles the reading and writing of these files internally.
How Large Is Chrome's Cache?
Chrome automatically limits cache size based on available disk space. The default maximum is typically 80–320MB, but Chrome may allow more on larger drives. To check your current cache size:
- Click the three dots menu in Chrome
- Settings → Privacy and security → Clear browsing data
- Look at the storage usage indicator under "Cached images and files"
You can also check the folder size directly in File Explorer or Finder by right-clicking the Cache folder and selecting Properties (Windows) or Get Info (Mac).
Can I Move Chrome's Cache to a Different Drive?
Yes. Chrome accepts a startup flag to redirect its cache to a custom location:
To apply this on Windows:
- Right-click your Chrome desktop shortcut
- Select Properties
- In the Target field, add the flag after the closing quote:
"C:\Program Files\Google\Chrome\Application\chrome.exe" --disk-cache-dir="D:\ChromeCache" - Click OK and restart Chrome
This is useful if your C: drive is running low and you have a larger D: drive available.
The Safer Way to Clear Chrome Cache
Manually navigating to the cache folder and deleting files works but has risks: forgetting to close Chrome first, accidentally deleting the wrong folder, or missing cache types (Chrome has multiple cache folders, not just one).
For routine cache clearing, Chrome's built-in tools and dedicated extensions handle everything safely:
- For a specific site: Clear Cache for Specific Site extension — one click on any tab
- For all sites: Chrome Settings → Privacy and security → Clear browsing data
- For this page only: Ctrl+Shift+R (hard refresh, bypasses but doesn't delete)
No File System Navigation Needed
Clear Cache handles site-specific cache clearing in one click from your toolbar. No AppData folders, no command lines.
Install Clear Cache — FreeFrequently Asked Questions
Where does Chrome store cache files on Windows?
Chrome stores cache files on Windows at: C:\Users\[YourUsername]\AppData\Local\Google\Chrome\User Data\Default\Cache. To access it quickly, press Win+R, type %LOCALAPPDATA%\Google\Chrome\User Data\Default\Cache, and press Enter.
Where does Chrome store cache files on Mac?
On Mac, Chrome cache is stored at: ~/Library/Caches/Google/Chrome/Default/Cache. To access it, open Finder, press Cmd+Shift+G, and paste the path. The Library folder is hidden by default — hold Option in the Finder Go menu to reveal it.
Can I delete Chrome cache files manually from the file system?
You can, but close Chrome first. Chrome keeps locks on cache files during use. Deleting while Chrome is running can corrupt the cache index. Using Chrome's built-in Clear Browsing Data or a dedicated extension is safer and ensures all cache types are cleared, not just the main folder.
How much space does Chrome cache take up?
Chrome's default cache size limit is around 80-320MB depending on your available disk space and Chrome version. Chrome automatically manages this and purges older files when the limit is reached. Check your current usage in Chrome at Settings → Privacy and security → Clear browsing data.
Can I move Chrome's cache to a different drive?
Yes. Chrome accepts a command-line flag to change the cache location: --disk-cache-dir=D:\ChromeCache. Add this flag to your Chrome shortcut's target field. This is useful if your C: drive is nearly full and you want Chrome's cache on a larger drive instead.