Voice assistants on Xiaomi Mi smartphones can be useful, but they often activate by accident, eat up battery power and collect data about your actions, especially for the two main assistants: Google Assistant (built into Android) and XiaoAI (branded assistant from Xiaomi). If you want to turn them off completely, this article will help you do it correctly, without losing the functionality of the phone.
It's important to understand that simply turning off the microphone or removing the shortcut from the desktop doesn't solve the problem. Voice assistants continue to run in the background, consuming resources. We'll look at all possible ways, from basic settings to deep changes in the system, including methods for different versions of MIUI (12 to 14) and Android (10 to 14), and you'll learn how to prevent assistants from accidentally turning on and what to do if they continue to activate after they're disabled.
Why the Xiaomi Mi voice assistant turns on on itself
Random voice assistants are one of the most common problems on Xiaomi smartphones, and here are the main reasons:
- π€ Long-term Home button retention β by default on many Mi and Redmi models, this action calls Google Assistant.
- π Voice activation β Phrases like βOK, Googleβ or βLittle AIβ (XiaoAI) can work even when listening to music or talking.
- π± Gestures and sensors β on some firmware, the assistant is activated when you bring the phone to your ear or double tap the screen.
- π Automatic updates β after update MIUI The assistants may be reset.
In addition, both assistants (Google Assistant and XiaoAI) can conflict with each other, especially if you use informal firmware or global versions of MIUI on Chinese devices, which leads to duplication of commands and unnecessary workload on the processor.
Method 1: Disable Google Assistant through Android Settings
This method works on all Xiaomi Mi smartphones running Android 10-14, and allows you to completely deactivate the Google Assistant, but does not affect XiaoAI.
- Open the Google app (the icon with the letter "G" on a color background).
- In the upper right corner, tap your profile avatar β select Settings.
- Go to the Google Assistant section.
- Scroll down and select General Settings.
- Turn off the Google Assistant switch.
- Confirm the action by clicking Disable in the window that appears.
After that, the assistant will stop responding to voice commands and holding the Home button. However, if you are using Xiaomi.eu or custom firmware, you may need to additionally disconnect via ADB (we will discuss this below).
Make sure that holding the home button for a long time doesnβt cause anything.|
Try saying "OK, Google" - the assistant doesn't have to respond |
Restart your phone and check again |
Open the Google Settings and make sure the switch is turned off.-->
Method 2: Deactivation of XiaoAI (Little AI) in MIUI
XiaoAI is Xiaomiβs signature voice assistant, which is often installed on Chinese and global versions of smartphones.Itβs harder to turn off than Google Assistant, as itβs deeply integrated into MIUI.
Instructions for MIUI 12-14:
- Open the Settings β Applications.
- In the top row of the search, type XiaoAI (or βLittle AIβ).
- Select the app from the list (the icon with the robot).
- Click Disable (if the button is inactive, click Stop first).
- Confirm the disconnect by clicking Disable the application.
If the Disable button is missing (as it happens on some firmware), try an alternative method:
- Go to Settings β Sound and vibration β Voice assistant.
- Turn off the switch next to XiaoAI.
- In the same menu, turn off the option Voice Activation.
What if XiaoAI is not shut down?
Method 3: Disconnect via ADB (for power users)
If standard methods don't work, you can use ADB (Android Debug Bridge), a deep-tuning tool that works for both assistants and works even on firmware where manual shutdown is blocked.
You'll need:
- π₯οΈ Computer with drivers installed ADB and Fastboot.
- π± Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times tap the version, then go back to Settings β Additionally. β For developers β Debugging by USB).
- π USB-cable (preferably original).
Instructions:
- Connect the phone to your computer and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to disable Google Assistant: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
- To disable XiaoAI, use: adb shell pm uninstall -k --user 0 com.miui.voiceassist
- Reboot the phone.
Important: these commands do not remove the applications completely, but only disable them for the current user.
π‘
If, after the execution, ADB-Teams keep working, check for duplicate packages. For example, on some firmware, XiaoAI may be hidden under the name com.miui.voiceassistant (with one letter "t"). | grep -i voice to find all related packages.
Method 4: Removing Activation Taggeds and Gestures
Even after the assistants are turned off, they can be accidentally called in through gestures or labels on the desktop.
1. Removal of the shortcut from the desktop:
- π± Long click on the Google or XiaoAI icon β Delete.
- π If the shortcut is not removed, drag it to the basket at the top of the screen.
Disable the gestures:
- π Go to Settings. β Additionally. β Gestures and buttons.
- π Turn off the option Long press home button (if any).
- π€ In the Voice Assistant section, disable Voice Activation.
Setting the power button:
On some Xiaomi Mi models (such as the Mi 11 or Mi 12), double-pressing the power button can call a voice assistant.
- Go to Settings β Buttons and gestures β Power button.
- Turn off the option of Double tap for voice assistant.
- Choose another action (such as Camera or Flashlight).
Method 5: Using third-party applications to block
If system methods don't work, you can use third-party utilities to freeze unnecessary applications without root rights.
Best options:
| Annex | Functions | Need a rut? | Reference |
|---|---|---|---|
| Greenify | Background processes, including voice assistants | No (but with the root more efficient) | Google Play |
| App Quarantine | Blocking the launch of selected applications | No. | Google Play |
| Package Disabler | Disabling system applications (including XiaoAI) | Yes. | Google Play |
| Shizuku + ADB | Advanced Package Management Without Full Root | Partially. | Official website |
When using Greenify or App Quarantine, add to the lock list:
- π Google (com.google.android.googlequicksearchbox)
- π€ XiaoAI (com.miui.voiceassist)
- π€ Google Voice Search (com.google.android.voicesearch)
π‘
The app side does not remove the assistants completely, but only blocks them from running. After the system update, you may need to reconfigure.
What to do if the voice assistant is still turned on
If Google Assistant or XiaoAI continues to activate after all the manipulations, the problem may be as follows:
β οΈ Attention: On some firmware MIUI (Especially Chinese) voice assistants are protected from shutdown, in which case only flashing to the global or European version will help. MIUI (For example, Xiaomi.eu).
Possible causes and solutions:
- π Automatic App Update: Open Google Play β Settings β Auto Update Apps and select Do Not Update Automatically.
- π± Reset to factory settings: If assistants activated after update MIUI, Try resetting your settings through Settings β The phone. β Resetting. Important: Pre-reverse your data.
- π οΈ Conflict with other applications: Some launchers (like Nova Launcher) or automation apps (like Tasker) may accidentally activate assistants.
If nothing works, the radical method is to obtain root rights and remove system applications through Magisk or TWRP. However, this will void the warranty and can lead to unstable phone operation.