How to permanently disable Google Assistant on Xiaomi smartphones: the full guide

Google Assistant on Xiaomi devices often works in the background, consuming battery power and collecting data about your actions. Even if you have never used a voice assistant, it can be activated by random taps, interrupt music or interfere with games. In this article, we will discuss all possible ways to completely disconnect, from standard settings to system tricks that work even on POCO and Black Shark.

The MIUI feature is that the manufacturer often hides key settings or returns them after updates, so simply turning off the menu may not work. We tested the methods on MIUI 12-14 firmware (including global and Chinese versions) and only selected those that produce lasting results. Importantly, some methods require root rights or ADB debugging, which we highlighted separately.

Why Google Assistant Cannot Be Just Removed as an App

Unlike regular programs, Google Assistant is embedded in Android system services. It is not a separate application, but part of the Google Play Services and Google App package (com.google.android.googlequicksearchbox component). Even if you find it in the application list, the Delete button will be inactive β€” only Disable or Remove Updates are available.

Xiaomi also adds its integration layers. For example, on some models (Redmi Note 11 Pro+, Xiaomi 12T), the Assistant is tied to a power button or a swipe-out-of-the-corner gesture. Simply turning off the settings doesn't remove those triggers. It's also worth remembering that once you reset the factory settings or update the MIUI, the assistant can automatically turn on again.

  • πŸ”§ System Addiction: Assistant Associate Associated with Google Play Services, which is responsible for most apps.
  • πŸ”„ Auto-recovery: MIUI Can return settings after updates or reboots.
  • 🎯 Hidden triggers: Even after disconnecting, the assistant can be triggered by gestures or buttons.
  • πŸ”’ Manufacturer's restrictions: On some models (POCO F4 GT, Black Shark 5: No option to delete completely.

⚠️ Attention: On devices with MIUI In Russia (without Google services) Assistant can be replaced by Yandex Alice. In this case, the instructions below will not fit - you need to disable Alice through the settings of Xiaomi.

Method 1: Standard shutdown via MIUI settings

The simplest method, which works on most non-root devices, is suitable for Redmi, POCO and Xiaomi’s lineup (except Black Shark with custom firmware).

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the top right corner and select Show All Apps.
  3. Search Google (or com.google.android.googlequicksearchbox) and open it.
  4. Click Disable (if the button is inactive, proceed to method 2).
  5. Confirm the action and restart the phone.

To disable voice activation:

  1. Go to Settings β†’ Google β†’ Settings for Google apps β†’ Search, Assistant and Voice.
  2. Select the Voice Assistant β†’ Voice Match.
  3. Turn off the Hey Google switch.

Is the "OK, Google" button disabled in voice settings |

Has the microphone icon in the search bar disappeared?|

Have accidental launches by gestures stopped working?|

Are the settings still in place after the reboot?-->

Method 2: Disconnect via ADB (without root)

If the standard method didn’t work, use ADB debugging. This is the official Android tool that allows you to change system settings without superuser permissions. The method works on all Xiaomi devices with the bootloader unlocked.

You'll need:

  • πŸ–₯️ Computer with installed ADB Tools.
  • πŸ“± Included Debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β€” Press 7 times, then return to the Additional Settings β†’ For developers).
  • πŸ”Œ USB-cable (preferably original).

Instructions:

  1. Connect your phone to your PC and open the command line in the adb folder.
  2. Enter the command to check the connection: Adb devices should appear the name of your device.
  3. Run the command to disable the Assistant: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
  4. Reboot the phone.

⚠️ Attention: After update MIUI Or reset the assistant may return. To avoid this, repeat the command or use method 4 (with root).

πŸ’‘

If the command doesn’t work, try first disabling Google Assistant in settings (Method 1), then perform ADB-It increases the chances of success.

Method 3: Remove via Magisk (root required)

For users with an unlocked bootloader and Magisk installed, there is a more radical method – completely removing the Assistant package, which will permanently remove the Assistant, but can disrupt some functions (for example, voice search in Google Maps).

Step-by-step:

  1. Install Magisk and App Systemizer module.
  2. Download. APK-Google Assistant file (can be extracted from the current system using App Inspector).
  3. In App Systemizer, select the downloaded APK and press Uninstall.
  4. Reboot the phone.

Alternatively, use the Universal GMS Doze module, which aggressively restricts background activity on all Google services, which will not remove the Assistant, but will render it completely inoperable.

MethodRoot is required.DifficultyEfficiencyRisks.
Standard shutdown❌ No.⭐Medium (may come back)Minimum
ADB-team❌ No.⭐⭐Tall.Returns after update
Magisk + App Systemizerβœ… Yes.⭐⭐⭐Complete removalProblems with Google services
De-bloater toolsβœ… Yes.⭐⭐⭐⭐Complete removalPossible soft-brick.

Standard settings |

ADB-team|

Magisk/root|

No, I just want to try |

Another method-->

Method 4: Using De-bloater Tools (Advanced)

