Smartphones ASUS โwhether gaming ROG Phone or classic ZenFone โover time they face shortages memory. Even models with 128โ256 GB of storage begin to slow down if you do not keep track of the application cache and duplicate files. Unlike the iPhone, where cleaning comes down to a few taps, Android requires a more in-depth approach - especially on devices with custom firmware system garbage, application cache and duplicate files. Unlike iPhone, where cleaning comes down to a few taps, Android requires a more in-depth approach - especially on devices with custom firmware ZenUI.
In this article we will look 7 proven methods free up memory on ASUS without root access and loss of important data. From standard system tools to hidden functions that are not written about in official manuals. Weโll also find out why, even after deleting files, space is not always freed up - and how to fix it.
1. Built-in ASUS tools: what can be cleaned without third-party apps
Firmware ZenUI (or ROG UI for gaming models) includes several utilities for optimizing storage. Their main advantage is security: they will not delete critical system files, unlike some "cleaners" from the Play Market.
To open the cleaning menu:
- Go to
Settings โ System โ Memory. - Tap on "Clear" at the top of the screen.
- Select categories: "Cache", "Downloads", "Unused files".
- ๐ Application cache: temporary files that can be deleted without consequences. Frees up to 1โ3 GB on an actively used phone.
- ๐๏ธ Trash: files deleted less than 30 days ago. B ASUS Trash is hidden - its contents are displayed only here.
- ๐ Duplicates and large files: the tool searches for duplicate photos, videos weighing >500 MB and APK installers.
โ ๏ธ Attention: B section "Unused files" you may find archives with backup copies (for example, from Titanium Backup) or game caches. Before deleting, check the list manually!
2. Manual deletion of cache and application data: when automation does not help
Built-in cache clearing Settings โ Storage only deletes part of the temporary files. Many applications (especially social networks and instant messengers) store caches in protected folders that the system does not touch. To delete it completely:
- Open
Settings โ Applications. - Select an application (for example Facebook or Telegram).
- Tap "Storage" โ "Clear cache".
- For radical cleaning, tap "Clear data" (โ ๏ธ this will reset the application settings!).
Top 5 "gluttonous" applications on ASUS (according to users ROG Phone 5/6 and ZenFone 9):
| Application | Average cache size | Is it possible to clear data without loss |
|---|---|---|
| 500 MB - 1.5 GB | Yes (authorization will be preserved) | |
| 300 MB - 800 MB | Yes | |
| Google Play Services | 200 MB - 1 GB | No (risk of failures) |
| Telegram | 1 GB - 5 GB | Yes (chat chats will be saved, but downloaded media will be deleted) |
| Genshin Impact | 8โ12 GB | No (you will have to download updates again) |
Critical information for owners ASUS ROG Phone: the game cache in the section /sdcard/Android/obb can take up to 20 GB. You can delete it only if you are ready to download add-ons again.
Check if the application is not being used for work|Save important files (for example, chats in Telegram)|Remember your login/password in case you need to re-authorize|Do not clear data from system applications (starting with "com.asus.")-->
3. Cleaning the Downloads folder and other โjunkโ directories
Folder Downloads (or Downloads) - the main storage of unnecessary files. The following are accumulated here:
- ๐ APK files of installed (and deleted) files. applications;
- ๐ฅ Archives from instant messengers;
- ๐ต Music and videos downloaded โfor laterโ;
- ๐ Exported data (for example, backups WhatsApp).
How to clear:
- Open any file manager (for example Files by Google or built-in ASUS File Manager).
- Go to
Internal memory โ Download. - Sort files by date or size ("Sort โ By size").
- Delete everything that is older than 3 months or weighs >100 MB.
Other โproblemโ folders on ASUS:
- ๐๏ธ
/DCIM/.thumbnailsโ photo thumbnails (can be deleted); - ๐๏ธ
/Android/dataโ cache of games and applications (clear selectively!); - ๐๏ธ
/Pictures/Screenshotsโ screenshots (often duplicated in Google Photos).
In ASUS File Manager there is a hidden storage analysis function. To enable it, tap three dots in the upper right corner โ โMemory analysis.โ The system will show which folders take up the most space, including hidden ones.
4. Transferring files to a memory card or cloud: nuances for ASUS
If the phone has a slot for microSD, transfer multimedia and documents to it. applications support working with external memory on ASUS. For example, WhatsApp does not allow saving media to an SD card in new versions.
How to transfer files:
- Open File Manager.
- Select files (press your finger on one of them โ mark the rest).
- Tap "Move" and select a memory card.
For automation, use Google Photos (free up to 15 GB) or ASUS WebStorage (5 GB for owners ZenFone). To enable auto-upload:
Settings โ Google โ Backup โ Photos and videos โ Enable
โ ๏ธ Attention: On ASUS ROG Phone s ROG UI function ยซAdoptable Storageยป (turning the SD card into part of the internal memory) is disabled by default. It is not recommended to enable it - this may lead to failures when removing the card.
5. Removing system debris and application remnants
After uninstalling applications, ASUS often remain:
- ๐๏ธ Folders in
/Android/obband/Android/data; - ๐ฆ Residual files in
/data/data(requires root access for access); - ๐ง Settings and cache in
/sdcard(for example, folders .nomedia).
To remove them:
- Use SD Maid (requires root) or Files by Google (without root).
- B Files by Google select "Cleaning" โ "Residual files".
- For deep cleaning, connect the phone to the PC and use ADB:
adb shell pm list packages -uThis command will show a list of applications that have been deleted, but not completely cleaned.
Unique problem ASUS ZenFone 8/9: after updating to Android 13, there are โdeadโ APK files weighing up to 500 MB in the folder. They can only be deleted through /data/app โdeadโ APK files weighing up to 500 MB remain. They can only be removed through ADB or a factory reset.
How to delete residual files via ADB
1. PC with USB debugging enabled.
2. Enter the command:
adb shell pm uninstall -k --user 0 com.example.app
(replace com.example.app with the package name).
3. For mass removal, use the script:
for pkg in $(adb shell pm list packages -u | cut -f2 -d":"); do adb shell pm uninstall -k --user 0 $pkg; done
โ ๏ธ Dangerous! all uninstalled applications without the possibility of recovery.
6. Reset to factory settings: when nothing helps
If there is critically little free space (less than 500 MB) and standard methods do not work, the only option left is hard reset. On ASUS it is performed in two ways:
Method 1. Through the settings menu:
Settings โ System โ Reset โ Delete all data.- Select "Erase internal memory" (optional).
- Confirm the action.
Method 2. Through Recovery Mode (if the phone does not turn on):
- Turn off the device.
- Hold
Power button + Volume Up. - In the recovery menu, select ยซWipe data/factory resetยป.
โ ๏ธ Attention:
On ASUS ROG Phone 3/5 After the reset, you may need to re-activate the game functions (for example, AirTriggers). A backup copy of your settings can be created in
Settings โ ASUS โ Backup.
Resetting to factory settings deletes EVERYTHING, including files in the internal memory. Before the procedure, be sure to copy photos, videos and documents to your PC or cloud!
7. Optimizing memory after cleaning: how to avoid re-filling
To prevent memory from filling up again:
- ๐ Set up automatic cache clearing in
Settings โ Memory โ Auto cleanup(available at ZenUI 8+). - ๐ต Limit background activity of applications:
Settings โ Battery โ Battery optimization. - ๐ซ Disable auto-downloading of media in instant messengers (for example, in Telegram:
Settings โ Data and memory โ Autoload media). - ๐ Check the folder regularly
Downloads(once a month).
For owners ASUS ROG Phone it is useful to disable recording of game videos in high resolution:
Armoury Crate โ Recording settings โ Quality โ 720p (instead of 1080p/4K)
This will reduce memory consumption from 1โ2 GB per session to 200โ500 MB.
FAQ: Frequently asked questions about clearing memory on ASUS
Is it possible to clear memory on ASUS without losing data?
Yes, if you use built-in tools (Settings โ Memory) or third-party applications like Files by Google. system applications and do not delete folders with backup copies.
Why is space not freed up after deleting files?
This is due to the peculiarities of the file system F2FS/ext4 on ASUS. After deletion, the files are marked as โfreeโ, but can physically remain on the disk until overwritten. Reboot the phone - this will speed up the freeing up of space.
How to clear the Google Play Services cache on ASUS?
Go to Settings โ Applications โ Google Play Services โ Storage โ Clear cache. data-i="232">) - this may disrupt the operation of Google services.โClear storageโ) - this may interfere with Google services.
Which applications are best not to clear on ASUS ROG Phone?
Do not touch:
- Armoury Crate Service (managing game functions);
- Game Genie (optimizing games);
- ASUS Launcher (resetting desktop settings).
How to transfer applications to an SD card on ASUS?
On most models ASUS application transfer to SD is disabled due to limitations of Android 9+. An alternative is to use the card as portable storage (only for files, not for APK).