The standard Messages app on Xiaomi, Redmi and POCO smartphones is often a source of annoyance, not only duplicating WhatsApp or Telegram features, but also consuming battery power, sending spam notifications, and sometimes even automatically activating mobile internet to download MMS, which leads to unexpected costs. If you want to get rid of the built-in messenger, this article will help you do it right, without risking disrupting the system.
Unlike most Android stock apps, the standard MIUI messenger cannot be removed in the classic way through the Apps menu. However, there are workarounds: from simply hiding the icon to completely disabling through ADB or editing system files. We will look at all the current methods, including the nuances for different versions of MIUI (12 to 14) and smartphone models β from the budget Redmi Note 10 to the flagship Xiaomi 13 Ultra.
Why canβt you just delete the Messages app?
The built-in MIUI is a system application that is tightly integrated into the shell, and cannot be uninstalled through standard settings for two reasons:
- π Service dependency: the application is associated with TelephonyProvider modules and MIUI System responsible for processing SMS/MMS job SIM-map.
- π± Xiaomi policy: the manufacturer blocks the removal of key applications to ensure the stability of the phone (even if you do not use them).
- β οΈ Failure risk: Forced removal via root can lead to errors in calls or loss of dual functionality SIM.
However, there are legal ways to disable the messenger so that it does not interfere with the work, and below we will analyze them by the degree of complexity, from the simplest to the most advanced.
Method 1: Hiding the application icon (without disabling)
If you're annoyed by the presence of an icon on your desktop, but you sometimes need SMS functionality (for example, to get confirmation codes), just hide the application. It won't shut it down completely, but it will take away from you.
Instructions for MIUI 12/13/14:
- Press and hold your finger on the Messages icon.
- In the menu that appears, select Remove (or Hide, depending on the version).
- Confirm the action. The icon will disappear from the desktop, but the application will remain on the menu of all applications.
To hide it from the general list:
- Open Settings β Applications β Application Management.
- Find βMessagesβ in the list and tap it.
- Choose Hide the app (not available on all models).
π‘
If the βHideβ option is missing, try adding the application to the folder on the desktop called βUnnecessaryβ β so it will not catch your eye.
Method 2: Disabling notifications from the messenger
If the main problem is spam or unnecessary notifications about new SMS, you can turn off notifications, leaving the application itself working, this is true for users who sometimes receive important messages (for example, from a bank).
How to disable notifications:
- Go to Settings β Applications β Application Management β Messages.
- Select Notifications.
- Turn off the Allow Notifications switch.
- For a complete ban, also disable the options: π Sound. π³ Vibration. π‘ LED indicator
Additionally, you can prevent the application from automatically downloading MMS (this saves traffic):
- Open the "Messages" app**.
- Slip on three dots in the upper right corner and select Settings.
- Go to the Supplementary β Autoboot MMS and turn off the option.
βοΈ Verification of deactivation of notifications
Method 3: Prohibit SMS from being sent via operator (for savings)
Many users do not realize that the standard messenger MIUI can send SMS without permission β for example, to confirm registration in Xiaomi services or synchronize data β this leads to unexpected costs, especially if you have unlimited only on the Internet, and SMS is paid.
To prevent the application from sending messages:
- Go to Settings. β SIM-maps and mobile networks.
- Choose yours. SIM-map.
- Turn off the Sending option SMS (or SMS-center, depending on the model).
- Return to Settings β Applications β Messages β Permissions and disable access to SMS.
β οΈ Note: After that, you will not be able to send SMS Even through other apps (e.g. Google Messages or banking services). If you need selective blocking, use method 4 or 5.
Method 4: Disconnect via ADB (without root rights)
If previous methods donβt work, you can completely deactivate the Messages app using the Android Debug Bridge (ADB), which doesnβt require superuser rights, but requires connecting the phone to a computer.
Step-by-step:
- Turn on Developer Mode on your phone: Go to Settings β About Phone. Tap 7 times on MIUI until the notification βYouβve become a developerβ appears.
Settings β Additional β For Developers
USB debugging
ADB
Android Studio
Minimal ADB and Fastboot
Terminal
adb devicesMake sure your phone is on the list.
adb shell pm disable-user --user 0 com.android.mmsSome versions of MIUI may require an alternative command:
adb shell pm hide com.android.mmsOnce you've done the command, the app will disappear from the menu and stop working. To get it back, use:
adb shell pm enable com.android.mmsWhat if the ADB canβt see the device?
Method 5: Remove via TWRP (for advanced users)
This is a radical method that requires an unlocked bootloader and a customized TWRP recap. It is suitable for those who already have firmware experience and are prepared for potential risks (such as loss of warranty).
Instructions:
- Make a backup of your data via TWRP (required!).
- Download the module for Magisk or find the com.android.mms.apk file in the system section (/system/priv-app/Mms or /system/app/Mms).
- Boot to TWRP (hold Power + Volume up when turned on).
- Go to Advanced β File Manager and delete the folder with the application or a specific.apk file.
- Reboot the phone.
- Restore the standard messenger: For ADB: run the command adb shell pm enable com.android.mms. For TWRP: run the stock firmware through Fastboot.
If SMS does not come even after the messenger is restored, check:
- πΆ Settings SMS-the operator's center (sometimes they get lost after manipulating system files).
- π Reboot your phone in Safe Mode (hold the power button) β Reboot in Safe Mode).
- π± Update MIUI Up to the latest version (new builds fix bugs with the SMS).
π‘
If you use two-factor authentication (2FA) via SMS, never delete your system messenger without installing an alternative. Otherwise, you may lose access to your accounts!