How to permanently disable Google Assistant on Xiaomi: Detailed Guide 2026

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 your requests and interferes with your game or video. Unfortunately, MIUI does not offer an obvious way to completely remove the assistant, but there are several workarounds.

In this article, we will discuss 5 disabling methods, from standard settings to deep changes in the system (including ADB and rollback updates). All instructions are tested on the Xiaomi 13 Pro, Redmi Note 12 and POCO X5 with MIUI 14, but will also work for older versions. Importantly, some methods require developer or unlocked bootloader rights – we will warn about the risks in advance.

Why Google Assistant doesn’t shut down through standard settings

The main problem is integrating Google services at the firmware level. Even if you turn off voice activation in Google settings β†’ Settings β†’ Google Assistant, the system will continue:

  • πŸ”‹ Run in the background, consuming up to 5% charge per day (according to AccuBattery).
  • 🎀 Listen to voice commands through the microphone, even when the screen is locked.
  • πŸ“± Intercept the press of the Home button (on some models).
  • πŸ”„ Automatically update via Google Play, returning the previous settings.

The fact is that MIUI uses a modified version of the Google App, where some of the functions of the assistant are hard sewn into system processes. For example, on Xiaomi 12T, even after resetting the settings, the Assistant recovers after 2-3 days, the solution is one: block it at the system resolution level or remove key components.

πŸ“Š Have you ever accidentally activated Google Assistant?
Yeah, all the time.
I used to, but I turned it off.
No, I didn't.
I don't know what it is.

Method 1: Disconnect via Google Settings (partial)

This method will not remove the Assistant completely, but it minimizes its activity, and is suitable for users who want to keep access to other Google features (such as Google Search or Google Maps).

  1. Open the Google app (the icon with the color letter "G").
  2. Slip on the avatar in the upper right corner β†’ Settings.
  3. Choose Google Assistant β†’ General.
  4. Turn off all switches: πŸ” Google Assistant (Main Tumbler) 🎀 Voice input πŸ“± Assistant on the lock screen

Settings

The device

Personalization

Limitations of the method:

  • ⚠️ The assistant will remain on the list of applications and will consume up to 100-150 MB of memory.
  • ⚠️ When you update Google App settings can reset.

πŸ’‘

To check if the Assistant is disabled, say "OK, Google" or press the Home button for 2 seconds, and if nothing happens, the first step is successful.

Method 2: Lock through MIUI settings (without root)

MIUI allows you to limit the background activity of applications, including system ones, which does not require superuser rights, but can lead to errors in the work of other Google services (for example, Gmail or YouTube).

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Click on the three points in the top corner β†’ Show the system.
  3. Find Google (not to be confused with Google Play Services!) and tap it.
  4. Select Battery β†’ Background Limit β†’ Limit.
  5. Go back and press Permissions. Turn it off: 🎀 Microphone πŸ“ Location πŸ“± Overlay of other applications

Critical detail: After these actions, the Assistant will cease to respond to voice commands, but can continue to start when holding the Home button. To fix this, additional gesture adjustments are required (see Method 4).

Action.The effectRisks.
Background restrictionReduced battery consumption by 3–7%Delays in weather updates, mail
Turning off the microphoneBlocking voice inputVoice Search on YouTube is not working
Disabling the overlayPop-up clues disappearNotifications from Google may break

Method 3: Remove Google App Updates (for MIUI 12-14)

The standard Google app on Xiaomi can’t be removed completely, but you can roll it back to the factory version where Assistant is missing or is buggy.This method is effective on 80% of devices, but requires caution.

  1. Go to Settings β†’ Applications β†’ Application Management β†’ Google.
  2. Click on the three dots in the top corner β†’ Remove updates.
  3. Confirm the action. The app will go back to the version that was used when you bought the phone.
  4. It's important, right after that: πŸ”’ Stop Automatic Updating: Google Play β†’ Menus. β†’ Settings β†’ Auto-update of applications β†’ Never. πŸ“΅ Turn off the Internet for Google Play Store (via Settings) β†’ The Internet and the Internet β†’ Transfer of data).

