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:

  1. Go to Settings โ†’ System โ†’ Memory.
  2. Tap on "Clear" at the top of the screen.
  3. 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!

๐Ÿ“Š How often do you clear the memory on your smartphone?
Once a week
Once a month
Only when space runs out
I never clear

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:

  1. Open Settings โ†’ Applications.
  2. Select an application (for example Facebook or Telegram).
  3. Tap "Storage" โ†’ "Clear cache".
  4. 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
Facebook 500 MB - 1.5 GB Yes (authorization will be preserved)
Instagram 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:

  1. Open any file manager (for example Files by Google or built-in ASUS File Manager).
  2. Go to Internal memory โ†’ Download.
  3. Sort files by date or size ("Sort โ†’ By size").
  4. 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:

  1. Open File Manager.
  2. Select files (press your finger on one of them โ†’ mark the rest).
  3. 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/obb and /Android/data;
  • ๐Ÿ“ฆ Residual files in /data/data (requires root access for access);
  • ๐Ÿ”ง Settings and cache in /sdcard (for example, folders .nomedia).

To remove them:

  1. Use SD Maid (requires root) or Files by Google (without root).
  2. B Files by Google select "Cleaning" โ†’ "Residual files".
  3. For deep cleaning, connect the phone to the PC and use ADB:
    adb shell pm list packages -u

    This 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:

  1. Settings โ†’ System โ†’ Reset โ†’ Delete all data.
  2. Select "Erase internal memory" (optional).
  3. Confirm the action.

Method 2. Through Recovery Mode (if the phone does not turn on):

  1. Turn off the device.
  2. Hold Power button + Volume Up.
  3. 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).