The Google Assistant on Xiaomi Redmi Note smartphones is often activated by accident β just press the Home button or say βOK, Google.β For many users, this feature becomes more of an annoying factor than a useful tool: the assistant consumes battery power, collects data about your requests and can interfere with your game or watching videos. Especially relevant problem for owners of Redmi Note 10/11/12 and older models, where Google Assistant is integrated at the level of the MIUI firmware and does not have an obvious βDeleanβ button.
In this article, we will explore all possible ways to disable the assistant, from standard settings to hidden commands for power users.
- π Deactivate voice control through the menu MIUI
- π οΈ Remove the assistant updates through ADB (rootless)
- π Disable auto-run Google services in the background
- π± Reset to factory settings if assistant "embedded" in the system
Important: some methods require technical knowledge, and if you are not sure what you are doing, use only the first two methods in our instructions.
1. Disconnect via MIUI settings (the easiest way)
If you donβt want to get into the technical details, start with this method.It works on all Redmi Notes with MIUI 12 and later (including the Redmi Note 13 Pro+).
Instructions:
- Open the Settings app (cog icon).
- Go to the Appendix section β Application management.
- In the search bar, type in Google and select the Google app (not to be confused with Google Play Services).
- Press Notifications and turn off all switches.
- Go back and select permissions. β Turn off the microphone.
- Next, go to Battery and Performance β Background Activity Management β select Restricted.
This method doesn't remove the assistant completely, but it blocks its basic functions: voice activation and background work. To completely disable, move to the next method.
π‘
If you still activate Google Assistant by voice after this action, check the settings in the Google app (the "G" icon in color). Go to Settings β Voice Search β Voice Control and turn off all options.
2. Removing Google Updates via ADB (without root)
For users who are willing to work with a computer, this method allows the assistant to be completely disabled without having to get root rights.
- π» Computer with Windows/macOS/Linux
- π USB-cable (original)
- βοΈ Included debugging by USB smartphone
Step-by-step:
- Activate Developer Mode on Redmi Note: Go to Settings β About Phone. Click 7 times on the MIUI Version (you will be notified "You've become a developer"). Return to Settings β Additional β For Developers and enable USB Debugging.
Connect your phone to your PC and confirm your trust in the computer on your smartphone screen.
ADB Tools
ADB
adb devices(Your device serial number should appear)
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchboxadb shell pm disable-user --user 0 com.google.android.apps.googleassistantOnce these commands are executed, the Google Assistant will be completely disabled and its icon will disappear from the app menu. To return everything back, use the command:
adb shell pm install-existing --user 0 com.google.android.googlequicksearchboxβοΈ Preparation for ADB-shutdown
3. Disconnect via Google Settings (alternative method)
If previous methods didnβt work, try deactivating the assistant through its own settings, a method that works for the Redmi Note 8/9/10 with MIUI 11-14 firmware.
Instructions:
- Open the Google app (color icon "G").
- Click on your avatar in the upper right corner β Settings.
- Select Google Assistant β General settings.
- Turn off the switches: π Voice assistant π± Assistant on the lock screen π€ Voice input
Devices
Redmi Note
Google Assistant
After this action, the assistant will no longer respond to voice commands, but its services will remain in the system. ADB (method β2).
What if the Google Assistant is not in the settings?
4. disable auto-start via MIUI Optimization
Even after the Google Assistant is disabled, its services can continue to run in the background, consuming battery. To avoid this, block auto-start:
Steps:
- Go to Settings β Applications β Application Management.
- Find Google and Google Play Services.
- For each application: Select Battery β Background activity management β Limited. Press AutoRun and turn off permission.
Reboot the phone.
This method doesnβt remove the assistant, but it significantly reduces its impact on performance. Once autorun is disabled, Google Assistant wonβt start when you turn on your phone or connect to Wi-Fi.
π‘
Turning off auto-start is a must if you want to save battery life, and even Googleβs sleeper services can consume up to 5-7% of the charge per day.
5. Reset to factory settings (extreme case)
If all the previous methods didnβt work, and Google Assistant continues to interfere, the last option is to completely reset your phone, which will remove all data from your device, so use it only as a last resort.
How to reset the Redmi Note:
- Create a backup of important data (photos, contacts, messages).
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data.
- Confirm the action and wait for the reboot (it will take 5-10 minutes).
Problem 2: After the MIUI update, the assistant returns.
Solution: Before updating the firmware:
- Make a backup through Settings β Additional β Backup.
- Turn off auto-update apps in the Play Market.
- After the update, immediately follow. ADB-method β2.
Problem 3: Voice search in other apps (e.g. YouTube) is not working.
This is normal β disabling Google Assistant affects all voice input services, to return the feature only for specific applications:
- Go to the settings of these apps (e.g. YouTube β Settings β Voice Search).
- Allow access to the microphone in Settings β Applications β Permissions.