Google Assistant on Xiaomi Redmi Note 9 Pro can be useful for voice control, but not all users like its constant activity in the background. The service consumes battery power, collects data about your requests and sometimes activates accidentally - for example, when you press the Home button or voice command "OK, Google." If you decide to get rid of the assistant, this article will help to do it competently, without risk to the system.
Features of the Redmi Note 9 Pro (models) joyeuse/curtana) The manufacturer has integrated Google Assistant at the firmware level. MIUI. This means that standard shutdown through settings often works incompletely β the service can be activated again after a reboot or update. We will look at all available methods, from basic to advanced, including: ADB-commands and modification of system files (for experienced users).
Important: Some methods require developer or unlocked bootloader rights, and if you're not prepared for this manipulation, use the first three methods -- they're safe and reversible.
1. Standard shutdown via Android settings
The easiest way is to use the built-in MIUI tools. It doesnβt remove Google Assistant completely, but disables its core features: voice activation, background activity, and home button integration.
Instructions:
- π± Open the Google app (the icon with the letter "G" on a colored background).
- π€ Slip on the profile avatar in the upper right corner β Settings.
- π Choose Google Assistant β Go to the General section.
- βοΈ Turn off sliders: Google Assistant (master switch) Voice control (phrase "OK, Google") Personalization (collection of data about your queries)
After that, the assistant will stop responding to voice commands, but its system processes (com.google.android.googlequicksearchbox) will remain active. To completely stop the background work, go to Settings β Applications β App Management β Google and select Stop (the effect is temporary until the next reboot).
β οΈ Note: On some versions MIUI 12/13 For the Redmi Note 9 The Google Assistant may not be in the Google App menu, in which case use the methods in the following sections.
2. Disconnect via the settings of the Home button
By default, on the Xiaomi Redmi Note 9 Pro, a long press on the Home button (or a swipe up with a delay gesture) calls Google Assistant.
- π§ Go to Settings. β Additional settings β Home button (or gestures, depending on version) MIUI).
- π In the Long Click section, select an alternative action: No action (recommended) Menu of recent apps Voice Search (if only search without Assistant is needed)
If your firmware does not have the Home Button option, then the gesture control is configured via Settings β System β Gestures. Find the Home option there and disable the Assist link.
Make a backup copy of important data
Check out the MIUI version (Settings β About the phone)
Turn off sync with Google (Settings β Accounts)
Battery charge > 50% (in case of failure)
-->
3. Limit background activity through application settings
Google Assistant continues to work in the background even after the settings are turned off, to minimize its impact on the battery:
- π± Open the Settings. β Annexes β Application management.
- π Find the Google App (not to be confused with Google Play Services).
- π Go to the Battery and select Limit Background Activity.
- π« In the Permissions section, disable: Microphone (to block voice activation) Camera (if Assistant uses it to recognize objects) Location (for privacy)
This method does not remove the Assistant, but significantly reduces its activity. To completely disable it, you will need developer rights or ADB.
| Method of disconnection | Difficulty | Efficiency | Reversibility |
|---|---|---|---|
| Through Google's settings | β (simple) | Medium (background processes remain) | Yes. |
| Change the home button | β (simple) | Partial (Gestural control only) | Yes. |
| Limitation of background activity | ββ (middle-of-the-road) | High (saving battery) | Yes. |
| ADB-team | βββ (difficult) | Full (disables services) | Yes. |
| Removal via Magisk | ββββ (difficult) | Absolute (deletes files) | Partially (needs backup) |
4. Complete disabling via ADB (for power users)
If standard methods donβt work, use Android Debug Bridge (ADB), which requires connecting your phone to your PC and enabling USB Debugging.
Step-by-step:
- π₯οΈ Install. ADB Tools on the computer.
- π± On your phone, activate Developer Mode: Go to Settings β Put it on the version. MIUI 7 times until the notification appears.
USB debugging
Settings β Additional β For Developers
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchboxThis command removes the Assistant only for the current user, without affecting system files.
Once you complete the Google command, the Assistant will be completely disabled, including voice activation and integration with the search. To return it, use the command:
adb shell cmd package install-existing com.google.android.googlequicksearchboxβ οΈ Attention: On some firmware MIUI If you update the system, the Assistant can recover, in which case repeat the procedure or use the method with Magisk (section 5).
π‘
If ADB Does not recognize the device, update the drivers USB For Xiaomi, through the official website or use the Xiaomi utility ADB/Fastboot Tools.
5. Google Assistant Removal via Magisk (root access)
For users with an unlocked bootloader and Magisk installed, a radical method is available: deleting the Assistant system files, which will permanently remove the assistant, but will require caution.
Instructions:
- π² Install the Universal module GMS Doze or DisableFlags with Magisk Manager.
- π§ Restart your phone and check if the Assistant is out. If not, use Root Explorer to manually delete: Go to the /system/priv-app/Velvet (or /system/priv-app/GoogleQuickSearchBox). Delete the folder or rename it to Velvet.bak. Clear the cache in the /data/data/com.google.android.googlequicksearchbox.
The advantage of this method is that it is completely deleted without the possibility of accidental recovery, but be prepared for the fact that some features (such as voice search on Google) will stop working.
What happens if you remove the Assistant through Magisk?
6.Alternative assistants for Xiaomi Redmi Note 9 Pro
If you have disabled Google Assistant but want to keep voice control functionality, consider alternatives:
- π€ XiaoAI (embedded Xiaomi assistant): Works offline for basic commands (calls, messages). Supports Russian (limited) Activated by voice: "Hello, Xiaoai" or by long pressing the power button.
- π΅ Alice from Yandex: Best Russification among assistants, integration with Yandex services (Music, Maps, Weather.
- π Bixby (for Samsung fans): You can install it through APK, It's limited in functionality, it supports gestures and voice commands.
To set up XiaoAI:
- Open Settings β Additional settings β XiaoAI Assistant.
- Turn on the voice control slider.
- Set up voice activation and anchoring to the Power button.
π‘
XiaoAI consumes significantly less battery than Google Assistant, but has limited functionality outside of China.
Frequent problems and solutions
When you turn off Google Assistant on Redmi Note 9 Pro, users face typical difficulties.
- π Assistant returns after update MIUI: Repeat the shutdown through ADB Or Magisk. Use the DisableFlags module to block automatic recovery.
- π Voice activation does not turn off: Check permissions for the Google app (turn off the microphone). β Annexes β Google β Warehouse.
- β‘ Strong battery discharge after shutdown: This is a temporary effect - the system will re-index the data. 1-2 Check the activity of other Google services through Settings β Battery β Battery utilization.
If none of the methods worked, it is possible that your MIUI firmware has been modified by the manufacturer (e.g., the global version for some regions), in which case only flashing it on EU-rum or Pixel Experience, where Google Assistant can be removed completely, will help.