How to permanently disable Google Assistant on Xiaomi: hidden settings and radical methods

Google Assistant on Xiaomi smartphones is often activated by accident – just press the Home button or say β€œOK, Google.” For many users, this feature becomes a source of annoyance: it eats up battery power, collects data about location and habits, and also prevents quick access to other functions. This is especially true for owners of Redmi, POCO and Mi on MIUI 12-14, where Google services are integrated deeper than in β€œpure” Android.

In this article, we will look at all the possible ways to disable Google Assistant, from standard settings to radical methods using ADB and disabling system applications. You will learn how to remove the assistant from the Home button, the search bar, and completely stop it from working in the background. Importantly, some methods require developer rights or unlock the bootloader, we will explain in detail when it is necessary and how to minimize risks.

Why Google Assistant works for Xiaomi, even if you didn’t turn it on

On Xiaomi smartphones, Google Assistant is activated by default due to:

  • πŸ“± Requirements of Google Mobile Services (GMS). Without this package, the device is not certified to work with the Play Market and key applications.
  • πŸ” Search bar integrations. Even if you don't use voice input, the assistant analyzes queries to "personalize".
  • 🎀 Hardware button.On most Xiaomi models, the default Home clamping calls the Assistant, not the menu of recent apps.
  • πŸ”„ Background processes: com.google.android.googlequicksearchbox starts automatically and consumes up to 150-200 MB of RAM even in standby mode.

The manufacturer does not provide an obvious option to completely remove the assistant, as it would violate the license agreement with Google. However, there are workarounds - from partial shutdown to deep modification of the system, we will discuss them in the next step by degree of complexity.

πŸ“Š You are using Google Assistant on Xiaomi?
Yeah, regularly.
Sometimes, if necessary.
No, it just gets in the way.
Turned off immediately after purchase.

Method 1: Disable via Google Settings (without root)

The easiest method is to deactivate the basic assistant features in the Google menu, which won’t remove the app completely, but will stop most of its activity:

  1. Open the Google app (the icon with the letter "G" on a color background).
  2. Slip on the profile avatar in the upper right corner β†’ Settings.
  3. Select Google Assistant β†’ go to General section.
  4. Turn off the sliders: πŸ”• Google Assistant (Main Switch) 🎀 Voice input and OK Google πŸ“± Personalized results

Settings

The device

Screen locking assistant

After this, the assistant will stop responding to voice commands and the pressing of the Home button. However, the background processes (com.google.android.googlequicksearchbox) will continue to work. To stop them, move to the next method.

πŸ’‘

If the Assistant is activated again after the shutdown, check for Google app updates in the Play Market.Sometimes resets occur after an automatic update.

Method 2: Removal of Overlay and Auto-Run Rights

Google Assistant can be activated voluntarily due to overlay rights (masking on top of other applications) and autostart (start at system start).

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the top corner β†’ Special access.
  3. Select Overlay Rights, search for Google and Google Assistant – disable sliders.
  4. Return to Special Access β†’ Auto Launch and do the same.
  5. For full effect, go to Settings β†’ Battery and Performance β†’ Battery Management and set the Google mode to Limit Background Activity.

Instructions:

  1. Connect the phone to the PC and allow debugging over USB.
  2. Open the command prompt (cmd) in the ADB folder and execute: Adb devices Make sure the device is defined.
  3. Enter the commands in turn: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox adb shell pm hide com.google.android.googlequicksearchbox
  4. Reboot your smartphone.

⚠️ Note: These commands will not remove the application completely, but will make it invisible to the system and the user:

adb shell pm install-existing com.google.android.googlequicksearchbox

What if the ADB can’t see the device?
Make sure that the debugging is enabled USB at the Settings β†’ Additionally. β†’ For developers. Try another. USB-Install Xiaomi drivers from the official website (Support section).Reboot your phone and PC.

Method 4: Reassign the Home button to other activities

If you need to not disable the Assistant completely, but simply change the action of the Home button, use the gesture settings in MIUI:

  1. Go to Settings β†’ Display β†’ Full-screen mode.
  2. Select Navigation Gestures β†’ Navigation buttons (if you use a classic bar).
  3. Slip on Additional settings (the gear icon next to the buttons).
  4. Press the Home button and select one of the actions: πŸ”„ Recent annexes (recommended) πŸ” Google Search (without calling an Assistant) 🚫 Shut down.

On models with gesture navigation (for example, Xiaomi 13 or Redmi Note 12), the path will be different: Settings β†’ Display β†’ Navigation gestures β†’ Additional settings β†’ Click from the bottom down the center.

πŸ’‘

Reassigning the Home button is the only way to completely remove a Google Assistant call without ADB or root rights.

Method 5: Remove via Magisk (root required)

For users with an unlocked bootloader and installed Magisk, a radical method is available - the complete removal of the com.google.android.googlequicksearchbox package.

Warning:

⚠️ Warning: Removing system applications can lead to unstable work MIUI, errors in Google services and problems with updates. TWRP beforehand.

Instructions:

  1. Install Magisk and the App Systemizer module (available in the Magisk repository).
  2. Open Magisk β†’ Modules β†’ Install App Systemizer and restart your phone.
  3. Launch App Systemizer, search the listing at com.google.android.googlequicksearchbox and select Delete for all users.
  4. Confirm the action and restart the device.

πŸ’‘

If neither method worked, check for duplicate apps (like Google App and Google Go). ADB.

Can I disable Google Assistant without losing Google Pay functionality?
Yes, but partially. If you use ADB (Method 3) or disable Assistant through settings (Method 1), Google Pay will continue to work. Complete deletion through Magisk (Method 5) can disrupt services dependent on com.google.android.googlequicksearchbox, including the payment system.
Why did the Assistant stop working in the car using Android Auto after the shutdown?
Car systems often use the same com.google.android.googlequicksearchbox for voice control. If you disabled it via ADB or Magisk, the feature will stop working.Solution: Return the Assistant settings via adb shell pm install-existing com.google.android.googlequicksearchbox. Turn off only the Home button (Meth 4), leaving voice input for Android Auto.
Will Xiaomi Assistant (Xiao) work? AI) After disabling Google Assistant?
Yes, Xiao AI is a separate assistant from Xiaomi, not associated with Google. It can be called: Press the power button (on some models); voice command "Xiao AI" (if enabled in the settings); through a widget on the desktop. Google Assistant disables Xiao AI, but both assistants can not use the Home button at the same time.
How to get back Google Assistant if you need it after you shut it down?
Recovery method depends on the method of disabling: If you disable it through settings: Return the sliders to the "On" position in the Google application. If you used ADB: Follow the command: adb shell pm install-existing com.google.android.googlequicksearchbox If deleted through Magisk: Install the App Systemizer module again and select the recovery option.
Is it true that disabling Google Assistant speeds up Xiaomi’s work?
Yes, but the effect depends on the model and version of MIUI. Tests show: On the Redmi Note 10/11 with 4-6 GB of RAM: free memory gain to 150-250 MB. On flagships (Xiaomi 12/13): the difference is minimal (50-100 MB), since the system is optimized better. Battery consumption is reduced by 3-7% due to the stoppage of background processes. The greatest effect is noticeable on low-cost devices with low RAM.