Voice assistants on Xiaomi devices are both a handy tool and a source of constant irritation. XiaoAI (built-in Chinese firmware assistant), Google Assistant or Alice from Yandex can activate accidentally, eat up the battery and collect data about your requests. Especially annoying autoruns when you press the power button or say "OK, Google" when you didn't plan to.
In this article, weβll look at all the ways you can disable voice assistants on Xiaomi smartphones and smart devices, including hidden settings that are not obvious even to advanced users. Instructions are relevant for MIUI 14/15, HyperOS, and devices with global and Chinese firmware. Youβll learn how to remove the assistant completely, block its launch or at least limit access to the microphone.
1. How to disable XiaoAI on Chinese firmware (no root)
If your Xiaomi, Redmi or POCO is running on the Chinese version of MIUI/HyperOS, the default is XiaoAI, the companyβs own voice assistant, which cannot be removed by standard means, but can be deactivated.
Follow these steps:
- π± Open the Settings. β Annexes β Application management.
- π In the search box, type XiaoAI (or in Chinese).
- βοΈ Select the app and click Disable (if the button is inactive, first click Stop).
- π In the Permissions section, disable access to Microphone, Contacts and Locations.
If the Disable button is missing, the manufacturer has blocked this option, in which case only hiding the icon or restricting it through ADB (more on this below) will help.
π‘
On some models (such as the Xiaomi 13T Pro), XiaoAI can masquerade as the system application com.miui.voiceassist. To find it, turn on the display of system applications in the application manager settings.
2. disable Google Assistant on global firmware
On devices with global firmware MIUI or HyperOS, Google Assistant is installed by default. It can be disabled in several ways, but complete removal is possible only with root rights.
Method 1: Through Google Settings
- π§ Go to Settings. β Google β Settings for Google apps β Search, helper and voice.
- π€ Choose Google Assistant β General settings.
- β Turn off the Google Assistant switch.
- π In the Voice Match section, turn off the option OK Google.
Method 2: Through application settings
- π± Go to Settings. β Annexes β Application management.
- π Find Google (app, not services).
- βοΈ Go to Permissions and turn off the microphone.
- π In the Notifications section, disable all categories.
If the assistant is activated by the power button after that, it is tied to the gesture. To remove this, go to Settings β Special Features β Gestures and Movements β Quickly start the assistant and turn off the option.
3. Complete removal of voice assistant (ADB required)
If standard methods donβt work, you can completely uninstall assistant system applications via ADB. This method works on most Xiaomi devices, but requires a connection to a computer.
What you need:
- π₯οΈ Computer with installed ADB and Fastboot.
- π± Included Debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times press to unlock the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
- π USB-cable (preferably original).
Instructions:
- Connect your phone to your PC and open the command prompt (cmd on Windows or Terminal on macOS/Linux).
- Enter the command to check the connection: Adb devices should appear the name of your device.
- To remove XiaoAI, run: adb shell pm uninstall --user 0 com.miui.voiceassist
- To delete Google Assistant: adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox
Once the commands are executed, the applications will disappear from the system, but the MIUI/HyperOS updates can restore them. To avoid this, block the automatic update of the system applications in Settings β Applications β Application Management β Three-point β Auto-update.
What if the ADB canβt see the device?
4. Disable voice assistant on smart watches and fitness bracelets Xiaomi
Voice assistants are integrated not only into smartphones, but also into wearable electronics: Mi Band 7/8 Pro, Xiaomi Watch S3 and others.
For the Mi Band 7/8 Pro:
- π± Open the Mi Fitness app and connect to the bracelet.
- βοΈ Go to the Device Profile β Settings β Voice assistant.
- β Turn off the switch Voice Assistant.
- π In the Notifications section, disable the voice alerts option.
For the Xiaomi Watch S3:
- π On the clock, swipe down the screen and select Settings.
- π€ Find the Voice Assistant section and turn it off.
- π± In the Mi Fitness app, go to the Watch Profile β Voice control and deactivate all options.
On some models (such as the Xiaomi Watch 2 Pro), the voice assistant is tied to a button. To turn it off, press the physical button for 5 seconds, then select Settings β Buttons β Action When Holding and assign another action (such as Turning off the screen).
Sync data with Mi Fitness|Charge the device to at least 50%|Turn off Bluetooth headphones (they may interfere with your headphones)|Check out the firmware version of the watch in Mi Fitness-->
5. How to block auto-start Power Button Assistant
One of the most annoying features is to start the voice assistant while holding the power button for a long time, and you can turn it off, but the way it works depends on the firmware version.
For MIUI 14 and newer:
- Go to Settings β Special Features β Gestures and Movements β Quick Start Assistant.
- Turn off the option to start the assistant when holding the power button.
- If there is no item, try the alternative path: Settings β Buttons and gestures β Power button.
For HyperOS:
- Open Settings β System β Gestures β Power button.
- Select Action on Hold and set No Action or Power Menu.
On some models (e.g. POCO F5), this parameter may be hidden, in which case only the change through ADB will help:
adb shell settings put global assistant null
adb shell settings put global voice_interaction_service nullπ‘
If after turning off the power button ceases to call the off menu, assign this action manually in the gesture settings.
6.Restriction of access to the microphone for all assistants
Even if you've disabled the voice assistant, some system processes may still use the microphone to block access completely:
Method 1: Through Privacy Settings
- π Go to Settings. β Confidentiality β Application authorizations β Microphone.
- π« Disable access for all applications related to voice assistants: Google XiaoAI (or ) Yandex (if installed) Mi Voice
Method 2: Safe Mode (if the assistant does not turn off)
- π Restart your phone in Safe Mode (hold the power button) β Restarting in Safe Mode).
- π οΈ In Safe Mode, Remove or Disable Problem Apps.
- π Reboot back to normal mode.
If the microphone is still activated by accident after these actions, check out applications from third-party vendors (such as VK, Telegram, or TikTok) that may request access to the microphone for voice messages.
π‘
To check which app is using the microphone in the background, set Access Dots (Android 12+).The app shows an indicator when the microphone or camera is active.
7.Alternative methods: Disconnection through the registry and Magisk
For advanced users willing to risk the stability of the system, there are two other ways:
Method 1: Editing system files (root required)
- π Install a file manager with root support (e.g., Root Explorer).
- π Go to the folder. /system/priv-app/ and find: MiuiVoiceAssist (for XiaoAI) Velvet or GoogleQuickSearchBox (for Google Assistant)
- ποΈ Rename the folders by adding.bak at the end (e.g. MiuiVoiceAssist.bak).
- π Reset the device.
Method 2: Using Magisk and Universal SafetyNet Fix
- π§ Install Magisk and Universal SafetyNet Fix.
- π₯ Download the Disable Flags module and add flags to it: enable_assistant voice_interaction_service
- π Reset the device.
These methods can lead to system instability or loss of warranty, and only use them if other methods have not worked.
What if the phone does not turn on after deleting system files?
Comparison of methods of disabling voice assistants
| Method | Required. root/ADB | Works on | Efficiency | Risks. |
|---|---|---|---|---|
| Disconnection in settings | β No. | MIUI, HyperOS | ββ (may not work completely) | Low. |
| Removal via ADB | β ADB | All the firmware. | ββββ | Medium (can recover after the update) |
| Locking the microphone | β No. | All the firmware. | βββ | Low. |
| Editing system files | β Root | All the firmware. | βββββ | High (bootloop risk) |
| Use of Magisk | β Root + Magisk | MIUI, HyperOS | ββββ | Medium (can break SafetyNet) |
The choice of method depends on your Xiaomi model and willingness to take risks. For most users, it is enough to disable through settings or ADB. If you are not sure about your actions, start with the safest ways.
Frequently asked questions
β Can I turn off XiaoAI without it? ADB?
β Why Google Assistant is on its own?
β Will AliExpress or Yandex.Navigator work after the microphone is turned off?
β How to get a voice assistant back if you need it?
β Why After Updating MIUI Voice assistant is back again?
If none of these methods worked, your Xiaomi model may have a unique firmware (for example, for carriers), in which case you can try resetting to factory settings or contact support with a request to provide firmware without a voice assistant.
β οΈ Note: On some devices (such as Xiaomi 14 Ultra or Mix Fold 3), the voice assistant is integrated into the device. MIUI Voice is a system component that also handles voice typing and dictation, and turning it off can disrupt these functions.
β οΈ Note: If you use Xiaomi with working firmware (for example, for corporate tasks), disabling the voice assistant may block access to certain features. MDM (Mobile Device Management: Please clarify the policy before changes IT-division.