How to permanently disable Google Assistant on Xiaomi Redmi Note: all methods 2026

Google Assistant on Xiaomi Redmi Note smartphones is often activated by accident – with a long hold of the Home button, a gesture swiping from the corner or even through the command word β€œOK, Google.” For many users, this feature is useless, but it is not so easy to turn it off: the manufacturer hides the settings in different menus, and some options require superuser rights.

In this article, we will discuss 5 working methods, from basic shutdown in settings to complete removal of system components (including methods for MIUI 13/14 firmware based on Android 12/13/14). Particular attention will be paid to the Redmi Note 10/11/12 Pro models, where the activation algorithm of the assistant differs from older versions.

Why Google Assistant is in the way of Xiaomi Redmi Note

The main reasons why users want to deactivate the assistant are:

  • πŸ”‹ Battery consumption: com.google.android.googlequicksearchbox background processes consume up to 3–5% of charge per day even without active use.
  • πŸ“± Random positives: swipe gesture from the bottom corner or pressing the Home in your pocket button triggers the assistant.
  • πŸ›‘οΈ Privacy: Google collects voice command data even if you have not given explicit consent (see more about security).
  • 🚫 78% of Redmi Note owners (according to a 2023 survey) never use a voice assistant.

On Redmi Note 12 Pro+ and later, the problem is compounded by integration with MIUI Voice, Xiaomi’s brand assistant, which is at odds with Google Assistant, for example, when you try to invoke MIUI Voice gesture, Google can trigger, and vice versa.

πŸ“Š How often do you accidentally activate Google Assistant on Xiaomi?
Constantly (several times a day)
Sometimes (once a week)
Nearby (once a month)
Never.

Method 1: Disconnect via Google Settings (without root)

The simplest method that works on all versions of MIUI (including MIUI 14 on Android 13/14) is suitable for Redmi Note 8/9/10/11/12 models:

  1. Open the Google app (the icon with the letter β€œG” on the home screen).
  2. Slip on the profile avatar in the upper right corner β†’ Settings.
  3. Select Google Assistant β†’ go to General section.
  4. Turn off the switches: πŸ”Έ Google Assistant (Main Tumbler) πŸ”Έ Voice input (if any) πŸ”Έ Lockdown assistant

Assistant settings

The device

Default assistant

No.

⚠️ Attention: On some firmware MIUI After this method, the Home button will stop working. To return its functionality, go to Settings. β†’ System system β†’ Gestures β†’ Home button and assign action Home or Recent apps.

β˜‘οΈ What to check after disconnecting the assistant

Done: 0 / 4

Method 2: Deactivation via MIUI settings (for new models)

On Redmi Note 11/12 with MIUI 13/14, Google Assistant is integrated deeper into the system to disable it completely:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type in Google and select the Google app (not to be confused with Google Play Services).
  3. Slip the Permits. β†’ turn off: 🎀 Microphone πŸ“± Display over other windows πŸ”„ Auto-start

Battery

Limit background activity

Settings β†’ System β†’ Gestures β†’ Home button

No.

πŸ’‘ Useful advice: If after these actions the Home button stopped responding to a short press, reset the gestures:

Settings β†’ System β†’ Gestures β†’ Resetting gesture settings

This will bring back the standard button behavior.

Redmi Note modelMIUI versionDoes Method 2 Work?Do you need additional action?
Redmi Note 10/10 ProMIUI 12.5–13Yes.Resetting gestures
Redmi Note 11/11 ProMIUI 13–14Yes.Disable autostart
Redmi Note 12 Pro+MIUI 14Partially.Method 4 (ADB) is required

Method 3: Remove Google Updates (for old firmware)

If your Redmi Note runs MIUI 11 or older, you can roll back the Google Assistant to the factory version, where it is less intrusive.

  1. Go to Settings β†’ Applications β†’ Application Management β†’ Google.
  2. Slip on the three dots in the upper right corner β†’ Remove the updates.
  3. Confirm the action. The system will return the application to the factory version.
  4. Then turn off auto-update: Open Google Play Store. Find Google App. Tap three dots β†’ uncheck Auto Update.

⚠️ Note: After resetting settings or updating MIUI through OTA Google Assistant may update again. To avoid this, add the Google app to the auto update blacklist through Settings. β†’ Annexes β†’ Special access β†’ Optimizing the battery.

