Xiaomi smartphone owners often face system processes that are not always obvious, such as HMS Core, a suite of services developed by Huawei. The introduction of this suite on Xiaomi devices may surprise them because these brands are competitors, but many applications from the Huawei ecosystem or third-party programs require these libraries to work properly push notifications and authorization.
Users begin to look for ways to get rid of this component when they notice increased battery consumption or the appearance of intrusive errors in the system. The process of removing or, more precisely, disabling the system component requires caution so as not to disrupt the stability of MIUI or HyperOS. In this guide, we will discuss safe methods for deactivating the service and answer frequent questions.
It's worth noting that completely removing a system application without root rights is impossible with standard Android tools. We'll look at the options available to the average user, as well as advanced methods for experienced gadget owners, the main thing is to act consistently and understand the consequences of your actions.
What is HMS Core and Why is it on Xiaomi?
HMS Core (Huawei Mobile Services Core) is a fundamental framework that allows Huawei apps and third-party programs to function on Android devices. Following the imposition of US sanctions, Huawei lost access to Google services (GMS), so it was forced to create its own ecosystem.
First, you could install the app from AppGallery or download it yourself. APK-Second, some global firmware versions or preinstalled software may contain these services for cross-platform compatibility, not a virus, but a legitimate system component.
β οΈ Warning: Attempting to delete system files through a file manager without proper rights can result in a cyclical device reboot (bootloop).
Having this service doesn't always mean it's in active use right now, it's often just hanging in the background waiting for the app to launch, and if you're not using Huawei products, it can be overactive.
Preparation for system services shutdown
Before making changes to the operating system, a number of preparatory steps must be taken to avoid losing important data and to return it to the operating system in case of failure. Backup is the first step that every responsible user must take.
Create a full copy of your contacts, photos and settings through Xiaomiβs cloud service or locally on your computer, and make sure your battery is at least 60% so your device doesnβt turn off at a critical time.
βοΈ Checklist before system modification
It is important to understand the difference between "delete" and "disable." Standard Android tools only allow you to disable the application, hiding it and stopping the processes. ADB-computer-based.
Method 1: Disconnection through smartphone settings
The safest and easiest method available to any Xiaomi Redmi or Poco owner is to use the built-in application management menu, which does not require a PC connection and eliminates the risk of damage to system files.
To start, open the settings menu for your device, find the partition that manages installed programs, which may be called differently in different versions of the shell, but the logic remains the same.
- π± Go to Settings. β Annexes β All applications.
- π Find it in the list. HMS Core (could be called Huawei Mobile Services).
- π Click on the Disable or Stop button.
- ποΈ If the Remove button is inactive (gray), then the application is system-based and requires other methods.
Once disabled, the system will stop running the processes associated with the service, but the files will remain in the device's memory, a compromise that solves the problem with background activity, but does not free up storage space.
What to do if the switch button is inactive?
Method 2: Using ADB for deep cleaning
Those who want to remove the component completely will need a computer and an Android Debug Bridge (ADB) utility.This method allows you to delete system packages without root rights, but requires careful input of commands. A mistake in the package name can lead to unstable interface operation.
First, you need to activate the developer mode on the phone, and then seven times click on the build number in the About section, then turn on the USB debugging in the Developer menu.
adb shell pm uninstall -k --user 0 com.huawei.hwidThe above command will delete the com.huawei.hwid package, which is often the main HMS Core executable. Before entering the command, make sure that the phone is connected in File Transfer mode and the debugging confirmation appears on the smartphone screen.
| Package | Description | Security of removal |
|---|---|---|
| com.huawei.hwid | Main Huawei ID service | It is safe if you do not use Huawei. |
| com.huawei.android.hwouc | Huawei Update Service | Safe. |
| com.huawei.health | Health services | It is safe if you donβt have a Huawei watch. |
| com.android.vending | Google Play Store | - Critical, don't delete! |
If you want to return the same thing after deleting, you can use the cmd package install-existing command via ADB, but this doesn't work for all remote components, so writing the packet names before deleting is a must.
Possible problems and errors after removal
Deactivation of system services rarely goes completely unnoticed, and users often experience bugs in applications that depended on remote libraries, such as games or utilities from Huawei can stop launching or crashing immediately after opening.
β οΈ Note: If after manipulations the phone began to constantly restart, try to boot into safe mode and roll back changes through the phone. ADB.
Another common problem is that push notifications disappear from certain applications, because the communication channels were tied to HMS servers, which would require reinstalling the problem application or returning the remote component.
Sometimes users complain about strange bug messages, which are echoes of remote services that other processes are trying to run, usually by clearing the cache of affected applications or restarting the device.
π‘
Keep the original. APK-file HMS Core before being removed to your computer, which will allow you to quickly restore the system without searching the file on the Internet.
Frequently Asked Questions (FAQ)
Is it safe to remove HMS Core on Xiaomi?
Why is HMS Core using up the battery?
Can I remove HMS Core without a computer?
Does the removal affect the operation of Google services?
What to do if the Internet disappears after removal?
π‘
Removal HMS Core frees up the system's resources, but it requires caution. The safest way is to simply shut down through settings, not use. ADB-team.