How to remove the notification โ€œHuawei Mobile Services app crashedโ€ on Xiaomi: 5 working ways

The notification โ€œHuawei Mobile Services has crashedโ€ has become a real headache for many owners of Xiaomi, Redmi and POCO smartphones. The error appears even on devices where Huawei services have never been installed consciously โ€“ the system loads them automatically through pre-installed applications like Mi Video, Themes or Game Center. Unlike typical system bugs, this notification does not disappear after a reboot, and its constant appearance drains the battery and distracts from work.

The problem is complicated by the fact that Huawei Mobile Services (HMS) firmware-integrated MIUI Simply removing an application through the settings menu does not help โ€” the service is restored after an update or reset. In this article, we will discuss the causes of a failure, official and informal methods of fixing it, and how to prevent a reappearance of a notification without risking system stability. MIUI 14/15 HyperOS.

Why Huawei Mobile Services is Mistaked by Xiaomi

The conflict arises from the automatic integration of HMS into Xiaomiโ€™s ecosystem, despite the brands being direct competitors.

  • ๐Ÿ”— Pre-installed apps: Mi Video, Music, and Game Turbo use Huaweiโ€™s libraries to work with content (e.g., for the purpose of creating a new product). DRM-videotape).
  • ๐Ÿ“ฆ Updates MIUI: In the firmware MIUI 12+ Added com.huawei.hms system packages that are activated when you first connect to the Internet.
  • ๐Ÿ”„ Conflict with Google Mobile Services (GMS): On devices with Google Play HMS try to duplicate functions GMS, which causes synchronization failures.
  • ๐Ÿ› ๏ธ Cache Errors: Damaged Data in the folder /data/data/com.huawei.hms Cause cyclical notifications.

Important nuance: on devices for the Chinese market (with firmware) MIUI China) HMS It is enforced instead of GMS, And the removal of services can disrupt the core functions (MIUI Global/EU) The problem is cosmetic, but it also needs to be solved.

According to an analysis of error logs (available via adb logcat), the failure is most often due to the inability to connect to Huawei servers due to:

  • ๐ŸŒ Geoblocking: Services HMS They may not be available in your area.
  • ๐Ÿ”’ Restrictions MIUI: Xiaomi firewall blocks background activity HMS as suspiciousยป.
  • โณ Timeouts: Slow internet connection interrupts synchronization.
๐Ÿ“Š How often do you see a failure notification? HMS?
Every day.
Once a week.
Rarely, but it does appear.
Never seen one.

Method 1: Disable HMS notifications via settings (without root)

The safest method is to hide notifications without removing the service itself.This wonโ€™t solve the problem completely (HMS will stay in the system), but it will eliminate intrusive pop-ups.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search box, type in Huawei Mobile Services (or com.huawei.hms).

If Huawei Mobile Services is not listed in the app list, try an alternative route:

  1. Go to Settings โ†’ Memory โ†’ Applications.
  2. Click on the three dots in the upper right corner and select Show System Processes.
  3. Find HMS Core or Huawei Mobile Services on the list.

โš ๏ธ Note: On some devices (POCO F5, Redmi Note 12) after disabling notifications HMS It can continue to consume the battery in the background. โ†’ Battery โ†’ Battery utilization.

โ˜‘๏ธ Preparation for shutdown HMS

Done: 0 / 4

Method 2: Remove HMS via ADB (without root rights)

If disabling notifications doesnโ€™t work, you can uninstall HMS using Android Debug Bridge (ADB), which does not require root rights, but removes the system application, which can affect the operation of certain features (for example, Mi Video will stop playing DRM-protected content).

You'll need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB-driver.
  • ๐Ÿ“ฑ Xiaomi smartphone with enabled debugging USB (Settings โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times to activate the developer mode).
  • ๐Ÿ”Œ USB-cable (preferably original).

Step-by-step:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to remove HMS: adb shell pm uninstall --user 0 com.huawei.hms
  5. Reboot your smartphone.

If the team doesnโ€™t work, try an alternative:

adb shell pm uninstall -k --user 0 com.huawei.hms

โš ๏ธ Note: On HyperOS devices (e.g. Xiaomi 14, Redmi) K70) This method can cause Mi Account to fail before deleting. HMS Create a backup copy through Settings โ†’ Additionally. โ†’ Backup and reset.

