How To Clear Cookies On Android

I’m trying to figure out how to clear all cookies on my Android phone because some sites keep logging me in automatically and showing old data. I’ve tried clearing browser history but I’m not sure if that actually removed the cookies from Chrome and other apps. Can someone walk me through the proper steps to fully delete cookies on Android and maybe suggest if I should clear cache or site data too

Yeah, clearing history usually does not wipe all cookies the way you want. You need to hit the cookies option directly. Here is how on the main browsers on Android.

Chrome on Android

  1. Open Chrome.
  2. Tap the three dots top right.
  3. Tap History.
  4. Tap Clear browsing data.
  5. At the top, change Time range to All time.
  6. Check Cookies and site data.
    You can uncheck Browsing history if you do not care about that.
  7. Tap Clear data.
  8. Close Chrome from recent apps, then reopen.

That logs you out of most sites and stops the auto login and stale data problem for those sites.

Firefox on Android

  1. Open Firefox.
  2. Tap the three dots.
  3. Tap Settings.
  4. Go to Delete browsing data.
  5. Check Cookies and active logins.
  6. Tap Delete browsing data.

Samsung Internet

  1. Open Samsung Internet.
  2. Tap the three lines bottom right.
  3. Tap Settings.
  4. Tap Personal data.
  5. Tap Delete browsing data.
  6. Check Cookies and site data.
  7. Tap Delete data.

If you want to target a single annoying site in Chrome

  1. Go to chrome settings.
  2. Tap Site settings.
  3. Tap All sites.
  4. Search the site name.
  5. Tap the site.
  6. Tap Clear and reset.

Also check your phone settings for auto sign in
Settings > Google > Auto-fill or Smart Lock for passwords.
If Smart Lock keeps logging you back in, turn it off for the worst offenders.

After you clear cookies, visit a problem site, log in once, then see if it starts behaving. If it still shows old data, the site might store stuff in local storage or your account profile, not only cookies, so clearing will not fix everyting.

Couple of extra angles to try, building on what @stellacadente already laid out:

  1. Check “keep you signed in” features in the browser itself
    Clearing cookies works, but some browsers also have their own sign‑in or sync layer that quietly logs you back in and re-syncs cookies/settings.

    • In Chrome:
      • Settings → Sync and Google services
      • If you’re signed into Chrome, it can re‑apply stuff. Try turning off “Sync” or at least “Sync everything,” then only re‑enable what you need.
    • In Firefox:
      • Settings → Firefox account
      • If you use sync, it can restore logins and maybe some site prefs. Try pausing sync, clear cookies, then test.
  2. Use “open in incognito / private” for sites that keep doing this
    Instead of nuking cookies every time:

    • In Chrome, long‑press the site link and pick “Open in incognito”
    • In Firefox, use “Open in private tab”
      Private/incognito tabs drop cookies as soon as you close them, so the site cannot keep you logged in or stash long‑term data. Super handy for those one or two clingy websites.
  3. Consider storage beyond cookies
    Slight disagreement with the idea that clearing cookies is usually enough. A lot of modern sites cache stuff in:

    • Local storage
    • IndexedDB
    • Service workers / app cache
      In Chrome, go to:
    • Settings → Site settings → Storage (or All sites)
    • Pick the specific site → Clear & reset
      That dumps more than just cookies and sometimes is what actually fixes “old data” issues.
  4. App vs browser issue
    If you use the app for a service and also the browser site, the app can keep you logged in and auto‑launch or share auth with the browser. Check:

    • Settings → Apps → [that app] → Storage → Clear data/cache
      Then see if the auto login stops after that.
  5. Turn off autofill / password auto sign‑in per app or site
    @stellacadente already pointed at Smart Lock, but I’d go a bit more granular:

    • Settings → Passwords & accounts (name can vary)
    • In Google Password Manager, open the specific site
    • Disable “Auto sign‑in” just for that one, so you can keep auto login on for everything else.
  6. Try a more “nuclear” browser reset if nothing works
    If the browser is really stubborn:

    • Settings → Apps → Chrome (or whatever) → Storage → Clear data
      That wipes everything: cookies, cache, settings, offline data. Downside: you start fresh, but it usually kills any weird sticky login / stale data behaviors.

If you want to test quickly whether cookies are actually gone, go to one of the sites right after clearing and see if it asks you to accept cookies again and log in. If it doesn’t, either cookies were not cleared properly, or that site is storing your session in a less obvious way, in which case the specific “Clear & reset” for that site or the browser data reset usually does the trick.

