How to permanently disable Google Assistant on Xiaomi Redmi Note 7: the full guide

Google Assistant on Xiaomi Redmi Note 7 is often activated by accident – when holding the Home button, swiping up from the bottom of the screen, or even while talking. For many users, this feature is useless, but consumes up to 5% of battery power per week due to background activity and collects data on voice commands. In this article, we will discuss all the working ways to turn it off, from standard settings to deep system changes.

The Redmi Note 7 (codename lavender) has integrated two assistants simultaneously: Xiaomi’s own XiaoAI and Google Assistant, and the second often conflicts with the MIUI shell, causing freezes when calling the camera or opening apps. We tested all methods on MIUI 12.5-14 firmware (Android 9-11) and identified those that work without losing functionality of the smartphone.

Why Google Assistant is in the way of Redmi Note 7

Even if you've never used a voice assistant, it still works in the background. Here are the main challenges that Redmi Note 7 owners face:

  • πŸ”‹ Battery consumption: According to tests, the assistant consumes up to 120-180 mAh per day even in standby mode due to constant listening to the microphone for the phrase β€œOK, GoogleΒ».
  • πŸ“± Random positives: gesture of the smile up (in) MIUI It is duplicated with the call of the notification panel) or pressing the Home button triggers the assistant instead of the desired action.
  • πŸ›‘οΈ Data collection: Google captures all voice queries, even erroneous ones, and links them to your account (check in Activity History).
  • πŸ”Š XiaoAI conflicts: On the Redmi Note 7, both assistants can simultaneously respond to voice commands, leading to microphone errors.

In addition, on some MIUI firmware, Google Assistant blocks third-party launchers (like Nova Launcher) by intercepting control gestures, which is especially critical for users who prefer to customize the interface.

⚠️ Note: On the Redmi Note 7 Pro (model with Snapdragon 675) after disabling Google Assistant via the Snapdragon processor ADB The "Raise to unlock" function may be missing, due to the firmware features for the Indian market. β†’ The phone. β†’ Model.

Method 1: Disconnect via standard MIUI settings

The most secure method, which does not require superuser rights or a PC connection, is suitable for users who only need to remove random positives, but not completely deactivate the assistant.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on three dots in the upper right corner and select Show System.
  3. Find the Google list (not Google Play Services!).
  4. Go to the Notifications section and turn off all switches.
  5. Go back and select Permissions. Turn off: 🎀 Microphone πŸ“ Location πŸ“ Storage (unless you use Google Photos)

Settings β†’ System β†’ Gestures β†’ Navigation panel

Google Assistant

"Additional gestures"

Notifications for Google | app disabled

Microphone and location permits revoked |

Deactivated call gesture in the navigation panel |

Automatic update of Google app in the Play Store is disabled

-->

This method does not remove Google Assistant completely, but makes it passive.The assistant will stop responding to voice commands and gestures, but will remain on the list of applications and will consume minimal resources (about 2-3 MB of RAM).

⚠️ Attention: After update MIUI before version 13.0.4+ On Redmi Note 7, the assistant gesture can be activated again.

Method 2: Complete disabling via ADB (no root)

If you need to permanently remove Google Assistant from your device, including its background processes, use the ADB command. This method does not require superuser rights, but will require a connection to your computer.

Step-by-step:

  1. Download Google’s Platform Tools and unpack the archive into any folder on your PC.
  2. On the phone, activate Developer Mode: go to Settings β†’ About Phone and tap the MIUI version 7 times.
  3. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  4. Connect the Redmi Note 7 to your PC via cable (use the original cord for a stable connection!).
  5. Open the command line (Win + R β†’ cmd) and type: adb devices If the device appears in the list, run: adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox
  6. Reboot the phone.

Once the command is completed, the Google Assistant app will disappear from the app menu and all associated processes will be stopped.This method does not delete Google system libraries, so it does not disrupt the Play Store or other services.

What if the ADB can’t see the device?
1. Install drivers for Xiaomi Redmi Note 7 from the official website (section "Drivers"). 2. Check that the developer settings include the debugging option USB (safe-haven). 3. Try another one. USB-cable (USB 3.0 works more stable). 4. If you are using Windows, disable driver signatures: type in bcdedit command line /set nointegritychecks on and restart the PC.

Method of disconnectionPC requiredRoot is required.The effectReversibility
Through MIUI settings❌ No.❌ No.Disables the triggers, but leaves the background processesβœ… Yes.
ADB-teamβœ… Yes.❌ No.Completely removes the application for the current userβœ… Yes (resetting)
Removal via TWRPβœ… Yes.βœ… Yes.Deletes the assistant system files❌ No (firmware required)
Freeze at Titanium Backup❌ No.βœ… Yes.Stops all processes of the assistantβœ… Yes.

Through standard MIUI settings|

ADB-rootless|

Removal via TWRP (with root)|

Freeze at Titanium Backup|

I won't turn it off.

-->

Method 3: Delete system files (for advanced)

If you're willing to take drastic measures and have an unlocked bootloader + custom recovery (TWRP) installed, you can delete the assistant files directly from the system partition. This method is irreversible without flashing the phone!

