How to permanently disable voice assistant on Xiaomi Redmi Note 9 Pro

Why do users want to get rid of the voice assistant?

The voice assistants on Xiaomiโ€™s Redmi Note 9 Pro smartphones are both a useful tool and a source of constant irritation. Many owners face a situation where the phone suddenly activates the microphone, reacts to random phrases or even turns on music during an important conversation. Especially annoying is XiaoAI, a Xiaomi-branded assistant that often launches when you press a side button or voice command โ€œOK, Google.โ€

According to surveys of Redmi Note 9 Pro users, more than 60 percent turn off voice assistants in the first months of use. The main reasons are battery drain (background processes eat up to 5 percent of the charge per day), accidental triggers (for example, in transport or on a noisy street), and privacy problems โ€” not everyone is ready to constantly โ€œlistenโ€ to the surrounding sounds. In this article, we will discuss all ways to completely deactivate both assistants โ€” and Google Assistant, and XiaoAI โ€” without losing the functionality of the smartphone.

Method 1: Disabling Google Assistant through Settings

The most obvious method is to deactivate Google Assistant in the settings menu, which is a good way to do it if you donโ€™t use voice search and other features of the Google ecosystem, and itโ€™s important to note that once you turn off some services (like fast-start apps with voice) will stop working.

Instructions:

  • ๐Ÿ“ฑ Open the Google app (the icon with the letter "G" on a colored background).
  • ๐Ÿ‘ค In the upper right corner, tap on the account avatar. โ†’ Select Settings.
  • ๐Ÿ”Š Go to the Google Assistant section โ†’ General settings.
  • โš™๏ธ Find the Google Assistant and translate the slider to the position..
  • ๐Ÿ—‘๏ธ For full deactivation, go back and select Devices. โ†’ Redmi Note 9 Pro โ†’ Shut down.

After this, the voice activation for the phrase "OK, Google" will stop working, but XiaoAI will remain active - it must be disabled separately (see next section).

๐Ÿ“Š Which voice assistant is bothering you more?
Google Assistant
XiaoAI by Xiaomi
Both are equal.
I don't use voice assistants.

Method 2: Deactivation of XiaoAI in MIUI

XiaoAI is a proprietary assistant from Xiaomi that is integrated into the MIUI firmware. It is activated not only by voice, but also when you hold the Home or Power button for a long time (depending on the firmware version). It is impossible to completely remove it without root rights, but you can turn off all functions.

Step-by-step:

  1. ๐Ÿ”ง Go to Settings. โ†’ Annexes โ†’ Application management.
  2. ๐Ÿ” In the search bar, enter XiaoAI (or "Voice Assistant" on Russian firmware).
  3. โšก Select the app and click Disable (if the button is inactive, first tap Stop).
  4. ๐Ÿ›ก๏ธ Go to Permits and disable Microphone, Contacts and Notifications.

Make sure the application is stopped in "Application Management"

Try holding the power button โ€“ there should be no assistant window.

Check that there is no microphone icon in the status bar

Run any app and say โ€œOK Googleโ€ โ€“ there should be no reaction.-->

If XiaoAI continues to work after this, it is integrated into system processes, in which case only disabling through ADB (Method 4) or installing custom firmware will help.

๐Ÿ’ก

To temporarily block XiaoAI when you press the power button, go to Settings โ†’ Buttons and gestures โ†’ Power button and turn off the โ€œRun Voice Assistantโ€ option.

Method 3: Remove Google App Updates (for power users)

Google Assistant works through the Google app (com.google.android.googlequicksearchbox component) and if you roll it back to the factory version, some of the assistant's features will stop working, a method that is suitable for those who do not use other Google services (such as Google Lens or Discover).

How to do this:

  • ๐Ÿ“ฑ Go to Settings. โ†’ Annexes โ†’ Application management โ†’ Google.
  • โฎ๏ธ In the upper right corner, press three dots. โ†’ Remove updates.
  • ๐Ÿ”„ Reboot the phone.
  • ๐Ÿšซ In Google Settings, disable App Auto Update (so that the system doesnโ€™t restore the assistant).

โš ๏ธ Note: After removing updates, some features, such as voice input in Google Docs or quick screen search, may stop working. If you are actively using Google services, this method is not recommended.

