Google Assistant on Xiaomi Redmi Note 7 is often activated by accident โ just press the Home button or say the phrase โOK, Googleโ. For many users, this feature is useless, and it consumes up to 15% of battery power in the background (test data on the test). MIUI In this article, we will discuss all possible ways to disable it, from standard settings to system manipulations through the use of a system. ADB.
It's important to understand that Redmi Note 7 (codename lavender) is based on MIUI, Xiaomi's proprietary shell, which imposes its own limitations. Some methods that run on pure Android may not work here. We tested all the instructions on MIUI 12.5-14.0 firmware and identified the ones that are guaranteed to work.
Why Google Assistant is Interfering with Your Phone
The main claims of users to voice assistant on Redmi Note 7:
- ๐ Battery consumption: background activity of Google services eats up to 300 mAh per day even without active use.
- ๐ค False positives: The assistant is triggered by random taps or similar phrases (e.g. while watching a video).
- ๐ฑ Conflict with MIUI: On some Google firmware, the Assistant blocks Mi Gestures gestures (e.g. swipe up to return home).
- ๐ก๏ธ Privacy concerns: constantly sending voice data to Google servers (even in sleep mode).
According to NetGuard traffic analysis, the assistant communicates with Google servers every 10 to 15 minutes, even if you donโt use it. On the Redmi Note 7 with 3GB of RAM, this can also lead to slowing down multitasking, as the system forcibly closes background apps to free up memory for Google services.
Method 1: Disconnect via standard MIUI settings
The simplest method, which works on all versions of MIUI without root rights, is suitable for users who want to disable voice and button activation, but do not remove the assistant completely.
- Open the Google app (the icon with the color letter "G").
- Slip on the profile avatar in the upper right corner โ Settings โ Google Assistant.
- Scroll down to General Settings and select Google Assistant (yes, points are duplicated).
- Turn off the sliders: ๐ Google (voice activation) ๐ฑ Lockdown assistant ๐ฑ๏ธ Use the home button"
After these actions, the assistant will stop running from voice or pressing a button, but will remain in the system. To fully deactivate background processes, go to Settings โ Applications โ Application Management โ Google and disable Autostart.
โ๏ธ Checking for Google Assistant Disconnection
Method 2: Remove Google Updates (for MIUI 12 and below)
On older versions of MIUI (up to 12.5), you can roll the Google Assistant back to the factory version, which will effectively turn it off.This method does not work on new firmware due to Google's policy, but owners of the Redmi Note 7 on MIUI 11-12 should try.
- Go to Settings โ Applications โ Application Management.
- Find Google (not to be confused with Google Play Services) and tap it.
- In the top right corner, press โฎ โ Remove updates.
- Confirm the action and restart the phone.
Once rolled back, the app will be 10.XX.XX (instead of the current 14.XX.XX) which will remove all the assistant components, but may disrupt other Google services (such as Google Discover on the home screen).
What happens if you remove Google updates?
Method 3: Disconnect via ADB (without root)
For advanced users who are willing to work with ADB, There's a way to block Google Assistant completely at the system level, and it doesn't require root rights, but it requires a computer and a computer. USB-cable.
Connect Redmi Note 7 to your PC, enable USB Debugging (Settings โ About Phone โ MIUI Version โ 7 times tap on version โ Return to Additional Settings โ For Developers) and execute commands:
adb shell pm hide com.google.android.googlequicksearchbox
adb shell pm disable-user --user 0 com.google.android.googlequicksearchboxOnce you restart, the phone will no longer recognize the commands for the assistant, and the service will disappear from the list of applications.
adb shell pm unhide com.google.android.googlequicksearchbox
adb shell pm enable com.google.android.googlequicksearchbox๐ก
If you have lost your phone search after being disabled via ADB (swipe down on the home screen), install an alternative launcher, such as Nova Launcher or Hyperion Launcher.
Method 4: Freeze via Miui Hidden Settings (for root)
If you have root rights (e.g., through Magisk), you can freeze all components of Google Assistant without deleting them.
- Install the Miui Hidden Settings app (available on 4PDA).
- Open the Manage Applications section.
- Find and tick: ๐ Google App (com.google.android.googlequicksearchbox) ๐ค Google Assistant Services (com.google.android.as) ๐ Velvet (com.google.android.apps.googleassistant)
Freeze selected
This method allows you to defrost applications at any time if they are needed for other functions (for example, for Google Lens in the camera), the main advantage is that the rest of Googleโs services do not break down.
Method 5: Complete removal of system APKs (for experienced ones only)
A radical method that will permanently remove Google Assistant from your phone, requires root rights and data backups because it can cause system instability, and is only suitable for users who are not using the Google ecosystem (for example, switched to MicroG).
List of files to delete (via Root Explorer or ADB Shell):
| The path to the file | Title of the component | Effects of removal |
|---|---|---|
| /system/priv-app/Velvet | Main appendix of the Assistant | Complete shutdown of the voice assistant |
| /system/priv-app/GoogleQuickSearchBox | Google App Interface | The search bar on the main screen will disappear. |
| /system/app/GoogleAssistantServices | Background services | Google notifications may stop working |
| /data/app/com.google.android.as-* | Updates to services | Recovery after Google Play update |
Before deleting, be sure to backup via TWRP or Orange Backup.If the phone stopped booting after deleting, restore files back or flash a clean MIUI through Fastboot.
Voice search in Chrome and YouTube
Automatic synchronization of Google account
Some features of Google Photos (e.g. backup)
If you use these services, choose another way to disable them.-->
What to do if Google Assistant is turned on itself
On some MIUI firmware (especially global versions), Google Assistant is automatically restored after updating Google Play services.
- Turn off auto-update for the Google app in the Play Store.
- Install AppOps (requires root) and deny Google access to the app: ๐ก Auto-start ๐ Background work ๐ฑ Display over other windows
Island
Shelter
If the assistant still appears, check for MIUI updates โ in some cases, the problem is solved after switching to a newer firmware version (for example, from MIUI 12 to MIUI 13).
๐ก
To permanently block Google Assistant updates, add the.googleapis.com and.gstatic.com domains to the blacklist via Blokada or AdGuard.
Alternatives to Google Assistant for Xiaomi Redmi Note 7
If youโve disabled the standard assistant but want to keep voice control, consider these alternatives:
- ๐ค XiaoAI (built-in in MIUI): It's non-internet, supports Chinese and English, activated with a long press.
- ๐ต Alice from Yandex: better recognizes the Russian language, integrates with smart devices Yandex.
- ๐ Siri Shortcuts (via iOS device): If you have an iPhone, you can set up remote control of the Redmi Note 7.
- ๐ฑ Bixby (via Samsung Flow): Suitable if there are Samsung devices in the ecosystem.
To install alternative assistants, you may need to disable Google Play Protection (Settings โ Google โ Security โ Play Protection โ Cog sign โ Scanning your device for threats).
๐ก
Xiaomiโs XiaoAI consumes 3 times less battery than Google Assistant (tests on Redmi Note 7 showed a consumption of ~50 mAh / day against 150-300 mAh at Google).