Home › Mac Guides › Clear Chrome Cache
How to clear the Chrome cache on your Mac
Chrome is generous with disk space. Between its HTTP cache, service worker storage, GPU shader cache and per-profile data, a browser you have used daily for a couple of years can easily hold several gigabytes. Clearing it is straightforward once you know which of Chrome's overlapping controls does what, and which folders you should never delete by hand.
Updated 2026-08-02 · Written by the CleanerMac team · macOS 13–15 tested
The built-in way: Clear browsing data
Chrome's own dialog is the safest route because it understands its own databases and updates the indexes correctly.
- Type
chrome://settings/clearBrowserDatain the address bar, or press Shift-Command-Delete. - Switch to the Advanced tab to see the full list of categories.
- Choose a time range. All time is the only option that clears everything.
- Tick Cached images and files. Leave the others unticked if you want to keep your sessions.
- Click Clear data.
The categories matter more than people expect. Here is what each one costs you:
| Category | What you lose |
|---|---|
| Cached images and files | Nothing permanent. Pages reload from the network once. |
| Cookies and other site data | Signed out of every site, site preferences reset. |
| Browsing history | Address bar suggestions and history list. |
| Passwords | Saved credentials. Only touch this deliberately. |
| Autofill form data | Saved addresses and card details. |
| Hosted app data | Local data for installed web apps and extensions. |
Clearing one site instead of everything
For a single misbehaving site, open the page, click the icon at the left of the address bar, choose Cookies and site data, then Manage on-device site data and delete. Or go to chrome://settings/content/all, search the domain, and remove it. This resets that one site without logging you out of anything else. A hard reload also helps: with DevTools open, right-click the reload button and choose Empty Cache and Hard Reload.
Where Chrome keeps everything on macOS
Chrome splits its storage across two trees, which is why deleting one of them rarely frees as much as expected:
~/Library/Application Support/Google/Chromeis the main profile tree. Inside it,Defaultis your first profile andProfile 1,Profile 2and so on are additional ones. This holds history, bookmarks, extensions, IndexedDB, service workers and local storage.~/Library/Caches/Google/Chromeholds the HTTP cache, the code cache and the GPU shader cache. This is the part that grows fastest.
Two files inside the profile deserve a mention because people delete them by accident. Bookmarks is a plain JSON file with all your bookmarks, and there is a Bookmarks.bak alongside it. Login Data holds saved passwords, encrypted against your Keychain. Neither is a cache. If you are doing anything manual in that folder, copy those two out first.
Why deleting Chrome folders by hand is risky
Chrome uses LevelDB and SQLite databases with separate index and log files. Removing a directory while Chrome is running, or removing only part of a database set, produces a profile Chrome considers corrupt. The usual symptoms are extensions disappearing, a profile that resets to a fresh state on launch, or Chrome opening with a warning that your settings could not be restored. Always quit Chrome completely before touching anything under Application Support, and prefer the in-browser controls whenever they can do the job.
Profiles are the hidden space multiplier
Every Chrome profile carries its own full set of caches, extensions and storage. Signing in with a second Google account creates a second profile, and a family Mac with four profiles is carrying four copies of everything. Visit chrome://settings/manageProfile or the profile switcher to see what exists, and remove profiles nobody uses. This is frequently the largest single win available, far bigger than clearing the cache.
Other things labelled Chrome that are not the cache
- Google Software Update installs a background updater in
~/Library/Googleand~/Library/Application Support/Google/GoogleUpdater. Small, but it persists after you delete Chrome. - Extensions live inside each profile and some, particularly ad blockers and password managers, keep large local databases.
- Offline site data from progressive web apps is stored per site and survives a plain cache clear. Remove it from
chrome://settings/content/all. - Crash reports and logs accumulate in
~/Library/Application Support/Google/Chrome/Crashpad.
If you are removing Chrome entirely
Dragging Chrome.app to the Trash leaves both of the trees above in place, often several gigabytes of them, plus the updater. That is the general pattern with macOS apps rather than anything specific to Google. Our guide to uninstalling apps completely explains how to find the leftovers, and CleanerMac's Smart Uninstaller matches them by bundle identifier so nothing is left behind.
Clearing every browser in one pass
If you run Chrome alongside Safari, Firefox or Arc, each maintains its own separate cache and none of them clear each other. CleanerMac scans all of them together with your app and system caches, shows what each is holding, and clears them in one action, and lists every item so you can deselect a browser you are still using. Every item is listed with its size before anything is removed.
A realistic expectation
Clearing the Chrome cache will not make Chrome faster; it makes the next few page loads slower while the cache refills. What it does reliably is fix stale content, resolve a site stuck on an old JavaScript bundle, and reclaim disk space. If Chrome itself feels slow, the cause is usually extensions or too many open tabs holding memory, in which case freeing up RAM and auditing extensions at chrome://extensions will do far more. For the broader picture on Mac caches, see our guide to clearing caches safely.
Take back the gigabytes Chrome is holding
See every browser cache and profile in one view.
Download CleanerMac — free for 3 daysmacOS 13+ · Apple Silicon & Intel · $24.99 once, no subscription
Frequently asked questions
How do I clear the Chrome cache on a Mac?
Press Shift-Command-Delete or go to chrome://settings/clearBrowserData, switch to the Advanced tab, set the time range to All time, tick only Cached images and files, and click Clear data. Leaving the other boxes unticked keeps your logins and history.
Where does Chrome store its cache on macOS?
The HTTP and code caches are in ~/Library/Caches/Google/Chrome. Profile data such as history, bookmarks, extensions and site storage lives separately in ~/Library/Application Support/Google/Chrome.
Will clearing the cache log me out of websites?
No, as long as you only tick Cached images and files. Logins are stored in cookies and site data, which is a separate category in the same dialog. Ticking that one is what signs you out.
Why is Chrome using so many gigabytes on my Mac?
Usually a combination of the HTTP cache, service worker and IndexedDB storage from web apps, extension databases, and multiple profiles each holding a full copy of everything. Removing unused profiles often frees far more than clearing the cache does.
Can I delete the Chrome folder in Application Support?
It is risky. That folder holds bookmarks, passwords and extension data in databases that Chrome expects to find intact, and deleting parts of it can leave a corrupted profile. Quit Chrome first and prefer the in-browser controls where possible.
Does clearing the Chrome cache speed up browsing?
Not usually. The cache exists to make repeat visits faster, so clearing it slows the next few loads. It helps with stale pages and disk space, but for a slow Chrome the real causes are typically extensions and open tabs consuming memory.