How to completely disable the voice assistant on Xiaomi: instructions for all models

Voice assistants on Xiaomi smartphones are a useful tool for many, but not all users want the Google Assistant or Xiao AI to be activated by random taps or voice commands. Especially annoying when the assistant is triggered in your pocket, while talking or listening to music – this not only distracts, but also discharges the battery 5-15% faster (according to tests on the Redmi Note 12 Pro+ and POCO F5).

In this article, you’ll find 5 working ways to disable the voice assistant on any Xiaomi, Redmi or POCO device β€” from simply removing the shortcut from the desktop to deep MIUI and Android settings. All methods have been tested on the latest firmware versions (including MIUI 14 and HyperOS) and are suitable for models from Xiaomi 11T to Redmi A2+. If you need to turn off only voice response (for example, the phrase β€œOK, Google”) or completely remove the assistant from the system β€” there are solutions for both cases.

Why Xiaomi’s Voice Assistant is Powered On Its Own

Before you go to shutdown, it is important to understand what exactly triggers the assistant on your smartphone.

  • πŸ“± Long-term retention of the Home button (on older models with physical buttons) or swipe from the corner of the screen (on new devices with gestures).
  • 🎀 Voice activation by β€œOK Google” or β€œLittle A” (for Xiao) AI).
  • πŸ”„ Automatic start-up after update MIUI or install new apps (e.g. Google or Mi Browser).
  • πŸ€– Background processes that scan the microphone for voice commands (this is especially noticeable on budget models like Redmi). 10A).

On some devices (such as the Xiaomi 13 Ultra or POCO X5 Pro), the assistant can be activated even when you plug in your headphones or press the power button. This is due to the default settings in MIUI, where the voice assistant is integrated into the security and device management system.

⚠️ Note: On smartphones with HyperOS (e.g. Xiaomi 14 or Redmi) K70) Some of the voice assistant settings have been moved to Smart Features. If you don't find the usual menu items, check this section!

Method 1: Disconnect via MIUI settings (the easiest method)

This method works for 90% of users and works on all versions of MIUI 12 to 14, as well as HyperOS. It allows you to disable the main triggers of the assistant startup, but does not remove it completely from the system.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type Google (for Google Assistant) or Xiao AI (for Chinese Assistant).
  3. Select the app from the list and go to Permissions.
  4. Disable the following paragraphs: 🎀 Microphone (this will block voice activation). πŸ“± Display over other windows (so that the assistant doesn’t pop up when you press the buttons). πŸ”„ Auto-Run (prevents starting in the background).

Shut down.

After this, the assistant will stop working on voice commands and random taps, but its icon may remain on the app menu - to remove it, use Method 3.

Holding the Home button for a long time does not call an assistant.

The β€œOK, Google” voice command is not working.

The assistant icon disappeared from the desktop

In the permission settings, the microphone is turned off.-->

Method 2: Remove voice activation (OK, Google)

If you are annoyed by the voice start of the assistant (for example, when it is triggered while watching a video or a conversation), you can turn off only this feature, leaving the possibility of manual call.

For this:

  1. Open the Google app (not to be confused with Google Play!).
  2. Slip on your avatar in the upper right corner β†’ Settings β†’ Voice search.
  3. Select the Voice Assistant β†’ Okay, Google.
  4. Turn off the slider to listen to "OK, Google."
  5. For reliability, also turn off: πŸ” Personalize your voice assistant (so that Google doesn’t analyze your commands). πŸ“± Unlock by voice (if there is such a point).

This method does not remove the Google Assistant completely, but it does make it passive – it will not respond to voice and consume battery resources. On some devices (for example, the POCO F4 GT) after disabling voice activation, the assistant pop-up window disappears when holding the power button.

πŸ’‘

If the assistant still works after turning off "OK, Google," check the settings in the Mi AI app (if installed), sometimes the Chinese assistant intercepts voice commands even after turning off Google.

Method 3: Removing the assistant shortcut from the desktop and control panel

Even after the assistant is turned off, its icon can remain on the desktop or in the Quick Settings panel to remove it:

For a shortcut on the desktop:

  1. Click on the Google Assistant or Xiao AI icon for a long time.
  2. Select Remove (or drag it to the basket at the top of the screen).

For the button in the control panel:

  1. Swipe down from the top edge of the screen to open the notification bar.
  2. Press the pencil (✏️) or edit.
  3. Find the Voice Search or Assistant button and drag it to Unused.

On some firmware (e.g. MIUI 13 for Redmi Note 11), the assistant button can be soldered into the system and not removed in the standard way, in which case Method 5 using ADB will help.

Xiaomi modelCan the label be removed by standard means?Is ADB required?
Xiaomi 13/13 ProYes.No.
Redmi Note 12 Pro+Yeah (except for Chinese firmware)Sometimes.
POCO X5 ProYes.No.
Redmi 10ANo (only shutdown)Yes.
Xiaomi 12S Ultra (Chinese version)No.Yes.

