How to completely disable the voice assistant on the Xiaomi phone: instructions for MIUI 2026

Voice assistants on Xiaomi smartphones are a useful tool for quickly controlling the device, but not all users need them. Constant random activations through the power button, background activity, battery consumption and even potential data leaks are leading many to look for a way to completely disable the voice assistant - whether it is Google Assistant, Xiao AI or built-in MIUI features.

In this article, we will discuss all the current deactivation methods for modern Xiaomi, Redmi and POCO models (including devices on MIUI 14/15 and Android 13/14). You will learn how to disable the assistant through system settings, remove its updates, and block random activations with a physical button.

Why is the voice assistant working without your knowledge?

Many Xiaomi users are faced with the fact that the assistant activates spontaneously, this happens for several reasons:

  • πŸ”˜ Long-term pressing of the power button - by default MIUI plug-in 1-2 Calls for a voice assistant (instead of a shutdown menu, like in pure Android).
  • πŸ”Š Hot word β€œOK, Google” – if the feature is enabled, the assistant responds to voice commands even from a locked screen.
  • πŸ“± Xiao background processes AI β€” The Chinese analogue of Google Assistant often works in a hidden mode, consuming up to 5-10% day-time.
  • πŸ”„ Automatic updates – even after manual shutdown, the assistant can be activated again after the update MIUI or Google services.

According to XDA Developers’ tests, on some Xiaomi models (such as the Redmi Note 12 Pro+ or POCO F5), the voice assistant consumes up to 150 MB of traffic per month to synchronize data, and if you don’t use this feature, turning it off will save not only charge, but also mobile Internet.

πŸ“Š What voice assistant is installed on your Xiaomi?
Google Assistant
Xiao AI
Both options
I don't know.
No assistant.

Method 1: Disable via MIUI settings (for Google Assistant)

The simplest method is to deactivate via the standard menu, which is suitable for most global MIUI firmware (European, Russian, Indian).

  1. Open the Settings app (cog icon).
  2. Go to the Appendix section β†’ Application management.
  3. In the search bar, type Google and select Google (assistant).
  4. Press Disable (if the button is inactive, first tap Stop).
  5. Confirm the action in the window that appears.

If there is no Disable item, then the assistant is a system application and it can only be removed from the updates:

  • πŸ“Œ In the same app management menu, click Three Dots β†’ Remove updates.
  • πŸ”„ Go back to the main settings and go to the system. β†’ For developers (how to enable – see the next section).
  • πŸ” Find the option to Do Not Save Activity and activate it for Google Assistant.

β˜‘οΈ Preparing to disable Google Assistant

Done: 0 / 4

Important! On some models (such as the Xiaomi 13 Ultra or Redmi K60 Pro), Google’s voice search feature may be lost after the assistant is disabled, and you will have to manually update Google’s app through the Play Market to return it.

Method 2: Deactivation of Xiao AI (for Chinese firmware)

On Chinese ROM devices, Xiaomi's own Xiao AI is used instead of Google Assistant, and its shutdown has its own nuances:

  1. Open the Settings. β†’ Additionally. β†’ Xiao AI (or AI Assistant).
  2. Translate the slider Enable Xiao AI in the Off position.
  3. Return to Settings β†’ Applications, find Xiao AI and click Disable.
  4. For complete removal (requires root rights):
adb shell pm uninstall --user 0 com.miui.voiceassist

If you have global firmware, but Xiao AI is still installed (for example, on the POCO X5 Pro), you can hide it:

  • πŸ“± Go to Settings. β†’ Screen. β†’ Hidden applications.
  • πŸ” Choose Xiao. AI from the list and confirm.
  • πŸ”• The app will disappear from the menu, but will remain in the system.
What happens if you remove Xiao AI through ADB?
Removing the Xiao AI system application can cause MIUI to crash, especially on Chinese firmware. In some cases, voice dialing disappears, search in settings stops working, and errors occur when updating the system. It is recommended to first back up through Settings β†’ Additional β†’ Backup.

⚠️ Warning: On devices with HyperOS (the new shell Xiaomi, debuted in 2026) the path to Xiao settings AI I've changed. I need to go to the settings. β†’ Connections and exchanges β†’ Voice assistant: In some regions (e.g. India), this section may not be available, in which case only disconnection through the Internet will help. ADB.

Method 3: Uncoupling from the power button (for all models)

One of the big problems is that you accidentally turn on the assistant when you press the power button, and to fix this,

  1. Activate the Developer Mode:
Settings β†’ About Phone β†’ MIUI version (click 7 times in a row)
  1. Back to Settings β†’ Additionally. β†’ For developers.
  2. Find the option to block the long press of the power button (or Power button ends call) and activate it.
  3. If there is no point, use an alternative method:
  • πŸ“² Install the Button Mapper app from the Play Market.
  • πŸ”§ Grant him special rights.
  • πŸŽ›οΈ Set up the action for a long press of the power button (for example, Do Nothing or Shutdown menu).

