The voice assistant Alice from Yandex is integrated into the firmware MIUI on smartphones Xiaomi Redmi as part of the ecosystem of services. For many users, this feature becomes a source of irritation: the assistant is activated by random presses, consumes battery power in the background and collects data on voice commands. Disabling Alice is not as easy as it might seem - standard settings often hide complete removal, leaving processes active.
In this guide we will look at all possible methods: from basic disabling through the menu to radical solutions using ADB and modification of system files. We will pay special attention to the nuances for different versions MIUI 12/13/14 and models Redmi (Note 10/11/12, K50, A1+, etc.), where the location of the settings may differ. If you want not just to hide the icon, but to completely stop Alice from working at the system level - this material is for you.
Why does Alice continue to work after shutdown?
Even after deactivation through the settings assistant can:
- ๐ Consume up to 3-5% charge per day due to background processes
com.yandex.aliceandru.yandex.searchplugin. - ๐ค Activated by hot phrase ("Hello, Alice") or accidentally holding down the button
Home. - ๐ฑ Restore the desktop shortcut after updates MIUI.
- ๐ Transfer data about voice requests to Yandex (unless the corresponding permissions are disabled).
The reason lies in the architecture MIUI: Xiaomi integrates Alice at the firmware level, and not as a regular application. The standard "disable" menu only hides the interface, but does not stop system services. Complete removal will require additional steps.
Method 1: Standard disabling through MIUI settings
This method is suitable for users who want hide Alice without deep system changes. It does not remove the assistant completely, but it stops most background processes.
- Open
Settings โ Applications โ Manage applications. - In the search bar, enter "Alice" or "Yandex".
- Select application "Alice" (microphone icon).
- Click
Disable(the button will become gray). - Confirm the action in the dialog box.
For additional optimization:
- ๐ซ Go to
Settings โ Battery and performance โ Battery managementand select the "Limit background activity". - ๐ In the
Settings โ Privacy โ Application permissionssection, disable Alice's access to microphone, geolocation i autorun.
โ๏ธ Checking whether Alice is disabled
โ ๏ธ Attention: On some models Redmi (for example, Note 11 Pro+) after updating MIUI Alice can be activated again. Check the settings after each update.
Method 2: Uninstall via ADB (without root)
If the standard shutdown did not help, use Android Debug Bridge (ADB) a tool for deep system customization without superuser rights. This method completely removes Alice as a system application, but requires connection to a PC.
Preparation:
- Download ADB Tools for your OS (Windows/macOS/Linux).
- Enable on your smartphone
Developer mode:Settings โ About phone โ MIUI version(press 7 times). - Activate
USB debugginginSettings โ Advanced โ For developers.
Removal instructions:
- Connect Redmi to the PC and open the command line in the folder with
adb. - Enter the command to check the connection:
adb devicesThe device serial number should appear.
- Run the Alice removal command:
adb shell pm uninstall --user 0 ru.yandex.aliceFor some versions MIUI you may also need:
adb shell pm uninstall --user 0 com.yandex.browser
| Redmi model | ADB command | Note |
|---|---|---|
| Redmi Note 10/11 | adb shell pm uninstall --user 0 ru.yandex.alice |
A reboot may be required |
| Redmi K50 | adb shell pm uninstall --user 0 com.yandex.searchplugin |
Deletes the Yandex search plugin |
| Redmi A1+ | adb shell pm hide ru.yandex.alice |
On some firmware it only works hide |
โ ๏ธ Attention: After deleting via ADB, the Alice shortcut will disappear, but when you reset or update MIUI the application can be restored. For permanent effect, repeat the procedure after each update.
Before using ADB, create a backup copy of your data via Settings โ System โ Backup. In rare cases, incorrect commands can lead to system failures.
Method 3: Disabling via Safe Mode
If Alice is activated by itself (for example, when holding button Home), try disabling it in Safe Mode. This method temporarily blocks all third-party applications, including Assistant.
How to enter Safe Mode:
- Hold the button
Poweruntil the menu appears turn off. - Hold your finger on the "Turn off" option until a request to enter safe mode appears.
- Confirm the action. The phone will reboot with the inscription "Safe Mode" at the bottom of the screen.
In safe mode:
- ๐ Check if the Alice icon has disappeared from the desktop.
- ๐ฑ Try activating the assistant with your voice - there will be no reaction should.
- ๐ง If the problem is resolved, then the conflict was caused by third-party software. Remove recently installed applications.
To exit Safe Mode, simply reboot phone. This method does not remove Alice forever, but helps diagnose the cause of spontaneous startups.
Method 4: Blocking via Mi Account (for global firmware)
On smartphones with global firmware (for example, Redmi Note 12 Global) Alice can be disabled through your account Mi Account. This method synchronizes settings between devices and prevents automatic restoration of the assistant.
Step-by-step guide:
- Open
Settings โ Accounts โ Mi Account. - Log in or create an account if you donโt have one.
- Go to
Synchronization settings โ Additional settings. - Find the "Voice assistant" section and disable synchronization.
- Return to the main settings and disable Alice in the standard way (see Method 1).
Advantages of this method:
- โ๏ธ Settings will be saved after reset or replacing the device.
- ๐ Alice will not be restored after the update MIUI.
- ๐ฑ Works on all models Redmi with global firmware (for example, Redmi 10A, Note 11S).
โ ๏ธ Attention: On Chinese firmware versions (China ROM) this method may not work due to the lack of a voice assistant synchronization option. In this case, use Method 2 (ADB).
Method 5: Radical deletion (requires root)
If you are ready to take extreme measures and have root access, you can completely erase Aliceโs files from the system partition. This method irreversible and is only suitable for experienced users.
Instructions:
- Install a file manager with root support (for example, Root Explorer or FX File Explorer).
- Go to the folder
/system/priv-app/or/system/app/. - Find and delete folders:
YandexAliceYandexSearchPlugin
YandexBrowser - Clear the cache in
/data/data/by deleting folder namesru.yandex.*. - Reboot device.
Risks of this method:
- โ ๏ธ Other applications may malfunction Yandex (Mail, Maps, Navigator).
- ๐ง After the update MIUI files can be restored.
- ๐ก๏ธ Violation of the integrity of the system partition can lead to brick (inoperability) of the device.
What to do if Yandex.Maps stops working after removing Alice?
If you deleted Yandex system files via root, some applications (Maps, Navigator, Mail) may require restoration. Solution:
1. Install them manually from Google Play.
2. If the applications do not start, copy the missing libraries from the backup or firmware via TWRP.
3. As a last resort, reset the settings (but Alice will return).
How to check that Alice is really disabled?
Even after using one of the methods, the assistant can remain active in the background. Here's how check its status:
- Task Manager:
- Open
Settings โ Applications โ Manage applications โ Running. - Check if there are processes in the list
ru.yandex.aliceorcom.yandex.searchplugin.
- Open
- Battery monitoring:
- Go to
Settings โ Battery โ Battery Usage. - If Alice consumes more 0.1% charge, she is still active.
- Go to
- Voice activation test:
- Say "Hello, Alice" or hold the button
Home. - If there is no reaction, the assistant is disabled successfully.
- Say "Hello, Alice" or hold the button
- Use the application NetGuard or PCAPdroid to monitor traffic.
- Alice can send data to servers
yandex.rueven in the โdisabledโ state.
If at least one of the points shows Aliceโs activity, repeat the shutdown procedure or try another method from this article.
The most reliable method is a combination of ADB removal (Method 2) + blocking via Mi Account (Method 4). This prevents the assistant from being restored after. updates.
Frequent problems and solutions
When disabling Alice, users encounter typical difficulties:
| Problem | Cause | Solution |
|---|---|---|
| Alice returns after the update MIUI | The firmware restores system applications | Repeat the shutdown via ADB or use Mi Account |
The command does not work adb uninstall |
The application is protected from uninstall | Use adb shell pm hide instead uninstall |
| Error appears "Failed to disable" | Device administrator restrictions | Disable Alice in Settings โ Security โ Device administrators |
| Voice activation works randomly | Conflict with other assistants (Google Assistant) | Disable "Okay, Google" in Google settings |
If none of the methods worked, consider flashing custom firmware (for example, LineageOS or Pixel Experience), where Alice is not present initially. However, this requires unlocking the bootloader and may void the warranty.
โ ๏ธ Attention: Interface MIUI and the location of the settings may change depending on the firmware version and region, check the official documentation Xiaomi for your model. data-i="275">Attention:
FAQ: Answers to popular questions
Is it possible to turn off Alice without a computer?
Yes, use Method 1 (standard shutdown) or Method 3 (Safe Mode). However, for complete removal without a PC you will need root access (Method 5).
Will Yandex.Navigator work after removing Alice?
Depends on the method:
- ๐ด Method 5 (root): The navigator may stop working because system libraries are deleted Yandex.
- ๐ข Methods 1-4: The Navigator will remain operational, since only the voice assistant is removed.
If the Navigator stops starting, install it again from Google Play.
Why after disconnecting Alice's phone search has disappeared?
In MIUI search by system is integrated with Alice. After its removal:
- Use the widget Google Search on the desktop.
- Install an alternative launcher (for example Nova Launcher) with built-in search.
- Restore the search via
Settings โ Applications โ Manage applications โ Search(enable the system application Search).
How to disable Alice on Redmi with Chinese firmware (China ROM)?
On China ROM Alice is often missing, but instead there may be XiaoAI (Xiaomi voice assistant) To disable it:
adb shell pm uninstall --user 0 com.miui.voiceassist
For Alice (if). it is installed) use standard commands from Method 2. Please note that on Chinese firmware you may need unlocking the bootloader.
Is it possible to return Alice after complete removal?
Yes, but the process depends on the deletion method:
- ADB (Method 2): Run the command
adb shell cmd package install-existing ru.yandex.alice. - Root (Method 5): Restore deleted files from a backup or reflash the device.
- Reset settings: Will return Alice to all models Redmi.
If Alice was part of the firmware, it can also be returned through an update MIUI.