How to permanently disable Google Assistant on Xiaomi MIUI 14:5 working methods

Voice assistant Google Assistant on smartphones Xiaomi with a shell MIUI 14 is often activated by accident β€” when holding the Home button, swiping from the corner of the screen or even while talking β€” for many users, this becomes an annoying factor: the assistant consumes battery resources, collects data about location and habits, and its pop-ups interfere with work. This is especially true for the owners of Redmi models and POCO, where each percent charge counts.

In this article, we will discuss all possible ways to disable Google Assistant. MIUI 14 – from standard settings to hidden commands through ADB. You'll learn how to remove the assistant from the lock screen, disable it from auto-starting, and even completely deactivate Google services if you don't need them. Importantly, some methods require super-user rights, but we'll also provide solutions without root access.

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

Many users are surprised to find a voice assistant on their Xiaomi, although they have never set it up, because Google Assistant is integrated into Google Play services and automatically activates when:

  • πŸ“± First Startup of a Smartphone (if you are logged in to a Google Account).
  • πŸ”„ Updates to Google Apps via Play Market.
  • πŸ”‹ Connecting headphones or speakers via Bluetooth (some models launch the assistant when you double press the headset button).
  • πŸ“² Use of gestures MIUI, Like a swipe from the bottom corner.

In fact, on MIUI 14 (especially in global firmware) Google Assistant can intercept system gestures originally designed to call Mi Assistant – branded assistant Xiaomi. This creates conflict when the same action (such as holding the Home button) calls different assistants depending on the context.

πŸ“Š How often do you accidentally activate Google Assistant?
Several times a day
1-2 times a week
I used to activate it, but I turned it off.
Never activated.

Another reason for forced inclusion is Google’s policy, which obliges manufacturers to pre-install their services on devices with Google Mobile Services (GMS). Even if you delete the Google app, it will recover the next update through the Play Market. So a combination of techniques will be required to completely disable the app.

Method 1: Disconnection through standard settings MIUI 14

The easiest method is to deactivate the assistant in the settings menu, which is suitable for most Xiaomi, Redmi and other models. POCO on MIUI 14 (including Redmi Note 12, Xiaomi 13, POCO X5 Importantly, this method does not remove the Google Assistant completely, but only prohibits it from running through gestures and buttons.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type Google and select the Google app (the G color icon).
  3. Go to Permits. β†’ Additionally. β†’ Google Assistant.
  4. Turn off the Google Assistant slider (should turn gray).
  5. Go back and in the main Google app menu, click Disable (if the button is active).

Make sure the swipe from the bottom corner doesn't call an assistant.|

Try to hold the Home button – no Google window should appear|

Reboot your smartphone and check again.|

Open Play Market and Update Google App – Settings must be saved-->

⚠️ Attention: On some firmware MIUI 14 (especially Chinese) item Google Assistant may not be in the permissions.

It is also worth checking the gesture settings:

  1. Go to Settings. β†’ Screen. β†’ Screen gestures.
  2. Find the Google Assistant and turn it off (if any).
  3. For the Home button: Settings β†’ Buttons and gestures β†’ Home button β†’ Choose Action Nothing or Mi Assistant.

Method 2: Removing Google App Updates

If Google Assistant continues to activate after the settings are disabled, the problem may be automatic updates. The Google app is regularly updated through the Play Market, restoring remote features, and the solution is to roll it back to the factory version.

Steps:

  1. Open the Settings. β†’ Annexes β†’ Application management β†’ find Google.
  2. Click on the three dots in the upper right corner β†’ Remove updates.
  3. Confirm the action. The version of the app will reset to the one that was when you bought the smartphone.
  4. Go back to the Play Market, search for the Google app and click on three dots. β†’ Turn off auto-update.

πŸ”Ή Why it works: In the factory version MIUI 14 Google often comes without a built-in Assistant or with a simplified version of it, while the updates add a full-fledged assistant with voice control.

πŸ’‘

If the Assistant still appears after the rollback of Google updates, try clearing the cache of the Google app and Google Play Services data (Settings) β†’ Annexes β†’ Google Play Services β†’ Memory. β†’ Clear the data).

⚠️ Note: Reverse updates may cause temporary disruptions to other Google services (such as Google Maps or Gmail).If you notice a problem, update the application back, but pre-disable Autostart Assistant via ADB (see method 4).

Method 3: Disconnect via Mi Assistant (alternative to Google)

Nana MIUI 14 has its own assistant, the Mi Assistant, which you can use instead of the Google Assistant, which is less functional, but it doesn't collect data about you or conflict with system gestures:

Instructions:

  1. Open the Settings. β†’ Mi Assistant (if no item, use the search by settings).
  2. Activate the Mi Assistant slider.
  3. In the Voice Assistant section, select Mi Assistant instead of Google Assistant.
  4. Set up your gestures: πŸ”˜ Holding the Home button β†’ Mi Assistant. πŸ“± Swipe from the bottom corner β†’ Disable or Mi Assistant.
FunctionGoogle AssistantMi Assistant
Voice commandsSupports (Russian, English, etc.)Limited set (Chinese, English)
Integration with applicationsDeep (calendar, post, maps)Minimum (system functions)
Data collectionYeah (location, search history)Minimum (for work only)
Battery consumptionHigh (background activity)Low.
Working without the InternetLimited.Basic teams are working

βœ… The advantages of switching to Mi Assistant:

  • πŸš€ No conflicts with system gestures MIUI 14.
  • πŸ”‹ Less background battery consumption.
  • πŸ›‘οΈ No data collection for advertising.

