Yandex Zen automatically appears on the screens of Xiaomi, Redmi and POCO smartphones after a firmware update or initial setup. For many users, this service becomes a source of annoyance: it consumes traffic, downloads unnecessary content and distracts with notifications. Unfortunately, standard removal through the application menu often does not work β the MIUI system protects preinstalled services.
In this guide, weβll break down 5 proven ways to completely disable or remove Yandex Zen on Xiaomi phones, including models with MIUI 12, MIUI 13 and MIUI 14. Youβll learn how to remove the widget from the home screen, block notifications, disable auto-start and even uninstall the application via ADB β no root rights. All methods tested on current firmware in 2026.
Why does Yandex Zen appear on Xiaomi and can it be removed?
Yandex Zen is integrated into MIUI firmware under an agreement between Xiaomi and Yandex, part of a partnership program that allows the brand to monetize pre-installed software. Unlike conventional applications, Zen is a system service, so:
- π It cannot be removed in the standard way (the "Delete" button is inactive).
- π± It is automatically updated via Google Play or MIUI App Store.
- π Disabling notifications does not block background activity.
- π The Service may collect data on your interests even without active use.
However, there are workarounds. For example, on models with MIUI 14 (for example, Xiaomi 13 or Redmi Note 12), you can turn off autoplay through hidden settings, and on older versions, ADB will help.
Method 1: Removal of Yandex Zen widget from the main screen
If you're annoyed by a desktop widget, you can remove it in 10 seconds, and this method doesn't turn off the app itself, but it takes it out of sight.
- Press and hold your finger on the Yandex Zen widget.
- In the menu that appears, select Remove (basket icon).
- Confirm the action if necessary.
On some models (e.g., POCO X5), the widget may be called "News Tape" or "Recommendations." If it reappears after deleting, go to Settings β Home Screen β Widgets and turn off the option Auto Add widgets.
π‘
If the widget is not deleted, try dragging it to the folder first and then removing the entire folder.
Method 2: Disabling notifications and background activity
Even without the widget, Yandex Zen can send notifications and consume traffic, to block its activity completely:
- Open Settings β Applications β Application Management.
- Find Yandex Zen (or Yandex Zen) in the list.
- Go to the Notifications section and turn off all switches.
- Go back and select Battery β Background Activity β Limit.
- In the Mobile Data section, disable Background traffic.
These actions will not remove the app, but will minimize its impact on the system. Xiaomi with MIUI 14 also introduced the option Deep Optimization β turn it on for a complete limitation.
What if Zen keeps showing notifications?
Method 3: Disable Autostart via Hidden MIUI Settings
MIUI allows some applications to automatically start when you turn on your phone, and Yandex Zen often uses this feature to turn off auto-start:
- Open Settings β Applications β Application Management β Yandex Zen.
- Select Autostart and turn off the switch.
- Return to the previous menu and select Permissions β disable all permissions (especially Network Access and Display on top of other windows).
On some models (e.g. Redmi 10), the path may differ: Settings β Battery and Performance β Battery Management β Applications β Yandex Zen β Limit.
| Xiaomi model | The path to auto-start settings | Additional action |
|---|---|---|
| Xiaomi 13/13 Pro (MIUI 14) | Settings β Applications β Management β Auto-Run | Disable "Allow Autostart" and "Background Activity" |
| Redmi Note 12 (MIUI 13) | Settings β Battery β Battery Management β Applications Selection | Insert βDeep optimizationβ |
| POCO X5 (MIUI 14) | Settings β Applications β Permissions β Autorun | Disable all permissions related to the network |
π‘
Disabling auto-start does not remove the application, but significantly reduces its impact on performance and battery consumption.
Method 4: Complete removal of Yandex Zen via ADB (without root rights)
If you are ready for more radical measures, you can remove Zen through Android Debug Bridge (ADB). This method does not require superuser rights, but requires a computer and a computer. USB-Important: Wrong commands ADB They may disrupt the system. Follow the instructions carefully.
Steps to remove:
- Turn on Developer Mode on your phone: Go to Settings β About Phone. Click 7 times on MIUI until the notification "You've become a developer" appears.
- Activate USB Debugging: Return to Settings β Additional β Developer. Turn on the USB Debugging Switch.
ADB-driver
adb.exe
adb devicesThe serial number of your device should appear.
adb shell pm uninstall --user 0 com.yandex.zenOnce the phone is restarted, the app will disappear from the system. If the command does not work, try an alternative package:
adb shell pm uninstall --user 0 ru.yandex.zenInstall ADB drivers on PC|
Enable the developer mode on Xiaomi|
Activate debugging via USB|
Connect the phone with the original cable |
Check the connection of the team `adb devices`-->
β οΈ Note: Some models (e.g. Xiaomi) 12T) post-refresh MIUI Yandex Zen can recover, in which case repeat the procedure or use the method with disabling updates (see Method 5).
Method 5: Blocking Yandex Zen updates via Google Play
Even after deleting via ADB, Yandex Zen can return after updating via Google Play.
- Open Google Play and find Yandex Zen.
- Click on three dots in the corner β Remove updates (if the button is active).
- Return to the app page and click on three dots again β Disable Auto Update.
For reliability, also disable auto-update of all apps in the Google Play settings: Settings β Auto-Update apps β Do not update automatically.
If Yandex Zen has already been removed via ADB, but its page still appears in Google Play, it is normal β it will remain in the installed list, but the application will not work.
What if Yandex Zen returned after resetting?
When hard reset is done, all pre-installed applications, including Yandex Zen, are restored to avoid this:
- π± Immediately after reset, turn off the Internet (Wi-Fi and mobile data) and remove Zen through the ADB before the first update of the system.
- π Refuse the update. MIUI in the first days after resetting β often Zen returns with firmware updates.
- π‘οΈ Use alternative firmware (e.g. Xiaomi.EU) where pre-installed applications are removed by default.
If you reset your phone often, consider unlocking the bootloader and installing custom firmware, a radical solution, but it will eliminate unnecessary services forever.
β οΈ Note: On phones with a locked bootloader (most of Xiaomi's newer models), custom firmware installation requires an official unlocker from Xiaomi.The process can take up to 72 hours due to account verification.