How to Clear Chrome Cache on Windows, Mac, iPhone, and Android (2026)


How to clear Chrome cache on Windows, Mac, iPhone, and Android — exact steps for every platform, keyboard shortcuts, what each option clears, and when you need to do it.


Contact us for Sponsored Post or to Promote your Services or Products here.
Click here to buy secure, speedy, and reliable Web hosting, Cloud hosting, Agency hosting, VPS hosting, Website builder, Business email, Reach email marketing at 20% discount from our Gold Partner Hostinger. You can also read 12 Top Reasons to Choose Hostinger’s Best Web Hosting.

The fastest way to clear Chrome cache on desktop: press Ctrl + Shift + Delete (Windows) or Cmd + Shift + Delete (Mac) to open Clear browsing data. Select Cached images and files, set time range to All time, and click Clear data. On iPhone: Chrome → three-dot menu → Settings → Privacy → Clear Browsing Data. On Android: Chrome → three-dot menu → History → Clear browsing data. The whole process takes under 30 seconds on any device.

Knowing how to clear Chrome cache on Windows, Mac, iPhone, and Android fixes a surprisingly large number of everyday browser problems — slow page loads, pages showing outdated content, websites not loading correctly after updates, and login issues. This guide covers every platform with exact steps, explains what the cache actually is and why clearing it helps, and tells you which clearing option to use for each type of problem.

3 VPNs That Pass All Tests

  1. NordVPN: Zero leaks in tests, RAM-only servers, and Threat Protection to block malware.
  2. Surfshark: Unlimited devices, Camouflage Mode for bypassing VPN blocks, and CleanWeb ad-blocker.
  3. ExpressVPN: Trusted Server tech (data wiped on reboot) and consistent streaming access.

What Is the Chrome Cache and Why Clear It?

Chrome’s cache is a storage area on your device where Chrome saves copies of website files — images, scripts, stylesheets, fonts — so it does not need to download them again on your next visit. This makes websites load faster on return visits. The first time you visit a website, Chrome downloads everything and saves copies. The second time, Chrome loads from the local cache rather than downloading again.

The cache becomes problematic when:

  • A website was updated but your cache still has the old version — you see outdated content or broken layouts
  • The cached files became corrupted — causing pages to display incorrectly or fail to load
  • The cache grew very large — older devices can experience slowdowns when the cache exceeds available storage space
  • You are troubleshooting a web development issue — a developer testing changes needs to see the live site, not the cached version
  • A login session is behaving unexpectedly — session data conflicts with cached page state

How to Clear Chrome Cache on Windows, Mac, iPhone, and Android (2026)

How to Clear Chrome Cache on Windows and Mac

Method 1 — Keyboard Shortcut (Fastest)

Step-by-step:

  1. Open Chrome and press Ctrl + Shift + Delete (Windows) or Cmd + Shift + Delete (Mac)
  2. The Clear browsing data dialog opens
  3. Set the Time range to All time (or a specific range if you only want to clear recent data)
  4. Check Cached images and files (the most important option for most fixes)
  5. Optionally check other items — see the guide below for what each does
  6. Click Clear data
  7. Wait for Chrome to finish — a brief pause, then the dialog closes
  8. Reload the page you were troubleshooting
Click here to read  How To Organize/View Your Feeds In A Magazine Like Start Pages In Chrome

Method 2 — Through Chrome Menu

Step-by-step:

  1. Click the three-dot menu (⋮) in the top-right corner of Chrome
  2. Click Delete browsing data (or navigate via More tools → Clear browsing data)
  3. The same Clear browsing data dialog opens — follow steps 3–7 above

Method 3 — Address Bar Shortcut

Type chrome://settings/clearBrowserData directly in Chrome’s address bar and press Enter. This opens the Clear browsing data dialog directly without navigating through any menus.

What Each Clearing Option Does — Choose the Right One

OptionWhat it removesWhen to clear it
Cached images and filesSaved copies of website assets (images, CSS, JS, fonts)Website showing outdated content; pages not loading correctly after site updates; general troubleshooting
Cookies and other site dataLogin sessions, site preferences, shopping cartsLogin problems; wanting to log out of all websites; privacy concerns
Browsing historyRecord of websites you have visitedPrivacy; preventing others on shared devices seeing your history
Download historyRecord of files you downloaded (not the files themselves)Privacy
PasswordsSaved Chrome passwordsRarely — only if you want to remove all saved passwords
Autofill form dataSaved form entries (names, addresses, etc.)When autofill is suggesting incorrect or old data

💡 For most problems — clear only the cache, not cookies

For the most common Chrome problems (outdated pages, slow loading, visual glitches), clearing Cached images and files alone is sufficient. Clearing cookies simultaneously logs you out of every website you are currently logged into — Gmail, your bank, your project management tools, everything. Unless you specifically need to clear cookies, uncheck them and only clear the cache. It fixes the problem without the inconvenience of logging in to everything again.

