Clearing cache in WordPress admin helps fix loading problems, display updates, and boost site speed. This guide covers plugin-based, server-level, and browser cache clearing methods with simple, step-by-step instructions.
Key Takeaways
- Clearing cache fixes display issues: Outdated content or broken layouts often result from cached files not refreshing.
- Use caching plugins for easy control: Plugins like WP Super Cache or W3 Total Cache let you clear cache with one click.
- Server-level cache needs manual clearing: Some hosts use built-in caching (like LiteSpeed or Varnish) that requires dashboard access.
- Browser cache affects what you see: Even after clearing WordPress cache, your browser may still show old content.
- Clear cache after updates: Always clear cache after updating themes, plugins, or WordPress core to see changes.
- Test your site after clearing: Check frontend and admin areas to confirm updates appear correctly.
- Schedule regular cache clearing: Prevent performance issues by clearing cache weekly or after major edits.
Why Clear Cache in WordPress Admin?
WordPress sites use caching to load faster. Caching saves copies of pages so visitors don’t wait for the server to rebuild them each time. But sometimes, these saved copies—called cache—become outdated. When you update a post, change a theme, or install a plugin, the old cached version may still show. This causes confusion and delays in seeing your changes.
Clearing cache in WordPress admin ensures you and your visitors see the latest content. It’s especially important after making design tweaks, updating plugins, or fixing errors. Without clearing cache, you might think your changes failed when they’re just hidden behind old files.
In this guide, you’ll learn multiple ways to clear cache in WordPress admin—using plugins, your hosting dashboard, and even your browser. Whether you’re a beginner or experienced user, these steps will help keep your site fast and up to date.
Method 1: Clear Cache Using a Caching Plugin
Most WordPress sites use caching plugins to improve speed. These tools store static versions of your pages. When you need to refresh them, here’s how to clear the cache.
Step 1: Install a Caching Plugin (If You Haven’t Already)
If you don’t have a caching plugin, install one like WP Super Cache, W3 Total Cache, or LiteSpeed Cache. Go to Plugins > Add New, search for your chosen plugin, and click Install Now, then Activate.
Step 2: Access the Plugin’s Settings
Once activated, look for the plugin in your WordPress admin sidebar. For example, WP Super Cache appears under Settings > WP Super Cache. W3 Total Cache shows under Performance > Dashboard.
Step 3: Clear the Cache
- WP Super Cache: Go to Settings > WP Super Cache. Click the Delete Cache button at the top.
- W3 Total Cache: Navigate to Performance > Dashboard. Click Empty All Caches.
- LiteSpeed Cache: Go to LiteSpeed Cache > Cache, then click Purge All.
After clearing, visit your site to confirm updates appear. If changes still don’t show, try clearing your browser cache too.
Method 2: Clear Cache via Your Hosting Control Panel
Some web hosts manage caching at the server level. This means even if you clear plugin cache, the host’s cache might still serve old content. Here’s how to clear it.
Step 1: Log Into Your Hosting Account
Go to your hosting provider’s website (like Bluehost, SiteGround, or HostGator) and log in. Look for a dashboard or control panel (often called cPanel, Plesk, or a custom interface).
Step 2: Find the Caching Tool
Search for options like Cache Manager, LiteSpeed Cache, or Varnish Cache. For example:
- SiteGround: Go to Site Tools > Speed > Caching. Click Purge All.
- Bluehost: In cPanel, find Cache Manager and click Clear Cache.
- Hostinger: Use hPanel > Websites > Manage > Cache and click Clear.
Step 3: Confirm the Cache Is Cleared
After purging, reload your WordPress site. Check both the frontend and admin area. If you recently updated your WordPress theme or installed a new plugin, this step ensures changes go live.
Tip: Some hosts auto-clear cache after updates. Check your host’s documentation or support page if you’re unsure.
Method 3: Clear Browser Cache
Even after clearing WordPress and server cache, your browser might still show old content. This is because browsers save files like images and CSS to load pages faster.

Visual guide about How to Clear Cache in WordPress Admin
Image source: cdn.learnwoo.com
Step 1: Use Keyboard Shortcuts
The fastest way to clear browser cache:
- Chrome, Edge, Firefox (Windows): Press Ctrl + Shift + Delete.
- Safari (Mac): Press Cmd + Option + E.
- Chrome (Mac): Press Cmd + Shift + Delete.
Step 2: Select What to Clear
A window will appear. Choose Cached images and files. You can also select a time range (like “Last hour” or “All time”). Click Clear data or Clear history.
Step 3: Hard Refresh the Page
After clearing, reload your WordPress admin page with a hard refresh:
- Windows: Press Ctrl + F5.
- Mac: Press Cmd + Shift + R.
This forces the browser to download fresh files from the server. Now you should see the latest version of your site.
Method 4: Clear Object Cache (Advanced)
WordPress uses object caching to store database query results. This is handled by plugins like Redis or Memcached. Clearing it requires extra steps.
Step 1: Check If Object Cache Is Active
Go to Tools > Site Health > Info > Server. Look for entries like Redis or Memcached. If present, object cache is likely running.
Step 2: Use a Plugin or Hosting Tool
Some caching plugins include object cache clearing. For example, W3 Total Cache has a Object Cache tab with a Empty Cache button.
If your host manages object cache (like Kinsta or WP Engine), use their dashboard. For example, WP Engine users go to User Portal > Sites > Utilities > Clear Cache.
Step 3: Flush via WP-CLI (For Developers)
If you have SSH access, use WP-CLI:
wp cache flush
This clears all object cache. Only use this if you’re comfortable with command line tools.
Troubleshooting Common Issues
Sometimes, clearing cache doesn’t fix the problem. Here’s what to check:
Changes Still Not Showing?
- Clear cache in all layers: plugin, server, and browser.
- Check if a CDN (like Cloudflare) is caching your site. Log into your CDN dashboard and purge cache there.
- Disable caching temporarily to test. In your caching plugin, turn off caching and see if changes appear.
Admin Area Is Slow After Clearing?
This is normal. Clearing cache forces the server to rebuild files, which can slow things down briefly. Wait a few minutes and reload.
Plugin or Theme Conflicts?
If clearing cache causes errors, a plugin or theme might be incompatible. Try deactivating plugins one by one. For theme issues, consider how to deactivate a theme in WordPress or switch to a default theme like Twenty Twenty-Four.
Best Practices for Managing Cache
To avoid future issues, follow these tips:
- Clear cache after updates: Always purge cache after updating WordPress, themes, or plugins.
- Use a reliable caching plugin: Choose one with clear purge options and good support.
- Schedule regular clearing: If your site changes often, clear cache weekly.
- Test on a staging site: Before making major changes, test them on a copy of your site.
- Monitor performance: Use tools like GTmetrix or Google PageSpeed Insights to check if caching helps or hurts speed.
Conclusion
Clearing cache in WordPress admin is a simple but powerful way to ensure your site shows the latest content. Whether you use a plugin, your hosting dashboard, or your browser, the process takes just a few clicks. By clearing cache regularly—especially after updates—you’ll avoid confusion, improve performance, and keep your site running smoothly.
Remember: cache exists to help your site load faster, but outdated cache can hide your hard work. Stay proactive, clear when needed, and always test your changes. With these steps, you’ll master cache management and keep your WordPress site fresh and fast.