Modern Xiaomi and Redmi smartphones are equipped with a MIUI shell that is tightly integrated with Google services. For many users, the voice assistant is an indispensable control tool, but its intrusiveness is often annoying.
Owners often wonder how to fully deactivate this service to free up system resources and eliminate false positives.The shutdown process does not require root rights and is performed through the standard settings menu. We will look at all available locking methods.
You have to understand that you can't completely remove the system component without deep flashing, but you can reduce the functional activity to zero, so you can use the phone quietly without fear of sudden beeps, and then we'll go through each step in detail.
Basic settings through the Google Menu
The easiest and safest way to limit your voice assistant is to use the built-in restrictions, so you have to go to the settings of the Google app itself, not the Android system, and this will disable the response to voice commands "Ok Google."
Open the Google app on your smartphone and click on the profile avatar in the top right corner. In the menu that opens, select Settings, then go to Voice Control. Here is the Ok Google key switch.
Once you go to the voice control menu, you'll see the "Ok Google Recognition" option, and if you click on it, you can select "Off." This action will prevent the phone from responding to voice commands in the background, which will significantly reduce battery consumption.
- π± Open the Google app and log in to your account.
- βοΈ Go to the settings and find the "Voice control" section".
- π Select the option βOk Googleβ and set the value βOff.".
- πΎ Save the changes and check the microphone.
Importantly, this method does not remove the assistant call button, but makes voice commands inactive. If you want to completely eliminate random launches, you will need to perform additional actions described below.
π‘
Disabling the recognition of the phrase βOk Googleβ is the first and mandatory step to reduce the activity of the service.
Disconnection through the power button
One of the most annoying features in the MIUI shell is calling Google Assistant with a long press of the power button, which many users confuse with the off menu, leading to persistent erroneous activations.
To fix this, go to the basic settings of your Xiaomi smartphone.Look for the Additional Features section (or "Special Features" in older firmware versions).In the list of options, find Press and Hold the Power button.
In the menu that opens, you'll see a switch between Google Assistant and Shutdown Menu, and you'll have to choose the second option, and then a long press on the lock button will trigger the standard reboot and shutdown menu of the device.
β οΈ Note: Some global versions of the firmware MIUI For Europe or India, this option may be hidden or absent, in which case the change is possible only through third-party launchers or other alternatives. ADB-team.
Removing updates and cleaning up data
If standard settings donβt give the desired result, you can try rolling the app back to the factory version. Android system applications often update automatically, getting new features that you may not need.
To do this, open your phoneβs Settings and go to the Apps section. Search in the Google list (usually has a βGβ logo). Click on it and select the option to Remove Updates in the top right corner (via the three-dot menu).
After the rollback version, it is also recommended to clear the cache and data of the application.This will reset all personalized settings and voice models. The phone will assume that you have never used the service, which can prevent some background processes.
- ποΈ Go to App Management and find Google.
- π Click "Remove Updates" to return to the factory version.
- π§Ή Select "Clear Data" and confirm the action.
- π« Turn off auto-update for Google app in Play Market.
It should be noted that the system can automatically update the application again the next time you connect to Wi-Fi. To prevent this, you need to prevent auto-update in the Play Market app store.
Hiding widgets and access panels
Even if voice control is disabled, the Assistant widget can remain on the desktop or in the search bar.The MIUI shell often uses the "Search Bar" to the left of the first screen, which calls Google by default.
To remove this item, press the empty space on your desktop to go into edit mode. Click on the Settings button (usually the gear at the bottom). Find the option Additional or Search Bar and turn it off, or select an alternative search engine, such as Yandex or built-in MIUI search.
Also check the widgets on the main screens. If there's a Google widget on there, just drag it to the top of the screen in the cart or hit "Delete." This will clear the interface of visual reminders about the service.
What to do if the widget is not removed?
Using ADB for Advanced Users
For those who want to maximize their impact, there is a method of hiding a packet through the Android Debug Bridge (ADB), which does not physically remove the application, but makes it invisible to the system and the user, which is effectively equivalent to deleting it.
You'll need a computer, USB-cable and on-line debugging USB On your smartphone, activate the Debugging by USB. Connect your phone to your PC and start the command line with administrator rights.
Enter the following command to hide the component:
adb shell pm disable-user --user 0 com.google.android.apps.googleassistantThis command forcibly disables the Assistant's user process. The smartphone will act as if the application has been removed. If you want to return everything back, use the command to replace the disable-user with enable.
β οΈ Note: Be extremely careful when entering ADB-A bug in the name of the package can lead to unstable operation of the system or loss of access to other Google services.
βοΈ Preparation for work with ADB
Comparison of disconnection methods
The choice of method depends on your goals: whether you want to just stop hearing voice responses or you need to completely remove the service from the system.
| Method | Difficulty | Efficiency | Risks. |
|---|---|---|---|
| Settings "Ok Google" | Low. | Partial | No. |
| Change of action of the button | Low. | Tall. | No. |
| Removal of updates | Medium | Medium | Auto-update |
| ADB team | Tall. | Maximum | Input errors |
For most users, a combination of the first two methods is enough, and the use of ADB is recommended only for experienced Xiaomi owners who understand the risks of interference with system processes.
π‘
Before use ADB-commands make a full backup of data to restore the smartphone in case of an error.