How to completely remove Zen from Yandex Browser on Xiaomi phone: all working methods

Yandex Zen tape in the browser of the same name often annoys Xiaomi users with intrusive advertising, unnecessary recommendations and traffic consumption. While the service is billed as a โ€œpersonalized tape,โ€ many want to turn it off completely without the ability to restore it โ€” especially on smartphones with limited resources (Redmi Note 10 Pro, POCO X3 The problem is complicated by the fact that in MIUI Standard browser settings are sometimes hidden or work incorrectly due to shell customization.

In this article, we will discuss how Zen can be removed from the Yandex Browser on Xiaomi Android devices, including radical methods for advanced users, as well as system tricks for those who have an inactive button, all instructions tested on MIUI 12-14 and Android 11-14.

Why is Zen not removed in the standard way on Xiaomi?

On Xiaomi smartphones (especially with the pre-installed Yandex Browser), users face two key problems:

  • ๐Ÿ”น Grey buttons in settings: The โ€œDelete Zenโ€ option may be blocked due to an agreement with Yandex to pre-install services.
  • ๐Ÿ”„ Automatic Recovery: After updating your browser or resetting your settings, the Zen tape returns.
  • ๐Ÿ“ฑ Limitations MIUI: Xiaomiโ€™s shell blocks system applications from changing without root rights.

The reason lies in the partnership agreement between Xiaomi and Yandex: on some models (for example, Redmi 9A or POCO M3), the browser comes as a system application with removal protection. Even if you turn off Zen through the menu, after a reboot, it may appear again due to the background processes of com.yandex.browser.

๐Ÿ“Š How do you usually deal with unnecessary services in the browser?
Ignoring.
I'm turning it off through the settings.
Delete the app completely
I use alternative browsers.

Method 1: Disconnect Zen through the settings of Yandex Browser

The easiest method is to use the built-in browser options, which is suitable for most Xiaomi users if the buttons are active:

  1. Open Yandex Browser and tap the icon "Three dotsยป** (โ‹ฎ) lower-right.
  2. Select Settings โ†’ Main page.
  3. Find the Zen Tape section** and move the slider to the โ€œOffโ€ position.

If the Remove button** is inactive (grey), try:

  • ๐Ÿ”„ Reboot your phone and repeat the steps.
  • ๐Ÿ“‹ Update your browser to the latest version via Google Play.
  • ๐Ÿšซ Clear the browser cache in Settings โ†’ Annexes โ†’ Yandex Browser โ†’ Memory.

โ˜‘๏ธ Preparation before Zen shutdown

Done: 0 / 4

โš ๏ธ Attention: On some firmware MIUI (For example, for Redmi Note 8 Pro, after disabling Zen, a blank page may remain with a suggestion to turn the tape back on, in which case only completely removing the browser will help (see Method 4).

Method 2: Resetting the settings of Yandex Browser to factory

If Zen continues to appear after the shutdown, try resetting your browser settings. This will delete all personal data (bookmarks, history), but often solves the problem with the obsessive tape:

  1. Go to Phone Settings โ†’ Applications โ†’ Application Management.
  2. Find Yandex Browser and select Memory.
  3. Tap โ€œErase Dataโ€ and confirm the action.
  4. Run the browser again and set up the home page without Zen.

After discharge:

  • ๐Ÿ” Zen tape should disappear, but may return after syncing with Yandex account.
  • ๐Ÿ“Œ To prevent recovery, do not log in to your account when you first start up.
MethodEfficiencyLoss of dataDo you need root rights?
Disabling in browser settingsMedium (may come back)No.No.
Reset browser settingsTall.Yeah (bookmarks, history)No.
Removal via ADBVery high.No.No (but I need debugging)
Disabling the system applicationMaximumNo.Yes.

Method 3: Zen removal via ADB (without root rights)

If the standard methods donโ€™t work and you donโ€™t have root rights, you can use ADB (Android Debug Bridge), which is suitable for Xiaomi on Android 11-14 and does not require unlocking the bootloader.

You'll need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ“ฑ Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times to tap according to the version โ†’ return to additional settings โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ USB-cable (preferably original).

Instructions:

  1. Connect your phone to your PC and run a cmd (or Terminal on Mac/Linux).
  2. Enter the command to check the connection: Adb devices should appear the name of your device.
  3. Run the command to remove Zen: adb shell pm uninstall -k --user 0 com.yandex.zen
  4. Reboot the phone.

โš ๏ธ Attention: On some firmware MIUI (For example, Redmi Note 11 s MIUI 13) The team can return the error DELETE_FAILED_INTERNAL_ERROR. In this case, try an alternative command: adb shell pm hide com.yandex.zen It will not remove Zen completely, but hides it from the system.

What if the ADB canโ€™t see the device?
1. Check if the debugging is included USB developer-setting. 2. Install drivers for Xiaomi from the official website (https://new.c.mi.com/global/miuidownload/index). 3. Try another one. USB-cable. 4. Restart your phone and PC. 5. On the phone when connecting, select the "File Transfer" mode" (MTP).

Method 4: Complete removal of Yandex Browser (for advanced)

If you are ready to get rid of Yandex Browser completely (together with Zen), there are two ways:

Option A: Through application settings (without root)

On some Xiaomi models (e.g. POCO F3), the browser can be removed as a regular app:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find Yandex Browser and tap โ€œDeleteโ€** (if the button is active).
  3. Confirm the uninstallation.

Option B: Using root rights or Magisk

System applications will require:

  1. Unlock the bootloader on Xiaomi (instruction: official website).
  2. Install Magisk or get root access.
  3. Use a root-righted file manager (e.g., Root Explorer) and delete files: /system/priv-app/YandexBrowser/ /data/app/com.yandex.browser-*/

After removal:

  • ๐Ÿ†• Install an alternative browser (Chrome, Firefox, Brave).
  • ๐Ÿ”’ Block the installation of Yandex Browser through Settings โ†’ Annexes โ†’ Special access โ†’ Installation of unknown applications.

๐Ÿ’ก

Before removing system applications, back up via TWRP or Titanum Backup, which will help restore the browser if you experience problems with other services (such as Mi Account).

Method 5: Block Zen through a host file (for experienced)

If you can't remove Zen, you can block it from accessing the Internet by editing the hosts file, which works without root, but requires ADB:

  1. Connect your phone to your PC and start the ADB.
  2. Download the current hosts file: adb pull /system/etc/hosts
  3. Open the file in the notebook and add the lines: 127.0.0.1 zen.yandex.ru 127.0.0.1 mc.yandex.ru
  4. Save the file and download back: adb push hosts /system/etc/ adb shell chmod 644 /system/etc/hosts
  5. Reboot the phone.

This method does not remove Zen, but blocks the loading of its content. The tape will be empty or show a connection error.

โš ๏ธ Attention: MIUI 14 If the adb push command returns the Read-only file system error, use the alternative: adb shell "echo '127.0.0.1 zen.yandex.ru' >> /system/etc/hosts" Or install the Hosts Editor app from Google Play (requires root).

What if Zen returned after the update?

Even after successful removal, Yandex Zen may reappear after:

  • ๐Ÿ”„ Browser updates via Google Play.
  • ๐Ÿ“ฒ Firmware updates MIUI.
  • ๐Ÿ”ง Resetting the phone to factory settings.

To prevent return:

  1. Turn off automatic browser update: Settings โ†’ Annexes โ†’ Yandex Browser โ†’ Three points (โ‹ฎ) โ†’ Auto-update โ†’ Shut down.
  2. Freeze the app with the App Quarantine (from Google Play) or Lucky Patcher (requires root).
  3. Set an alternative browser by default: Settings โ†’ Applications โ†’ Default Apps โ†’ Browser

If Zen is back after the MIUI update, repeat the steps from Method 3 (ADB) or Method 4 (delete).

๐Ÿ’ก

The most reliable way to prevent Zen from returning is to completely remove the Yandex Browser and install another (Chrome, Firefox) that eliminates background processes that restore the tape.

FAQ: Frequent questions about removing Zen on Xiaomi

Can Zen be removed without a computer?
Yes, if the Remove button is active in the browser settings (Method 1) or if the browser is not system (Method 4, Option A). For other methods (ADB, root), the computer or special applications are required.
Why does Zen return after resetting?
Zen tape is linked to a Yandex account or browser system files, and when you reset your phone or browser, this data is restored. To avoid retrieval, do not log into your Yandex account after reset or use Method 3 (ADB).
Will Yandex Browser work without Zen?
Yes, the browser will remain fully functional. Disabling Zen removes only the recommendation feed on the home page. All other functions (search, bookmarks, history) will work as usual.
Can Zen be returned after removal through ADB?
Yes, if you used the command pm uninstall -k --user 0. To return Zen, update your browser via Google Play or follow the command: adb shell cmd package install-existing com.yandex.zen
Will the Zen removal affect the performance of other Yandex services (Mail, Maps)?
No, Zen is a separate module. Removing tape does not affect Yandex Mail, Maps or Navigator. However, if you delete the entire Yandex Browser (Method 4), the services associated with it (such as bookmark synchronization) will stop working.