For experienced users ready for experimentation, tools like Universal Android De-bloater (UAD) or Xiaomi ADB/Fastboot Tools are suitable. They allow you to completely remove Google packages, including the Assistant, but you need to be careful - wrong actions can lead to a bootloop.

Instructions for UAD:

  1. Download Universal Android De-bloater and install it.
  2. Connect your phone in ADB mode.
  3. In the program, select Google LLC β†’ Google.
  4. Find com.google.android.googlequicksearchbox and tick.
  5. Press Uninstall selected and confirm.

For Xiaomi ADB/Fastboot Tools:

  1. Download the tool with XDA Developers.
  2. In the Debloat section, look for Google Assistant.
  3. Select the Uninstall (keep data) option.
  4. Reset the device.

⚠️ Note: Deleting system packages may disrupt Google Pay, YouTube and other services. Before using De-bloater, back up via TWRP or MIUI Backup.

What to do if the phone does not turn on after debloat?
If the device is stuck on the MIUI or Fastboot logo, try: 1. Go to Fastboot (press Power + Vol Down) and flash the original firmware through the Mi Flash Tool. 2. If there is a TWRP, restore the backup or swipe the ZIP with the missing packages. 3. In extreme cases, perform a full reset via Mi Recovery (data will be lost).

Method 5: Firewall lock (without deletion)

If you don't want to delete the Assistant, but you want to block it from accessing the Internet, use a firewall to prevent Google from sending data and rendering the Assistant useless, suitable for or with no root devices.

No root:

  • πŸ›‘οΈ Install NetGuard or TrackerControl from F-Droid.
  • Turn it on. VPN-Mode (required for work without root).
  • Find Google and Google Play Services in the app list.
  • Block access to Wi-Fi and mobile data.

From root:

  • πŸ”₯ Use AFWall.+ (Magisk or SuperSU requires).
  • In the settings, select Google and Google Play Services.
  • Disable all networks (Wi-Fi, 3G/4G/5G, VPN).
  • Save the rules and reboot the phone.

Once locked, the Assistant will stop updating, but may continue to consume resources in the background. To completely disable this method, combine with Method 1 or 2.

Additional settings: disabling the triggers of the launch

Even after the Assist is disabled, it can be launched by:

  • 🎀 Voice command (OK, Google or Hey GoogleΒ»).
  • πŸ‘† Gesture (swipe from the bottom corner on some models) POCO).
  • πŸ”˜ Power button (hold on Black Shark or Redmi Gaming).
  • πŸ” Search bar at launcher MIUI.

How to remove triggers:

  1. Voice activation: Settings β†’ Google β†’ Settings for Google apps β†’ Search, Assistant and Voice β†’ Voice Assistant β†’ Voice Match β†’ Turn off β€œHey Google”
  2. Swipe gesture from the corner: Settings β†’ Additional settings β†’ Buttons and gestures β†’ App launch gestures β†’ Turn off Google Assistant
  3. Power button: Settings β†’ Buttons and gestures β†’ Power button β†’ Long press β†’ Select β€œNo action” or β€œPower menu”
  4. Search: Long click on the search bar β†’ Vijeta settings β†’ Disable Voice Search

πŸ’‘

Even after all triggers are turned off, the Assistant can be launched through other apps (like Google Maps or Chrome).To avoid this, limit background activity of Google services in battery settings.

FAQ: Frequent questions

Can I disable Assistant without losing Google Services?
Yes, if you use Method 1 (standard shutdown) or Method 5 (firewall). Complete deletion (Methods 3-4) can disrupt Google Play, Gmail or YouTube. On some devices (POCO F3, Xiaomi 11T) after the Assistant is removed, voice search in Google Maps stops working.
Why is the Assistant turned on again after the MIUI update?
MIUI firmware often restores system applications. To avoid this: Re-run Method 2 (ADB) after upgrading. Use Magisk with DisableForceEncrypt or Universal GMS Doze. Turn off automatic app updates in Google Play.
Will Yandex Alice work after Google Assistant is disabled?
Yes, Alice uses separate services and is independent of Google, but on some models (Redmi Note 10 Pro) she may conflict with system settings. If Alice stopped responding after the Assistant was turned off, reinstall her from Yandex.Store.
How do you check if the assistant is disabled?
Check methods: Try saying "OK, Google" -- there shouldn't be a reaction. Check the list of active processes in Settings β†’ Annexes β†’ Application management β†’ Launched. Use it. ADB-command: adb shell dumpsys package com.google.android.googlequicksearchbox The output must be disabled.
Can I return the assistant after complete removal?
Yes, but the process depends on the method: ADB-Disable (Method 2) perform: adb shell cmd package install-existing com.google.android.googlequicksearchbox After deleting via Magisk (Method 3) reinstall the package via App Systemizer. After De-bloater (Method 4), run the full firmware through the Mi Flash Tool. If you need an Assistant for a specific application (for example, Google Home), you just need to return it without restoring all Google services.