Google Assistant on Xiaomi smartphones is often a source of annoyance: it spontaneously activates when holding the Home button, eats battery power in the background and collects data about your requests. Despite the usefulness of the feature for some users, many owners of Redmi, POCO or Mi want to get rid of the voice assistant forever. The problem is that MIUI hides direct shutdown settings - they have to search in the depths of the system or use workarounds.
In this article, we will discuss all the current ways to deactivate Google Assistant on Xiaomi smartphones running MIUI 12-14 (including global and Chinese firmware), you will learn how to disable the assistant through settings, with ADB, or even delete its system files, taking into account the peculiarities of specific models.
Why Google Assistant is in the way of Xiaomi?
Even if you've never used a voice assistant, it still works in the background, and here are the main reasons why users want to turn it off:
- π Google Assistant is constantly listening to the command βOK, Googleβ and consumes up to 5-10% of the charge per day.
- π Random positives: Holding the Home button or touching the edge of the screen can activate the assistant in your pocket.
- π Data collection: All voice requests are sent to Google servers (even if you have disabled your activity history).
- π« Conflict with MIUI: Google Assistant blocks the work of native assistant Xiao AI.
- π± Lags and hangings: on budget models (Redmi) 9A, POCO M3) background activity of the assistant may inhibit the system.
According to XDA Developersβ tests, on smartphones with 4GB of RAM and below, turning off Google Assistant increases battery life by 12 to 15 percent. But thereβs a downside: some features (like smart search in Launcher or fast commands) will stop working.
Method 1: Disable via Google Settings (without root)
The easiest and safest method is to deactivate the assistant in your Google account settings, which is suitable for all Xiaomi models (including Redmi Note 12, POCO X5, Mi 11) and does not require superuser rights, but does not remove the assistant completely, but only blocks its activation with voice and buttons.
Instructions:
- Open the Google app (the icon with the letter "G" on a color background).
- Slip on the profile avatar in the upper right corner β select Settings.
- Go to the Google Assistant section β General.
- Turn off the sliders: π Google Assistant (Main Switch) π€ Google (voice activation) π± Screen locking assistant
Settings
Devices
Xiaomi
Use the on-screen search bar
βοΈ What to check after disconnection
β οΈ Attention: On some firmware MIUI (for example, MIUI 13 for Redmi Note 10 Pro) after the system update, settings may reset.We recommend monthly check the status of the assistant in Google settings.
Method 2: Deactivate via MIUI settings (for Chinese firmware)
If your Xiaomi is running on the Chinese version of MIUI (like the Mi 10 Ultra or Black Shark 5), standard methods may not work due to regional firmware limitations, in which case the hidden MIUI settings menu that allows you to disable integration with Google services will help.
Steps:
- Open Settings β Applications β Application Management.
- Slip on the three dots in the top right corner β select Show all apps.
- Find the Google (or Google App) list and tap it.
- Select Disable β Confirm the action (this wonβt remove the app, but will block its background activity).
- To completely disable the assistant also find and disable: π€ Google Play Services (may cause other services to fail!) π Google Search
| Action. | Effects of consequences | Risks. |
|---|---|---|
| Turning off Google App | The assistant stops working on voice and buttons | Search in Launcher is not working, possible lags in Google services |
| Turning off Google Play Services | Deactivation of all Google services | Stop working: Play Market, Gmail, YouTube, maps, etc. |
| Removing Google App Updates | Return to the factory version without an assistant | Automatic update will bring back the assistant |
β οΈ Note: Disabling Google Play Services will render most Google apps, including Play Market, inoperable only for users who have switched to alternative services (e.g., Huawei AppGallery or APKMirror).
Method 3: Using ADB to Deep Shut Down
If previous methods failed, you can use the Android debugging bridge (ADB), which is suitable for all Xiaomi models, including the POCO F4, Redmi K50 and Mi 12, but requires a connection to a computer, the advantage of the method is a complete deactivation of the assistant at the system level, without the need for root rights.
Instructions:
- Turn on the 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.
ADB Tools
Minimal ADB and Fastboot
adb devices(The name of your device should appear).
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchboxThis command removes the Google app only for the current user, without affecting system files.
adb shell pm revoke com.google.android.googlequicksearchbox android.permission.RECORD_AUDIOβ οΈ Warning: After restarting the device or resetting the command settings ADB To avoid this, create a batch file with these commands and run it after each update. MIUI.
π‘
If, after the execution, ADB-Google Assistant teams keep popping up, check for updates for the Google app in Play Market. manually remove them: Settings β Annexes β Google β Remove updates.
Method 4: Delete system files (root required)
For users with obtained root rights (for example, through Magisk), a radical method is available - deleting the system files of Google Assistant. This method is guaranteed to get rid of the assistant, but requires caution: improper actions can lead to a bootloop (a looped reboot of the device).
Step-by-step:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/GoogleQuickSearchBox or (for newer versions of MIUI): /product/priv-app/GoogleQuickSearchBox
- Remove or rename the GoogleQuickSearchBox folder (for example, in the GoogleQuickSearchBox_bak).
- Go to /system/app/GoogleSearch and delete/rename the content.
- Clear the cache and data of the Google app in the settings.
- Reset the device.
How to set up Nova Launcher to block Google Assistant:
- Install Nova Launcher from Play Market.
- Click the empty space on the main screen β Settings.
- Go to the App and widgets β Gesture Assignments.
- Find the action Hold the Home button and assign it No Action or Open the application (e.g. Xiao AI).
- In the Search bar section, select No or Search Nova.
π‘
Replacing the launcher is the only method that does not require superuser rights or ADB, but does not disable the background processes of Google Assistant. For complete deactivation, combine this method with others (for example, ADB).
Frequent problems and their solutions
When you turn off Google Assistant on Xiaomi, users experience common mistakes, and we'll look at the most common ones and how to fix them.
| Problem. | Reason. | Decision |
|---|---|---|
| The assistant is activated again after the MIUI update | The system restores standard settings Google | Repeat the shutdown via ADB or settings. Turn off the auto-update of the Google app in the Play Market. |
| Voice search in other apps (e.g. YouTube) is not working | Disabling the microphone permissions for Google | Enable the microphone permission only for the desired applications in Settings β Privacy β Permissions. |
| The message appears: Google Assistant is stopped. | Conflict with MIUI after forced shutdown | Install App Quarantine from the Play Market and add Google to the list of frozen apps. |
| Home button does not work after deleting system files | Damaged navigation files in /system | Restore the original files from the backup or flash the firmware again. |
If you notice a performance deterioration or notification problem after disabling Google Assistant, check:
- π System cache: clean it in Settings β Memory. β Clear the cache.
- π± Background Processes: Use Greenify to Freeze Unnecessary Services.
- π§ Battery Settings: Add Critical Apps to the List Without Limitations.