What if the ADB canโ€™t see the device?
1. Make sure that the debugging is enabled USB developer-setting. 2. Try another one. USB-cable (preferably original). 3. Install Xiaomi drivers from the official website (https://new.c.mi.com/global/miuidownload/index). 4. Restart your PC and phone. 5. In the command line, enter: adb kill-server adb start-server

Method 3: Lock HMS with AppOps (Hidden Mode)

If deletion via ADB is not suitable, you can restrict HMS rights through the hidden AppOps menu.This method blocks the background activity of the service, but does not remove it completely.

Instructions:

  1. Install the AppOps app from Rikka (requires Android 8.0+).
  2. Open the application and give it access rights to Special Features.
  3. In the search box, enter Huawei Mobile Services.
  4. Find and disable the following permissions: ๐Ÿ“ถ Automatic start ๐Ÿ”„ FAQUIRER ACTIVITY ๐Ÿ“ก Access to the Internet ๐Ÿ”” NOTICES DESCRIPTION

Reset the device.

Alternative method without third-party applications:

  1. Activate the developer mode (as in the ADB method).
  2. Go to Settings โ†’ Additional โ†’ Special features โ†’ AppOps.
  3. Find com.huawei.hms and disable all permissions related to networking and notifications.
MethodRoot is required.Risk to the systemEfficiency
Disabling notificationsโŒ No.โš ๏ธ Low.โญโญ (notices hidden, HMS work)
Removal via ADBโŒ No.โš ๏ธโš ๏ธ Medium.โญโญโญโญ (HMS Remote, but some functions may be affected)
Blocking in AppOpsโŒ No.โš ๏ธ Low.โญโญโญ (HMS locked, but remains in the system)
Removal via TWRPโœ… Yes.โš ๏ธโš ๏ธโš ๏ธ High-pitchedโญโญโญโญโญ (HMS fully)

Method 4: Remove HMS with TWRP (for advanced users)

If you have a custom TWRP recavator installed, you can completely remove the HMS from the system. This method requires an unlocked bootloader and a backup of the data.

Step-by-step:

  1. In TWRP, select Advanced โ†’ File Manager.

Wipe โ†’ Cache/Dalvik

โš ๏ธ Note: On some devices (Xiaomi) 13T, Redmi K60) removal HMS through TWRP This can lead to bootloop. Create a full backup through the system before the procedure. TWRP โ†’ Backup by selecting System, Data and Boot.

After removal, check the performance of key functions:

  • ๐Ÿ“ฑ Mi Account (input/synchronization).
  • ๐ŸŽฌ Mi Video (playback) DRM-content).
  • ๐ŸŽฎ Game Turbo (Game Optimization).

๐Ÿ’ก

If some applications (such as Mi Video) have stopped working after deleting the HMS, install an alternative player, such as VLC or MX Player. These are independent of Huawei services and support most formats.

Method 5: Alternative solutions (if nothing worked)

If none of the above methods worked, try the following options:

  • ๐Ÿ“ฆ Freeze. HMS Titanium Backup or App Quarantine (root required).

For HyperOS devices (e.g. Xiaomi 14, Redmi K70) it is recommended to:

  • ๐Ÿ”ง Disable Mi Cloud Sync in your account settings โ€“ this will reduce the risk of automatic re-installation HMS.
  • ๐Ÿ“ต Enable Flight Mode 10-15 minutes after first phone launch (this will interrupt background synchronization with Huawei servers).
โ“ How to check if it's deleted HMS fully?
Run the command in ADB or Terminal (Termux): pm list packages | grep huawei If the output does not contain lines from com.huawei.hms, the service is remote. Also check the folders: /system/priv-app/ /system/app//data/app/
โ“ Is there a legal way to shut down? HMS rootless?
Yes, Xiaomi does not officially provide tools to remove HMS, but you can: Send a report about the problem through Settings โ†’ Review, indicating that the notification interferes with the use of the phone; Contact Xiaomi support to provide firmware without HMS (the chances are small, but some users received answers); Use MIUI Optimizer (the application for fine-tuning MIUI) to hide HMS from the list of active services.