Xiaomi Mi 9
Google Assistant
All working methods of disabling or completely removing it
The main problem is that Google Assistant is integrated into MIUI firmware at the system level. There is no simple "delete app" on the menu, but there are workarounds. We tested them on Mi 9 with MIUI 12.5-14 versions (Android 10-12) and are ready to share the results. Importantly, some methods require unlocking the bootloader or superuser rights (root) - we will warn you about this in advance.
If you want to just turn off voice launch, just a few clicks in the settings, and if the goal is to completely remove Google services, including Assistant, without losing the functionality of your smartphone, you'll have to dive into the technical details. Let's start with the simplest.
1. Disable Google Assistant through Android Settings
The safest way is to deactivate the assistant in the standard menu, which won't remove it completely, but will prevent accidental launches and reduce battery consumption.
Go to Settings β Google β Settings for Google apps β Search, Assistant and Voice. Here you will see three key points:
- π Google Assistant β the main assistant management menu.
- π€ Match voice β Responsible for recognizing the phrase βOK, GoogleΒ».
- π± General settings β here you can restrict access to data.
In the Google Assistant section, select your account, then go to Settings β Phone and turn off the Google Assistant slider. Then go back and deactivate the βOK, Googleβ Recognition option in the Voice Match menu.
π‘
If the Assistant still starts when you hold the Home button after you shut down, check your gesture settings in Settings β System β Gestures β Home button. There may be an assistant call attached.
This method works on all versions of MIUI, but has a limitation: the Assistant remains in the system and can be activated through other applications (for example, Google Search or YouTube).
2.Removal of Google Assistant Updates
Even after disabling, the assistant can update in the background via Google Play. To stop this, you need to βroll backβ the application to the factory version.
Open Settings β Applications β App Management and find Google Assistant (or com.google.android.googlequicksearchbox). Tap it, select Remove Updates, then confirm the action.
- π« Stop Auto Updating: Find the App on Google Play, Click Three Dots β Remove from the Auto Update List.
- π Disable notifications: in the application settings, uncheck the tick from Show notifications.
- π΅ Limit background activity: In the Battery and Performance menu, select Background Limitation.
This doesn't remove the Assistant completely, but it stops updating it and minimizes the impact on the system. If you need a radical solution, read about disabling through ADB or removing system APKs.
Yes, constantly |Only occasionally |No, turned off |Tryed but deleted-->
3. Disconnection via ADB (no root)
For users ready for more complex manipulations, there is a way to disable Assistant via Android Debug Bridge (ADB). This does not require superuser rights, but requires a computer and USB-cable.
First, turn on the developer mode on Xiaomi Mi 9:
- Go to Settings. β The phone.
- Tap 7 times on the MIUI version until the notification βYou became a developerβ appears.
- Return to Settings β Additional β For developers and activate Debugging over USB.
Now connect your phone to your PC, install ADB Tools and execute on the command line:
adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox
adb shell pm disable-user --user 0 com.google.android.apps.googleassistantThese commands will completely disable Google Assistant and related services until the next reboot. To get it back, use:
adb shell pm enable com.google.android.googlequicksearchboxInstall ADB Tools on PC|Enable the Developer Mode on Mi 9|Activate debugging by USB|Connect your phone to the original cable|Check the connection with the adb device command-->
4. Complete removal of system APKs (root required)
If you are willing to take drastic measures and have unlocked bootloader + root rights, you can remove Assistant permanently.Warning: this may disrupt other Google services (such as Gmail or Play Market).
Use a root-enabled file manager (such as Root Explorer or FX File Explorer) and delete the following files:
Once deleted, restart your phone. If you experience errors in other Google apps, restore files from the backup or reflash your phone.
What happens if you remove the assistant without root?
5. Google Assistant Alternatives to Xiaomi Mi 9
If you have removed the Assistant but want to keep voice control, consider alternatives:
| Assistant | Advantages | Deficiencies | Reference |
|---|---|---|---|
| Alice (Yandex) | Understands Russian well, integration with Yandex.Ecosystem | Fewer Android features, requires a separate app | Download |
| Siri (via Shortcuts) | Works with Apple devices if they are in the ecosystem | Limited functionality on Android | Details. |
| Bixby (Samsung) | Support for Samsung Smart Devices | Poorly optimized for Xiaomi | Download |
| XiaoAI (built into MIUI) | Optimized for Xiaomi, supports Chinese and English | Limited Functionality in Russian | Included in Settings β XiaoAI |
For a full replacement, we recommend Alice from Yandex - it is best adapted for Russian-speaking users and has a wide range of commands (from searching the Internet to managing a smart home).
6 Possible problems after disconnection and their solution
After deactivating or deleting Google Assistant, you may encounter the following problems:
β οΈ Note: If after disconnection through ADB Voice commands in Google Maps or YouTube have stopped working, return the default settings with the command: adb shell pm enable com.google.android.googlequicksearchbox Or use alternative applications (for example, Yandex.Navigator instead of Maps).
Another common problem is that you're constantly notifying yourself of synchronization errors, and this is because some system processes are trying to access the disabled Assistant.
- π οΈ Go to Settings. β Notifications β Additionally. β System Notifications and Turn Off Alerts from Google Play Services.
- π Reset the Google Play Services cache in the Settings menu β Annexes.
- π± If nothing helps, reset your network settings: Settings β SIM-maps and mobile networks β Resetting network settings.
On the Xiaomi Mi 9 with MIUI 14, a warning about βsystem instabilityβ may appear after removing system APKs. This is normal β just ignore it or turn it off in the security settings.
π‘
If after manipulation with the Assistant the phone began to brake or overheat, perform a cache reset via Recovery (press Power + Volume up when turned on).
7.Resetting to factory settings as a last resort
If all the methods don't work, and the Assistant keeps getting in the way, you're going to have to completely reset your phone, which is a radical method, but it's guaranteed to bring the phone back to its original state.
Before resetting, back up important data:
- πΈ Photos and videos: copy to PC or cloud (Google Photos, Mi Cloud).
- π± Contact: Export to the VCF-Sync the file or sync with your Google account.
- π Passwords: Save from Google Smart Lock or Mi Account.
To reset, go to Settings β About Phone β Settings Reset β Erase all data. Once rebooted, the phone will be like new β you only have to turn off the Assistant in Google Settings (see Section 1) so it doesnβt activate again.
β οΈ Attention: On some firmware MIUI You can reset the old version of the Assistant, and to avoid this, immediately after setting up the phone, follow the commands. ADB section 3.