On some models (such as Xiaomi 12T Pro or Redmi Note 11 Pro+ 5G) after upgrading to MIUI 15, the standard way to turn off the power button stops working, in which case only the firmware through Fastboot will help to delete the system file /system/usr/keylayout/Generic.kl - but this requires an unlocked bootloader.

πŸ’‘

If after turning off the power button you have lost the off menu, return it through the settings Button Mapper, assigning a long-term press Power Dialog action.

Model of the deviceDisconnection through settingsRemoving Xiao AI (ADB)Reassignment of the power buttonPotential problems
Xiaomi 13/13 Proβœ… (MIUI 14+)βœ… (demand ADB)βœ… (via Button Mapper)Loss of voice search on Google
Redmi Note 12 Pro+βœ… (firmware)❌ (system-application)βœ… (natively)Random activations via Bluetooth headphones
POCO F5βœ… (Android 13)βœ… (Xiao is installed AI)⚠️ (root)Conflict with Google Discover
Xiaomi 12S Ultra (China)❌ (Xiao only AI)βœ… (complete removal)βœ… (through ADB)Failures in the operation of the camera during removal
Redmi 10Cβœ… (MIUI 13)❌ (Xiao. AI)βœ… (Button Mapper)No problem.

If your model isn’t in the spreadsheet, check the MIUI version in Settings β†’ About Phone. For firmware older than MIUI 12, you may need to manually edit the build.prop file β€” but this method is risky and requires experience.

What to do if the assistant turns on on itself after the update

Many users complain that after updating MIUI or Google Play Services, the voice assistant is activated again.

  • 🚫 Freeze the application through ADB:
adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox
  • πŸ”’ Turn off auto-update:
  1. Open Play Market β†’ Profile β†’ Settings β†’ Auto-Update applications.
  2. Choose Not to Update Automatically.
  3. Find Google and Google Assistant in the list of apps and uncheck the auto update.
  • πŸ“΅ Limit background activity:

Go to Settings β†’ Applications β†’ Google β†’ Battery β†’ Background Activity and select Limit.

⚠️ Note: On HyperOS devices (e.g. Xiaomi 14 or Redmi) K70) standard-command ADB For freezing, it may not work because of the changed system package structure, in which case only custom firmware installation (e.g. Pixel Experience) or the use of Magisk DisableFlags module will help.

πŸ’‘

If the voice assistant continues to turn on after all the manipulations, check the settings of Google Discover (swipe left on the home screen), often this service secretly activates the assistant to show recommendations.

Additional tips: how to avoid accidental activation

Even after the assistant is turned off, it can be triggered through other triggers.

  • 🎧 Bluetooth devices: Open Settings β†’ Connected devices β†’ Settings gear next to the headphones and turn off the voice assistant.
  • πŸ”‘ Hot words: In Settings β†’ Google β†’ Settings for applications β†’ Search, Assistant and Voice Disable Google.
  • πŸš— Android Auto: If you are using Auto Mode, go to Auto Settings β†’ Voice Assistant and Deactivate It.
  • πŸ”„ Resetting: If nothing helps, do a reset via Settings β†’ The phone. β†’ Resetting settings (select Resetting app settings).

On some models (such as the Xiaomi Mix Fold 3), the voice assistant is integrated into the Mi Home smart home system.

  1. Open the Mi Home app.
  2. Go to Profile β†’ Settings β†’ Voice Assistant.
  3. Turn off the voice control option.

If you use Xiaomi with dual firmware (for example, switch between the global and Chinese versions), you will have to disable the assistant separately in each of them – the settings are not synchronized.

FAQ: Frequent questions about disabling voice assistant

Can I turn off the voice assistant without root rights?
Yes, in most cases, standard MIUI settings or ADB commands are sufficient. Root is only required for the complete removal of system applications (for example, Xiao AI on Chinese firmware) or editing build.prop files.
Why is it that after the assistant is turned off, voice dialing in messages does not work?
This is because MIUI uses the same system components for voice input. To return the function, set a third-party keyboard (such as Gboard) and activate Voice in its settings.
How to disable the assistant on Xiaomi with firmware for Russia (RU ROM)?
On Russian firmware, the path is: Settings β†’ Applications β†’ Application Management β†’ Three points β†’ Show system β†’ Google β†’ Disable. If the assistant is still activated, check the settings in Google Play Services (turn off Search and Now in the Settings for Apps section).
Will the battery be saved after shutdown?
Yes, according to GSMArena tests, deactivating Google Assistant and Xiao AI reduces battery consumption by 3-7% per day (depending on the model), especially on budget devices (Redmi 10A, POCO M5), where the background processes of the assistant take up to 200 MB of RAM.
Can I get my assistant back after the shutdown?
Yes, for this: Go to Settings β†’ Apps β†’ Installed. Find an app that is disabled (Google or Xiao AI) and click Enable. Update it via Play Market (for Google Assistant) or Settings β†’ About Phone β†’ System Update (for Xiao AI).