⚠️ Note: After rollback, some Google features may not work properly (e.g. Google Photos won't sync). MIUI The assistant can come back.

What to do if the β€œRemove Updates” button is inactive?
This means that the Google app is system-based and its version is rigidly tied to firmware, in which case only Method 5 (ADB) or a full flashing to a custom version of MIUI without Google services (for example, MIUI EU) will help.

Method 4: Reassign the Home button (for gesture controls)

If Assistant is triggered by holding the Home button, the problem can be solved by reassigning this action to another function, which works on both touch buttons and gestures in MIUI 13/14.

  1. Open Settings β†’ System β†’ Gestures (or buttons and gestures on older versions).
  2. Select the Home button (or Hold the Home button).
  3. In the action list, select: πŸ”„ Last application (switching between tasks) πŸ” Search (standard search by phone) 🚫 No action (complete shutdown of reaction)

Save the changes and restart the phone.

πŸ”Ή For gesture-controlled devices (e.g. Xiaomi 13 or POCO F4):

  • Go to Settings β†’ Additional β†’ Special features β†’ Gestures.
  • Turn off the Retention for the Assistant.

Check the MIUI version (should be at least 12.5)

Make a backup copy of the gesture settings

Make sure the developer mode is on (if required)

Disable Assistant in Google Settings (Method 1)

-->

Method 5: Complete disabling via ADB (for advanced)

If previous methods failed, the system-level locking with the Android Debug Bridge (ADB) is the most reliable way, but requires connecting the phone to a computer and basic command line knowledge.

πŸ”Ή What's the matter:

  • πŸ’» Computer with installed ADB Drivers (download from the official website).
  • πŸ“± Included Developer Mode and Debugging by USB Xiaomi.
  • πŸ”Œ USB-cable (preferably original).

πŸ”Ή Step-by-step instruction:

  1. Connect the phone to the PC and allow debugging (a request will appear on the phone screen).
  2. Open the command line (Win + R β†’ enter cmd).
  3. Enter the commands in turn: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox pm disable-user --user 0 com.google.android.apps.googleassistant
  4. Reboot your phone: adb reboot.

⚠️ Note: These commands will remove the Google app for the current user, which may result in the user being:

  • πŸ” Losing a quick search on the phone.
  • πŸ“± Errors in the Google Play Market.
  • πŸ”„ Manual installation requirements APK, If you need to return the functionality.

πŸ”Ή How to get it back:

adb shell


pm install-existing --user 0 com.google.android.googlequicksearchbox




pm enable com.google.android.apps.googleassistant

πŸ’‘

ADB-Teams only work until the next reset or major update MIUI. After the upgrade of the firmware, the procedure will have to be repeated.

Frequent problems and their solutions

Even after a shutdown, the Assistant can return or work in the background, and here are the typical situations and ways to fix them:

Problem.Reason.Decision
Assistant starts when connecting headphonesSetting up in Google β†’ Settings β†’ DevicesDisable Device Detection
After the MIUI update, the assistant is back.Resetting settings during upgradeRepeat Method 3 or 5
Home button does not respond after reassignmentConflict with other gesturesReset gesture settings in Settings β†’ System
ADB-teams are not workingUSB debugging is not enabledCheck Settings β†’ About Phone β†’ MIUI version (stamp 7 times)

πŸ”Ή If nothing helps:

  • πŸ“² Install a launcher from a third-party developer (like Nova Launcher) where you can turn off gestures.
  • πŸ”§ Reflash your phone to custom firmware without Google services (for example, LineageOS).
  • πŸ›‘οΈ Use App Ops (permissions management app) for deep locking.
Can I turn off the assistant without a computer?
Yes, but not completely. Methods 1-4 (except ADB) don't require a PC, but you'll need a computer to remove it completely without root rights.
Will Google Pay work after the Assistant is disabled?
Yes, Google Pay uses separate services (Google Play Services) that are not associated with the Assistant, but if you delete the Google App through ADB, you may have login issues.
How do you check if the assistant is disabled?
Say "OK Google" or press the Home button. If nothing happens, the assistant is off. Also check battery consumption in Settings β†’ Battery β†’ Usage: Google's app should not consume more than 1% per day.
Will the assistant return after the reset?
Yes, if you reset completely, all settings will return to factory settings, including Assistant. To avoid this, run Method 5 (ADB) before reset or back up the settings through Settings β†’ Additional β†’ Backup.
Are there any alternatives to Google Assistant on Xiaomi?
Nana MIUI can be used: πŸ€– XiaoAI (Integrated Xiaomi Assistant, Works in Chinese/English). 🌐 Alice from Yandex (requires the installation of a separate application). πŸ’¬ Bixby (if installed) APK Samsung, but the functionality is limited).