What to do if the β€œRemove Updates” button is inactive?
If the button is gray, then the Google application is system and its updates can not be removed without root rights. In this case, use Method 4 (ADB) or Method 5 (deactivation via PM).

Method 4: Disconnect via ADB (for power users)

The method requires connecting a smartphone to a PC and using Android Debug Bridge (ADB). Suitable for all Redmi Note models, including the Note 12 Pro+ on MIUI 14. Advantage: disables the Assistant at the system level without affecting other Google features.

πŸ“Œ Preparation:

  1. Download ADB Tools for Windows/macOS/Linux.
  2. Turn on Developer Mode on your phone: Settings β†’ About Phone β†’ MIUI version (shap 7 times).
  3. Activate Debugging by USB in Settings β†’ Additional β†’ For developers.
  4. Connect your phone to your PC and confirm your trust in the device.

πŸ–₯️ Commands to execute (enter in terminal/command line):

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


adb shell pm disable-user --user 0 com.google.android.apps.googleassistant




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

πŸ”„ To get the Assistant back, use it:

adb shell pm enable com.google.android.googlequicksearchbox


adb shell pm enable com.google.android.apps.googleassistant

⚠️ Attention: On some firmware MIUI 14 after completing these commands, voice search in Google Chrome and YouTube may disappear. To return only search, use:

adb shell pm grant com.android.chrome android.permission.RECORD_AUDIO

πŸ’‘

ADB-The only way to completely disable Assistant on Redmi Note 12 Pro+ After completing the commands, the assistant will disappear from the gesture menu and stop consuming resources.

Method 5: Complete removal via TWRP (routed devices only)

If you have root rights or custom TWRP recaps installed, you can delete Google Assistant system files, which permanently removes the assistant, but can disrupt some Google services (such as voice search in Chrome).

πŸ› οΈ Instructions:

  1. Download Root Explorer or any file manager with access to /system.
  2. Go to /system/priv-app/GoogleQuickSearchBox//system/priv-app/Velvet/
  3. Delete or rename (add.bak) the folders: GoogleQuickSearchBox Velvet

Reboot the phone.

πŸ”§ Alternatives for TWRP:

  1. Boot to TWRP (hold Power + Volume up when turned on).
  2. Select Advanced β†’ File Manager.
  3. Find and delete files in the same ways (see above).
  4. Wipe your cache (Wipe β†’ Cache) and restart.

πŸ”’ How to Clear the Assistant's History:

  1. Go to myactivity.google.com.
  2. In the filter, select Voice and Audio.
  3. Press Delete. β†’ All the time.
  4. Turn off history saving in Settings β†’ Google Assistant β†’ Your data in Assistant.

πŸ’‘ Useful tip: To stop collecting data completely, turn off Web and hardware activity in your Google account settings:

Google Settings β†’ Account Management β†’ Data and Personalization β†’ Activity Setup β†’ Web and hardware activity

FAQ: Frequent questions about disabling Google Assistant

Can I turn off Assistant only for the Home button, but leave voice search?
Yes. Go to Settings β†’ System β†’ Gestures β†’ Home button and reset the action with a long press. Voice search in Google or Chrome will remain operational.
After the assistant was turned off, the back button stopped working. How do you fix it?
This is the MIUI 13/14 bug. perform gesture reset: Settings β†’ System β†’ Gestures β†’ Reset gesture settings If it doesn't help, install an alternative navigation bar (e.g., Fluid Navigation Gestures from Google Play).
Will β€œOK Google” work after the Assistant is disabled?
No. The phrase "OK, Google" is processed through Google Assistant, and when it's deactivated, the voice commands will stop working, but you can use alternatives like MIUI Voice (if installed) or Alice from Yandex.
Can I disable Assistant on Redmi Note without losing Google Pay functionality?
Google Pay works independently of Google Assistant. Use Method 4 (ADB) to disable only the assistant components without affecting other Google services.
After the MIUI update, the assistant turned on again.
This is due to resetting settings when you update.To avoid reactivation: Before upgrading, disable auto-update Google's app in the Play Store. ADB-Teams – they keep the action even after the update MIUI. Install the Disabler for Magisk module (root required) to block automatic activation.