How to completely remove Google Assistant on Xiaomi: from simple settings to ADB

Google Assistant on Xiaomi, Redmi and POCO smartphones is often activated by accident β€” just press the Home button or say "OK, Google." For many users, this feature is useless, but it interferes: eats up battery power, slows down the system and collects data about your requests. Unfortunately, the complete removal of the Assistant through the standard MIUI settings is impossible β€” its files are sewn into the firmware as a system application.

In this guide, we’ll look at all the working ways to disable or restrict Google Assistant on Xiaomi devices running MIUI 14/15 (including global and Chinese versions). From simple techniques for beginners to advanced tricks with ADB and changing configuration files. Importantly, some actions will require root rights or unlock the bootloader – this will void the warranty and can lead to unstable phone operation.

1. Disconnect via MIUI settings (no root)

The safest way is to deactivate Assistant in the settings menu, which won't delete the app, but will prevent accidental launches.

Instructions:

  • πŸ“± Open the Settings. β†’ Google β†’ Settings for Google apps β†’ Search, Assistant and Voice.
  • πŸ” Choose Google Assistant β†’ Go to the General Settings section.
  • πŸ”„ Translate Google Assistant to Off position.
  • 🎀 In the Voice Assistant section, disable the OK Google option (if it is active).

The Assistant will then not respond to voice commands, but can be triggered by long presses on the Home button to fix this:

  1. Return to Settings β†’ System β†’ Gestures (or Buttons on older versions of MIUI).
  2. Find Long Press Home and select Do Nothing or Last App.

πŸ’‘

If the Assistant still starts after shutting down, check the gesture settings in Settings β†’ Additional β†’ Special Features β†’ Gestures. Sometimes there are duplicated bindings.

2. Removal of Google Updates (Reset to the factory version)

The MIUI assistant consists of two parts: a system application (cannot be removed) and user updates (can be rolled back), which will reduce the functionality of the assistant to a minimum.

How to roll back:

  • πŸ”§ Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ” Go to Google (not Google Play Services!) and go to Google.
  • βš™οΈ Click on the three dots in the top corner β†’ Remove updates.
  • πŸ”„ Confirm action. The app will return to the factory version (usually Google App). 8.x topical 14.x).

After the rollback:

  • βœ… Assistant will stop updating automatically (if you turn off auto-update in the Play Store).
  • ⚠️ Some search functions may not work properly.
  • ⚠️ The next major update MIUI The assistant can come back.
What happens if you delete Google completely?
Deleting Google’s app through ADB or root will lead to the collapse of system services: search in the launcher will stop working, the weather widget will disappear, notifications may break, and you can restore functionality only by flashing the phone.

3. Blocking through ADB (no root, but with PC)

If standard methods do not help, you can disable the Assistant using ADB-It doesn't require superuser rights, but it does require a computer and USB-cable.

Step-by-step:

  1. πŸ’» Install Platform Tools on PC (or download adb.exe separately).
  2. πŸ“± On the phone, activate Developer Mode: Settings β†’ The phone. β†’ Version. MIUI (press 7 times).
  3. πŸ”Œ Connect your phone to the PC by USB, Select the File Transfer Mode.
  4. 🐍 Open the command line (Windows) or the terminal (macOS/Linux) in the adb folder and execute:
adb devices

(Your device should show up. If not, check the drivers.)

adb shell pm hide com.google.android.googlequicksearchbox

This team hides the Assistant from the system, but doesn't physically remove it, to bring it back.

adb shell pm unhide com.google.android.googlequicksearchbox

Install Platform Tools on PC| Enable developer mode on Xiaomi| Connect phone over USB| Allow debugging over USB in pop-up | Check that adb devices show your device-->

⚠️ Note: Some Xiaomi firmware (especially Chinese ones) may not work with the pm hide command:

adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox

4. Removal via TWRP (root required)

If you have a bootloader unlocked and a custom TWRP recap, you can physically delete the Assistant files, a radical method that can lead to unstable system operation.