❌ Cons:

  • πŸ—£οΈ Limited support for the Russian language.
  • 🌍 No integration with Google services (Calendar, Mail).

Method 4: Complete shutdown through ADB (rootless)

If standard methods do not help, you can program to prevent the launch of Google Assistant through the ADB (Android Debug Bridge: This method does not require superuser rights, but requires connecting a smartphone to a computer.

What you need:

  • πŸ–₯️ Computer with Windows, macOS or Linux.
  • πŸ“± Cable USB (preferably original).
  • πŸ› οΈ Utilities. ADB Fastboot (you can download from the official Android website).
  • πŸ”§ Included debugging by USB smartphone.

Instructions:

  1. Activate Developer Mode: Go to Settings β†’ The phone. β†’ Press 7 times on the version MIUI. Back to Settings β†’ Additionally. β†’ For developers, turn on the debugging. USB.

File transfer

ADB

adb devices

(The name of your device should appear)

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

(This will remove Google Assistant updates for the current user)

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

(This will completely deactivate the application)

Reboot your smartphone.

What if the ADB can’t see the device?
1. Make sure that the Xiaomi drivers are installed (you can download on the official website). 2. Try another one. USB-cable (preferably original). 3. In the Developer menu, enable Debugging by USB (Security settings) and confirm the resolution on your computer. 4 If you are using Windows, try running the command prompt on behalf of the administrator.

⚠️ Note: After completing these commands, Google Assistant will be completely disabled, but may stop working:

  • Voice search in the Chrome browser.
  • Some features in Google Maps (such as voice navigation).
  • Weather and news widgets on the home screen.

To get it back, type in:

adb shell pm enable com.google.android.googlequicksearchbox

Method 5: Remove Google Assistant with root rights

If you have root access (e.g., through Magisk), you can completely remove Google Assistant from the system, including all its components.This method is suitable for experienced users, as improper actions can lead to failure. MIUI 14.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/ or /system/app/.
  3. Find and delete the following folders (if any): Velvet (the main Google Assistant app). GoogleQuickSearchBox. HotwordEnrollment (responsible for voice activation of "OK, Google").
Google


Google Play Services




Google App

Reboot your smartphone.

πŸ’‘

Removing system applications from root can disrupt the work OTA-Update: Before you run, back up through TWRP ornamental.

⚠️ Attention: On some firmware MIUI 14 (especially Chinese) removal of Velvet may result in:

  • The Google Play Market is a mistake.
  • Loss of Google Pay functionality.
  • Problems with synchronizing your Google account.

The alternative is to freeze apps through Magisk or Titanium Backup, which is less risky than deleting them completely and allows you to return them back if necessary.

Additional settings: how to prohibit auto-start

Even after Google is disabled, the Assistant can run in the background, consuming resources. To avoid this, limit its activity through the autorun menu:

Instructions:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ Google.
  2. Select AutoRun and turn off the slider.
  3. Go back and press the battery. β†’ Choose Limit or Manual Mode.
  4. Turn off the background activity (if there is such a point).

Also check the optimization settings:

  1. Open Settings β†’ Battery and Performance β†’ Battery Consumption Management by Apps.
  2. Go to Google and select Limit Background Activity.

For complete control, use applications like Greenify (requires root) or Brevent, which force you to β€œsleep” unnecessary services.

Frequent problems and their solutions

Even after Google is disabled, Assistant can show up in unexpected situations, and let's look at the typical cases and ways to fix them:

Problem.Reason.Decision
Assistant starts when connecting headphonesSetting up the headset button in GoogleOpen the Google Settings β†’ Sound. β†’ Audio Accessories and Disable Google Assistant
Appears when the screen is blockedThe Assistant is on the lock screenSettings β†’ Security β†’ Screen locking β†’ Turn off the voice assistant.
Swipe from the corner calls Google AssistantGesture conflict MIUI GoogleTurn off the gesture in Settings β†’ Screen. β†’ Screen gestures
The assistant is turned on when you talk (OK, Google)Voice activation activatedOpen the Google app β†’ Settings β†’ Voice assistant β†’ Turn off Google.
After the Google update, the Assistant is back.Auto Update in Play MarketTurn off auto-update for Google app in Play Market

If none of the methods worked, try resetting the Google app settings:

  1. Go to Settings β†’ Apps β†’ Google.
  2. Press Memory. β†’ Clear the data and clear the cache.
  3. Reboot your smartphone and repeat the shutdown ADB or setting.
Can I disable Google Assistant without a computer?
Yes, use Method 1 (via settings) or Method 2 (remove updates). ADB root rights will be required.
Will Google Pay work after the Assistant is disabled?
If you have used Method 4 (ADB) or Method 5 (root), there may be problems with Google Pay. in this case: Enable back Google Play Services via ADB: adb shell pm enable com.google.android.gms or roll back to Method 2 (remove updates).
How to get back Google Assistant if you need it?
If you're turning it off through ADB: adb shell pm enable com.google.android.googlequicksearchbox If you have removed updates: Update Google App via Play Market. Enable Assistant in Settings (Settings) β†’ Google β†’ Google Assistant).
Why on Chinese firmware MIUI 14 no β€œGoogle Assistant” in the settings?
On Chinese firmware (China) ROM) Google Assistant is often absent due to Google's restrictions in China.Solutions: Install Global ROM via Fastboot. Use Method 4 (ADB) For forced shutdown, go to Mi Assistant.
Can you only turn off voice activation (OK, Google) and leave the rest of the functions?
Yes: Open the Google app. Go to Settings β†’ Voice assistant β†’ Voice control. Turn off Google and Voice input. It won't turn off the Assistant itself, but it will prevent it from being activated by voice.