Voice assistants on Xiaomi smartphones are often a source of irritation: they are activated by random taps, eat up battery power and collect data about your actions. Even if you have never used the Google Assistant or Mi AI Assistant, they continue to work in the background, consuming the resources of the device. In this article, we will discuss all possible ways to turn them off, from standard settings to hidden features for power users.
Xiaomi has integrated two assistants: the proprietary Mi AI (formerly called Xiao AI) and Google Assistant, both of which can conflict with each other by duplicating notifications and voice commands, and we will show you how to deactivate each of them separately or completely remove their system processes, depending on your model and version of MIUI.
It is important to note that after the firmware updates, the paths to settings may change. So we will give you the current instructions for MIUI 12-14 based on Android 11-14, and also indicate the differences for older versions. If your smartphone runs Android 10 or lower, some menu items may not be available - in this case, use alternative methods from the last sections of the article.
1. disable Google Assistant through settings
The most obvious way is to deactivate Google Assistant in standard Android settings, which works on all Xiaomi smartphones, but has a limitation: the assistant will remain in the system, simply stop responding to voice commands and gestures.
To turn it off:
- π± Open the Google app (the icon with the letter "G" on a colored background).
- π€ Slip on your avatar in the upper right corner and select Settings. β Google Assistant.
- π Scroll down to the General Block and click Google Assistant (first item).
- π Translate Google Assistant to Off position..
After that, the assistant will stop activating by voice (OK, Google) and holding the Home button, but it will still be hanging in the background, and to stop it completely, you need to add:
βοΈ Completely disabling Google Assistant
For MIUI 14+: If the assistant continues to start after shutting down, check your gesture settings. Go to Settings β Additional β Special Features β Gestures and Movements, and turn off Assistant when holding the Home button.
π‘
If you notice that some features (such as quick smart home commands) have stopped working after you turned off Google Assistant, try using alternative apps like Tasker or MacroDroid for automation.
Deactivation of Mi AI Assistant (Xiao AI)
Xiaomiβs branded assistant, Mi AI, is more intrusive than Google Assistant. Itβs integrated into firmware and often activated by randomly pressing a side button (on models with MIUI 12+). It canβt be completely removed without superuser rights (root), but you can turn off all its features.
Instructions for MIUI 13-14:
- π§ Go to Settings. β Annexes β Application management.
- π In the search bar, enter Mi AI Xiao. AI (older versions).
- π Select the app and click Disable (if the button is inactive, first click Stop).
- π Then go back to the main settings menu and go to Settings. β Special facilities β Special facilities services.
- π« Find Mi. AI Assistant and turn off the slider.
On some models (such as the Redmi Note 11 or POCO X4 Pro), the assistant's quick-start function with a double-press power button may be lost after the assistant is turned off.
- πΈ Go to Settings. β Additionally. β Power button.
- π Select the action to double-press (usually the camera).
What happens if you turn off Mi AI?
3. Disconnecting the assistant via ADB (for experienced)
If standard methods donβt work, you can use ADB (Android Debug Bridge), a tool for debugging Android devices, which allows you to completely block the launch of assistants at the system level, but requires connecting your smartphone to your computer.
Before starting, make sure that:
- π» The PC has installed Xiaomi drivers and ADB Tools.
- π On the smartphone included debugging on USB (Settings β The phone. β Version. MIUI β Tap 7 times, then go back to Settings β Additionally. β For developers).
- π Unlocked. OEM Unlock in the settings for developers.
Next, run the following commands in the terminal (Windows or Terminal command line on macOS/Linux):
adb shell
pm uninstall -k --user 0 com.google.android.googlequicksearchbox # Google Assistant
pm uninstall -k --user 0 com.miui.voiceassist # Mi AI Assistant (for MIUI 12+)
pm uninstall -k --user 0 com.miui.voiceassistant # Alternative packet nameIf the commands donβt work, try using:
pm disable-user --user 0 com.google.android.googlequicksearchbox
pm disable-user --user 0 com.miui.voiceassistπ‘
ADB-The teams don't delete the apps completely, they just hide them for the current user.
Note: on some models (POCO F3, Xiaomi 11T) after completing these commands, the search in the settings may stop working.
pm enable com.google.android.googlequicksearchbox4.Tune buttons to prevent accidental start
A common problem with Xiaomi users is accidentally turning on the assistant when you press the side button. This is because by default on many models (Redmi Note 10, POCO X3), pressing the power button or increasing the volume activates Mi AI.
To change this behavior:
- π§ Go to Settings. β Buttons and gestures β Power button.
- π Find the item Pressing the power button (or Long press).
- π« Select the action to do nothing or turn off the menu.
For the volume button:
- π Go to Settings. β Buttons and gestures β Volume button.
- π Disable the Google Assistant or Mi AI.
| Smartphone model | Default button | Recommended action |
|---|---|---|
| Redmi Note 12 | Long press of the power button | Turn off the menu / Nothing |
| POCO X5 | Double press of volume button | Disable or assign a camera |
| Xiaomi 13 | Pressing the power button + volume | Turn off the gesture completely |
| Redmi 10A | Home button (on screen) | Disable in Google Settings |
5. Resetting and radical measures
If none of these methods worked, there are two radical options: factory reset or custom firmware. The first method will return the smartphone to a "clean" state, but require reconfiguration of all parameters. The second gives full control over the system, but deprives of warranties and can lead to unstable operation.
Reset to factory settings:
- π Go to Settings. β The phone. β Resetting settings.
- ποΈ Select to erase all data (it is recommended to make a backup copy in advance).
- π After restarting, do not restore data from the cloud β this can return the assistant settings.
- π± When you first set up, skip the Google account connection step (if possible).
After the reset, the assistants will be disabled by default, but can be activated again when you update your firmware or install apps from Google Play.
Installation of custom firmware (for advanced):
- π οΈ Unlock the bootloader via Mi Unlock Tool (requires a wait of 7-30 days).
- π₯ Install. TWRP Or OrangeFox via fastboot.
- π₯οΈ Flush firmware without GApps (like LineageOS or Pixel Experience).
β οΈ Warning: Unlocking the bootloader erases all data and may result in blocking some features (e.g., Widevine) L1 for Netflix HD). On models with MediaTek (for example, Redmi Note 11), the unlocking process is more difficult than on Snapdragon.
6. Alternative methods: disabling through Safe Mode and third-party utilities
If the assistant is activated spontaneously and interferes with work, you can temporarily turn it off via Safe Mode, in which all third-party applications, including assistants, will be deactivated.
- π Turn off your smartphone.
- π Press the power button and when the Xiaomi logo appears, hold the Volume Down button until full load.
- π‘οΈ In the lower right corner will appear the inscription Safe Mode.
In this mode, check if the problem has gone away. If so, it's one of the assistants who's at fault. To exit Safe Mode, just restart the device.
For a permanent solution, third-party utilities can be used:
- π οΈ Package Disabler (requires root) β allows you to disable system applications.
- π§ ADB AppControl - a simplified version ADB-graphical-interface commands.
- π« Debloater Tools (e.g. Universal Android Debloater) β removes unnecessary system components.
β οΈ Note: When using debloat, there is a risk of disrupting the stability of your smartphone. For example, removing com.miui.voiceassist on some models leads to errors in the camera or sensors. Always back up through the phone. TWRP before such operations.
7. background activity check and battery savings
Even after the shutdown, assistants can continue to consume battery power in the background, and to avoid this, you need to limit their activity through energy saving settings.
Instructions for MIUI 14:
- β‘ Go to Settings. β Battery and productivity β Battery management.
- βοΈ Click on Settings (cog in the top corner) and select Applications.
- π Find Google and Mi AI list.
- π For each of them, select Limit background activity.
You can also turn off auto-start:
- π Back to Settings β Annexes β Application management.
- π± Choose Google or Mi. AI, Then Auto-Run.
- π« Turn off the slider Allow auto-start.
To check the actual battery consumption:
- π Go to Settings. β Battery and productivity β Battery utilization.
- π See if Google or Mi are coming up AI list of the most voracious applications.
- π If the consumption exceeds 3-5%, then the disconnection has not been completely completed - use the methods from the previous sections.