How to permanently disable Google Assistant on Xiaomi: the complete guide

Google Assistant on Xiaomi smartphones is often activated by accident – with a long press on the power button, through the search bar or even from a locked screen. For many users, this feature becomes a source of irritation: it eats battery power, collects data about location and habits, and also prevents quick access to Google Pay or the camera. In this article, we will discuss all possible ways to disable the Assistant on MIUI 12-14 firmware, including hidden settings and bypassing manufacturer restrictions.

It’s important to understand that Xiaomi integrates Google services at the system level, so simply removing Google’s app through the menu won’t work – the assistant will come back after the reboot. We’ll show legal methods (via settings) and advanced ones (using ADB) that will work even for limited devices. If you’re using the Redmi Note 11, POCO X5 or the flagship Xiaomi 13 series, the instructions will be relevant for all Android 11-14 models.

Why Google Assistant is not shutting down in standard ways

The main problem lies in the policy of Google and Xiaomi: both manufacturers are interested in collecting user data. Even if you delete the Google app through the settings, the system will automatically restore it the next time you connect to the Internet.

  • πŸ”— System integration: Assistant is sewn into Google Play services, which are responsible for the operation of the app store and security updates.
  • πŸ“± MIUI-Restrictions: Xiaomi firmware blocks removal of preinstalled applications without superuser rights (root).
  • πŸ”„ Auto-Recovery: Android Package Installer returns remote system APK when restarting or updating.
  • πŸ”’ Google: Starting in 2021, all devices with Google services must support Assistant for certification.

Another nuance is the separation between voice assistant and search integration, and even if you turn off power button launches, it can still appear in Google Widget or when you voice query "OK, Google," and you have to combine several methods to get rid of it completely.

πŸ“Š How often do you accidentally run Google Assistant?
Constantly, several times a day.
Sometimes 1-2 times a week
Nearby, but not intruding.
Never used it.

Method 1: Disconnect via MIUI settings (without root)

The simplest method that works on all Xiaomi devices with MIUI 12-14 is that it doesn’t remove the Assistant completely, but it removes it from the power, search and lock button.

  1. Open Settings β†’ Google β†’ Settings for Google apps.
  2. Select Search, Assistant and Voice Entering β†’ Google Assistant.
  3. Go to General Settings and turn off the Google Assistant slider.
  4. Go back and select Voice Match (or β€œOK Google”), then turn off all options.

After that, the assistant will stop responding to voice commands and a long press of the power button, but it can still appear in the Google search widget on the home screen, to remove it from there:

  • πŸ“± Long click on the Google widget on the desktop.
  • πŸ”§ Select the widget settings (or "Change widget").
  • ❌ Turn off the option to show Assistant in search.

β˜‘οΈ Checking the Assist's shutdown

Done: 0 / 4

Method limitation: On some models (e.g. POCO F4 or Redmi K50) the settings may reset after the MIUI update, in which case you will have to repeat the procedure or use ADB (see Method 3).

Method 2: Removing Google App Updates

If Assistant continues to appear despite outages in settings, the problem may be in the updated Google app, which is installed automatically through the Play Market, but you can roll back to the factory version:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the Google app (not to be confused with the Google Play Store!).
  3. Click on the three dots in the top corner and select Remove Updates.
  4. Confirm the action and restart the device.

After the rollback:

  • πŸ›‘οΈ Stop automatic updates to the app in the Play Market (open Google, click three dots). β†’ Turn off auto-update).
  • πŸ”’ In the Google app settings, disable all permissions (microphone, location, contacts).

πŸ’‘

If you don't have "Delete Updates" on the app list, you're on Google's factory version. Try Method 3 with ADB.

Important: This method can disrupt other Google services such as Gmail or Google Maps. If you notice a crash, return the updates through the Play Market.

Method 3: Complete disabling via ADB (for experienced)

If the previous methods didn't work, you'll have to use Android Debug Bridge (ADB), which completely blocks the Assist from starting at the system level, but requires a connection to a computer.

  1. Enable Developer Mode on Xiaomi: Go to Settings β†’ About Phone. 7 times click on MIUI Version. Return to Settings β†’ Additional β†’ For Developers. Activate Debugging over USB.

Connect your phone to your PC and confirm your trust in your computer.

ADB Tools

cmd

adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox


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

These teams:

  • πŸ—‘οΈ Remove Google App Updates for Current User.
  • πŸ”‡ Completely disable its work (including the Assistant and the search widget).
ADB Team TeamThe effectReversibility
pm uninstall -k --user 0 [package]Removes application updates for current userYes (via adb install)
pm disable-user --user 0 [package]Disable the application completelyYes (via pm enable)
pm hide [package]Hiding the app from the menu (requires root)Yes.

