Cookies (or cookie) are small files that websites save on your device to store session data, authorization and personalization. On Android here they are scattered across different folders, system partitions and even hidden application directories. Finding them is not as easy as on a PC: there is no single storage, and the paths depend on the OS version, browser and even the smartphone manufacturer (Samsung, Xiaomi, Google Pixel may differ).
If you are looking for cookies to clear them for privacy, transfer to another device or fix authorization errors โthis article will help you figure it out. We will consider not only standard methods through browser settings, but also hidden system paths, where most guides donโt even go looks. Weโll also figure out why some cookies โI donโt wantโ to be deleted and how to deal with it.
1. Cookies in browsers: where and how to find them
Most cookies are stored inside browsers - Android stored inside browsers - Chrome, Firefox, Samsung Internet or Opera. Each browser uses its own folder in the deviceโs memory, and they can be accessed both through the interface and through the file system.
For example, in Google Chrome cookies are along the path:
/data/data/com.android.chrome/app_chrome/Default/Cookies
But you canโt just go there - you will need root access or special applications like Root Explorer. Without root access, you will only see encrypted files with the extension .ldb or .journal.
- ๐ Chrome:
/data/data/com.android.chrome/app_chrome/Default/(filesCookies,Cookies-journal) - ๐ฆ Firefox:
/data/data/org.mozilla.firefox/files/mozilla/xxxxxxxx.default/(foldercookies.sqlite) - ๐ Samsung Internet:
/data/data/com.sec.android.app.sbrowser/app_gecko/Profiles/xxxxxxxx.default/ - ๐ญ Opera:
/data/data/com.opera.browser/app_opera/(fileCookies)
โ ๏ธ Attention: If you delete these files manually without turning off the browser, they may be restored from the cache or damaged. It is better to use built-in cleaning tools (more on them below) or specialized utilities like Cookie Editor.
2. System cookies: where Android stores data for all applications
In addition to browsers, cookies can be created web views (WebView) inside regular applications - for example, in Facebook, Instagram or banking apps. These files are stored in a shared folder. but accessing them is even more difficult than browser ones. /data/data/com.android.webview/, but accessing them is even more difficult than browser-based ones.
Moreover, some system cookies are associated with Google Play Services and are synchronized with the account GoogleThey can be found along the path:
/data/data/com.google.android.gms/app_gecko/Profiles/
But delete them. them manually highly not recommended - this can break the operation of Google services, including YouTube, Gmail and Play Market.
| Cookie type | Path storage | Are root access required? | Risk when deleting |
|---|---|---|---|
| Browser (Chrome) | /data/data/com.android.chrome/... |
Yes | Low (loss of sessions) |
| System (WebView) | /data/data/com.android.webview/ |
Yes | Medium (crashes in applications) |
| Google Play Services | /data/data/com.google.android.gms/... |
Yes | High (service failures) |
| Applications (Facebook, Instagram) | Inside application folders (/data/data/com.facebook.katana/) |
Yes | Low (log out of account) |
โ ๏ธ Attention: Paths to system folders may change depending on the version Android (for example, in Android 14 structure /data/data/ has become more secure). If you are using custom firmware (LineageOS, Pixel Experience), check the current paths through adb shell.
3. How to view cookies without root: workarounds
If you do not have root access, you will not be able to directly access cookie files. But there are several legal ways to view or export them:
- Through browser extensions. B Firefox for Android you can install an add-on Cookie-Editorthat will show all saved cookies for the current site. data-i="104">there are no such extensions due to restrictions Chrome There are no such extensions due to restrictions Google.
- Using ADB. Connect the phone to the PC and run the command:
adb pull /data/data/com.android.chrome/app_chrome/Default/CookiesBut this will only work if you have debug access (
USB Debuggingenabled). - Through backup. Create a backup of the application with cookies via
adb backupor Titanium Backup (requires root), and then extract the files from archive.
โ Useful advice: If you need to transfer cookies to another device, the easiest way is to use synchronization through your account Google (for Chrome) or export via Firefox Sync. often leads to their damage.
Create a backup copy of your data|Disable synchronization in the browser|Close all tabs and applications|Use proven tools (for example, Cookie-Editor)-->
4 How to clear cookies: step-by-step guide
Deleting cookies can solve problems with authorization, speed up the browser, or simply free up space. Here's how to do it in different cases:
4.1. Clearing through browser settings
The safest way is to use the built-in tools. For example, in Google Chrome:
- Open the menu (three dots) โ
HistoryโClear data. - Select
Cookies and site data. - Specify the period (for example,
All time) and clickDelete data.
4.2. Complete clearing through Android settings
If cookies are stored in system applications (for example, in WebView), they can be reset via menu Settings โ Applications:
- Find the application
Android System WebView. - Click
StorageโClear data. - Confirm action. This will delete all cookies for built-in web views.
โ ๏ธ Attention: Clearing WebView may log you out of accounts in applications that use web authentication (for example, VK, Tinkoff BankAfter this you will have to re-enter logins and passwords.
4.3. Automatic cleaning using apps
If you need to clear your cookies regularly, install one of these applications:
- ๐งน CCleaner โ clears cache and cookies for most browsers.
- ๐ SD Maid โfinds and deletes unnecessary files, including cookies.
- ๐ก๏ธ 1Tap Cleaner โspecializes in cleaning browser data.
Before mass clearing cookies, save important passwords in the manager (for example, Bitwarden or 1Password). Many sites will require re-authorization after deleting cookies.
5. Why cookies are not deleted and how to fix it
Sometimes, after cleaning, cookies โreturnโ or do not disappear at all. The reasons may be different:
- ๐ Synchronization with your Google account. If. Chrome synchronization is enabled, cookies can be restored from the cloud. Disable it in your browser settings.
- ๐ฑ Application cache. Some applications (for example, Facebook) store copies of cookies in their cache Clear the data. applications in
Settings โ Applications. - ๐ต๏ธ Hidden system processes. On Android 10+ some cookies are protected by the system and cannot be deleted using standard methods. Only resetting to factory settings will help (as a last resort!).
If the cookies of a specific site are not deleted, try:
- Go to the site and manually log out of your account (if there is such an option).
- Use incognito mode โcookies are not saved in it after closing the tab.
- Install an alternative browser (for example, Brave or DuckDuckGo) and work through it.
What to do if cookies interfere with the site?
If after clearing cookies the site stops working (for example, the cart in an online store does not load), try:
1. Refresh the page in private mode โif everything works there, the problem is definitely in cookies.
2. Add the site to exceptions in the browser privacy settings.
3. Contact site support - perhaps the problem is on their side (for example, outdated cookies are blocked by new security rules).
6. Exporting and importing cookies: when is it needed and how to do it
Transferring cookies from one device to another may be necessary if you:
- ๐ Change your smartphone and do not want to log into all accounts again.
- ๐ฅ๏ธ Synchronize data between Android i PC.
- ๐ ๏ธ You are testing web applications and need the same conditions on different devices.
For export/import the following are suitable:
- ๐ค Cookie-Editor (for Firefox) - allows you to save cookies to a file
.json. - ๐ฅ EditThisCookie (extension for Chrome on PC) - exports cookies, which can then be transferred to Android via ADB.
- ๐ง Titanium Backup (requires root) - creates a complete copy of application data, including cookies.
โ ๏ธ Attention: Transferring cookies between different browsers (for example, from Chrome to Firefox) often leads to errors. It is better to use the same browser on both devices.
Exporting cookies is a temporary solution. Many sites (for example, banking sites) bind cookies to an IP address or device. After the transfer, they may stop working.
7. Security: how to protect your cookies from theft
Cookies may contain Authorization tokensthat attackers use to hack accounts. To minimize risks:
- ๐ Use HTTPS. Never log into accounts on sites without encryption (the address must start with
https://). - ๐ซ Block tracking. B Chrome enable
Settings โ Privacy โ Do Not Track. - ๐ก๏ธ Install an antivirus. Applications like Malwarebytes or Bitdefender scan cookies for suspicious activity.
- ๐ Clear your cookies regularly. Especially after using public Wi-Fi networks.
If you suspect that your cookies are compromised (for example, someone has logged into your account), immediately:
- Log out of all sessions on the site.
- Change your password.
- Clear your cookies and browser cache.
- Enable two-factor authentication (2FA).
Frequently asked questions
Is it possible to see cookies without root access?
Yes, but with restrictions. You can view cookies for the current site through browser extensions (for example, Cookie-Editor v Firefox), but access to system files, cookies are not possible without root. You can also use ADB to extract files if debug mode is enabled.
Why do some sites not remember me after clearing cookies?
This happens because:
- Using private mode - there are no cookies in it are saved.
- Blocking cookies in your browser settings (check
Settings โ Privacy). - Site Policies โsome resources (for example, Google) use alternative data storage methods (for example,
Local Storage).
How to transfer cookies from Android to iPhone?
There is no direct method, but you can:
- Export cookies on PC via Chrome (extension EditThisCookie).
- Import them to Safari on Mac using Cookie-managers.
- Synchronize Chrome on both devices via your account Google (cookies of some sites will be transferred automatically).
โ ๏ธ Please note that cookies Androidapplications (for example, Instagram) are not compatible with iOSversions.
Can cookies slow down your phone?
Cookies themselves take up little space (usually a few megabytes), but their accumulation along with the browser cache can:
- Increase page loading time.
- Cause crashes when opening multiple tabs.
- Take up space in the system partition (relevant for cheap smartphones with 16โ32 GB of memory).
It is recommended to clear cookies and cache once every 1โ2 months.
How can I find out which sites have saved cookies on my phone?
You can see the list of sites with saved cookies:
- V Chrome: go to
Settings โ Privacy โ Cookies and site data. - In Firefox: open
Settings โ Delete data โ Select โCookiesโ(will show a list of sites before deleting). - Via ADB: run the command:
adb shell "run-as com.android.chrome ls /data/data/com.android.chrome/app_chrome/Default/"(debugging rights are required).