Does your smartphone constantly display the โNot enough memory" notification or do applications start to slow down? This is a sure sign that the internal storage of the Androiddevice is full. The problem is familiar to every second user - even on phones with 128 GB or more, the memory melts like snow in the spring. The reasons lie not only in accumulated photos or videos, but also in hidden system files, application caches and โjunkโ data that the operating system does not delete automatically.
In this article we will look 7 working methodshow to free up memory on Android โ from basic (removing unnecessary files) to advanced (using ADB for deep cleaning). All methods have been tested on devices with Android 10โ14 and do not require root access. You will also learn which applications โeat upโ memory unnoticed and how to prevent the storage from filling up again.
Before you start cleaning, check exactly how much space is occupied. To do this, go to Settings โ Storage. The memory distribution by category is displayed here: applications, multimedia, cache and system data. If the section "Other" takes up more than 10-15 GB - this is a signal about the presence of hidden garbage, which we will learn to remove.
1. Removing cache and unnecessary application data
Caches are temporary files that applications create to speed up work. Over time, they accumulate and can occupy up to 5โ10 GB of memory, especially in instant messengers (Telegram, WhatsApp), social networks (TikTok, Instagram) and games. Clearing the cache is safe: applications will simply create new files the next time you launch them.
How to clear the cache for all applications at once:
- ๐ฑ Go to
Settings โ Storage โ Free up space(on some devices -Storage & Performance). - ๐งน Select the category "Application cache" and click "Clearยป.
- โก For individual applications:
Settings โ Applications โ [Application name] โ Storage โ Clear cache.
Pay attention to applications with a large amount of data. For example, Google Play Services or Google Chrome may take up 1-2. GB of cache. Also check messengers - in Telegram the cache of media files accumulates in Settings โ Data and memory โ Storage.
โ ๏ธ Attention: Do not confuse "Clear cache" with "Clear data"! The second option will delete all application settings (for example, logins or game progress) and reset it to its factory state.
2. Transferring files to an SD card or cloud
If your smartphone supports microSD memory cards, transfer photos, videos and music to it. This will free up up to 20โ30 GB of internal memory. Important: not all applications can be transferred to SD - it depends on the manufacturer (Samsung, Xiaomi, Huawei have different restrictions).
How to transfer files to an SD card:
- ๐ Open the application "Files" (or โExplorerยป).
- ๐ Select folders
DCIM(photo/video),Download(downloads),Music. - ๐ค Click "Move" and select the SD card as the target folder.
Alternative - cloud storage: Google Photos (unlimited space for compressed photos), Yandex Drive (10 GB free), Mega (20 GB). Set up automatic uploading of photos/videos to the cloud and delete local copies after synchronization. For example, in Google Photos this is done:
- Open the application and go to
Settings โ Free up space. - Confirm deleting already downloaded files.
โ ๏ธ Attention: Before When transferring data to SD, format it inFAT32orexFAT(viaSettings โ Storage โ SD card โ Format). Otherwise, files larger than 4 GB may not be copied.
โ๏ธ Preparing to transfer files
3. Removing duplicates and unnecessary media files
According to statistics, up to 30% of photos on a smartphone are duplicatesscreenshots or blurry frames. To find them, use specialized applications:
- ๐ Files by Google (built-in function "Cleaningยป โ ยซDuplicatesยป).
- ๐ธ Gallery Doctor (analyzes photos and suggests deleting similar ones).
- ๐ต SD Maid (looks for duplicate music and documents).
How to remove duplicates manually:
- Sort the files in the folder
DCIMby date (Explorer โ Sort โ By date). - Delete screenshots older than 3 months (folder
ScreenshotsorPictures/Screenshots). - Check the folder
Downloadโunnecessary PDFs, APKs and archives often accumulate here.
For videos: delete videos less than 5 seconds long (usually random recordings) and files with a resolution lower 720pif they are not valuable. Use the application Video Compressto reduce the size of video files without losing quality.
Before bulk deleting photos, enable the "Trash" function in Google Photos (Settings โ Recycle Bin). Then the deleted files will be stored for 60 days and can be restored.
4. Cleaning up system junk and โotherโ files
Section โOtherยป in storage Android often takes 10โ20 GB and includes:
- ๐๏ธ Residual files of deleted applications.
- ๐ System logs and error dumps (
/data/tombstones). - ๐ Temporary OS update files.
- ๐ฆ Artifacts from Google Play Services and other system processes.
How to clean up system junk:
- Use the built-in utility:
Settings โ Storage โ Free up space โ System junk. - For deep cleaning, install SD Maid (requires root on some devices) and run a scan in the "CorpseFinder" section (search for residual files).
- Delete the folder
Downloadin the root directory - outdated APKs and archives are often located here.
If you have Android 11+, check the folder /Android/data i /Android/obb. Game and application data is stored here (for example, the cache Genshin Impact can weigh 15+ GB). Delete only the folders of those applications that have already been deleted!
โ ๏ธ Attention: Do not manually delete files in the/system,/vendoror/data/appfolders - this may cause the OS to crash. To work with system partitions, use Root Explorer (only for advanced users).
| Type of garbage | Size (approximately) | How to delete |
|---|---|---|
| Cache Google Play Services | 1โ3 GB | Settings โ Applications โ Google Play Services โ Storage โ Clear cache |
Error logs (tombstones) |
100โ500 MB | Via SD Maid or ADB (command adb shell rm -rf /data/tombstones/*) |
| Residual APK | 500 MB-2 GB | Delete folder /data/app-lib (root required) |
| Temporary update files | 500 MBโ1 GB | Reboot the device and clean the folder /cache |
5. Optimizing application performance
Some applications โeat upโ memory unnoticed. For example:
- ๐ฑ Facebook and Instagram caching stories and videos in the background.
- ๐ฎ Games (PUBG Mobile, Call of Duty) download resources for all cards, even if you play on only one.
- ๐บ YouTube and TikTok save videos for offline viewing.
- ๐บ๏ธ Google Maps and Yandex.Maps store offline maps (can weigh up to 1โ2 GB per region).
How to limit application appetites:
- For social networks: disable autoloading media. In Instagram:
Settings โ Account โ Mobile data usage โ Data saving. - For games: in the game settings, select โDelete unnecessary resources" (for example, in Genshin Impact this saves 5-8 GB).
- For maps: delete unnecessary offline maps in
Settings โ Offline maps. - For YouTube: delete downloaded videos in
Library โ Downloads.
Also check which applications are consuming the most memory in the background. To do this:
- Go to
Settings โ Applications โ [Three dots] โ Memory usage. - Sort by size and delete or limit the most โgluttonousโ.
Even after deleting the application its data can remain in the /Android/data and /Android/obbfolders. Always check them manually!
6. Using ADB for deep cleaning (for advanced)
If standard methods did not help, and the โOther" section still takes up a lot of space, use ADB (Android Debug Bridge). This tool allows you to delete hidden system files that are not accessible through the normal interface.
How to clear memory via ADB:
- Install Platform Tools on PC.
- Enable
USB debuggingon phone:Settings โ About phone โ Build number(press 7 times) โSettings โ System โ For developers โ USB debugging. - Connect your phone to the PC and run commands:
adb shell pm list packages -f | grep "data/app"(shows all installed applications with paths to their data).
- To delete the cache of all user applications:
adb shell pm trim-caches -f 1000000000(where
1000000000is the size in bytes, here ~1 GB).
For removing unnecessary APK files (remnants of updates):
adb shell rm -rf /data/app-lib/*
adb shell rm -rf /data/app-private/*
โ ๏ธ Attention: ADB commands can damage the system if used incorrectly. Before cleaning, create a backup copy of your data via adb backup or manually.
What to do if ADB does not see the device?
1. Check if the drivers for your smartphone are installed on your PC.
2. Try another USB cable (preferably the original one).
3. Turn on the mode File transfer when connecting.
4. Restart your phone and PC.
5. If you use Miui or EMUI, additionally enable USB debugging (security settings) in the developer settings.
7. Reset to factory settings (last resort method)
If none of the methods helped, and there is less than 1-2 GB of free memory left, consider Full reset (Hard Reset). This is a radical method, but it is guaranteed to clear all unnecessary files, including system junk. Before resetting:
- ๐ฑ Back up your contacts, photos and documents (via Google Account or manually).
- ๐ Write it down application logins/passwords (use Google Password Manager or KeePass).
- ๐ฎ Save progress in games (link your account to Google Play Games or social networks).
How to reset:
- Go to
Settings โ System โ Reset โ Delete all data. - Confirm the action (entering may be required pattern key or PIN).
- After reboot, set up the phone as new or restore data from a backup.
On devices Samsung i Xiaomi there is an option "Reset without deleting media files", but it does not always work correct. It is better to transfer photos to an SD card or PC in advance.
โ ๏ธ Attention: On some devices (for example, Huawei s EMUI), resetting may block access to the account due to functions FRP (Factory Reset Protection). Make sure you remember the data from Google accountlinked to your phone.
FAQ: Frequently asked questions about clearing memory on Android
Is it possible to free up memory without deleting applications?
Yes. Clear the application cache, transfer media files to an SD card or to the cloud, remove duplicate photos and system junk (Other section). Also disable auto-loading of media in instant messengers and social networks.
Why is memory not freed after deleting files?
This happens due to the peculiarities of the file system Android (ext4/f2fs). Once deleted, the files are marked as "free" but are not physically deleted until a reboot. Try:
- Restart the device.
- Clear the cache via
Settings โ Storage โ Cache. - Use SD Maid to force cleaning.
How to find out which application takes up the most memory?
Go to Settings โ Applications โ [Three dots] โ Memory usage. A list of applications is displayed here, sorted by space occupied. Pay attention to:
- Games (Genshin Impact, Call of Duty - up to 10โ15 GB).
- Messengers (Telegram, WhatsApp โmedia cache).
- Social networks (TikTok, Instagram โup to 1โ2 GB cache).
What are โotherโ files in the storage and how to delete them?
Section โOtherยป includes:
- System logs (
/data/tombstones). - Residual files of deleted applications (
/data/data). - Temporary OS update files (
/cache). - Cache Google Play Services and other system processes.
To clean:
- Use the built-in utility
Free up space. - Install SD Maid (section โCorpseFinderโ).
- For advanced: clearing via
ADB(commands are given above).
How to prevent rapid memory filling in the future?
Follow these recommendations:
- ๐ต Clear the cache every 1-2 times weeks.
- ๐ค Set up automatic uploading of photos/videos to the cloud (Google Photos, Yandex Drive).
- ๐ซ Disable auto-downloading of media in messengers.
- ๐ฎ Regularly delete unnecessary resources in games.
- ๐ Check the folder
Downloadfor outdated files.