Why Yandex Zen is hindering Xiaomi users and how to disable it
Xiaomi smartphone owners often face intrusive integration of Yandex Zen into the standard Yandex Browser. The recommendation tape appears on the home page, distracts from search and slows down content loading, especially when the browser is installed by default in the MIUI firmware and does not allow you to fully remove it.
The problem is compounded by the fact that on some Xiaomi models (e.g. Redmi Note 10/11, POCO X3/X4) Yandex Zen is sewn into system applications and not removed by standard methods. Even after resetting, the browser can restore the recommendation tape. In this article, we will discuss all working methods from simple concealment to complete removal via ADB.
It is important to understand that the methods differ depending on the version of MIUI (12/13/14) and the type of browser (regular or Yandex Browser Turbo).We tested the instructions on the current firmware from 2023-2026, but some steps may require adaptation to your model.
Method 1: Disabling Zen tape through browser settings
The easiest way is to hide recommendations right in the Yandex Browser interface, which is suitable for most users and does not require superuser rights.
- Open Yandex Browser on your Xiaomi.
- Slip on the icon "Three dots"** (menu) in the lower right corner.
- Select the Settings item โ Main page.
- Move the slider Show the Zen tape to the off position.
- Restart the browser to make the changes effective.
If after these actions the tape is still displayed, check:
- ๐ Have you upgraded to the latest version (sometimes bugs are fixed in new releases).
- ๐ฑ Is Yandex Browser Lite used, and the settings may vary.
- ๐ Are there any restrictions on MIUI Change of system applications (relevant to Chinese firmware).
Update Yandex Browser to the latest version|Check the browser model (Turbo/Lite/common)|Make sure you are not active VPN|Reboot your phone after the changes-->
On some versions of MIUI 14, the Home page may be called Appearance or Interface. If you don't find the right section, search by settings (the magnifier icon at the top of the screen).
๐ก
If Zen continues to appear after disabling, try clearing the browser cache in the phone settings: Settings โ Applications โ Application Management โ Yandex Browser โ Storage โ Clear the cache.
Method 2: Remove via MIUI settings (without root)
If the Yandex Browser is preinstalled in Xiaomi firmware, it cannot be removed in the standard way, but it can be disabled or hidden through system settings. This method works on most models (including Redmi 9/10/11, POCO F3/F4, Xiaomi 12/13).
Instructions:
- Open the phone settings.
- Go to the Apps โ Application management.
- Find Yandex Browser in the list (use search if necessary).
- Slip on it and select Disable (if the button is active) or Remove Updates.
- Confirm the action. The app will disappear from the menu, but it will remain in the system.
Please note:
- ๐ซ On some firmware buttons, Disable may be inactive (grey).
- ๐ After disabling the browser will stop updating through Google Play.
- ๐ If you need to return the browser, go to Settings โ Annexes โ Turn it off and activate it again.
What to do if the โDisableโ button is inactive?
On models with MIUI for Russia (for example, Redmi Note 10 Pro) sometimes helps reset browser settings:
Settings โ Applications โ Yandex Browser โ Storage โ Resetting settingsMethod 3: Use of an alternative launcher
If Yandex Zen is integrated not only into the browser but also into the MIUI launcher (like the widget on the home screen), you can get around this with a third-party launcher. This method doesn't remove Zen completely, but hides it from view.
Recommended launchers for Xiaomi:
- ๐ Nova Launcher โ flexible settings, gesture support.
- ๐จ Lawnchair โ a lightweight open source launcher.
- โก Microsoft Launcher - Windows integration (if you use a PC).
- ๐ฑ POCO Launcher โ official launcher from Xiaomi without advertising.
How to install and configure:
- Download the selected launcher from Google Play.
- When you first start, select it as the default launcher.
- Remove Yandex Zen widgets from the main screen (long press โ Delete).
- In the launcher settings, disable offers from MIUI (Screen Settings or Home Screen).
Advantages of the method:
- โ No need for root rights.
- โ You can return the standard launcher at any time.
- โ Additional features (dark theme, adaptive icons).
Disadvantages:
- โ Yandex Zen will remain in the browser (unless you have disabled it separately).
- โ Some system widgets MIUI may not work.
Standard. MIUI|Nova Launcher|Lawnchair|POCO Launcher|Other-->
Method 4: Remove via ADB (for advanced users)
If previous methods have failed, you can force Yandex Zen (or the entire browser) to be removed using Android Debug Bridge (ADB), a method that requires connecting the phone to a PC and basic command line knowledge.
โ ๏ธ Attention: Misuse of the right ADB This may cause a phone malfunction.We recommend you back up your data before starting.
Step-by-step:
- Turn on USB Debugging on your phone: Settings โ About Phone โ MIUI Version (Tap 7 times to become a developer) Settings โ Additional โ For Developers โ Debugging on USB
- Connect Xiaomi to your PC via USB-cable (select File Transfer Mode).
- Download and install ADB Tools on your computer.
- Open the command line (cmd) in the folder with ADB and enter: adb devices (should appear the name of your device).
- Run the command to delete Yandex Browser: adb shell pm uninstall -k --user 0 com.yandex.browser Or only to disable Zen (if the browser is needed): adb shell pm disable-user --user 0 com.yandex.browser
Possible errors and solutions:
| Mistake. | Reason. | Decision |
|---|---|---|
| device unauthorized | Unconfirmed USB access | There will be a request on the phone - allow debugging |
| Failure [DELETE_FAILED_INTERNAL_ERROR] | Application protected by MIUI | Try adb shell pm hide com.yandex.browser |
| command not found | ADB not installed | Check the path to the folder with platform-tools |
| no devices/emulators found | Phone's not connected. | Check it out. USB-cable and connection mode |
After you have completed the commands, restart the phone. Yandex Browser (or Zen) must disappear from the system. If you want to return it, use the command:
adb shell cmd package install-existing com.yandex.browser๐ก
ADB-The commands are only valid for the current user (--user 0). After resetting the phone to the factory settings, all changes will reset.
Method 5: Flashing to Global MIUI (Radical Method)
On some Xiaomi models (especially the Chinese versions), Yandex Zen is sewn into the firmware level, in which case the only reliable way is to reflash the phone to the global version of MIUI.
โ ๏ธ Warning: Flashing can lead to data loss, warranty cancellation and module problems NFC/4G. Do this only if other methods have not helped.
How to ask:
- Download the official global firmware for your model from MIUI Downloads.
- Unpack the.zip file into the root of the phoneโs memory.
- Open the Update app on your phone.
- Slap the icon. โฎ โ Select a firmware file.
- Select the downloaded file and confirm the installation.
What does the flashing give you?
- ๐ Removal of Chinese services (including Yandex Zen).
- ๐ฑ Google Services (if not supported).
- ๐ Regular security updates.
Risks:
- โ ๏ธ Possible breeck (turning the phone into a brick) in case of an error.
- โ ๏ธ Data loss (backup via Mi Cloud or TWRP).
- โ ๏ธ Violation of warranty obligations (if the phone is on warranty).
If you have never flashed your phone, it is best to contact a service center or use safer methods (such as ADB).
What do you do if nothing helps?
If all of these methods fail, radical measures remain:
- Installing custom firmware (like LineageOS or Pixel Experience) will completely remove all pre-installed apps, but will require unlocking the bootloader and may deprive you of some MIUI features.
- Using root rights to force the removal of system applications through Magisk or Titanium Backup is a risky method, as it can disrupt the stability of the system.
- In rare cases, they can help disable unnecessary services through service teams (relevant to warranty phones).
Before you go to extreme measures, ask yourself questions:
- ๐ค How much does Yandex Zen interfere with? Maybe it's enough just to ignore it.
- ๐ฑ Are there alternative browsers (Chrome, Firefox, Kiwi) that will completely replace Yandex Browser?
- ๐ง Are you prepared for the possible consequences (data loss, resetting settings)?
For example, on Xiaomi 13 Pro, users successfully got rid of Zen by installing Bromite, a browser with a lock tracker that automatically hides unnecessary widgets.