The situation when free space on a smartphone suddenly runs out is familiar to every owner Android. In the morning the device worked stably, but after a few hours the system begins to issue frightening notifications about the lack of space to install updates or download photos. The user is perplexed: where did the gigabytes go that no one seemed to touch?
The phenomenon of “disappearing” memory is often associated not with one specific reason, but with a set of background processes that accumulate data without the owner’s knowledge. Operating system Constantly creates temporary files, error logs, image thumbnails and application caches to speed up work. Over time, this “digital garbage” can take up tens of gigabytes, turning a fast flagship into a slow device.
Understanding exactly how the file system ext4 or f2fs manages data helps you not to panic, but to act intelligently. Instead of chaotically deleting important documents, it is necessary to diagnose the storage. In this article, we will analyze in detail which folders and processes are the main devourers of your disk space.
System cache and temporary files: the hidden enemy
The main consumer of space in most cases is the cache. This is temporary data that applications save to quickly load content when accessed again. For example, YouTube or Instagram save watched video fragments so that when you scroll the tape again you do not waste Internet traffic. The problem is that these files are rarely deleted automatically.
Over time, the cache size can grow to incredible values. Messengers like Telegram or WhatsApp can take up 5-10 GB only due to saved media files and thumbnails. The system considers this data useful, so standard cleaning methods often ignore it, leaving the user to solve the problem manually through the settings of a specific application.
⚠️ Attention: Clearing the cache through
Settings → Applications → [Application name] → Storage → Clear cacheis safe for your personal data. However, the “Clear data” button will delete logins, passwords and application settings, requiring re-authorization.
Particular attention should be paid to the system cache that accumulates in the partition /data/cache. This includes the remains of deleted apps, crash logs and temporary update files. The “Other” system partition in the storage is often formed precisely due to incorrectly marked temporary files, which a standard analyzer cannot classify. Regular cleaning of this partition through the Recovery menu or specialized utilities can return up to 2-3 GB of free space.
Use Safe Mode to find hidden memory eaters. If space is freed up in safe mode, then the problem is caused by a third-party application that you recently installed.
Junk from deleted applications and residual files
When you delete an application through the standard interface Android, the operating system often leaves “tails” behind it. These could be folders with settings, downloaded themes, offline maps, or saved game levels. The file system does not automatically delete these directories, as they may contain user data that you may want to keep.
Most often, the remains are located in the root of the internal memory or in a folder /Android/data/. Even after deleting a 2 GB game, the folder with its resources (obb files) may remain dead weight for months. Owners of smartphones with a small amount of built-in memory (32 GB or 64 GB) especially feel the lack of space due to such accumulations.
To search for such files, it is recommended to use file managers with disk space analysis function, for example Files by Google or Total Commander. They visualize the size of folders, allowing you to quickly find forgotten archives. Be careful when manually cleaning a folder /Android/, delete only those directories whose names correspond to already deleted apps.
☑️ Check for residual garbage
Media files of instant messengers and social networks
Modern instant messengers have turned into full-fledged media platforms. WhatsApp, Viber, Telegram and Discord by default, they save each received photo and video to the device’s gallery. If you're in dozens of group chats where memes and news are exchanged every minute, your phone becomes a warehouse of unnecessary visual noise.
The situation is aggravated by the fact that many applications create duplicate images. The original photo can be in the application folder, its smaller copy can be in the cache, and the third version can be in the general gallery. In addition, voice messages in some messengers are saved as separate audio files, which are not always displayed in the standard player, but take up space.
- 📸 WhatsApp: Creates folders
WhatsApp ImagesandWhatsApp Video, where all received media is stored, including “disappearing” messages if autosave is enabled. - 🛩 Telegram: Caches all viewed channels. Without setting up autosave, the cache can reach 10-20 GB, although the files may not be clearly visible in the phone's memory.
- 📘 Facebook Messenger: Saves heavy video previews and sticker packs that are rarely reused.
- 🎵 TikTok / Instagram: Draft files of video drafts take up a huge amount of space, as they store the original quality until publication.
The solution to the problem is to configure auto-delete of media files within the applications themselves. In Telegram, for example, you can set the cache to automatically clear after 3 days or a week. This will not delete files from the server, but will free up space on the device by downloading them again only if you need to watch them again.
Offline content and streaming services
The era of streaming has taught us to download content "on just in case." Music in Spotify or Yandex.Music, movies in Netflix or Kinopoisk, podcasts and audiobooks - all this requires local storage. Users often forget that they downloaded a season of a series in high definition a month ago, and it continues to take up 4-5 GB.
The peculiarity of these files is that they are often hidden from the average user and protected by DRM encryption. You can't just find them in a gallery. Removal is possible only through the interface of the application itself. In addition, when updating an application, some services can create new copies of downloads without deleting old damaged or outdated versions.
It is recommended to audit downloads once a month. Go to the settings of each streaming service and check the “Downloads” section. If you have watched a movie or listened to an album and do not plan to listen to it again, feel free to delete it. This will return precious gigabytes.
⚠️ Attention: Application interfaces of streaming services are updated frequently. The location of the Remove Downloads button may vary. If you do not find this function, check the official help of the application, since menu paths may differ on different versions Android.
Storage analysis: table of main consumers
To systematize the knowledge of what exactly takes up space, consider a summary table of the main categories of files. Understanding the nature of this data will help you make the right decision about deleting it.
| Data type | Where it is located | Can it be deleted | Risk of data loss |
|---|---|---|---|
| Application cache | /data/data/[package]/cache |
Yes, safe | Low (temporary files only) |
| OBB files (games) | /Android/obb/ |
Only if the game is deleted | High (the game will stop working) |
| Photo thumbnails | DCIM/.thumbnails |
Yes, they will be created again | No (the gallery will count them) |
| Error logs | /data/log/ |
Yes | No (only needed developers) |
| Browser downloads | Downloads/ |
Yes, after checking | Medium (you can delete an important document) |
Use this table as a checklist for manual cleaning. Remember that the folder .thumbnails (with a dot at the beginning, making it hidden) often grows to gigantic proportions, storing previews of all the photos ever seen. Clearing it is one of the fastest ways to free up space.
The secret of the .thumbnails folder
This folder is created by the system to speed up the gallery. If you remove it, the next time you open the gallery, the phone may “think” and warm up, creating thumbnails again. Remove it when the phone is connected to charging and Wi-Fi.
Hidden system partitions and software updates
Often users see that the “System” section takes up a disproportionate amount of space. This may be due to the update mechanism Android. When downloading an update over the air (OTA), the firmware file is downloaded and unpacked into a hidden partition. If the update was successful, the old files may remain. If the update is interrupted or stuck, the update file can weigh 3-4 GB and hang like a dead weight.
It is also worth mentioning the section /data/dalvik-cachewhere the optimized application code (ART/Dalvik) is stored. If there are a large number of installed apps, this partition can take up a significant part of the memory. It is not recommended for the average user to touch it, but if there is a critical lack of space, cleaning it through Recovery Mode (Wipe Dalvik Cache) can help.
Another hidden eater is the recycle bin. In modern shells One UI (Samsung), MIUI (Xiaomi) or ColorOS (Oppo), deleted photos and files do not disappear immediately, but are sent to the trash, where they are stored for 30 days. Many people forget about this function, surprised that space is not freed up after “deleting” heavy videos.
Don’t forget to check the “Trash” folder in the gallery and file manager. Files there occupy full disk space until they are finally deleted.
Duplicate files and forgotten downloads
In the era of cloud synchronization, it is easy to get confused. You could download a document from mail, save it in notes, send it to yourself in instant messenger, and download it again. As a result, the same file can exist in 5-6 copies in different folders: Download, Documents, WhatsApp/Media, Telegram/Android.
It is almost impossible to find duplicates manually. For this, there are special algorithms that compare not only file names, but also their hash sums (digital fingerprint of the contents). Using such snails allows you to safely delete copies, leaving the originals.
They also often forget about the folder Bluetooth. If you've ever sent or received files via Bluetooth, they could have been stored there for years. A video transferred from an old phone to a new one “quickly” often remains unattended in this folder.
How to find the largest files on Android without third-party apps?
Most modern versions of Android (starting from version 11) have a built-in analyzer. Go to Settings → Memory (or Storage). There is often a “Clear” or “Analyze” button. The system itself will show files larger than 500 MB. You can also use the built-in file manager, sorting files by size (Sort → Size → Descending).
Is it true that formatting a memory card helps if space is lost in the internal memory?
No, this is a myth. If space is lost in the internal storage (/data), then manipulations with the SD card (/storage/sdcard1) will not affect the situation in any way. Moreover, some applications can cache data specifically on the card, and formatting it will lead to the loss of this data, but will not free up the internal memory.
Can a virus take up space on the phone?
Yes, malware (miners, ad viruses) can actively generate logs, download advertising banners to the cache, or create hidden copies of files, filling the memory. If space is disappearing rapidly and no applications have been installed recently, it is recommended to check the device with an antivirus, for example Dr.Web or Kaspersky.
What should you do if after cleaning the space has not returned?
Perhaps the file system is marked as “busy” due to an indexing error. Try rebooting your device. If this does not help, check if the “Extended Memory” function is enabled (using part of the internal memory as RAM), since it reserves space and does not give it to the user.