Have you ever noticed that memory Is your Androidsmartphone mysteriously filling up, even though you havenโt installed new applications or downloaded heavy files for a long time? In the analysis of the repository, it is often clear that the lion's share is occupied by the mysterious "Other" section - sometimes up to 10โ30 GB. This is not a system error, but real data that Android cannot be classified into standard categories (photos, videos, applications).
In this article we will look at why this section grows over time and how to safely clear it without the risk of damaging the system. You will learn about hidden caches, logs, temporary files, and even the remnants of deleted applications that continue to take up space. And most importantly, get what exactly is hidden under โOtherโwhy this partition grows over time and how to safely clean it without the risk of damaging the system. You will learn about hidden caches, logs, temporary files, and even the remnants of deleted applications that continue to take up space. And most importantly - you will receive step-by-step guide for manual and automatic cleaning, including commands for experienced users.
What is the โOtherโ section in Android memory and why is it filled up
The โOtherโ section (or Other in English firmware) is the โtrash canโ of the operating system. This includes all files that do not fall into standard categories: application cache, system logs, temporary update files, remains of deleted apps and even data from debugging tools (if you have ever connected your smartphone to ADB).
The main reasons for the growth of โOtherโ:
- ๐ฑ Application cache: even after deleting a app, its cache can remain in the system for months.
- ๐ OS updates: firmware and patch files are often not deleted automatically.
- ๐๏ธ Logs and dumps: Android keeps an error log that takes up gigabytes over time.
- ๐ป "Zombie files": remnants of deleted applications that were not cleared correct.
- ๐ Hidden folders: some apps (for example, instant messengers) store data in non-obvious directories.
For example, after a major update Android (say, from the 12th to the 13th version) in the "Other" section there may be up to 3โ5 GB unnecessary files. And if you actively use Telegram or WhatsApp, their cache of media files will โmoveโ here over time, although these files are no longer in the gallery. will be displayed.
How to check what exactly is taking up space in the โOtherโ section
Before cleaning, you need to understand which files there are several methods for this - from built-in tools to third-party utilities.
Method 1: Built-in storage analyzer
Most smartphones on Android 8.0+ have a built-in memory analysis tool:
- Open
Settings โ Storage. - Click on the โOtherโ section (or
Other). - The system will show the distribution by category: cache, downloads, system data etc.
However, this method provides only superficial information. For a detailed analysis, third-party tools will be required.
Method 2: Deep scanning applications
Utilities like Files by Google, SD Maid or DiskUsage show exact composition of the "Other" section:
- ๐ Files by Google: scans folders for duplicates and large files.
- ๐งน SD Maid: finds remnants of deleted applications and cleans system services cache.
- ๐ DiskUsage: visualizes the occupied space in the form of a diagram.
If you use SD Maid, enable the "Corpus" option (CorpseFinder) - it will find files from long-deleted applications that are usually not visible in the standard manager.
For example, DiskUsage can show what is in the folder /data/log , and in 2 GB of logs, and in /cache - temporary update files on 1.5 GB. data can be safely deleted.
Safe ways to clear the โOtherโ section without root access
If you do not have superuser rights (root), clear โOtherโ can be done using standard tools and third-party applications. The main rule: Do not delete files manuallyif you are not sure of their purpose!
Method 1: Clearing the application cache
The easiest way to free up a few gigabytes:
- Go to
Settings โ Applications. - Select an application (for example, Chrome or YouTube).
- Click
Storage โ Clear cache.
For mass clearing:
- Open
Settings โ Storage โ Free up space. - Select the "Cached data" category and confirm clearing.
Method 2: Deleting temporary update files
After updating Android or applications from Google Play unnecessary files remain:
- ๐ฆ Folder
/cache: temporary update data is stored here. - ๐ Folder
/data/app-lib: remnants of old versions of applications.
To delete them:
- Use Files by Google (Cleaning section).
- Or manually go to
Settings โ Storage โ Other โ Temporary filesand delete them.
Method 3: Reset application settings
If an application is unstable and takes up a lot of space in โOtherโ, try resetting it settings:
- Open
Settings โ Applications โ [Application name]. - Click
Storage โ Reset settings(orDelete data, but this will also delete your files!).
Clear the cache of all applications|Delete temporary update files|Reset settings of problematic applications|Delete downloads from the browser|Clear history and Google Play cache-->
Advanced cleaning with root access: risks and opportunities
If you have rootaccess, you can delete deeply hidden filesthat are usually unavailable. However, this risky: incorrect removal can lead to system failure. Use this method only if you understand what you are doing!
What files can be deleted from root
| Folder/file | What is stored | Is it possible to delete |
|---|---|---|
/data/log |
System and application logs | โ Yes (will free up 100 MB - 2 GB) |
/cache |
Temporary update files | โ Yes (up to 1-3 GB) |
/data/dalvik-cache |
Virtual machine cache Dalvik | โ ๏ธ Only if you are ready to reboot |
/data/tombstones |
Error dumps (traces) | โ Yes (can free up to 500 MB) |
/data/app-lib |
Remains of libraries of deleted applications | โ Yes |
To remove, use Root Explorer or commands ADB:
adb shell
su
rm -rf /data/log/*
rm -rf /cache/*
What happens if you delete system files from root?
Deleting critical files (for example, from /system) can lead to bootloop (loop loading) or complete inoperability of the device. Always make a backup via TWRP or OrangeFox before cleaning!
Hidden folders that take up space in โOtherโ
Many applications create hidden folders that are not visible in the standard file manager. Here's where unnecessary files are most often hidden:
1. Messenger folders
Telegram, WhatsApp and Viber store media files in hidden directories:
- ๐
/storage/emulated/0/Telegram/Telegram Imagesโ image cache. - ๐ต
/storage/emulated/0/WhatsApp/Mediaโ audio and video from chats. - ๐๏ธ
/Android/data/com.whatsapp/cacheโ temporary files.
To clear:
- Open the messenger settings.
- Find the โStorageโ or โData and Memoryโ section.
- Clear the cache and delete unnecessary media files.
2. Browser folders
Chrome, Firefox and Opera download files to hidden directories:
- ๐
/Android/data/com.android.chrome/app_chrome/Default/Cache - ๐ฅ
/Android/obb/com.opera.browserโ cache Opera.
3. Game folders
Games like PUBG Mobile or Genshin Impact leave gigabytes of cache:
- ๐ฎ
/Android/obb/com.tencent.ig- data PUBG. - ๐บ๏ธ
/Android/data/com.miHoYo.GenshinImpact/files- cache Genshin Impact.
Hidden folders often take up to 50% of the โOtherโ section. They can be safely cleared through a file manager with access to system directories (for example, Solid Explorer or FX File Explorer).
How to prevent the "Other" section from filling up in the future
To prevent "Other" from growing again, follow these tips:
1. Set up automatic cleaning
There is a function Android 10+ there is a function to automatically clear the cache:
- Go to
Settings โ Storage โ Free up space. - Enable the "Automatic cleaning" option (or
Smart Storageon some firmware).
2. Limit the application cache
Some applications (for example, Google Play Services) may take up up to 1โ2 GB of cache. Limit them:
- ๐ In the application settings, set the cache limit (if there is such an option).
- ๐ Clear the cache manually regularly (every 1-2 weeks).
3. Use cloud storage
Transfer some data to the cloud:
- โ๏ธ Google Photos โ for automatic uploading of photos and videos.
- ๐ Google Drive โ for backing up documents.
4. Disable unnecessary logs
If you are not a developer, disable log collection:
- Enable
Mode Developer(click 7 times onBuild numberin the phone settings). - Go to
Settings โ System โ For Developers. - Disable
Error loggingiUSB debugging(if you don't use it).
Common mistakes when cleaning โOtherโ and how to avoid them
Many users make critical mistakes when trying to free up space. Here's what you can't do:
โ ๏ธ Attention: Never delete files from folders/system,/vendoror/boot- this will lead to device malfunction!
Error 1: Deleting files manually without a backup
If you delete files via Root Explorer or ADB, always:
- ๐ Create a backup via TWRP or OrangeFox.
- ๐ Keep a list of deleted files so that you can restore them in case of failure.
Error 2: Using โcleanersโ with aggressive algorithms
Applications like Clean Master or CCleaner are often deleted necessary fileswhich leads to:
- ๐ซ Application failures.
- ๐ Loss of saves in games.
- ๐ฑ System slowdown due to cache re-creation.
Use only proven utilities: SD Maid or Files by Google.
Error 3: Clearing the system application cache
Some system services (for example, Google Play Services) after clearing the cache automatically restore it, but this may cause:
- ๐ Slowdown Google Play.
- ๐จ Account synchronization errors.
โ ๏ธ Attention: If after clearing โOtherโ the smartphone starts to slow down or overheat, reboot. If the problem persists, restore the data from the backup.
FAQ: Answers to frequently asked questions about the โOtherโ section
Is it possible to completely delete the โOtherโ section?
No, it is not possible. โOtherโ is not a separate section, but a category in which Android places all files that do not fall under standard types (photos, videos, applications). However, you can significantly reduce its sizeby deleting unnecessary data (cache, logs, temporary files).
Why does โOtherโ fill up again after cleaning?
This is normal system behavior. Android constantly creates new temporary files, logs and cache. To slow down this process:
- ๐ Clear the cache regularly (every 1-2 weeks).
- โ๏ธ Transfer media files to the cloud.
- ๐ซ Limit background activity of applications.
Is it possible to clear โOtherโ without losing data?
Yes, if you delete only cache, temporary files i logs. However, clearing application data (for example Delete data in settings Chrome) will lead to the loss of saved passwords, bookmarks and other user data. Always make a backup!
What to do if โOtherโ takes up more than 20 GB?
If the partition has grown to such a size, most likely the problem is:
- ๐ Remains of deleted applications (use SD Maid to find them).
- ๐ Failed OS updates (check the folder
/cache). - ๐ฎ Cache of heavy games (for example, Call of Duty Mobile or Genshin Impact).
As a last resort, run reset to factory settings (don't forget to do backup!).
Is there a difference in clearing โOtherโ on Samsung, Xiaomi and other brands?
Yes, manufacturers modify Android, therefore:
- ๐ฑ Samsung: use the built-in tool
Device Care(in the settings). - ๐ฑ Xiaomi: cleaning can be done through
Security โ Cleaner. - ๐ฑ Google Pixel: the standard one works here
Storage Analyzer.
However, the general principles (clearing the cache, deleting logs) are the same for all devices.