Xiaomi Redmi Note 8T is one of the most popular smartphones in the budget segment, but its owners often face intrusive work of Google Assistant. Voice assistant is activated by random taps, consumes battery power in the background and collects data about the user. In this article, we will analyze all possible ways to disable it, from standard settings to hidden MIUI functions and ADB commands.
It's important to understand that completely removing Google Assistant without superuser rights (root) is impossible - it's a system application integrated into firmware. However, it can be deactivated at the service level, limit background activity or reassign the call button. We tested all methods on Redmi Note 8T with MIUI 12-14 firmware (including global and European versions).
If you use a custom firmware smartphone (like LineageOS or Pixel Experience), some of the instructions may not work β in such cases, manual removal is required. APK through TWRP Or Magisk. For the standard. MIUI All options described below will be suitable.
1. Disable Google Assistant through phone settings
The easiest way is to deactivate the assistant in the Google menu, which doesn't remove the app, but stops it from working in the background and blocks activation with a voice or button.
Instructions:
- π± Open the Google app (the icon with the letter "G" on a colored background).
- π€ Slip on your avatar in the upper right corner β Select Settings.
- π Go to the Google Assistant section β General settings.
- βοΈ Scroll down and click Disable Google Assistant (or Delete Assistant Data in New Versions).
After that, the assistant will stop responding to the voice command βOK, Googleβ and pressing the home button. However, background processes may continue to work β additional steps will be required to completely disable (see section 3).
β οΈ Note: On some versions MIUI (In particular, Chinese) item Disable Google Assistant may not be available, in which case use alternative methods from the following sections.
2. Reassignment of the Assistant Call button
On the Redmi Note 8T, Google's Assistant is the default for a long push on the Home button (or gesture if you use buttonless navigation), which often works by accident, especially in your pocket, to turn it off:
Steps:
- Go to Settings β System and device β Buttons and gestures.
- Select the Home button (or Navigation buttons if you use gestures).
- Find the Long Press option and set No Action or Run Menu.
If there is no such item in your firmware, try an alternative path:
- π§ Open the Settings. β Annexes β Application management.
- π In the search, type βGoogleβ and select the Google app (not Google Play Services!).
- π« Press Turn Off. β confirm.
π‘
If the Home button stops working after you shut it down, restart your phone, and in 90% of cases, the functionality is restored automatically.
3. Limit background activity through MIUI settings
Even after the Google menu is turned off, the assistant can continue to consume resources to block its activity completely.
Method 1: Limiting Auto Start
- β‘ Go to Settings. β Battery and productivity β Autostart control.
- π Find the list of Google and Google Play Services.
- π Turn off sliders opposite these apps.
Method 2: Prohibition of background work
- π± Open the Settings. β Annexes β Application management.
- π Choose Google. β Battery limitations.
- π Set the Restricted or Strict mode (depending on version) MIUI).
| Method of limitation | The effect | Cons |
|---|---|---|
| Shutting down autostart | The assistant does not start when the phone is turned on | Does not block manual start |
| Battery limitation | Background processes are suspended | Notifications from other Google services may be lost |
| Freeze through ADB | Full shutdown | Requires PC and debugging over USB |
4. Disconnection via ADB (for power users)
If standard methods don't work, you can use Android Debug Bridge (ADB), a tool for managing system applications, which does not require root, but requires a connection to a computer.
Step-by-step:
- π» Install. ADB Tools on PC.
- π± On your phone, activate Developer Mode: Go to Settings β About the phone. 7 times tap on the item Version. MIUI. Back to Settings β Additionally. β For developers, turn on the debugging. USB.
Redmi Note 8T
ADB
adb shell
pm uninstall -k --user 0 com.google.android.googlequicksearchbox
pm disable-user --user 0 com.google.android.googlequicksearchboxInstalled drivers Xiaomi on PC
Developer mode on the phone is enabled
USB-The cable supports data transfer (not just charging)
The command line is open on behalf of the administrator (Windows)-->
β οΈ Note: pm uninstall and pm disable-user will remove updates for Google Assistant and disable it for the current user. When you reset your phone to factory settings, the assistant will return. To return it back, use the command: enable adb shell pm com.google.android.googlequicksearchbox
5. Alternative methods: MIUI Hidden Settings and Magisk
For users who are ready for experiments, there are additional methods:
Method 1: MIUI Hidden Settings (without root)
- π± Install the app MIUI Hidden Settings from Google Play.
- π§ Go to the System App Remover section.
- π Find Google Assistant and click Disable.
Method 2: Remove via Magisk (requires root)
- π οΈ Install Magisk and get root access.
- π¦ Download the Universal GApps Debloater module.
- β‘ Install the module via Magisk Manager and restart your phone.
- ποΈ In the module settings, select Google Assistant to delete.
What happens if you delete Google Assistant through root?
6. Verification of the result and elimination of problems
After using any of the methods, check if Google Assistant is disabled:
- π£οΈ Say, βOK, Googleβ β thereβs no reaction.
- π Press the Home button for a long time β the assistant menu should not open.
- π Check battery consumption in Settings β Battery β Google App Should Not Consume Charge.
If the assistant is still active:
- π Reboot the phone.
- π§ Check if the settings have reset after the update MIUI.
- π΅ Make sure that in the settings β Google Apps Have No Auto-Run Rights.
π‘
The most reliable way is to combine the disable in Google settings + the restriction through ADB. This is guaranteed to block all functions of the assistant without root.