Every owner of an Android smartphone sooner or later faces a notification about low memory. The first thought is to clear application data, but there is a catch: not all files can be deleted without consequences. Some folders contain only temporary caches, others contain critical settings, game saves, or authorization tokens. An error during cleaning can lead to resetting progress in games, logging out of accounts, or even breaking applications.

In this article we will figure out which application data in Android can be safely deleted and which should not be touched. You'll learn how to distinguish the secure cache from system files, why some applications become bloated over time, and how to clear memory without the risk of losing important information. We will pay special attention to hidden folders that many users overlook, but which take up the lion's share of memory.

What is "application data" in Android and where is it stored

Under the term "application data" in Android hides a whole hierarchy of files that apps create and use during operation. They are divided into three main categories:

  • ๐Ÿ“ Application cache โ€”temporary files to speed up work (images, scripts, media). The safest type for cleaning.
  • ๐Ÿ—ƒ๏ธ User data - settings, game saves, chat history, downloaded files. Deletion will lead to personalization reset.
  • ๐Ÿ”ง Application system files โ€”configurations, databases, authorization tokens. Removal may break the app.

Physically, these files are stored in several folders:

  • ๐Ÿ“‚ /data/data/[package_name]/ โ€” the main data storage of a specific application (root access is required for access).
  • ๐Ÿ“‚ /sdcard/Android/data/[package_name]/ โ€” external storage (available without root, but not for everyone applications).
  • ๐Ÿ“‚ /sdcard/Android/obb/ โ€” additional game files (for example, graphics packages).

Interestingly, some applications (for example, Telegram or WhatsApp) store media files separately in folders like /sdcard/Telegram/ or /sdcard/WhatsApp/Media/. These files can be deleted manually, but they will be restored the next time you open chats.

๐Ÿ“Š How often do you clear application data on Android?
Once a week
Once a month
Only when memory runs out
I never clear

What data can be deleted without consequences

The safest way to free up space is to clear application cache. These files are created automatically and can be restored the next time you start the app. Here's what you can safely delete:

  • ๐Ÿงน Browser cache (Chrome, Firefox, Opera) - browsing history, cookies, temporary page files. Cleaning will speed up the browser.
  • ๐ŸŽต Music services cache (Spotify, Yandex Music, VK Music) - tracks downloaded for offline listening (if they are not needed).
  • ๐Ÿ“บ Cache of streaming services (YouTube, Netflix, Kinion) - preloaded videos to save traffic.
  • ๐ŸŽฎ Game cache - temporary files, low-resolution textures (not to be confused with saves!).

Also safe delete:

  • ๐Ÿ“ฅ Downloads from folder /sdcard/Download/ โ€”apps, documents and media that you once downloaded accumulate here.
  • ๐Ÿ—‘๏ธ .thumbdata folders โ€”thumbnails of images and videos that the system creates automatically.
  • ๐Ÿ“ฆ APK files remaining after installing applications (usually in /sdcard/Download/ or /sdcard/APK/).
๐Ÿ’ก

Before mass clearing the cache, check whether the application is using offline mode. For example, Google Maps cache contains downloaded maps, and Google Podcasts episodes for listening without the Internet.

How to clear the cache:

  1. Go to Settings โ†’ Applications.
  2. Select the desired application and tap Storage.
  3. Click Clear cache (not to be confused with Clear data!).

โ˜‘๏ธ Safely clear the cache

Done: 0 / 4

What data CANNOT be deleted (risks and consequences)

Now about the most important thing - what cannot to delete without a good reason. An error here can cost you. lost data or non-working applications.

Data type Examples of applications What happens when you delete
Game saves Genshin Impact, Clash of Clans, Brawl Stars Resetting progress, loss of purchases, characters, inventory
Messenger databases WhatsApp, Viber, Telegram Deleting chat history, media files, contacts
Authorization tokens VKontakte, Instagram, banking applications Automatic logout, need to log in again
Application settings Nova Launcher, KWGT, Tasker Reset personalization, widgets, automation
Offline maps Google Maps, 2GIS, Yandex Maps Loss of downloaded regions, you will have to download again

Critical: if the application offers Clear data (and not a cache), this means a complete reset of all its files, including settings and saves. For example, This will delete all downloaded playlists, and local copies of media. Spotify this will delete all downloaded playlists and Google Photos โ€” local copies of media.

โš ๏ธ Attention: Some banking applications (for example, SberBank Online: Tinkoff data-i="139">Open Settings โ†’ Applications โ†’ [Select application] โ†’ Storage y or Tinkoff) store authorization tokens in secure folders. Deleting them may block access to the account until reactivation via SMS or call to support.

How to distinguish cache from important data: step-by-step guide

