To clear your cache on Shopify, you can clear it at three layers: your browser cache (the most common fix when you can’t see updates to your store), the Shopify theme cache (when published changes don’t show up for customers), and third-party app caches (when an app’s settings or display look stale). This guide covers each layer step-by-step, with the Shopify-specific cache flows that browser-only guides leave out.

The shortcut answer: in your browser, press Ctrl+Shift+R on Windows or Cmd+Shift+R on Mac to force a hard refresh of any Shopify page. That clears the browser cache for that single page and shows you the latest version. If you need a fuller clear, the per-browser steps below cover the full settings flow.

Key Takeaways
1
The fastest way to clear cache on a single Shopify page is a hard refresh - Ctrl+Shift+R on Windows or Cmd+Shift+R on Mac.
2
Shopify themes are server-side cached for ~30 seconds - if a published change isn’t visible, wait 30 seconds and force-refresh, don’t reset your store.
3
Shopify Admin doesn’t have a manual “clear admin cache” button - admin caches refresh on action, not on demand.
4
For app-related cache issues, check the app’s own settings first; most apps cache independently of Shopify.
5
Third-party CDN and DNS caches can also delay store updates - incognito browsing bypasses both for testing.

Why You Might Need to Clear Cache on Shopify

Caching is what makes your store load fast - your browser, Shopify’s servers, and any CDN in front of your store all keep recent copies of pages, images, and theme assets to avoid re-downloading them on every visit. The problem comes when you publish a change and the cached old version is still being shown. Common scenarios for Shopify merchants:

  • You edited a product description, hit save, and the storefront still shows the old text.
  • You uploaded a new logo or hero image and customers are seeing the old one.
  • You changed theme settings (color, font, layout) and the change isn’t visible.
  • You installed or updated an app and its widget shows old data.
  • You’re testing checkout and the form still references a removed field.

In every case, clearing the right cache layer is the fix. Below covers each one.

Clearing the Shopify Theme Cache

Shopify caches your published theme on its servers for performance - typically around 30 seconds, sometimes longer. There’s no “clear theme cache” button in admin because Shopify handles theme cache invalidation automatically when you publish. But if a published change isn’t showing:

  1. Wait 30-60 seconds after publishing - the server-side cache will refresh on its own.
  2. Force-refresh your storefront in the browser: Ctrl+Shift+R (Windows) or Cmd+Shift+R (Mac). This bypasses your local browser cache.
  3. If still stuck, open the page in an incognito/private window. That bypasses both your browser cache AND any third-party CDN cache between Shopify and you.
  4. If it still doesn’t update, check whether you’re previewing the right theme - under Online Store > Themes, confirm the theme you edited is the published one (the one labeled “Live”).

For unpublished theme drafts: the theme editor has its own preview cache. To force a full refresh of a draft preview, click the refresh icon at the top of the theme editor or close and reopen the editor entirely.

Clearing the Shopify Admin Search History

Shopify Admin’s search bar caches your recent searches. To clear them: open the search bar, scroll to the bottom of the suggestions, and click “Clear search history.” This is purely a UI nicety - it doesn’t affect anything customer-facing.

Important to note: Shopify Admin itself doesn’t have a “clear admin cache” button. The admin doesn’t aggressively cache the way the storefront does. If admin pages look stale, a normal browser refresh almost always resolves it.

Clearing Third-Party App Caches

Shopify apps usually maintain their own caches independent of Shopify. If an app’s widget on your storefront isn’t updating after you change settings:

  1. Open the app’s admin (from Apps in your Shopify admin).
  2. Look for a “Clear cache,” “Refresh,” or “Sync” option in the app’s settings - most reputable apps include this.
  3. If there’s no such option, save the app’s settings again (sometimes a re-save invalidates the cache).
  4. If the issue persists, contact the app’s support - they can often clear server-side caches you don’t have access to.

Apps that frequently need cache clearing: review apps (Judge.me, Yotpo, Stamped), product feed apps, recommendation widgets, and pop-up apps. These all maintain product/content caches that occasionally drift out of sync with Shopify.

Clearing Your Browser Cache for Shopify

If the Shopify-side cache is fine but you still see old pages, your browser cache is the culprit. Steps for the major browsers:

Google Chrome

infographic on how to clear your cache with icons and directions.

  1. Click the three-dot menu in the top-right corner of Chrome.
  2. Select More tools > Clear browsing data (or press Ctrl+Shift+Delete on Windows / Cmd+Shift+Delete on Mac).
  3. In the dialog, choose a time range. “All time” clears everything; “Last hour” is enough if you just want the latest changes.
  4. Check Cached images and files. You can leave cookies and other data unchecked if you want to stay logged in.
  5. Click Clear data.

Mozilla Firefox

how to clear cache in firefox infographic with icons and instructions

  1. Click the three-line menu in the top-right corner.
  2. Go to Settings > Privacy & Security.
  3. Scroll to Cookies and Site Data and click Clear Data.
  4. Check Cached Web Content (uncheck Cookies if you want to stay logged in).
  5. Click Clear.

Safari (Mac)

how to clear cache in safari infographic with images and instructions

  1. Open Safari, then in the top menu bar go to Safari > Settings (or Preferences on older Mac OS).
  2. Click the Advanced tab and check “Show Develop menu in menu bar.”
  3. Now in the top menu, choose Develop > Empty Caches.
  4. For a fuller clear: go to Safari > Clear History, choose “all history,” and confirm.

Microsoft Edge

  1. Click the three-dot menu in the top-right corner of Edge.
  2. Select Settings > Privacy, search, and services.
  3. Under “Clear browsing data,” click Choose what to clear.
  4. Choose a time range and check Cached images and files.
  5. Click Clear now.

Mobile Browsers

On iPhone Safari: Settings > Safari > Clear History and Website Data. On Android Chrome: open Chrome, tap the three-dot menu, then Settings > Privacy and security > Clear browsing data. Mobile cache clearing is necessary when testing how your Shopify storefront behaves on phones - desktop cache clearing doesn’t affect mobile.

When Cache Clearing Doesn’t Fix It

If you’ve cleared every cache layer and the issue persists, the problem isn’t cache. Common alternatives:

  • You’re editing the wrong theme. Check that the theme labeled “Live” is the one you’ve been editing - it’s easy to edit a draft theme by accident.
  • An app is overriding your changes. Some apps (especially page-builder and customizer apps) inject content over your theme. Disable the app temporarily to see if the issue resolves.
  • CDN cache. If your store uses Cloudflare or another CDN in front of Shopify, that adds a fourth cache layer - log into the CDN dashboard and purge the cache there.
  • DNS cache. If you recently changed your domain or SSL settings and they’re not propagating, your computer’s DNS cache may still have the old record. On Mac: sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder. On Windows: ipconfig /flushdns in Command Prompt.

For more troubleshooting, see our guide on filtering your own visits from analytics, and our broader hub of technical and developer tools in Shopify.