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.alice and ru.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.

๐Ÿ“Š Do you use voice assistants on your smartphone?
Yes, regularly
Alice only
Google Assistant only
Disabled everything
Never tried

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.

  1. Open Settings โ†’ Applications โ†’ Manage applications.
  2. In the search bar, enter "Alice" or "Yandex".
  3. Select application "Alice" (microphone icon).
  4. Click Disable (the button will become gray).
  5. Confirm the action in the dialog box.

For additional optimization:

  • ๐Ÿšซ Go to Settings โ†’ Battery and performance โ†’ Battery management and select the "Limit background activity".
  • ๐Ÿ”• In the Settings โ†’ Privacy โ†’ Application permissions section, disable Alice's access to microphone, geolocation i autorun.

โ˜‘๏ธ Checking whether Alice is disabled

Completed: 0 / 4
โš ๏ธ 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:

  1. Download ADB Tools for your OS (Windows/macOS/Linux).
  2. Enable on your smartphone Developer mode: Settings โ†’ About phone โ†’ MIUI version (press 7 times).
  3. Activate USB debugging in Settings โ†’ Advanced โ†’ For developers.

Removal instructions:

  1. Connect Redmi to the PC and open the command line in the folder with adb.
  2. Enter the command to check the connection:
    adb devices

    The device serial number should appear.

  3. Run the Alice removal command:
    adb shell pm uninstall --user 0 ru.yandex.alice

    For 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:

  1. Hold the button Power until the menu appears turn off.
  2. Hold your finger on the "Turn off" option until a request to enter safe mode appears.
  3. 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:

  1. Open Settings โ†’ Accounts โ†’ Mi Account.
  2. Log in or create an account if you donโ€™t have one.
  3. Go to Synchronization settings โ†’ Additional settings.
  4. Find the "Voice assistant" section and disable synchronization.
  5. 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:

  1. Install a file manager with root support (for example, Root Explorer or FX File Explorer).
  2. Go to the folder /system/priv-app/ or /system/app/.
  3. Find and delete folders:
    YandexAlice
    

    YandexSearchPlugin

    YandexBrowser

  4. Clear the cache in /data/data/by deleting folder names ru.yandex.*.
  5. 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:

  1. Task Manager:
    • Open Settings โ†’ Applications โ†’ Manage applications โ†’ Running.
    • Check if there are processes in the list ru.yandex.alice or com.yandex.searchplugin.
  2. Battery monitoring:
    • Go to Settings โ†’ Battery โ†’ Battery Usage.
    • If Alice consumes more 0.1% charge, she is still active.
  3. Voice activation test:
    • Say "Hello, Alice" or hold the button Home.
    • If there is no reaction, the assistant is disabled successfully.
  • Checking network activity:
    • Use the application NetGuard or PCAPdroid to monitor traffic.
    • Alice can send data to servers yandex.ru even 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:
    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:

    1. Use the widget Google Search on the desktop.
    2. Install an alternative launcher (for example Nova Launcher) with built-in search.
    3. 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.