Warning: After using ADB, you may stop working:

  • πŸ” Google Search Widget on the Home Screen.
  • πŸ“ Quick access to Google Lens from the gallery.
  • 🎡 Voice search on YouTube Music or Google Podcasts.
How to Get Google Assistant Back After ADB-shutdown?
To restore the assistant, type in ADB: adb shell pm enable com.google.android.googlequicksearchbox adb shell cmd package install-existing com.google.android.googlequicksearchbox After that, update the Google app through Play Market.

Method 4: Using third-party launchers

If the Assistant is launched through the search bar on the home screen, the problem may be in the standard MIUI launcher. The solution is to install an alternative launcher, for example:

  • 🏠 Nova Launcher (allows you to remove the Google widget completely).
  • πŸ”„ Lawnchair (lightweight open source launcher).
  • 🎨 Hyperion Launcher (with gesture support).

Instructions for Nova Launcher:

  1. Install a launcher from Play Market.
  2. Assign it to the default launcher (the first start will be a request).
  3. Long press on the desktop β†’ Settings β†’ Desktop settings.
  4. Turn off the option to show the Google search bar.
  5. In the Gestures and Inputs section, set up a long press on the power button (for example, to start the camera).

The advantage of this method is that there is no need for ADB However, the launcher will consume additional RAM (about 100-150 MB). 9A) It is better to use Method 1 or 3.

Method 5: Disconnect via security settings (for MIUI 14)

In the latest versions of MIUI 14, Xiaomi has added hidden options to manage system applications to find them:

  1. Open Settings β†’ Memory β†’ Applications.
  2. Click on the three dots in the top corner and select Show All Apps.
  3. Find Google and open its settings.
  4. Select Battery β†’ Background Limitation and set Limit.
  5. Go back and turn off all permissions (microphone, camera, location).

This method doesn't remove the Assistant, but it blocks it in the background.

  • 🎀 Respond to voice commands.
  • πŸ“ Tracking location.
  • πŸ”„ Update automatically.

πŸ’‘

Limiting the background in battery settings is the safest way to reduce Google Assistant activity without the risk of system failures.

On some devices (such as the Xiaomi 13 Pro), voice search in Google Maps may then disappear. To return only this feature, allow the Google Maps app to access the microphone.

What to do if the assistant is still running

If, after all the manipulations of Google, the Assistant keeps showing up, check out the following points:

Problem.Possible causeDecision
Starting the power buttonSettings reset after the MIUI updateRepeat Method 1 or use ADB
Activation from the locked screenThe "Trustful Voice" option is enabledTurn off in Settings β†’ Security β†’ Voice unlock
Appears in the search barGoogle widget not updatedRemove the widget from your desktop or use a third-party launcher
Voice commands are going offActive "OK Google" in settingsTurn off the Google Settings β†’ Voice Match

If none of these methods worked, there are two options:

  1. Get root permissions and remove system APKs through Titanium Backup or Root Explorer.
  2. Flashing to custom firmware (for example, LineageOS or Pixel Experience without Google services).

πŸ’‘

Before getting root, back up via Mi Cloud or TWRP. On some models (such as the POCO X3 Pro), unlocking the bootloader resets all data!

FAQ: Frequent questions about disabling Google Assistant

❓ Can I turn off the assistant without a computer?
Yes, use Method 1 (through settings) MIUI) or Method 5 (background restriction) for complete removal without ADB root rights will be required.
❓ Why After Updating MIUI Assistant's back on?
MIUI updates often reset user settings for system applications. To avoid this, after the update: Don't connect to the Internet via mobile data (use Wi-Fi). Re-switch immediately through settings. Stop automatically updating Google's app in the Play Market.
❓ 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. ADB-commands to completely disable the Google app, there may be problems with authorization. ADB. Update Google Pay to Play Market. Turn off Assistant again.
❓ How to disable the Assistant on POCO-device?
On POCO smartphones (like POCO F5 or POCO X5 Pro), the algorithm is the same, but the path to settings may be different: Use Settings β†’ Apps β†’ App Management β†’ Google β†’ Disable. If the option is not available, go to Settings β†’ Special Features β†’ Apps β†’ Google and disable all permissions. On POCO with MIUI for POCO, the ADB method also works.
❓ Can I remove the assistant forever without root?
No, you can't completely uninstall the system application without root. The most you can do is: Disable it via ADB (Method 3); Remove updates and disable auto-update (Method 2); Use custom launcher (Method 4); Reset it to factory settings or update MIUI and repeat the procedure.