The annoying memory shortage notifications on Xiaomi smartphones appear even when there is enough space for normal operation. MIUI starts alerting users to fill up storage by 85-90%, but often these alerts become intrusive and interfere with the comfortable use of the device. In this article, we will discuss all the working ways to disable such notifications, from standard settings to hidden functions of the engineering menu.
The problem is especially relevant for the budget models Redmi and POCO with 32-64 GB of memory, where every megabyte counts. It is important to understand that simply turning off alerts will not solve the problem of overcrowded storage is only a temporary solution. To fully correct the situation, you will need a comprehensive approach: cleaning the cache, transferring data to the memory card and optimizing the operation of applications.
Why Xiaomi is constantly showing notifications about memory shortages
The MIUI system uses an aggressive memory management policy that includes:
- π Thresholds: Warnings appear when memory is filled at 85% (yellow notification) and 95% (red notification)
- π Autoclean: The system tries to free up space by deleting cache and temporary files
- β οΈ Priority of system processes: MIUI Up to 10% of memory for critical operations
- π± Memory Sharing: Some models have artificially limited user memory (for example, only 52 GB is available out of 64 GB)
Xiaomiβs peculiarity is that notifications can appear even after memory is cleared if the system detects junk files in hidden folders, such as applications like com.miui.cleanmaster or com.xiaomi.midrop create temporary files that are not always correctly deleted by standard means.
Method 1: Disable notifications via MIUI settings
The easiest method is to disable alerts directly from the notification menu, which works on all versions of MIUI 12-14, but has a limitation: notifications can reappear after the system update.
- Open Settings β Notifications and Status bar
- Select Notification Management
- In the search bar, enter memory or storage
- Find System Notifications or Security (depending on MIUI version)
- Turn off the Storage Notice or Memory Warnings switch
For example, on POCO F3 with MIUI 13, go to Settings β Applications β Application Management β Three points (menu) β System applications, then find Security and disable notifications.
π‘
If the list does not include βStorage Notificationsβ, try disabling all notifications from the Security app β this will help remove the majority of warnings.
Method 2: Cleaning cache and junk files manually
Often notifications appear because of a cache of system applications. Standard Settings Cleanup β Storage doesnβt always delete all temporary files. Use this method for deep cleaning:
| Type of file | How to clean up | Potential savings |
|---|---|---|
| Cash app. | Settings β Applications β Select the application β Storage β Clear the cache | 100-500MB |
| Temporary MIUI files | Through Security β Cleaning (Deep Cleaning) | 300-1 GB |
| Logs and dumps | Way: /sdcard/MIUI/debug_log (manually remove via file manager) | 50-300 MB |
| Remnants of Remote Applications | /data/app-lib and /sdcard/Android/obb folders | 200MB - 2GB |
For maximum efficiency, use a combination of standard cleanup and manual file removal via Total Commander or FX File Explorer with root rights.
- π /sdcard/MIUI/ β contains log files and temporary data
- π /sdcard/Android/data/ β cache of games and applications
- π /sdcard/DCIM/.thumbnails β photo and video miniatures
- π /sdcard/Download/ β Often overloaded with unnecessary loads
Make a backup copy of important data|Check the vacant space (should be available) >1 GB)|Close all working applications|Connect the charger (the process may take place) 10-30 minute)-->
Method 3: Using ADB to disable system notifications
For power users, there is a method to disable notifications via Android Debug Bridge (ADB), which requires connecting a smartphone to a computer, but gives 100% result.
Instructions:
- Enable Developer Mode (7 times click on the MIUI version in Settings β About Phone)
- Activate USB Debugging in Settings β Additional β For Developers
- Connect your phone to your PC and execute the command:
adb shell pm uninstall -k --user 0 com.miui.cleanmasterThis command will disable the Clean Master app, which is responsible for most memory notifications. To return the standard cleaning functions, do:
adb shell cmd package install-existing com.miui.cleanmasterWhat if the ADB canβt see the device?
Important: Disabling system applications via ADB may disrupt some MIUI features, including automatic memory optimization, which is recommended only if other methods have not worked.
Method 4: Set up thresholds through an engineering menu
Xiaomiβs hidden engineering menu allows you to change the settings of memory alerts, a method that doesnβt work on all models and requires caution.
Instructions:
- Open the phone application
- Enter the code ##4636##
- Select Battery Information or Usage Statistics
- Find the Storage threshold or Memory warnings
- Change the value from 85/95% to 95/99%, respectively
Alternative code for accessing memory settings: ##36446337## (powered by Redmi Note 8/9 and POCO X3).
π‘
Changing the threshold does not increase the actual memory capacity, but only delays notifications, and when the memory is filled by 99%, the phone can start to work unstable.
Method 5: Transfer applications to SD-map and storage optimization
If your smartphone supports memory cards, porting apps and data will help free up internal memory, and it is important to use A1/A2 or UHS-I cards for normal operation.
How to transfer data:
- π± Annexes: Settings β Annexes β Select an application β Warehouse β Change. β SD-map
- π· Photo/video: In the Gallery app settings, select Default Warehouse β SD-map
- π΅ Music: In apps like Spotify or VLC point the way SD-map
- π Documents: Use the file manager to move Download and Documents folders
For automatic memory optimization:
- Enable Settings β Storage β Auto Clean (set a schedule for weekly cleaning)
- Activate Memory Compression in Settings β Additional β Special Features β System Acceleration
- Turn off automatic saving of media files in messengers (WhatsApp, Telegram)
π‘
For models with a hybrid slot (such as the Redmi Note 10), use an adapter for the second slot. SIM-cards to simultaneously have both additional memory and two numbers.
What to do if nothing helps: radical methods
If all of the above methods have not worked, consider the following options:
β οΈ Warning: Resetting to factory settings will remove all data from the device, including photos, contacts and installed apps. pre-backup through Settings β The phone. β Backup or Mi Cloud Backup.
- π Resetting settings: Settings β The phone. β Reset settings. Select "Clear all data"
- π οΈ Flashing: Install custom firmware (e.g. Pixel Experience) without system notifications MIUI
- π§ Memory replacement: For models with removable memory chip (a rarity in modern smartphones) it is possible to upgrade to 128/256 GB
- π± Buying a new device: If memory is constantly running out, consider models with 128GB or more (Xiaomi 13, Redmi Note 12 Pro)+)
For root-right users, there is the option to edit the system files responsible for notifications.
- /system/etc/storage_threshold.xml β contains threshold values
- /system/priv-app/MiuiSystemUI/MiuiSystemUI.apk β is responsible for displaying notifications
- /data/system/notifications.xml β notification database
β οΈ Attention: Editing system files without proper experience can lead to bootloop (locking on the boot) or complete device failure. TWRP.