How to Find a Cookie ID (Value) in Chrome, Firefox, Safari, Edge & More
Finding a specific cookie’s ID or value in your browser can help with troubleshooting or ensuring your website’s cookies are set correctly. Modern browsers provide built-in developer tools to view and filter cookies by name. Below are step-by-step guides for Google Chrome, Mozilla Firefox, Apple Safari, and Microsoft Edge.
- Press F12 (Win) or ⌥+⌘+I (Mac) to open DevTools.
- Open Application.
- In the left panel, go to Storage > Cookies.
- Select your site’s domain.
- Use the Filter box to search by cookie name.
- Read the Value column (that’s the cookie ID/content).
Tip: turn on Show URL decoded if the value looks encoded
Source: https://developer.chrome.com/docs/devtools/application/cookies
- Press F12 or Ctrl+Shift+I (⌥+⌘+I on Mac) to open Developer Tools.
- Open the Storage tab.
- Expand Cookies and select your site’s domain.
- Use the search box to filter by cookie name or value.
- Read the Value column.
Source: https://firefox-source-docs.mozilla.org/devtools-user/storage_inspector
- Enable dev tools (once): Safari > Settings > Advanced > “Show features for web developers.”
- Press ⌥+⌘+I or use Develop > Show Web Inspector.
- Open Storage, then Cookies in the sidebar.
- Select your site’s domain; locate the cookie by name and read its Value.
Source: https://developer.apple.com/documentation/safari-developer-tools/web-inspector
- Press F12 or Ctrl+Shift+I (⌥+⌘+I on Mac) to open DevTools.
- Open Application.
- Go to Storage > Cookies.
- Select your site’s domain, filter by cookie name, read the Value.
Tip: turn on Show URL decoded if the value looks encoded
Source: https://learn.microsoft.com/en-us/microsoft-edge/devtools/storage/cookies
These browsers use Chromium DevTools, so the steps match Chrome:
- Open DevTools (F12 or Ctrl+Shift+I / ⌥+⌘+I).
- Go to Application > Storage > Cookies.
- Select your site’s domain, use Filter to find the cookie, read the Value.
Tip: turn on Show URL decoded if the value looks encoded
Note about ChatGPT Atlas (macOS app): If View > Toggle Developer Tools is available, you can follow the same Application > Storage > Cookies steps inside the app. If DevTools isn’t exposed, sign in via a browser and use that browser’s steps.