Instructions:

  • πŸ”§ Reboot the phone to TWRP (clamp down on power. + Loudness up).
  • πŸ“ Go to Advanced. β†’ File Manager.
  • πŸ—‘οΈ Delete the following folders: /system/priv-app/GoogleQuickSearchBox /system/app/GoogleQuickSearchBox (if) /data/app/com.google.android.googlequicksearchbox-* (all the folders with that name)
  • πŸ”„ Reboot the phone.

After removal:

  • βœ… The assistant will disappear from the system completely.
  • ⚠️ Voice search will stop working in Google App.
  • ⚠️ Possible errors in the update MIUI (The system can recover deleted files).

Yeah, regularly.|Sometimes, for voice search.|No, he's bothering me.|Turned off immediately after purchase.-->

5. Alternative methods (for advanced)

If none of these methods worked, try these options:

MethodAction.Need root?Risks.
Replacement with another launcherInstall Nova Launcher or Lawnchair – these allow you to disable the Assistant gestures.❌ No.Minimum (visual changes only)
Change to build.propAdd a line. ro.opa.eligible_device=false-file /system/build.prop.βœ… Yes.Maybe break it. OTA-update.
Locking in the firewallUse NetGuard or AFWall+ to block the Assistant from accessing the network.βœ… Yes.Some Google features will stop working.
Installation of custom firmwareFirmware like LineageOS or Pixel Experience lets you remove all Google services.βœ… Yes.Loss of warranty, possible bugs.

⚠️ Note: Changing a build.prop file without a backup can result in a bootloop ( looped download). TWRP or ADB backup.

6 What to do if the Assistant returns after the update

MIUI often restores system applications after updates, to avoid:

  • πŸ”„ Turn off automatic updates in the Play Store:
  • πŸ“΅ Use App Ops (requires) ADB or root) to block the Assistant's permissions:
  • πŸ”§ Install Package Disabler (requires root) and "freeze" the package com.google.android.googlequicksearchbox.

If the Assistant is back after the MIUI update:

  1. Repeat the steps from Section 3 (ADB-team).
  2. Or reset your settings via Settings β†’ About Phone β†’ Reset settings (the data will not be lost, but you will have to configure the phone again).

πŸ’‘

The only reliable way to get rid of Google Assistant forever is to install custom firmware without GApps (like LineageOS for microG).

Comparison of methods: which one to choose?

MethodDifficultyEfficiencyReversibilityRisks.
Disconnection in settings⭐⚠️ Partial (gestures remain)βœ… Yes.No.
Repeal of updates⭐⭐⚠️ Medium (returned when updated)βœ… Yes.Minimum
ADB-teamβ­β­β­βœ… Tall.βœ… Yes.Medium (PC requires)
Removal via TWRPβ­β­β­β­βœ… Complete.❌ No, I need a backup)High (bootloop risk)
Custom firmwareβ­β­β­β­β­βœ… Complete. + plus-plus❌ No.Maximum (guarantee, stability)

For most users, the best option is a combination of disabling in the settings + ADB-It's the best thing for you, with the least risk. If you're willing to sacrifice the warranty, consider installing custom firmware.

FAQ: Frequent questions

Can I remove Google Assistant without root?
You can't completely delete it, but you can disable it or hide it through ADB (see Section 3).
Why does the Assistant still start after the shutdown?
Check your gesture settings in Settings β†’ System β†’ Gestures. The Assistant can also be activated through the Google App – try rolling back its updates (see Section 2).
Will Google Pay work after the Assistant is removed?
Yes, Google Pay is not dependent on GoogleQuickSearchBox, but if you delete all of Google’s services (via custom firmware), payments will stop working.
How do I get my assistant back if I need him?
If you have used ADB, follow the command: adb shell pm unhide com.google.android.googlequicksearchbox If removed via TWRP, you will have to refashion the phone or restore the backup.
Are there any alternatives to Google Assistant on Xiaomi?
Yes, you can use: Alice from Yandex (there is integration with MIUI), Bixby (only on some models), Assistant.ai (side-sided application with voice control). To set them, go to Settings β†’ Applications β†’ Default β†’ Voice Assistant.