Voice assistants on Xiaomi smartphones are often activated by accident β just press the Home button or say a key phrase, as the Google Assistant or Xiao AI appears on the screen. For many users, this feature is useless, annoying with constant pop-ups or even consumes up to 15% of battery power in the background (according to tests on the Redmi Note 11 with MIUI 13).
In this article, we will discuss all the current methods for different versions of MIUI (12 to 14), including hidden settings for Chinese firmware, where Xiao AI is integrated at the kernel level. Importantly, some methods require unlocking the bootloader or superuser rights β we will warn you about the risks in advance. If you just need to turn off the response to voice commands, basic actions will be enough. If the goal is to completely remove all traces of the assistant from the system, you will have to use ADB or Magisk.
1. disable Google Assistant through settings
The easiest way to deactivate the voice assistant is to use standard Android options, which works on all Xiaomi smartphones with global firmware (e.g. Poco X5 Pro, Redmi 12), where Google Assistant is installed by default.
Instructions:
- π± Open the Google app (the icon with the letter "G" on a colored background).
- π€ Slip on the profile avatar in the upper right corner β Select Settings.
- π Go to the Google Assistant section β General.
- βοΈ Turn off Google Assistant (confirmation may be required).
After that, the assistant will stop responding to voice commands (OK, Google) and holding the Home button. However, the service itself will remain in the system and will consume up to 50 MB of memory. ADB (section).
2. Deactivation of Xiao AI on Chinese firmware
On devices with the Chinese version of MIUI (for example, Xiaomi 13 Ultra or Mix Fold 3), instead of Google Assistant, the proprietary solution is Xiao AI. This assistant is deeper integrated into the system and can automatically turn on when you connect headphones or click on the icon in the notification panel.
To turn it off:
- Press your finger on the Xiao AI icon in the notification panel β select Assistant Settings.
- In the Voice Control section, deactivate the options: π€ Voice activation (disables the response to the phrase "Little Curiosity"). π΅ Show on the lock screen. π Autostart when connecting headphones.
Xiao AI
Disable Assistant
β οΈ Attention: On some firmware (MIUI 14 for China) the option of a complete shutdown may be hidden. ADB (section 4) or install global firmware.
π‘
If the icon remains in the notification panel after the Xiao AI is disabled, restart the phone. This is a temporary MIUI bug that is fixed by the reboot.
Removal of the assistant through βSpecial Opportunitiesβ
Many users don't know that voice assistants are tied to the Accessibility section, where you can not only turn them off, but also block automatic start when you hold the buttons.
Step-by-step:
- Go to Settings β Special Opportunities β Special Opportunities Services.
- Find it on the list: π€ Google (for Google Assistant) π§ Xiao AI (china-fix)
Slip on the right item β turn off the slider.
Confirm the action in the dialog window.
This method completely blocks the assistant's work, but does not delete its files from the system. ADB. Disadvantage: after the update MIUI settings may reset.
| Method of disconnection | Required. root/ADB | Deletes Assistant Files | Works after the update |
|---|---|---|---|
| Through Google's settings | β No. | β No. | β Yes. |
| Xiao AI settings | β No. | β No. | β οΈ Partially (may reset) |
| Special facilities | β No. | β No. | β No (resets on update) |
| ADB-team | β οΈ Required. ADB | β Yes (partially) | β Yes. |
| Removal via Magisk | β Root is required. | β Completely. | β Yes. |
4. Complete removal of the assistant via ADB (no root)
If standard methods donβt work, you can use Android Debug Bridge (ADB) to uninstall system applications, a method that works for Google Assistant and some components of Xiao AI, but doesnβt affect the core of the system.
What you need:
- π₯οΈ Computer with installed ADB Tools.
- π± Included Debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times to tap β return to β For developers).
- π Cable USB (preferably original).
Instructions:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (cmd) in the folder with ADB.
- Enter commands in turn: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google Assistant pm uninstall -k --user 0 com.miui.voiceassist # Xiao AI (Chinese firmware) pm uninstall -k --user 0 com.miui.voicetrigger # Voice launch triggers
- Reset the device.
β οΈ Note: Removing com.miui.voiceassist on Chinese firmware can cause errors in system applications (e.g. Mi Home.
USB debugging enabled
Installed drivers Xiaomi on PC
Backup of important data is made
Battery charge > 50%
Cable USB ported USB 2.0 (for stability)-->
5. Delete via Magisk (for advanced users)
If you have a bootloader unlocked and Magisk installed, you can completely erase all traces of voice assistants, including system APKs and services.This method is suitable for MIUI 13/14 and is guaranteed to remove:
- ποΈ Google Assistant and its Background Processes.
- π§Ή Xiao AI (including Chinese versions linked to Mi Account).
- π All voice triggers and recognition services.
Instructions:
- Install the Universal Debloater module via Magisk.
- Reboot the phone.
- Open Termux or ADB and execute: su debloater remove com.google.android.googlequicksearchbox debloater remove com.miui.voiceassist debloater remove com.miui.voicetrigger debloater remove com.xiaomi.aiasst
- Clear the cache in Settings β Applications β Application Management β Cash.
After this procedure, the assistants will be removed at the system level and free up to 300 MB of memory, but some functions (such as voice search in the Google App) will stop working.
What if notifications have stopped working after removal?
Alternative methods: concealment and replacement
If you do not want to completely remove the assistant (for example, due to the risk of losing functionality), you can:
- π Replace it with another: install Alexa or Yandex Alice and assign them as the default assistant in Settings β Annexes β By default.
- ποΈβπ¨οΈ Hide the icon: Use Nova Launcher or ADB, To remove the icon from the notification panel: adb shell settings put secure icon_blacklist com.miui.voiceassist
- π Turn off the microphone: in Settings β Confidentiality β Application authorizations β Microphones are banned from Google and Xiao AI.
These are less radical, but they eliminate annoying pop-ups and random activations. For example, on Xiaomi 12T Pro, after hiding the Xiao AI icon, users report an 8-12% increase in battery life.
7. Frequent mistakes and how to avoid them
When disabling or removing voice assistants, users often face problems:
- Assistant returns after update: Solution: Before the MIUI update, execute the command: adb shell cmd package disable-user --user 0 com.google.android.googlequicksearchbox This will block automatic activation.
- Home button doesn't work: Reason: Some firmware has a hard-to-root Home retention. Solution: Reassign the action through Button Mapper.
- Error "Com.android.systemui process stopped": Occurs when Xiao AI is deleted on Chinese firmware. Solution: Restore the com.miui.voiceassist.apk file from the backup or reflash the device.
β οΈ Warning: On devices with HyperOS (the new shell from Xiaomi, which debuted in Xiaomi 14) standard methods of disabling Xiao AI In this case, use Magisk or wait for module updates.
π‘
Before any manipulation of system applications, backup via TWRP or ADB. This is the only way to restore the phone if something goes wrong.