Voice assistants on Xiaomi Redmi smartphones are a useful tool for many, but not all users need them. Xiao AI (branded assistant from Xiaomi) and Google Assistant consume battery resources, collect data about your requests and sometimes activate accidentally. If you decide to get rid of them, this article will help you do it correctly, without risk to the system.
It is important to understand that you canβt completely root out the MIUI without root rights β they are integrated at the OS level. However, you can disable them, remove updates or disable them so they stop interfering. Weβll look at all the current methods for the Redmi Note 10/11/12, Redmi 9/10/11 and other models on MIUI 12-14, including hidden settings and alternative solutions.
Before you start, check your firmware version in Settings β About Phone β MIUI version. Some methods may not work on custom firmware or beta versions of the software. Also note: after updating the system, some of the settings may reset β they will have to configure again.
1. disabling Xiao AI (branded assistant Xiaomi)
Xiao AI is a proprietary assistant from Xiaomi that is activated by default by long pressing the Home button or voice command. It can be disabled through standard settings, but the path depends on the version of MIUI.
The MIUI 13/14 algorithm is as follows:
- Open Settings β Applications β Application Management.
- In the search box, type Xiao AI (or Voice Assistant).
- Select the app and click Disable (if the button is inactive, click Stop first).
- Confirm the action in the dialog window.
On older versions (MIUI 12 and below), the path may be different:
- πΉ Settings β Additionally. β Special facilities β Voice assistant β turn off the slider.
- πΉ Settings β System and device β Gestures β Long press of the home button" β Select another action (e.g., "Show recent ones").
π‘
If the Home button stopped working after the Xiao AI was turned off, restart the phone. This is a temporary bug in some versions of MIUI.
β οΈ Note: Some Redmi models (e.g. Redmi Note 8 Pro) Xiao AI You can't turn it off by standard means, it's tied to system services, and in this case, only root-rights or factory resets will help (but the assistant will return after the update).
2. Google Assistant Removal (if installed)
Google Assistant is installed on Xiaomi Redmi with Google services (GMS). Unlike Xiao AI, it can not only disable, but also remove updates, returning to the factory version, which will reduce battery consumption and prevent accidental activation.
Instructions for removal:
- Go to Settings β Applications β Application Management.
- Find Google (or Google Assistant) in the list.
- Click Remove Updates (if the button is active).
- Then select Disconnect β Confirm.
To prevent automatic updates:
- πΉ Open the Google Play Store β click on the profile avatar β Settings β Auto-update of applications β Choose Not to Update Automatically.
- πΉ For reliability, add the Google app to the auto update blacklist through Settings β Annexes β Google Play Store β Warehouse β Clear the cache.
Disable Auto Update in Play Store|
Delete the cache and data of the Google app |
Check the access rights to the microphone |
Reboot your phone after the changes-->
β οΈ Note: Complete removal of the Google app (via ADB or root) may disrupt Google services, including Play Store and Gmail. If you do not use these services, you can take this step, but be prepared for the consequences.
3. Disable voice activation ("OK, Google" and "Hee, Shawmi")
Even after the assistants are turned off, their voice activation can remain active, which causes the phone to "listen" to ambient sounds while waiting for commands, and you can turn this function off separately.
For Google Assistant:
- Open the Google app (not to be confused with the Google Play Store).
- Go to Settings β Voice Search β Voice Assistant.
- Turn off the slider OK Google (or Hey Google)
- In the Voice Match section, disable Phone Unlocking and Personalization.
For Xiao AI:
- πΉ Settings β Memory. β Voice assistant β Turn off voice activation.
- πΉ On some models, the path: Settings β Special facilities β Voice assistant β Voice recognition β Turn off all sliders.
If those are missing, you've got voice activation disabled at the firmware level. Check this by saying the activation phrases ("OK, Google" or "Hee, Shawmi"), the phone shouldn't respond.
Xiao AI|
Google Assistant|
Both |
Nothing |
I don't know what it is.-->
4. Resetting assistant settings via ADB (no root)
If standard methods don't work, you can use ADB (Android Debug Bridge), a tool for debugging Android, which does not require root rights, but requires connecting the phone to a computer.
What you need:
- πΉ Computer with Windows/Linux/macOS.
- πΉ Installed Xiaomi drivers (download from the official website).
- πΉ Included Debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times press the assembly number β Go back to Settings β Additionally. β For developers β set up).
- πΉ Utility. ADB (Download from Android Studio).
Instructions:
- Connect your phone to your computer via USB (select File Transfer mode).
- Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.
- Enter the command to check the connection: Adb devices Should appear with the serial number.
- Execute commands to disable the assistants: adb shell pm disable-user --user 0 com.miui.voiceassist adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox (first command for Xiao AI, second command for Google Assistant).
- Reboot the phone.
To return the assistants, replace the disable-user with enable in the commands above.
What if the ADB canβt see the device?
5. Removal of assistants by root rights
If youβre willing to take drastic measures, root access allows you to completely remove system applications, including voice assistants, a method that is suitable for power users, as improper actions can lead to a phone failure or loss of warranty.
What needs to be done:
- Get root rights with Magisk (see the instructions for your Redmi model on the XDA Developers forums).
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to the folder. /system/priv-app/ or /system/app/ and find: πΉ MiuiVoiceAssist (Xiao AI) πΉ GoogleQuickSearchBox (Google Assistant)
.bak
Settings β Memory β Clean up
β οΈ Note: Removing system applications may cause errors in operation MIUI, especially if they are linked to other services.Before deleting, back up through TWRP Or OrangeFox Recovery. Also note that after the firmware update, assistants can return.
An alternative is to freeze apps through Magisk or Titanium Backup, which is less risky than deleting them completely and makes it easy to get them back.
Alternative solutions: replacement by other assistants
If you are not satisfied with standard assistants, but you need voice control functionality, consider alternatives:
| Assistant | Advantages | Deficiencies | Reference |
|---|---|---|---|
| Alice (Yandex) | Understands Russian well, integration with Yandex.Station | Requires the installation of a separate application, collects data | Download |
| Siri (via Shortcuts) | It runs on Android through workarounds, supports the Apple ecosystem | Unstable work, requires iPhone to set up | Instructions |
| Bixby (Samsung) | Supports many teams, there is a Russian version | Optimized for Samsung, Xiaomi can slow down | Download |
| Rhvoice + Tasker | Full control of voice commands, no reliance on the cloud | Complicated setup requires knowledge of automation | Official website |
To assign an alternate assistant to the Home button:
- Install the Button Mapper app from the Play Store.
- Give him special options in the settings.
- Set a long press on Home to launch the selected assistant.
If there are errors after the assistants are disabled (for example, FC-messages or hangs, try:
- Return default settings via ADB: adb shell pm enable com.miui.voiceassist adb shell pm enable com.google.android.googlequicksearchbox
- Perform a reset settings (Settings β About Phone β Reset settings, but without deleting data).