And yeah, clearing just “history” basically only helps if your main goal is hiding what you visited from someone else, not fixing this login / stale data mess.

Couple of angles that haven’t been hit yet, focused on why those “ghost logins” keep coming back even after you clear stuff.


1. Check if you’re actually using multiple browsers

Sounds obvious, but it bites a lot of people:

  • You might be clearing cookies in Chrome
  • But the site is opening from another app in the Samsung Internet browser, Firefox, or a “Mini” browser inside a social app

So:

  1. Open the problem site.
  2. Look at the browser UI (address bar shape, menu icon, logo).
  3. Go to Android Settings → Apps → pick that browser → Storage.
  4. Clear data there for that specific browser.

If your “main” browser is not the one that keeps the login, clearing the wrong one won’t help.


2. Disable “instant apps” / web-to-app handoff

Sometimes Android silently pushes you to an app, which uses its own session and makes it look like cookies are not clearing.

  • Go to Android Settings
  • Search for “Instant apps” or “Default apps”
  • Turn off instant apps and double check that the problem site is not set to “open in this app” by default

Then try visiting the site strictly in a browser. If the auto login stops there, the culprit was the app, not cookies.


3. Check your account’s security or login settings on the site itself

Minor disagreement with the idea that everything is client‑side. Some services heavily lean on server‑side “remember this device” flags. Even if you nuke cookies:

  • The site sees your device fingerprint or saved token
  • It re-authenticates you server-side

Look for settings like:

  • “Remember me on this device”
  • “Trusted devices”
  • “Stay signed in” or “Persistent login”

Log in once deliberately, then go into that site’s account or security settings and:

  • Remove your device from trusted devices
  • Turn off “stay signed in” options

This is especially common with banking, email, and big social platforms.


4. Turn off “lite mode” or data saver in the browser

Some browsers with data saver / lite mode use proxies and aggressive caching, which can keep old content around:

  • In Chrome-like browsers:
    • Settings → Data Saver / Lite mode → turn it off
  • Then clear cookies and site data one more time and reload

This mostly affects “old data showing up,” not just logins.


5. Watch out for VPNs and “privacy” apps

If you use:

  • VPNs
  • Ad-blocker browsers
  • DNS filter apps

Some of them do local caching and sometimes preserve or rewrite session behavior in unexpected ways. To test:

  1. Disable VPN / privacy app temporarily.
  2. Clear cookies + site data in the browser.
  3. Revisit the problem site.

If the issue disappears, the VPN or blocker is messing with caching or redirects.


6. Scheduled or automatic clearing as a workaround

If you are sick of doing this manually:

  • Many browsers let you auto-clear cookies and site data on exit
  • For example, some Chromium-based browsers and Firefox variants have settings like “Delete browsing data on quit”

Set it so that at least:

  • Cookies
  • Site data
  • Cached images and files

are wiped every time you close the browser. That way, even if a site is clingy, it only survives for one session.


7. Tiny reality check: “clear history” ≠ “clear cookies”

You already suspected this, and you are right. History is only:

  • The list of sites you visited
  • A bit of local metadata

It does not guarantee removal of:

  • Cookies
  • Site storage
  • Service workers

So always look specifically for “Cookies and site data” and “Site settings” options. If there is an “Advanced” tab, use that instead of the basic quick clear.


8. About using a dedicated guide like “How To Clear Cookies On Android”

Stuff like “How To Clear Cookies On Android” style walkthroughs can be handy if they:

Pros:

  • Put per-browser steps in one place
  • Remind you to kill things like service workers and site storage, not just cookies
  • Often mention both browser and app side

Cons:

  • They can get outdated quickly as Android and browsers change UI
  • Some skip tricky edge cases like account sync, instant apps, and app/browser handoffs
  • Sometimes they assume you only use one browser

So they are nice for a first pass, but for sticky auto-logins you often need the deeper checks above.


9. Where this differs a bit from @stellacadente’s angle

@stellacadente and the follow-up already did a strong job on:

  • Sync
  • Site storage
  • App vs browser
  • Per-site reset

My slight disagreement is just that sometimes the real fix is not more nuking, but recognizing that:

  • The site itself is remembering the device
  • Android is silently routing you to an app
  • A second browser or VPN is injecting weird behavior

That is why you can wipe cookies ten times and still feel haunted.

If you walk through:

  1. Confirm which browser is really in use
  2. Check for app handoff / instant apps
  3. Verify the site’s own “trusted device / stay signed in” settings
  4. Temporarily disable VPN / blockers

you usually uncover the last piece that cookie clearing alone cannot solve.