How to Delete Cookies for a Specific Website in Chrome
Most guides tell you to clear all your cookies — which logs you out of every site at once. But Chrome gives you a much more surgical option: deleting cookies for one specific website while leaving everything else untouched. Here's exactly how it works, and what to consider before you do it.
What Are Cookies and Why Delete Just One Site's?
Cookies are small data files that websites store in your browser. They remember things like login sessions, preferences, shopping cart contents, and tracking identifiers. When a site starts behaving strangely — showing you a login loop, displaying outdated content, or just acting glitchy — its cookies are often the culprit.
Clearing cookies for a single site is useful when:
- A specific website keeps crashing or behaving oddly
- You're logged in as the wrong account on one platform
- A site isn't reflecting updates you've made to your account
- You want to remove tracking data from one source without disrupting others
Wiping all your cookies fixes these problems too, but at the cost of logging you out of every service you use. The per-site approach is cleaner.
How to Delete Cookies for One Website in Chrome 🎯
Chrome offers two reliable methods, and which one works best depends on whether you can access the site or not.
Method 1: Through Chrome Settings (Works Anytime)
This method works even if the website is currently down or you don't want to visit it.
- Open Chrome and click the three-dot menu (⋮) in the top-right corner
- Go to Settings → Privacy and security → Third-party cookies (in newer Chrome versions) or Cookies and other site data
- Scroll down and click See all site data and permissions
- Use the search bar at the top to type the domain name (e.g.,
reddit.com) - Click the trash icon next to the site to delete its cookies and stored data
This removes all data Chrome has stored for that domain.
Method 2: From the Address Bar (Quick, While on the Site)
- Navigate to the website in Chrome
- Click the padlock icon (or the tune/info icon) to the left of the URL
- Select Cookies and site data or Site settings
- Click Delete data or look for the option to remove stored cookies
- Confirm when prompted
Chrome will typically reload the page after deletion, which is expected behavior.
Method 3: Developer Tools (Advanced Users)
- On the website, press F12 or right-click and choose Inspect
- Go to the Application tab
- In the left panel, expand Storage → Cookies and select the site
- You can delete individual cookies by selecting them and pressing the Delete key, or right-click and choose Clear all
This method is useful if you only want to remove specific cookies from a site, not all of them.
What Gets Deleted — and What Doesn't
Understanding the scope of deletion matters, especially if you're doing this for troubleshooting purposes.
| Data Type | Deleted with Site Cookies? |
|---|---|
| Login session cookies | ✅ Yes |
| Site preferences | ✅ Yes |
| Shopping cart data (cookie-based) | ✅ Yes |
| Cached images and files | ❌ No (separate cache) |
| Bookmarks | ❌ No |
| Autofill/saved passwords | ❌ No |
| Browser history for that site | ❌ No |
If you're troubleshooting a site and cookie deletion doesn't fix it, the next step is usually clearing the cache for that site specifically — which is a separate action.
Variables That Affect the Process
Not every Chrome setup behaves identically. A few factors that shape your experience:
Chrome version: Google updates Chrome's settings interface regularly. The exact menu labels and navigation paths shift between versions. The core functionality stays the same, but the location may differ slightly from what's described here if you're running an older or very recent build.
Sync settings: If you're signed into Chrome and have sync enabled, cookies themselves aren't synced across devices — but your settings and browsing history may be. Deleting cookies on one device doesn't affect another.
Incognito mode: Cookies from incognito sessions are automatically deleted when you close the window. You won't find them in site data settings because they're never written to persistent storage.
Third-party cookies: Some sites set cookies on behalf of other domains (advertising networks, analytics services, embedded content). When you delete cookies for example.com, you're removing what that domain stored — but third-party cookies from other domains that appeared on that site live under their own entries.
Extensions: Cookie management extensions (like cookie editors or privacy tools) add their own layer of control and can interfere with Chrome's native cookie behavior. If you use one, it may need to be used for deletion instead of Chrome's built-in settings.
🔍 When Cookie Deletion Fixes Things — and When It Doesn't
Deleting a site's cookies is effective for:
- Authentication problems (stuck login states, session errors)
- Sites that remember outdated account details
- Resetting a site's personalization to a clean state
- Removing locally stored tracking data for a single domain
It's less effective for:
- Page load errors caused by server issues
- Site features broken by JavaScript errors
- Problems caused by corrupted cached files (clear cache separately)
- Account-level issues stored server-side (those persist regardless of local cookies)
A common troubleshooting pattern is to delete cookies first, then clear the cache if the problem persists — and only widen the scope from there.
The Part That Depends on Your Setup
Whether per-site cookie deletion fully resolves what you're dealing with depends on what's actually causing the issue, how your Chrome is configured, and whether the problem is local or originates from the website's own servers. The steps above work consistently across standard Chrome installs — but the outcome for your specific situation is something only your own setup can confirm.