Why do users want to get rid of Alice on Xiaomi and can it be done completely?
Voice assistant Alice from Yandex is pre-installed on many Xiaomi, Redmi and POCO smartphones as part of a partnership with Yandex. For some users, it is a convenient device management tool, for others it is an unnecessary service that consumes resources and collects data. The main problem is that standard removal through the application menu often does not work due to the status of the system software.
In this article, we will discuss all the current ways to delete Alice, from simple disconnection to complete root-access removal. Please note that some methods require technical skills and can affect the stability of MIUI. We will also analyze what data Alice collects and how this affects privacy.
Important: the procedure differs depending on the firmware version, and below is a table of methods compatibility with different versions of MIUI and smartphone models.
Method 1: Standard Alice Uninstall (for all models)
If you donโt have to completely erase an application, just stop it in the background, use this method. Itโs suitable for MIUI 12-14 and doesnโt require superuser rights.
Steps for deactivation:
- ๐ฑ Open the Settings. โ Annexes โ Application management
- ๐ In the search box, type โAliceโ or โYandexยป
- โ๏ธ Select the Yandex app (or Yandex Services in new versions)
- ๐ซ Click โDisableโ (the button will become active if the application is system-based)
- ๐ Restart the device to apply changes
This method does not delete Alice's files, but stops her background activity, while voice search through the home button (if she was configured) will stop working.
๐ก
If the โDisableโ button is inactive, try first to remove all app updates through the three-dot menu in the top corner.
Method 2: Remove via ADB (no root, for power users)
The Android Debug Bridge (ADB) method allows you to remove Alice as a system application without obtaining root rights. Suitable for most Xiaomi models, except for devices with a locked bootloader (for example, some POCO X3 or Redmi Note 10 in Chinese firmware).
Step-by-step:
- ๐ฅ๏ธ Install. ADB Tools on PC
- ๐ฑ Enable Developer Mode on your phone: Settings โ The phone. โ Version. MIUI (press 7 times)
- ๐ง Back to Settings โ Additionally. โ For developers and activate debugging by USB
- ๐ Connect your phone to your PC and confirm your trusted device
- ๐ป Open the command line in the folder with ADB enter:
adb devices
adb shell
pm uninstall -k --user 0 com.yandex.browser
pm uninstall -k --user 0 com.yandex.searchplugin
pm uninstall -k --user 0 ru.yandex.searchpluginIf Alice still appears on the menu after completing the commands, check for additional packages through:
pm list packages | grep yandexInstalled drivers Xiaomi on PC
Developer mode on the phone is enabled
USB debugging activated
The phone is connected in file transfer mode (MTP).
Downloaded the latest versions ADB Tools (2026)-->
Method 3: Complete removal with root rights (for advanced)
If you have root access (e.g., through Magisk), you can physically delete all of Aliceโs files, including cache and data, and this method permanently removes system components, which can lead to unstable firmware on some devices.
Instructions for MIUI 13/14:
- ๐ฒ Install a file manager with root access (such as Root Explorer or Root Explorer). FX File Explorer)
- ๐ Go to the folder. /system/priv-app/ or /system/app/
- ๐๏ธ Find and delete folders: ๐ YandexApp or YandexBrowser ๐ YandexSearchPlugin ๐ AliceAssistant (if any)
๐ Reset the device
โ ๏ธ Note: Deleting system applications may disrupt Google Play services or MIUI Account. Before the procedure, create a backup copy through TWRP Xiaomi Cloud.
To check the success of the removal, use the command in Terminal Emulator:
su
ls /data/app | grep yandexMethod 4: Reverse the firmware to the version without Alice (radical method)
Some older versions of MIUI (e.g. MIUI 11 for the Redmi Note 8 Pro) do not include Alice preinstalled. If your device supports downgrade, you can return the firmware without a voice assistant.
- ๐ Ready to lose data (complete reset required)
- ๐ Not using new features of the latest versions MIUI
- ๐ They have an unlocked bootloader.
Step-by-step process:
- ๐ Download the archive with the desired version MIUI from the official Xiaomi website
- ๐ฑ Rename the file to update.zip And put it in the root folder of the phone.
- ๐ง Go to Settings. โ The phone. โ Updating the system
- โ๏ธ Press three points. โ ยซSelect a firmware fileยป
- ๐ Confirm the installation and wait for the completion (it will take 10-15 minutes)
| Model phone | The latest version of MIUI without Alice | Downgrade risks |
|---|---|---|
| Redmi Note 9 Pro | MIUI 12.0.3 | Data loss, possible camera bugs |
| POCO X3 NFC | MIUI 12.0.8 | Problems with navigation gestures |
| Mi 10T | MIUI 12.1.2 | Unstable work 5G-modem |
| Redmi 9A | MIUI 12.0.5 | Minimum risks |
โ ๏ธ Attention: Downgraid on the older version MIUI 12.5 may block access to Google Play services on some devices due to changes in Xiaomiโs security policy.
Disconnection through settings
Removal via ADB
Complete removal from root
Firmware rollback
I don't know, I haven't tried it yet.-->
Method 5: Alternatively, Google Assistant to Replace Alice
If the goal is not so much to remove Alice as to replace her with a more functional assistant, consider reassigning voice activation to Google Assistant.
- ๐ Prefer the English-language interface
- ๐ Integrated into Googleโs ecosystem (Gmail, Calendar, Keep)
- ๐ต Often used voice commands for music (YouTube Music, Spotify)
How to reassign the activation button:
- ๐ฑ Install the latest version of Google App from Play Market
- ๐ง Go to Settings. โ Annexes โ Default applications โ Voice assistant
- ๐ Choose Google instead of Alice
- ๐ค Set up a voice model in the Google app: Settings โ Voice search โ Voice matching
Advantages of this solution:
- โ More opportunities to integrate with Google services
- โ Support for multiple languages in one request
- โ Best Work with Google Home and Smart Devices
What happens if you activate Alice and Google Assistant at the same time?
What if Alice continues to work after removal?
In some cases, even after using the described methods, Alice can:
- ๐ Update yourself through the Play Market
- ๐ฑ Appear after resetting settings
- ๐ Activate when connecting headphones
Solutions for each case:
| Problem. | Reason. | Decision |
|---|---|---|
| Auto Update via Play Market | Yandex App is registered in Google account | Ban updates in Play Market โ My apps. โ Yandex โ โฎ โ Turn off auto-update |
| Return after discharge | The application is sewn into the firmware as a system | Use ADB or root to remove from /system |
| Activation with headphones | Set up in MIUI for quick start-up | Turn off in Settings โ Connected devices โ Headphones โ More |
If the problem persists, check for hidden Yandex services through:
adb shell dumpsys package com.yandexFAQ: Frequent questions about removing Alice from Xiaomi
โ Can you delete Alice without a computer?
โ Will Alice's removal affect Xiaomi's warranty?
โ Why Alice Reappears After Update MIUI?
โ Can I reassign the search button to another assistant?
โ Is it safe to use third-party โAlice Deletersโ from the Play Market?
๐ก
The most reliable way to avoid risk to the system is to disable Alice through settings and then block auto-updates in the Play Market. Complete removal requires technical skills and understanding of the possible consequences.