How to remove HMS Core from Xiaomi phone

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.

πŸ“Š Why do you need to disconnect? HMS Core?
The phone's running out fast.
There's a bug in the system.
I just want to clean my phone.
I don't know what that is.

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

Done: 0 / 4

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?
If the system does not allow you to disable the application, it means that it is protected by administrator rights or is critical to the current version of the firmware. ADB-Access or use of special launchers.

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.hwid

The 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.

PackageDescriptionSecurity of removal
com.huawei.hwidMain Huawei ID serviceIt is safe if you do not use Huawei.
com.huawei.android.hwoucHuawei Update ServiceSafe.
com.huawei.healthHealth servicesIt is safe if you don’t have a Huawei watch.
com.android.vendingGoogle 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?
Yes, it’s safe if you’re not using devices or apps in the Huawei ecosystem. Xiaomi and Google’s standard features don’t require this component to function.
Why is HMS Core using up the battery?
The service can constantly try to sync data or search the network if the process was started incorrectly or contains a bug in a particular firmware version.
Can I remove HMS Core without a computer?
Completely delete - no, only disable via settings. ADB-PC or root rights teams.
Does the removal affect the operation of Google services?
No, these are independent ecosystems. Deleting Huawei Mobile Services will not affect Play Market, YouTube or Gmail.
What to do if the Internet disappears after removal?
It's unlikely that this is due to HMS Core. Check the APN settings and restart the router. If persists issue, restore the remote packet via ADB.

πŸ’‘

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.