Method of disconnectionFunctions affectedIs root required?Reversibility
Disconnection in Google SettingsVoice activation, notificationsNo.Yes.
Deactivation of XiaoAIPower button, microphone, system promptsNo.Yes.
Removing Google App UpdatesGoogle Assistant, Discover, LensNo.Partially (requires blocking of updates)
ADB-teamAll functions of assistantsNo (but debugging rights are needed)Yes.

Method 4: Disconnect via ADB (for advanced)

If standard methods don't work, you can use Android Debug Bridge (ADB), a low-level system setup tool that allows you to disable Android-level assistants without physically removing them.

What you need:

  • ๐Ÿ’ป Computer with installed ADB-driver.
  • ๐Ÿ“ฑ Included Debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times tap the version โ†’ Return to the Additional Settings โ†’ For developers).
  • ๐Ÿ”Œ USB-cable (preferably original).

Commands to disable:

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


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

Once you've done the commands, reboot your phone. The assistants will disappear from the app menu, and their processes won't start in the background. To get it back, use the same command, but with install instead of uninstall.

What if the ADB canโ€™t see the device?
1. Make sure that the debugging is USB It is turned on and you have given permission to connect to the computer. 2. Check if the drivers are installed (the Device Manager should not have exclamation points next to the phone). 3. Try another one. USB-4. reinstall the platform-tools or use alternative versions (e.g. Minimal) ADB).

โš ๏ธ Attention: Teams ADB They only turn off the assistants for the current user, and after resetting the settings or updating the firmware, they will have to be re-run, and some system functions (for example, quickly starting the camera with a double press of the power button) may not work correctly.

Method 5: Using third-party applications (without root)

If you donโ€™t want to dig into settings or use ADB, you can use permission management apps, such as App Ops or Package Disabler, which allow you to block access to the microphone and other resources for specific applications.

How it works:

  • ๐Ÿ“ฅ Install App Ops from Google Play.
  • ๐Ÿ” Find the list in Google and XiaoAI.
  • ๐ŸŽค Turn off the Microphone and Auto Start resolution.
  • ๐Ÿ”„ Reboot the phone.

The advantage of this method is that you don't remove applications completely, you only limit their functionality, but some functions (such as processing voice commands) can continue to work in the background.

๐Ÿ’ก

Apps like App Ops donโ€™t require root rights, but their effectiveness depends on the version of MIUI. On some firmware, Xiaomi blocks changes in permissions for system applications.

What if the assistant is still working?

If Google Assistant or XiaoAI continues to activate after all the manipulations, the problem may lie in:

  • ๐Ÿ”„ Updates to the firmware - after the update MIUI some settings are reset.
  • ๐Ÿ“ฑ Brand gestures โ€“ check button settings and gestures in MIUI.
  • ๐ŸŽง Connected accessories โ€“ some headphones or smartwatches automatically trigger the assistant.
  • ๐Ÿ”Š Random voice commands โ€“ if music or video is played in the background with the phrase โ€œOK, Google".

Decisions:

  1. Check Settings โ†’ Linked devices and turn off automatic starts.
  2. In Google Settings โ†’ Voice Match disable the Match option over Bluetooth.
  3. Install a third-party launcher (like Nova Launcher) that allows you to reassign button actions.

If neither method works, there are two options: installing custom firmware (like LineageOS) or physically shutting down the microphone (in the extreme case, it requires disassembling the phone).

FAQ: Frequent questions about turning off voice assistants

Can you only turn off XiaoAI by leaving Google Assistant?
Yes, these assistants are managed independently. Disable XiaoAI through Settings โ†’ Apps, and leave Google Assistant active. However, note that some features (such as running on the power button) may conflict.
Why are the assistants back on after the MIUI update?
Xiaomi often resets permissions for system applications after updates. To avoid this, back up your settings through Settings before the update. โ†’ Additionally. โ†’ Backup copying or use ADB-commands.
Is it safe to turn off assistants through ADB?
Yes, pm uninstall commands -k --user 0 They don't physically delete applications, they just hide them for the current user, all the data stays on the system, and if necessary, assistants can be returned, and the risk arises only if you enter incorrect ones. ADB-commands (e.g. with optional) --user all).
How to check if the assistants are disabled?
Run Settings โ†’ Battery โ†’ Battery Use and check if there is a Google or XiaoAI listing. You can also use the LL App Manager app to monitor active processes.
Does disabling assistants affect other phone functions?
Most of the time, it won't, but some MIUI features (like Smart Alarm or Voice Notes) may stop working, and disabling Google Assistant will block voice input from Google apps (like Google Maps).