How to Clear Your Browser Cache (Chrome, Safari, Firefox, Edge)

4 min read
Beginner Browser Cache Cookies Troubleshooting

"Have you tried clearing your cache?" This is the first thing tech support tells you, and for good reason — it actually fixes a lot of problems. Broken pages, login issues, outdated content, slow loading — clearing the cache resolves all of these.

This guide shows you exactly how to do it on every browser and every device.

What Is Cache and Why Clear It?

Your browser stores copies of websites you visit (images, scripts, stylesheets) so they load faster next time. This is the cache.

Why clear it:

  • A website updated but you still see the old version
  • A page looks broken or displays incorrectly
  • You cannot log in even with correct credentials
  • A site is loading slowly despite fast internet
  • You want to free up disk space
  • You are troubleshooting a website you are building

Chrome (Desktop)

Quick Method (Keyboard Shortcut)

Press Ctrl + Shift + Delete (Windows/Linux) or Cmd + Shift + Delete (Mac)

Manual Method

  1. Click the three dots (top right) → Settings
  2. Click Privacy and securityDelete browsing data
  3. Select time range: All time (for a full clear)
  4. Check:
  • Cached images and files
  • Cookies and other site data (optional — this logs you out of everything)
  1. Click Delete data

Clear Cache for One Site Only

  1. Visit the site
  2. Press F12 to open DevTools
  3. Right-click the refresh buttonEmpty cache and hard reload

Or: Click the padlock icon in the address bar → Site settingsClear data

Chrome (Android)

  1. Open Chrome → tap three dotsSettings
  2. Privacy and securityDelete browsing data
  3. Select All time
  4. Check Cached images and files
  5. Tap Delete data

Chrome (iPhone)

  1. Open Chrome → tap three dotsSettings
  2. Privacy and securityClear Browsing Data
  3. Select Cached Images and Files
  4. Tap Clear Browsing Data

Safari (Mac)

Quick Method

Press Cmd + Option + E to empty the cache instantly.

Full Clear

  1. Safari menu → SettingsPrivacy
  2. Click Manage Website Data
  3. Click Remove All

Developer Method

  1. Enable Developer menu: Safari → Settings → Advanced → check "Show Developer menu"
  2. Developer menu → Empty Caches

Safari (iPhone/iPad)

  1. Open Settings (the system Settings app, not Safari)
  2. Scroll down to Safari
  3. Tap Clear History and Website Data
  4. Confirm

This clears cache, cookies, and history for all Safari tabs.

Firefox (Desktop)

Quick Method

Press Ctrl + Shift + Delete (Windows/Linux) or Cmd + Shift + Delete (Mac)

Manual Method

  1. Click the hamburger menu (three lines) → Settings
  2. Privacy & Security → scroll to Cookies and Site Data
  3. Click Clear Data
  4. Check Cached Web Content
  5. Click Clear

Firefox (Android)

  1. Tap three dotsSettings
  2. Delete browsing data
  3. Check Cached images and files
  4. Tap Delete browsing data

Edge (Desktop)

  1. Press Ctrl + Shift + Delete
  2. Select All time
  3. Check Cached images and files
  4. Click Clear now

Or: Settings → Privacy, search, and servicesChoose what to clear

Edge (Mobile)

  1. Tap three dotsSettings
  2. Privacy and securityClear browsing data
  3. Check Cached images and files
  4. Tap Clear data

Cache vs Cookies — What Is the Difference?

Cache Cookies
What it stores Images, scripts, stylesheets Login sessions, preferences, tracking data
Why it exists Load pages faster Remember who you are
Clearing it Fixes display/loading issues Logs you out of websites
Should you clear it? Yes, regularly Only if needed (you will have to log in everywhere again)

Tip: Clear cache frequently, clear cookies only when needed.

How Often Should You Clear Cache?

  • When something looks broken — first thing to try
  • Every 1-2 months as maintenance
  • After a website update if you are a developer
  • When running low on disk space — cache can use several GB

Hard Refresh (Force Reload Without Clearing Everything)

Sometimes you just need to reload one page fresh:

Browser Windows/Linux Mac
Chrome Ctrl + Shift + R Cmd + Shift + R
Firefox Ctrl + Shift + R Cmd + Shift + R
Safari Cmd + Option + R
Edge Ctrl + Shift + R Cmd + Shift + R

This bypasses the cache for that single page without clearing everything.

Related Tools