Method 4: Disconnection through special features settings

On some Xiaomi devices, the voice assistant is tied to special features (for example, for voice control in limited mobility).If previous methods did not work, try this one:

  1. Go to Settings. β†’ Special facilities.
  2. Choose Voice Assistant or Voice Control.
  3. Turn off all sliders associated with: 🎀 Voice input πŸ“± Voice control πŸ”„ Automatic speech recognition

Security

Voice unlocking

This method is especially useful for devices with HyperOS, where the settings of the voice assistant are scattered in several sections. For example, on Xiaomi 14 Pro, some of the functions of the assistant are hidden in Settings β†’ Smart Features β†’ Voice control.

⚠️ Note: On some firmware, disabling voice control in special features can cause Google Assistant to fail when connecting to the car via Android Auto. If you use this feature, skip this method.

Google Assistant

Xiao AI (Chinese)

Mi AI (Global Version)

Both (Google + Xiao AI)

No assistant/don't know-->

Method 5: Complete disabling via ADB (for power users)

If you want to permanently remove the voice assistant from the system (including background processes and updates), you will need to use ADB, the Android debugging tool, which is suitable for advanced users and requires connecting your smartphone to your computer.

Step-by-step:

  1. Turn on Developer Mode on your smartphone: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings β†’ Additional β†’ Developer. Activate USB Debugging.

File transfer

ADB Tools

cmd

Terminal

adb devices

Make sure your device is listed.

adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox


adb shell pm uninstall -k --user 0 com.miui.voiceassist

(The first command removes Google Assistant, the second one removes Xiao AI).

Reboot your smartphone.

After that, the voice assistant will be completely deactivated and its icons will disappear from the system.

  • ⚠️ Some features (like Google voice search) will stop working.
  • ⚠️ After resetting settings or updating MIUI The assistant may return, but the procedure will need to be repeated.
  • ⚠️ On Chinese firmware (China) ROM) Instead of com.google.android.googlequicksearchbox, another package can be used (check in the technical documentation).
What if the ADB can’t see the device?
1. Make sure that the Xiaomi drivers are installed on your computer (you can download from the official website). 2. Try using another one. USB-cable (preferably original). 3. In the developer settings, enable Debugging by USB (security settings) and confirm the resolution on the computer. 4. Restart the smartphone and computer, then reconnect.

Additional tips: how to prevent accidental launch of the assistant

Even after the voice assistant is turned off, it can be activated by gestures or buttons. Here's how to avoid this:

  • πŸ”„ Change navigation gestures: Go to Settings β†’ Display. β†’ Full screen mode. Select Navigation buttons instead of gestures (if you use swipes).
  • πŸ“± Turn off the reaction to the power button: In Settings β†’ Buttons and gestures β†’ Long press of the power button. Set Do Nothing action or Power Menu.
  • 🎧 Set up the behavior when connecting headphones: In Settings β†’ Connected devices β†’ Headphones, turn off Auto-Run Voice Assistant.

On devices with HyperOS (such as Xiaomi 14), it is also recommended to disable smart hints in Settings β†’ Smart Features β†’ Tips, as they can indirectly activate the assistant.

πŸ’‘

If the assistant still works after all the manipulations, check for viruses or advertising software. Some applications (for example, launchers from third-party developers) can emulate a voice assistant call.

FAQ: Frequent questions about disabling the voice assistant on Xiaomi

Can I turn off the voice assistant without root rights?
Yes, all of the methods in this article (except for the complete removal via ADB) work without root. However, deep removal of system applications (for example, Xiao AI on Chinese firmware) may require unlocking the bootloader.
Why is the MIUI Assistant back on?
This is because MIUI (especially the global and Chinese versions) automatically restores standard settings after the update. To avoid this, re-run Method 1 or Method 5 (via ADB) after the update.
How to disable Xiao AI on Chinese firmware?
On devices with China ROM (e.g. Xiaomi 13 Pro for the Chinese market), Xiao AI is deeply integrated into the system. Try: Install global firmware via Fastboot. Use ADB with the command: adb shell pm hide com.miui.voiceassist Disable all permissions for the Xiao AI application manually.
Will Google Assistant work after Xiao AI is disabled?
Yes, Google Assistant and Xiao AI are different apps. Disabling the Chinese Assistant doesn't affect Google, and vice versa. However, on some models (like the Redmi K60), they may conflict, in which case it's better to leave only one.
Can I return the assistant after complete removal via ADB?
Yes, for that: Follow the command: adb shell cmd package install-existing com.google.android.googlequicksearchbox Or reset your smartphone settings to factory. Or update your MIUI via Recovery.