Instructions:

  1. Download TWRP for Redmi Note 7 (version 3.6.2+) and install it via fastboot.
  2. Boot into recovery: Turn off the phone, then press Power + Volume up.
  3. In TWRP, go to Advanced β†’ File Manager.
  4. Delete the following files and folders: /system/priv-app/Velvet (main assistant application) /system/priv-app/GoogleQuickSearchBox /system/app/GoogleAssistant (if any)

Wipe β†’ Cache

After this procedure, Google Assistant will be removed at the system level, but there are risks:

  • 🚨 Google Services Disruption: Apps may stop updating through the Play Store.
  • πŸ”„ Problems with OTA-update: MIUI may refuse to install updates due to modified system files.
  • πŸ”Š Loss of features: Voice search in Chrome and some features of Google Maps will disappear.

πŸ’‘

Before removing system files, make a backup partition /system into TWRP (backup β†’ This will allow you to restore the phone if something goes wrong.

What to do if Google Assistant is activated after the update

Many Redmi Note 7 users are faced with the fact that after updating MIUI or Google Services, the assistant is activated again, which is due to the fact that the system restores the standard settings for system applications.

Decisions:

  • πŸ”„ Remove Google Services: in Settings β†’ Annexes β†’ Google Play Services click Remove Updates. This will bring back the version that was when you bought your phone.
  • πŸ“΅ Block Automatic Update: Open Play Store, find Google Assistant, tap three points and uncheck Auto Update.
  • πŸ›‘οΈ Use Magisk Module: If you have root, install DisableFlags from the Magisk repository – it blocks forced updates to system applications.

If the assistant continues to appear, check the settings for Special Options (Settings β†’ Special Opportunities β†’ Special Opportunities β†’ Special Opportunities Services) – sometimes the Voice Access option is activated there, which duplicates the Assistant’s functions.

Google Assistant on Redmi Note 7

If you’ve disabled the standard assistant but want to keep voice control, consider these options:

AnnexFunctionsPlusesCons
XiaoAI (built-in)Voice commands, management of Xiaomi smart devicesβœ… Optimized for MIUIβœ… Offline (Basic Teams)❌ No integration with Google services❌ Limited set of teams
Alice from YandexSearch, weather, music managementβœ… Russian-language supportβœ… Smart Scenarios for IoT❌ It requires a constant internet connection❌ Collects data (linking to Yandex account)
Bixby (via APK)Voice assistant from Samsungβœ… Recognition of natural speechβœ… Integration with some Xiaomi apps❌ Unstable work for MIUI❌ Requires manual tuning

To install alternative assistants:

  1. Download. APK-file from the official website (for example, Yandex Alice).
  2. Allow installation from unknown sources in Settings β†’ Applications β†’ Special Access β†’ Install unknown applications.
  3. Configure the call gestures in Settings β†’ System β†’ Gestures β†’ Additional gestures.

πŸ’‘

XiaoAI consumes 2-3 times less battery than Google Assistant, as it is optimized for the Snapdragon 660 processor in the Redmi Note 7.

Frequent Mistakes and How to Avoid Them

When you turn off Google Assistant, users often face some problems. Here's how to solve them:

  • πŸ”Œ The phone is not determined in ADB: Check what's in the settings. β†’ For developers included the option of debugging by USB (Use the original Xiaomi cable, because cheap ones often don't transmit data.
  • πŸ”„ After the reboot, the assistant reappears: This means you have removed the app only for the current user. To remove it completely, you need root. Or use the command: adb shell pm uninstall --user 0 com.google.android.googlequicksearchbox
  • πŸ“± Missing the Home button or navigation gestures: This happens if the system libraries were removed with the Assistant. MIUI fastboot.

⚠️ Note: Redmi Note 7 with firmware MIUI Global after deleting Google Assistant may stop working «OK Google" in apps like Google Maps. If you want voice navigation, install alternative software (e.g. Osmand or Yandex Navigator).

FAQ: Answers to Frequent Questions

Can I disable Google Assistant without a computer?
Yes, but only partially through MIUI settings (see Method 1). Complete deletion without a PC is possible only with root rights and a file manager with access to system folders (for example, Root Explorer).
Will Google Pay work after the Assistant is disabled?
Yes, Google Pay is not dependent on Google Assistant, but if you delete the assistant system files via TWRP, you may have trouble certifying the device (SafetyNet), in which case Google Pay will stop working before you pass the certification (you need to use modules like MagiskHide Props Config).
How to get back Google Assistant if you need it?
If you have disabled it through ADB, follow the command: adb shell cmd package install-existing com.google.android.googlequicksearchbox If you have deleted system files - only MIUI flashing or manual APK installation (but it will work unstable).
Does turning off the Assistant Speed Up the Phone?
On the Redmi Note 7 with 4GB of RAM, the performance gains will be 5-10% due to the release of the background. However, if you have 6GB of RAM, the difference will be minimal (about 1-3%), the main effect is an increase in battery life by 8-12% when used actively.
Can you only turn off voice activation (OK, Google) by leaving gestures?
Yes. To do this, open the Google app (not Assistant!). Go to Settings β†’ Voice Search β†’ Voice Match. Turn off the option Access from any screen. Gestures will remain active.