HomeMac 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.

  1. Type chrome://settings/clearBrowserData in the address bar, or press Shift-Command-Delete.
  2. Switch to the Advanced tab to see the full list of categories.
  3. Choose a time range. All time is the only option that clears everything.
  4. Tick Cached images and files. Leave the others unticked if you want to keep your sessions.
  5. Click Clear data.

The categories matter more than people expect. Here is what each one costs you:

CategoryWhat you lose
Cached images and filesNothing permanent. Pages reload from the network once.
Cookies and other site dataSigned out of every site, site preferences reset.
Browsing historyAddress bar suggestions and history list.
PasswordsSaved credentials. Only touch this deliberately.
Autofill form dataSaved addresses and card details.
Hosted app dataLocal 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:

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

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 days

macOS 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.