How to Clear Chrome Cache on iPhone

Step-by-step (iOS Chrome):

  1. Open Chrome on iPhone
  2. Tap the three-dot menu (⋯) at the bottom right of the screen
  3. Tap Settings
  4. Scroll down and tap Privacy
  5. Tap Clear Browsing Data
  6. Select the data types you want to clear — tap Cached Images and Files at minimum
  7. Set the time range if desired
  8. Tap Clear Browsing Data in blue at the bottom
  9. Confirm in the dialog that appears

ℹ️ Safari users on iPhone — different location

If you use Safari rather than Chrome on iPhone, the cache is cleared through iPhone Settings → Safari → Clear History and Website Data. This is a system-level setting, not inside the Safari app itself. On iOS, Safari’s cache is managed by the operating system, not by Safari directly.

How to Clear Chrome Cache on Android

Hard Reload — Clear Cache for One Page Only

If you only need to clear the cache for a single page — for example, a web page you are developing or a specific site that is showing outdated content — a hard reload clears the cache for just that page without clearing the entire browser cache:

(Ad)
Publish Your Guest Post at SmashingApps.com and Grow Your Business with Us

  • Windows Chrome: Ctrl + Shift + R or Ctrl + F5
  • Mac Chrome: Cmd + Shift + R

A hard reload forces Chrome to download fresh copies of all files for the current page only, bypassing the cache for that single reload. Everything else in your cache remains intact.

DevTools Cache Disable — For Developers

If you are actively developing a website and need Chrome to never use cached files while you work, open Chrome DevTools (F12), go to the Network tab, and check Disable cache. This disables caching only while DevTools is open — when you close DevTools, normal caching resumes. This is the correct approach for active web development rather than repeatedly clearing the cache manually.

How Often Should You Clear Chrome Cache?

Chrome’s cache management is designed to be automatic — Chrome clears old cache entries when storage space is needed and refreshes cached files when websites change them. You should not need to clear the cache on a schedule. Clear it reactively when:

  • A specific website is showing outdated content
  • You are troubleshooting a page load or rendering problem
  • You or someone on a shared device needs a clean browsing state
  • Chrome is noticeably slower than normal on a device with limited storage

Clearing the cache monthly “for maintenance” provides no benefit for most users — it only means your next visit to frequently-visited sites is slightly slower while the cache rebuilds.

Frequently Asked Questions

Will clearing Chrome cache delete my saved passwords?
No — not unless you specifically check the “Passwords and passkeys” option in the Clear browsing data dialog. Clearing “Cached images and files” does not affect saved passwords, bookmarks, extensions, or any other Chrome data. Passwords are stored separately from the cache. If your passwords are synced with a Google account, they are stored in Google’s servers and removing local cache has no effect on them regardless.
Why does clearing cache fix website problems?
When a website’s files change — a developer updates the CSS, fixes a bug in JavaScript, replaces an image — Chrome may still show the old cached version if the website’s cache headers did not force Chrome to refresh. Clearing the cache removes the old saved files, forcing Chrome to download the current versions on the next load. This is why clearing cache fixes “website looks broken” and “page shows old content” issues.
What is the keyboard shortcut to clear Chrome cache?
Ctrl + Shift + Delete (Windows and Linux) or Cmd + Shift + Delete (Mac) opens the Clear browsing data dialog directly. This is the fastest way to reach the cache clearing option without navigating through Chrome’s settings menus. Once the dialog is open, check Cached images and files, set the time range to All time, and click Clear data.
Does clearing cache speed up Chrome?
In most cases, no — clearing the cache temporarily makes Chrome slower because pages that were loading quickly from cache now have to download fresh. Chrome’s cache speeds up page loads; removing it removes that speed advantage temporarily. The exception: if Chrome’s cache has grown very large on a device with limited storage, clearing it can improve overall device performance. For Chrome slowness specifically, the cache is rarely the cause — check Chrome extensions, hardware acceleration settings, and available device memory instead.

The Bottom Line

Knowing how to clear Chrome cache takes under 30 seconds on any device. The fastest route on desktop: Ctrl + Shift + Delete (Windows) or Cmd + Shift + Delete (Mac) → check Cached images and files → set All time → Clear data. For single-page issues, Ctrl + Shift + R is faster and less disruptive. On mobile: three-dot menu → Settings/History → Clear browsing data. Clear only the cache (not cookies) unless you specifically need to log out of everything — the cache fix resolves 90% of Chrome display problems without the inconvenience of losing all active sessions.

Hosting Partner
Hostinger


Trending Now


Products You Might Be Interested In


Free Online Tools