Why Yandex Zen Appears on Xiaomi Redmi and How to Fix It
Xiaomi Redmi smartphone owners often experience the sudden appearance of Yandex Zen tape on the home screen or in the browser, due to pre-installed services from MIUI, Xiaomiβs proprietary shell that actively integrates partner applications. Even after Yandex Browser is removed or settings are reset, Zen can return through system updates or background processes.
Redmi devices are often delivered with regional firmware, where Yandex.Search and Zen are embedded at the system level. It's not a virus or a malfunction, that's how Xiaomi monetizes through partner agreements, but constant notifications and unnecessary tape annoy users, especially if they don't use Yandex services.
In this article, weβll look at 5 working ways to turn off Zen on Xiaomi Redmi, from standard settings to deep changes to the system. Importantly, some methods require superuser rights (root), but most are suitable for ordinary users without technical skills.
Method 1: Disconnection through the settings of Yandex Browser
If Zen appears when you open Yandex Browser, first check its settings. This method works even without root rights and does not require removal of the application.
Open Yandex Browser and follow the steps:
- π± Slip on the icon three dots (menu) in the lower right corner.
- βοΈ Select Settings β Main page.
- π In the section Contents of the main page uncheck the box from the item Yandex Zen.
- ποΈ To completely remove the tape, click Clear Data in the app settings (via Android Settings). β Annexes).
If Zen continues to emerge after these actions, it's implemented at the MIUI level. Go to the next way.
π‘
After disabling Zen in your browser, clear the app's cache through Settings β Applications β Yandex Browser β Memory β Clear the cache. This will prevent the tape from reappearing.
Method 2: Remove via MIUI settings (without root)
MIUI allows you to disable system applications, including Yandex components, which is suitable for most Redmi models (Redmi Note 10/11/12, Redmi 9/10/13, etc.) with MIUI 12-14 firmware.
Instructions:
- Open Settings β Applications β Application Management.
- π In the search bar enter Yandex or Zen.
- π Find applications with the names: Yandex (main) Yandex.Search Yandex Zen (if there is separately) BrowserProvider (system component)
Shut down.
Remove updates
On some Redmi firmware, the "Disable" button may be blocked, in which case only ADB (Method 4) or root access will help.
Battery charge > 50%|Backup copy of important data|Unplugged. VPN (It can block system changes)|Verified version. MIUI (Settings β The phone)-->
Method 3: Reset browser settings by default
If Zen appears in Google Chrome or another browser, the problem may be in the default search settings. MIUI sometimes enforces Yandex.Search as the primary.
To return the standard search:
- π Open the Settings. β Annexes β Default applications.
- π Find the Browser section and select Google Chrome or another preferred browser.
- π In the search engine section, install Google instead of Yandex.
- π± Reboot your phone β it will reset the cache of system settings.
After reset, check the browser's home page. If Zen is still displayed, clear the browser data through Settings β Apps β [Browser Name] β Memory β Clear the data.
What if the reset didn't help?
Method 4: Disconnect via ADB (for power users)
If the standard methods donβt work, use Android Debug Bridge (ADB) β It's a tool for deep change in the system, and it doesn't require root, but it needs a computer and a computer. USB-cable.
Step-by-step:
- π» Install. ADB Tools on PC.
- π± Turn on Debugging. USB on Redmi: Settings β The phone. β Version. MIUI (Tap 7 times) Settings β Additionally. β For developers β Debugging by USB
- π Connect the phone to the PC and enter into ADB Commands: Adb shell pm uninstall -k --user 0 ru.yandex.searchplugin pm uninstall -k --user 0 ru.yandex.browser pm uninstall -k --user 0 ru.yandex.zen
- π Reboot Redmi.
If the commands didn't work, then the packets have different names.
adb shell pm list packages | grep yandexMethod 5: Removal with root access (for advanced)
If you have root rights, you can completely remove the system components of Yandex. It's a radical method, but it's guaranteed to solve the problem.
Use Root Explorer or Titanium Backup:
- π Move to the /system/priv-app/ or /system/app/.
- π Find folders with names: Yandex* BrowserProvider Zen*
- ποΈ Remove folders or rename them (e.g. add.bak at the end).
- π Reboot the phone.
Warning: Incorrectly deleting system files can lead to bootloop.Before actions, back up via TWRP.
How to restore the system after an error?
Comparison of methods: which one to choose?
Not all methods are equally effective. Below is a table with the pros and cons of each method:
| Method | Difficulty | PC required | Root is required. | Efficiency |
|---|---|---|---|---|
| Browser settings | β | β No. | β No. | β οΈ Medium (may come back) |
| Disconnection at MIUI | ββ | β No. | β No. | β High (on most firmware) |
| Browser reset | β | β No. | β No. | β οΈ Low (temporary) solution) |
| ADB-team | βββ | β Yes. | β No. | β β Very high. |
| Removal from root | ββββ | β No. | β Yes. | β β β Guaranteed disposal |
For most Xiaomi Redmi users, the optimal method is method 2 (disconnection in MIUI) or method 4 (ADB).If you are not afraid of risks, root access gives you maximum control.
Frequent Mistakes and How to Avoid Them
When trying to disable Zen, users often make mistakes that lead to the opposite result.
β οΈ Note: Do not remove applications through Settings β Annexes β Delete if you see the Disable button. Completely remove the system APK rootless ADB may disrupt MIUI.
Error 1: Zen is back after the MIUI update.
Solution: Once updated, re-run method 2 or method 4. Xiaomi sometimes restores remote components.
Mistake. 2: ADB-Teams are making a Failure error [DELETE_FAILED_INTERNAL_ERROR].
Solution: Check the correct packet names with the adb shell pm list packages command | grep yandex. Maybe the names have changed in the new version. MIUI.
Error 3: After removal through root, other functions (such as searching in settings) stopped working.
Solution: Restore deleted files from backup or reflash MIUI without removing system APKs.