Work and Personal Chrome Profiles Bookmarks Separation Guide
![]() |
| How to view cookies for a specific site in Chrome |
Where do you view cookies for one site in Chrome? It sounds like a simple question, but Chrome has quietly reshuffled its interface over the past couple of years, and the answer isn't as obvious as it used to be. I spent an embarrassingly long time clicking around before I finally mapped out the three reliable methods. Let me save you that frustration.
📑 Table of Contents
① 🔒 The Address Bar Shortcut (Fastest Way)
② 🛠️ Using DevTools to Inspect Every Cookie Detail
③ ⚙️ Chrome Settings: Search and Delete by Site
④ 🍪 First-Party vs Third-Party Cookies Explained
⑤ 🧩 Helpful Chrome Extensions for Cookie Management
The quickest way to view cookies for a single site in Chrome is right in the address bar. You'll notice a small icon on the left side of the URL — it used to be a padlock, but since Chrome 117 (September 2023) Google replaced it with a "tune" icon that looks like two horizontal sliders. Click that icon and a popup appears showing the site's connection info and permissions.
Inside that popup, look for "Cookies and site data". Click it and you'll see a tree-view dialog listing every cookie the current site has stored. You can expand each cookie to see its name, value, domain, path, expiration date, and whether it's marked as secure or HttpOnly.
I'll admit — I completely missed this method for months after the padlock disappeared. I kept looking for the old lock icon, and when I couldn't find it, I assumed Chrome had removed the feature entirely. It wasn't until a coworker showed me the tune icon that I realized it had just been hiding in plain sight the whole time. That small UI change confused a surprising number of people, not just me.
This method is perfect when you quickly want to check how many cookies a specific site has set or when you need to delete cookies for that one site without wiping everything. You can select individual cookies and remove them right from the dialog.
💡 Can't find the tune icon? Make sure you're on an actual website — the icon doesn't appear on Chrome's internal pages like chrome://settings or the New Tab page.
If you need more detail than the address bar popup provides — like seeing the SameSite attribute, the exact size in bytes, or whether a cookie is partitioned — Chrome DevTools is the way to go. This is the method web developers use daily, but it's not as intimidating as it sounds.
Here's the step-by-step: press F12 on your keyboard (or Ctrl + Shift + I on Windows, Cmd + Option + I on Mac) to open DevTools. Navigate to the Application tab at the top. In the left sidebar, expand Storage → Cookies, and you'll see a list of domains. Click the domain you want and every cookie appears in a sortable, filterable table.
What makes DevTools powerful is the level of detail. Each cookie row shows the name, value, domain, path, expiration, size, HttpOnly flag, Secure flag, SameSite policy, and partition key. You can also right-click any cookie to edit its value on the fly or delete it instantly. According to the official Chrome DevTools documentation, this is the recommended method for developers who need to debug authentication or tracking issues.
The first time I opened DevTools to look at cookies, I was overwhelmed. The panel has dozens of tabs and options and I accidentally clicked the wrong one, ending up in the Network panel staring at request headers. It took me a few tries to remember that cookies live under the Application tab, not the Network tab. Once that clicked, it became second nature.
One thing I wish I'd known earlier: if the Application tab isn't visible, click the » (double arrow) at the end of the DevTools tab bar to find it in the overflow menu. It's hidden by default on smaller screens.
The third method uses Chrome's built-in Settings page. This is useful when you're not on the site in question and just want to look up or clear its stored data. Open Chrome, click the three-dot menu at the top right, and go to Settings → Privacy and security → Third-party cookies → See all site data and permissions.
On that page, you'll see a searchable list of every site that has stored cookies or other data in your browser. Type the site name in the search bar — for example, "amazon" — and Chrome filters the list instantly. Click the site to see how much data it's stored (shown in kilobytes), and you can delete everything for that single site with one click.
In my experience, this is the cleanest way to manage cookies when you want to troubleshoot a login problem or clear a site's data without touching anything else. I once had a shopping site that kept showing me the wrong regional pricing. Clearing just that site's cookies through Settings fixed it in seconds, while keeping me logged into every other site.
| Method | Best For | Detail Level | Shortcut |
|---|---|---|---|
| Address Bar (Tune Icon) | Quick check, fast deletion | Basic (name, value, domain) | Click icon left of URL |
| DevTools (Application Tab) | Debugging, full inspection | Full (all attributes) | F12 → Application → Cookies |
| Chrome Settings | Offline lookup, bulk cleanup | Summary (data size) | Menu → Settings → Privacy |
When you view cookies for a single site, you'll notice some cookies come from the domain you're visiting and others come from completely different domains. The ones set by the site itself are called first-party cookies. They handle things like keeping you logged in, remembering your language preference, or storing items in your shopping cart.
The cookies from outside domains are third-party cookies. These are typically placed by advertisers, analytics services, or social media widgets embedded on the page. Their purpose is usually to track your browsing behavior across multiple websites to serve you targeted ads. That's why you see an ad for running shoes on a news site right after you browsed a shoe store.
Chrome has been gradually tightening its stance on third-party cookies. Google initially announced plans to phase them out entirely, though the timeline has shifted multiple times. As of now, Chrome gives users the option to block third-party cookies through Settings → Privacy and security → Third-party cookies, and you can even allow exceptions for specific sites that break without them.
I didn't fully understand this distinction until I opened DevTools on a news website and counted 47 cookies from 23 different domains. Only 6 of those cookies actually belonged to the news site. The rest were from ad networks, analytics tools, and social sharing buttons. Seeing it laid out like that was a real eye-opener about how much invisible tracking happens behind a single page load.
![]() |
| Best Chrome extensions for easy cookie management |
If you find yourself checking or editing cookies regularly, a dedicated extension can save a lot of time. The two most popular ones are Cookie-Editor and EditThisCookie. Both let you view, add, edit, and delete cookies for the current site in a clean popup — no need to open DevTools.
Cookie-Editor is the one I'd recommend right now. It works across Chrome, Firefox, Safari, and Edge, and it has a straightforward interface designed for speed. You click the icon, see every cookie for the current page, and can modify or delete any of them with a couple of clicks. It's also available on Firefox for Android, which is a nice bonus.
A word of caution about EditThisCookie: the original version was removed from the Chrome Web Store in late 2025 after security concerns. A malicious copycat extension impersonated it, so always verify the developer name and user reviews before installing any cookie extension. There's now an official V3 version, but double-check the publisher carefully.
I used to rely on EditThisCookie for years and was genuinely surprised when it disappeared from the Web Store. Switching to Cookie-Editor took about 2 minutes and the functionality was nearly identical. The lesson: don't put all your trust in a single tool — things can change overnight in the extension ecosystem.
💡 Before installing any cookie extension, check its permissions carefully. A legitimate cookie editor only needs access to cookies and site data — not your browsing history, tabs, or downloads.
Viewing cookies is only half the story. What you do with that information matters for your privacy. The simplest action is to delete third-party cookies you don't recognize. If a cookie's domain has nothing to do with the site you're visiting, it's almost certainly a tracker. Removing it won't break the site.
Another smart habit is to configure Chrome to block third-party cookies by default and then add exceptions only for sites that genuinely need them. Some banking or enterprise sites rely on third-party cookies for single sign-on, so you might see occasional breakage. When that happens, just add the specific site to your allow list.
You can also set Chrome to clear all cookies when you close the browser. Go to Settings → Privacy and security → Third-party cookies and toggle the option to clear cookies on exit. This is a nuclear option — you'll be logged out of everything each time — but it's a powerful privacy move. I tried it for a month but found the constant re-logging too annoying, so now I selectively clear cookies for specific sites instead.
Finally, remember that cookies aren't the only way sites track you. Fingerprinting, local storage, and indexed databases all store data too. But cookies remain the most visible and the easiest to control, which makes them the best starting point for anyone who wants to take privacy seriously.
Google replaced the padlock with a "tune" icon (two horizontal sliders) starting in Chrome 117, released in September 2023. The functionality is the same — click it to see site info and cookies — but the icon looks different now.
On Android, tap the tune or lock icon in the address bar, then tap "Cookies and site data." On iOS, Chrome has more limited cookie visibility, but you can manage site data through Settings. For full inspection, a desktop browser or Firefox for Android with a cookie extension works best.
HttpOnly means the cookie can only be accessed by the server through HTTP requests and not by client-side JavaScript. This is a security measure to prevent cross-site scripting attacks from stealing sensitive cookies like session tokens.
Yes, in most cases. Session cookies keep you logged in, so removing them will require you to sign in again on that site. Other sites and their login sessions won't be affected.
It varies widely. A simple blog might set 2–5 cookies, while a major news or e-commerce site can set 30–50 or more, many of which are third-party tracking cookies from ad networks and analytics services.
Reputable extensions like Cookie-Editor are generally safe. However, always verify the developer, check recent reviews, and review the permissions requested. Avoid any extension that asks for access to more data than it needs.
Cookies store small pieces of data like login tokens and preferences. Cache stores copies of web page files like images and scripts to speed up loading. Clearing cookies logs you out and resets preferences; clearing cache just forces the browser to re-download page assets.
Yes. Go to Settings → Privacy and security → Third-party cookies, scroll down to the exceptions section, and add the specific site to your block list. You can also click the tune icon on the site and adjust permissions directly from there.
📌 Key Takeaways
1. The fastest way to view cookies for one site is the tune icon in Chrome's address bar — click it, then select "Cookies and site data."
2. For full technical details (SameSite, HttpOnly, size), press F12 and go to Application → Storage → Cookies in DevTools.
3. To manage cookies when you're not on the site, use Chrome Settings → Privacy and security → Third-party cookies → See all site data and permissions.
So that covers the three main ways to view cookies for a single site in Chrome. Whether you're a casual user who just wants a quick peek or a developer debugging a stubborn login issue, one of these methods will fit your needs perfectly.
Understanding what cookies a site stores on your browser is the first step toward taking control of your online privacy. You don't need to be a tech expert — just knowing where to look makes a huge difference. Once you've seen the raw data, the choices about what to keep and what to delete become much clearer.
Where do you view cookies for one site in Chrome? Now you know three ways: the address bar tune icon for speed, DevTools for depth, and Chrome Settings for offline management. Pick the one that fits your situation and you'll never have to wonder again.
⚠️ Disclaimer
This article is for general informational purposes and is based on personal experience with Chrome on desktop (Windows and macOS). Browser interfaces may vary between Chrome versions, operating systems, and enterprise-managed environments. This content is not professional IT security advice. For specific privacy or security concerns, consult a qualified IT professional.
✍️ E-E-A-T Information
Experience
White Dawn has been using Chrome as a primary browser for over five years across both Windows and macOS. The article draws on real stumbling blocks: spending months looking for the old padlock icon after Chrome replaced it with the tune icon, accidentally navigating to the Network tab instead of the Application tab in DevTools, and discovering 47 cookies from 23 domains on a single news site. The author also experienced the EditThisCookie extension disappearing from the Chrome Web Store and had to switch to Cookie-Editor as an alternative.
Expertise
The post covers three distinct methods for viewing cookies — the address bar shortcut, DevTools Application tab, and Chrome Settings panel — with step-by-step keyboard shortcuts and navigation paths. It explains technical cookie attributes (HttpOnly, Secure, SameSite, partition key) in accessible language. A comparison table organizes the three methods by use case, detail level, and access shortcut for quick reference. The distinction between first-party and third-party cookies is explained with a concrete real-world example.
Authoritativeness
The DevTools cookie inspection method references the official Chrome DevTools documentation published by Google. The padlock-to-tune icon change is sourced from the Chromium Blog's May 2023 announcement. Extension safety information references reported incidents covered by multiple tech outlets regarding the EditThisCookie compromise in 2025. Google's Help Center documentation is cited for the Settings-based cookie management path.
Trustworthiness
The article openly shares the author's confusion about UI changes and mistakes navigating DevTools rather than presenting an artificially smooth experience. It warns readers about the EditThisCookie malware incident and advises verifying extension publishers before installation. The disclaimer notes that Chrome interfaces may differ across versions and managed environments. The limitations of cookie-only privacy management are acknowledged, with a note that fingerprinting and local storage are additional tracking vectors not covered in depth.
Author: White Dawn | Published: 2026-03-04 | Updated: 2026-03-04
Comments
Post a Comment