Why Users Want to Get Rid of Xiaomi Assistants and How to Do It Safely
Voice assistants on Xiaomi, Redmi and POCO smartphones are often a source of annoyance: they are activated by random taps, eat up battery power in the background and collect data about your habits. According to statistics from 2026, 63% of Xiaomi owners have tried to disable the Google Assistant or built-in MIUI Assistant at least once, but not all of them managed this the first time.
In this article, weβll look at all the current ways to remove assistants on Xiaomi in 2026, including hidden methods for MIUI 14/15 and Android 12-14 firmware. Youβll learn how to disable not only standard voice commands, but also remove the assistant widget from the lock screen, as well as stop background activity of Google services. Importantly, some methods require super-user rights (root), but weβll start with the simplest solutions that do not require hacking.
1. disable Google Assistant through Android settings
The most obvious way is to deactivate Google Assistant from the app menu, which works on all Xiaomi smartphones with Google services pre-installed (including models for the global market).
Instructions:
- π± Open the Google app (the icon with the letter "G" on a colored background).
- π€ Slip on your avatar in the upper right corner β Settings.
- π Choose Google Assistant β General.
- βοΈ Go to the Assistant Settings β Phone.
- π Turn off the Google Assistant slider (in some versions) MIUI This item is called Include Assistant).
After that, the assistant will stop responding to voice commands (OK, Google) and gestures. However, background processes may continue to work. To completely stop them, go to Settings β Apps β App Management β Google and click Stop (you will have to repeat after each reboot).
2. Remove MIUI Assistant (Integrated Xiaomi Assistant)
MIUI Assistant is a Xiaomi-branded assistant that appears when you hold the Home button long or swipe from the bottom edge of the screen. Unlike Google Assistant, it canβt be removed by standard means, but you can turn it off deeply.
Method 1: Through the MIUI settings
- βοΈ Go to Settings. β Additionally. β Special facilities β MIUI Assistant.
- π Turn off the slider Turn on MIUI Assistant.
- π± Back to Settings β Lock screen and remove the tick from Show MIUI Assistant on a locked screen.
Method 2: For firmware without root rights (hidden method)
If your version of MIUI does not have MIUI Assistant in the settings, try this workaround:
- Hold your finger in the free seat of the main screen β screen settings.
- Slip to the additional settings β Show MIUI Assistant and turn it off.
- Restart the phone β changes will apply after the reboot.
π‘
If after disabling MIUI Assistant, the Home button stopped working correctly, reset the gesture settings to Settings β System β Gestures.
3. Complete removal via ADB (no root)
For advanced users willing to work with ADB, there is a way to completely remove assistant packages without obtaining root permissions.This method works on all Xiaomi, Redmi and POCO smartphones with unlocked bootloader (but does not require custom firmware).
What you need:
- π» Computer with installed ADB Tools.
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times tap the version β Come back to the extra. β For developers β Debugging by USB).
- π USB-cable (preferably original).
Instructions:
- Connect the phone to your PC and type in the command line: Adb devices Make sure the device is identified (serial number should appear).
- Follow the commands to delete: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox adb shell pm uninstall -k --user 0 com.miui.voiceassist The first command deletes Google Assistant, the second - MIUI Assistant.
- Reboot your phone: adb reboot
β οΈ Note: After this update, Google Play may return Google Assistant. To prevent this, block the automatic update for the Google app in the Play Store settings.
βοΈ Preparation for removal through ADB
4. Disable voice activation ("OK, Google")
Even after Google Assistant is disabled, some users are still experiencing the phone's response to the phrase "OK, Google," which is due to a separate voice search service that operates independently, to deactivate it completely:
Steps:
- π Open the Google app β Settings β Voice search.
- π€ Select Voice Support Mode (or Voice Match in English versions).
- π Turn off the slider Access from the locked screen and Recognition "OK Google".
- π± Go to Settings. β Annexes β Google β Permits and disallow access to the microphone.
If voice activation still works after that, check the settings in Google Assistant β Settings β Phone β Voice input and disable all related options. On some firmware, MIUI also helps reset the Google app settings through Settings β Apps β Reset settings.
5. Removal via TWRP (for firmware with root)
If you have custom TWRP recovery installed and superuser rights, you can physically delete the assistant system files, a method that gives you a 100% guarantee that assistants wonβt return after updates, but you need to be careful that wrong actions can lead to bootloop.
Step-by-step:
- Load the phone into TWRP mode (hold Power + Volume up when turned on).
- Select Advanced β File Manager.
- Go to /system/priv-app/ and delete the following directories: GoogleQuickSearchBox (Google Assistant), MiuiVoiceAssist (MIUI Assistant) Velvet (Google Additional Services)
TWRP
Wipe β Dalvik/ART Cache
Reboot the phone.
β οΈ Note: Before deleting files through TWRP Make sure to back up the system partition (Backup item in the main menu).If the phone stops loading after deleting, restore the backup.
What if the phone is not turned on after TWRP removal?
6.Alternative methods: disabling through Xiaomi Cloud and services
Few people know, but some of the assistant features on Xiaomi are tied to the company's cloud services, such as MIUI Assistant, which can be activated via Xiaomi Cloud even if you disabled it locally, to completely stop it from working:
Steps:
- π Go to Settings. β Accounts and synchronization β Xiaomi Cloud.
- π Turn off sync for Smart Assistant (or MIUI Assistant).
- π± Back to Settings β Annexes β Manage applications and find MIUI Assistant.
- π« Click Stop, then Disable (this will remove all updates and return the app to the factory version).
For Google Assistant, similarly, disable sync in Settings β Google β Google Account Management β Data and Personalization β Web App Activity. Here you can delete the history of voice commands and prevent them from saving in the future.
Comparison of methods: which one to choose?
Depending on your Xiaomi model and MIUI version, the effectiveness of the methods may vary. Below is a table comparing all the methods:
| Method | Need root? | Removing it completely? | Returns after the update? | Difficulty |
|---|---|---|---|---|
| Disconnection in Google Settings | β No. | β Partially. | β Yes. | β |
| Disconnect MIUI Assistant | β No. | β Partially. | β Yes. | β |
| Removal via ADB | β No. | β Completely. | β οΈ Maybe he could come back. | ββ |
| Removal via TWRP | β Yes. | β Completely. | β No. | βββ |
| Disconnection through Xiaomi Cloud | β No. | β Partially. | β Yes. | β |
For most users, the best solution is to combine disabling in settings + deleting through ADB. This gives the maximum effect without risking damage to the system. If you're ready to experiment and you have a backup, you can try the method with TWRP.
π‘
On Xiaomi models for the Chinese market (without Google services), only MIUI Assistant is disabled, and on global versions you will have to fight both assistants: Google and MIUI.