Voice assistant Alice from Yandex is pre-installed on many Xiaomi, Redmi and POCO smartphones as part of the partnership. For some users, it is a convenient tool, for others β an unnecessary application that consumes up to 150 MB of memory and constantly works in the background, draining the battery by 3-7% per night. Unfortunately, standard deletion through the application menu is often not available, the system blocks the uninstallation of system services.
In this guide, we will discuss all the current ways to disable or completely remove Alice from Xiaomi devices based on MIUI 14/15 (including global and Chinese firmware).
- π Disable Alice without removal (to save charge)
- ποΈ Remove the application through ADB (rootless)
- π οΈ Deactivate Alice System Processes with Superuser Rights
- π Restore the assistant if you need it again.
Important: procedures vary depending on the version of MIUI and the model of the smartphone. For example, on the Xiaomi 13 Pro with MIUI 15, you will need ADB for complete removal, whereas on the Redmi Note 10 with MIUI 14, you just need to disable auto-start. We covered all scenarios.
1.Why Alice is preinstalled on Xiaomi and can it be safely removed
Xiaomi and Yandex began cooperation in 2018, when Alice became the standard assistant on smartphones for the Russian market.
- π± On the global versions MIUI (for example, Xiaomi 12T Pro: Alice may be absent or hiding under the Yandex App name.
- π·πΊ On Russian firmware (models Redmi) 10C, POCO X5) The assistant is installed as system software and protected from removal.
- π§ On the Chinese versions (for example, Xiaomi 14 with firmware for the CN-region) Alice is not present at all.
Can you remove Alice without consequence?
| Deleting method | Do you need root rights? | Risk to the system | Recovery capability |
|---|---|---|---|
| Shutting down autostart | β No. | β No. | β Yes. |
| Removal via ADB | β No. | β οΈ Medium (can break Yandex.Search) | β Yes. |
| Deinstallation with root | β Yes. | β οΈ High (risk of "brike" in case of error) | β No (reflashing required) |
β οΈ Note: Some models (e.g. Xiaomi) 11T) Alice is tied to Yandex Search, and deleting it can cause errors when using your browser or weather widgets. β System system β Backup.
2. Method 1: Unplug Alice without removal (to save battery)
If you donβt need to get rid of the assistant completely, but you want to prevent it from working in the background, follow these steps: This method does not require superuser rights and is suitable for all versions of MIUI.
Instructions:
- Open Settings β Applications β Application Management.
- In the search box, type βAliceβ or βYandexβ.
- Select the Alice app from Yandex (or Yandex App).
- Press Battery β Background Activity and select Limit.
- Go back and tap AutoRun, then turn off all the switches.
- In the Notifications section, disable notifications.
You can also turn off voice control:
- π€ Go to Settings. β System system β Gestures and buttons β Voice assistant.
- π Select No in the section "Running Voice AssistantΒ».
There is no Alice icon on the desktop |
The app does not appear in the "Recent" menu |
No notifications from Yandex|
The voice assistant is not activated by the button-->
β οΈ Attention: On Xiaomi with MIUI 15 after the system update, the autorun settings may reset. Check them every 1-2 months through Settings β Annexes β Permits β Auto-start.
3. Method 2: Removing Alice via ADB (without root rights)
If you donβt want to remove Alice completely without rooting, use ADB (Android Debug Bridge), which works on 90% of Xiaomi devices, except for Chinese firmware.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π USB-cable (preferably original).
- π± Included debugging by USB smartphone.
Step-by-step:
- Activate Developer Mode: Settings β About Phone β MIUI Version (Tap 7 times)
- Enable USB debugging in Settings β Additional β For developers.
- Download ADB Tools and unpack the archive.
- Connect your smartphone to your PC and in the command line (terminal) perform: adb devices Should appear device with a serial number.
- Enter the command to remove Alice: adb shell pm uninstall --user 0 en.yandex.alice For some firmware may require: adb shell pm uninstall --user 0 com.yandex.browser
If the team doesnβt work, try an alternative:
adb shell pm disable-user --user 0 ru.yandex.aliceWhat if the ADB canβt see the device?
β οΈ Note: On some models (POCO F4, Xiaomi 12 Lite) after removing Alice via ADB Weather widgets from Yandex may disappear. To return them, reinstall Yandex.Weather from Google Play.
Method 3: Complete removal with root rights (for experienced)
If you have root rights (e.g., through Magisk), you can delete Alice at the system file level, which is suitable for users who are prepared for possible risks (up to the inoperability of some MIUI functions).
Instructions:
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/ or /system/app/.
- Find folders with names: YandexAlice YandexApp YandexSearch
.bak
YandexAlice.bak
Reset the device.
For reliability, clean residual files via Titanium Backup or do the following in the terminal:
su
pm uninstall --user 0 ru.yandex.alice
pm uninstall --user 0 com.yandex.browser
pm uninstall --user 0 com.yandex.searchpluginπ‘
Before you delete your system files, back up your firmware through TWRP Recovery, which will help restore the device if it stops booting after manipulation.
After removal, check:
- π Yandex.Browser's performance (may require reinstallation).
- π‘οΈ Weather widgets (if used from Yandex).
- π Battery consumption in standby mode (should decrease by 5-10%).
5. Method 4: Reset to factory settings (extreme case)
If Alice doesn't get deleted by any means and interferes with the smartphone, you can do a complete reset, which is radical, and it will delete all the data from the device, including photos, contacts and apps.
How to reset Xiaomi to factory settings:
- Back up your important data (via Settings β System β Backup or manually).
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data and confirm the action.
- After the reboot, donβt restore data from the backup β it could bring Alice back.
- When you first set up, skip the step with the installation of applications from Yandex.
β οΈ Note: On some models (Redmi Note 11 Pro)+) After reset, Alice can be re-installed via an update MIUI. To avoid this, disable automatic application updates in Settings. β Annexes β Application management β Google Play Store β Auto-update.
If the reset did not help, then Alice is integrated into the firmware at the system.img level. In this case, only firmware reflashing to custom firmware (for example, LineageOS or Pixel Experience) will help.
6 How to get Alice back if you need her again
If you have removed the assistant but have decided to restore it, do the following:
For devices without root rights:
- Download the official Alice app from Google Play.
- Install it and run it. The app will ask for permissions -- grant them.
- Go to Settings β Applications β Alice and turn on autorun.
For root-righted devices (if you delete system files):
- Restore deleted folders from the backup (if you did it before deleting).
- Or reflash your smartphone via Fastboot with the official MIUI firmware.
If Alice is not working after recovery:
- π Reset the device.
- π§ Clear the app's cache in Settings β Annexes β Alice. β Warehouse.
- π₯ Update the app through Google Play.
7.Alternatives to Alice on Xiaomi
If you have removed Alice but want to use a voice assistant, consider these options:
| Assistant | Advantages | Deficiencies | Reference |
|---|---|---|---|
| Google Assistant | Deep integration with Android, support for smart home | Requires Google services, high battery load | Download |
| Siri (via Shortcuts) | Works with Apple devices, good speech recognition | Requires an iPhone for full-time work | Download |
| Salut (from Sber) | Support of the Russian language, integration with banking services | Fewer functions than Alice's. | Download |
| Bixby (for Samsung) | Good Optimization for Samsung Devices | Not optimized for Xiaomi, it can slow down | Download |
For maximum productivity, we recommend:
- π Disable auto-start from an alternative assistant (similar to Alice).
- π΅ Prohibit background activity in battery settings.
- π Use voice control only on request (not constantly in the background).
π‘
Google Assistant consumes 20 to 30 percent more battery than Alice, but offers advanced features for smart home and integration with Google services (Calendar, Mail, Maps).