To avoid guessing what can be deleted and what cannot, follow this algorithm:

  1. Check cache and data size:
    • Open Settings โ†’ Applications โ†’ [Select an application] โ†’ Storage.
    • Compare values Cache And Data. If the cache occupies gigabytes (for example, YouTube or TikTok), it can be cleared.
  2. Learn the description of the application:
    • In Google Play check the "Permissions" section - if an application requests access to the storage, it can save important files.
    • Read reviews: users often write what data is lost when cleared.
  • Use a file manager:
    • Install Solid Explorer or FX File Manager and turn on showing hidden files.
    • Folders named cache, temp or tmp are usually safe to clean.

    Example: in application Google Photos folder /sdcard/Pictures/ contains your personal photos, and folder /sdcard/Android/data/com.google.android.apps.photos/cache/ is a cache that can be deleted.

    How to recover deleted data?

    If you accidentally cleared important files, try apps like DiskDigger or Recuva (root is required for deep scanning). The chances of recovery are higher if new files were not written to the device after deletion.

    Hidden folders that โ€œeat upโ€ memory (and how to clear them)

    Many users do not suspect that up to 30% of memory can be occupied by garbage in hidden folders. Here are the most "gluttonous" of them:

    • ๐Ÿ—‘๏ธ .thumbnails โ€” thumbnails of images and videos (can weigh several gigabytes).
    • ๐Ÿ“ฅ Download/.com.android.providers.downloads/ โ€” temporary bootloader files.
    • ๐ŸŽฌ DCIM/.thumbnails โ€” gallery cache. (especially grows with active use of the camera).
    • ๐Ÿ“ฆ Android/obb/ โ€” additional game files (for example, PUBG Mobile or Call of Duty Mobile can occupy 1-2 GB here).
    • ๐Ÿ”„ Android/data/[package_name]/files/ โ€”some applications store logs and debugging information here.

    How to clear hidden folders:

    1. Install a file manager with root support (for example, Root Explorer) or enable the display of hidden files in standard explorer.
    2. Go to /sdcard/ and find folders whose names begin with a dot (for example, .thumbnails).
    3. Delete their contents (it is not necessary to delete the folder itself - it will be restored when necessary).
    โš ๏ธ Attention: Do not delete folders .android_secure (data of protected applications are stored here) and Android/secure/ (encrypted files). Their damage can lead to errors in the system.

    Automatic cleaning: which tools are valid? work

    Manual cleaning is tedious, so many users turn to automatic tools. However, not all of them are equally useful. Here are proven solutions:

    Tool What cleans Pros Cons
    Google Files Cache, duplicates, large files Free, simple interface Does not delete deep system files
    CCleaner Cache, history, temporary files Deep cleaning, memory analysis Aggressive premium version offers
    SD Maid Cache, empty folders, residual files Works without root, flexible settings Complex interface for beginners
    Built-in Android cleaning Application cache, unused files Does not require installation, safe Cleans only surface debris

    Recommendations for use:

    • ๐Ÿ” Start with built-in cleaning (Settings โ†’ Storage โ†’ Free up space).
    • ๐Ÿ› ๏ธ For deep cleaning, use SD Maid (in settings, disable cleaning Dalvik-cacheif you don't understand Android).
    • โš ๏ธ Avoid "optimizers" that promise to "speed up your phone by 300%" - they often delete useful files or show false warnings.
    ๐Ÿ’ก

    The best way to keep it clean is to clear the cache manually regularly (once every 1-2 months) through the Android Automatic settings. tools are useful, but do not replace an informed approach.

    What to do if the application stops working after cleaning

    If you cleared the application data and it starts throwing errors, does not start or requires re-authorization, follow this plan:

    1. Reboot the device - sometimes this helps to restore temporary files.
    2. Update the application via Google Play โ€”a fresh version can restore missing components.
    3. Clear the cache (not data!) againโ€”sometimes resetting temporary files helps.
    4. Check permissions in Settings โ†’ Applications โ†’ [application] โ†’ Permissions.
    5. Reinstall the applicationif all else fails (the data is finally will be deleted!).

    For games with cloud saves (for example, via Google Play Games or Facebook):

    • ๐ŸŽฎ Go to the game settings and find the option Restore progress or Synchronize.
    • ๐Ÿ”„ If the game supports the cloud, progress will be restored after logging into your account.
    โš ๏ธ Attention: Some applications (for example, WhatsApp or Viber) create backup copies of chats on Google Drive. If you cleared the data but did not delete the application, try restoring chats via Restore from backup copies on the first launch.

    FAQ: Frequently asked questions about application data in Android

    Is it possible to clear system application data (for example, Google Play Services or Android System WebView)?

    Clearing the cache of system applications is possible, but delete data is not recommended. This may lead to to service failures Google, synchronization errors or even interface crashes. If Google Play Services takes up a lot of space, try updating it via Google Play - sometimes this reduces the size.

    Why After clearing the cache, the application again takes up a lot of space?

    Caches are temporary files that the application creates again when used. For example, Instagram or TikTok caches videos for smooth viewing, and Google Maps maps for offline viewing If the application is fast. is growing, check its settings: perhaps the cache limit option is disabled there.

    How to clear application data if the phone does not turn on (stuck on the splash screen)? summary>

    If the phone is stuck at the logo and does not boot, try the following steps:

    1. Boot into Recovery Mode (usually by holding Power + Volume Up).
    2. Select Wipe Cache Partition - this will clear the system cache without losing data.
    3. If that doesnโ€™t help, run Factory Reset (reset to factory settings), but this will delete all data from the device.

    To save data before resetting, you can connect the phone to the PC in Fastboot mode and try to copy files via ADB (skills required).

    Are there applications that cannot even clear the cache?

    Yes, some system applications are critical for the operation of Android. It is not recommended to clear the cache or data:

    • ๐Ÿ“ฑ Android System (process com.android.systemui)
    • ๐Ÿ”’ Device Policy (management of corporate devices)
    • ๐Ÿ“ถ Telephony Provider (responsible for mobile communication)
    • ๐Ÿ”‹ Battery Stats (battery consumption data)

    Cleaning these components may result in interface failures, loss of network, or improper battery operation.

    How to transfer application data to a memory card to free up internal memory?

    Not all applications support transfer to an SD card, but you can try:

    1. Go to Settings โ†’ Applications โ†’ [select application] โ†’ Storage.
    2. If there is an option Change or Move to SD card, use her.
    3. For playing with files .obb (for example, Asphalt 9), you can manually move the folder /sdcard/Android/obb/[package_name] to memory card (you will need to change the path in the configuration file or use symlinks via ADB).

    Please note that the transfer may slow down the application if the memory card is class UHS-I or slower.