Many Android users are faced with an intrusive stream of news that appears directly on the main screen of their smartphone or in the browser. This service, called Zen, is often integrated into branded applications from Yandex and even into the system shells of some manufacturers. Its main goal is to retain the user's attention, but in practice this leads to decreased device performance and constant distractions.

You can disable this function in several ways, depending on where exactly it appears: in the Yandex Browser, in a widget on the desktop or in the system settings. The process does not require root access or complex manipulations with the code, but requires care, since the settings menu may change after application updates.

In this article we will analyze in detail all possible methods of deactivating the news feed. You will learn not only to hide icons, but also to completely disable background synchronization of content, which will have a positive effect on the battery life of your gadget.

Disabling the feed in Yandex Browser

The most common source of recommendations is the mobile browser from Yandex. By default, when opening a new tab, the user sees the so-called “Tableboard” with site tiles and an endless news feed at the bottom. To remove Zen from Yandex on Android in this context, you need to go to the settings of the browser itself.

Click on the three dots in the lower corner of the screen (menu) and select Settings. Next, scroll the list to the section Interface or Home screen. Here you will find a switch for displaying recommendations. By disabling it, you will clear the start page of information noise.

It is worth noting that the name of the item may differ slightly in different versions of the browser. Sometimes it is hidden inside a submenu Recommendations feed. If you do not see an obvious switch, try to find the option Show news and uncheck it.

💡

If the switch is inactive, try updating Yandex Browser to the latest version via Google Play Market - in older builds the settings may have been changed developers.

After making changes, it is recommended to completely close the application through the multitasking menu and open it again. This ensures that the new interface configuration file will be loaded correctly and the feed will stop loading every time it is launched.

Removing the Zen widget from the desktop

Often users find news not inside applications, but directly on the desktop as a separate widget. This can be either a standard Yandex widget or a third-party launcher pre-installed by the smartphone manufacturer. The easiest way to remove it is through the interface context menu.

Find the area of ​​the screen where the ribbon is displayed. Press your finger on any free space or directly on the widget itself. From the menu that appears, select an option Delete or drag the item to the top of the screen, where the trash can icon will appear. This action will remove the visual display, but will not disable the service completely.

  • 🗑️ Long-press the widget and drag it to the delete area.
  • ⚙️ Click on the gear inside the widget to access the settings.
  • 🚫 Disable synchronization in the widget settings if deletion is not available.

In some shells, such as MIUI or EMUI, the widget may be part of the “Minus One” system screen (the screen to the left of the main one). To remove it from there, you need to go to the system desktop settings and turn off the display of the assistant or news feed.

☑️ Checking the cleanliness of the desktop

Done: 0 / 7

Please Please note that deleting a widget does not delete the Yandex application itself. If you want to get rid of the service completely, you will need more in-depth configuration, which will be discussed in the following sections. Simply removing the icon only hides the problem visually.

Settings of the system launcher and the “Minus One” screen

Many modern smartphones have built-in integration with Yandex services at the operating system level. The screen that opens when you swipe right from the home page is often set to show the Zen feed by default. You can change this behavior in the global settings of the device.

Go to Settings your smartphone, then find the section Desktop or Home screen. In the list of options, look for an item related to “Left Screen”, “Google Discover” or “Yandex Feed”. The switch next to this item must be switched to inactive.

Manufacturer Path in settings Function name
Xiaomi / Redmi Settings → Desktop → Left screen App Ribbon / Assistant
Samsung Settings → Display → Home screen Swipe right for access to Google
Huawei / Honor Settings → Home screen and wallpaper Minus one screen
Realme Settings → Home screen and lock screen Smart assistant

If There is no explicit mention of Yandex in the launcher settings; perhaps you have a third-party launcher installed that pulls up this data. In this case, you should check the settings of a specific launcher application or reset the interface settings to factory settings.

What to do if the settings are reset?

Sometimes after rebooting the phone, the launcher settings may become lost. This occurs due to aggressive memory optimization by the system. To avoid this, pin the launcher application in memory by clicking on it in the recent tasks menu and selecting the lock icon.

After turning off the left screen, swiping to the right will either become empty or will open Google widgets (if they are enabled), but annoying articles and pictures will disappear. This is one of the most effective ways to increase focus when using a smartphone.

Completely disabling the Yandex application

If simple methods do not help, or if the Yandex application is systemic and does not allow itself to be removed, you can resort to radical measures. Completely disabling the application will stop all background processes associated with profile synchronization and content downloading.

Go to Settings your phone, select the section Applications and find it in the list Yandex (with the yellow “Y” icon). Click on it to open the app information page. Here you will need a button Disable or Uninstall updates, if the first one is not available.

After clicking the “Disable” button, the system will warn you that the application will stop working and disappear from the menu. Confirm the action. Now Zen will not be able to start automatically, since its executable file will be blocked by the operating system.

⚠️ Attention: Disabling the Yandex system application may affect the operation of the Alice voice assistant and weather widgets if they depend on this service. Make sure that you are not using these critical functions.

In some cases, especially on smartphones with a pure version of Android, the mute button may not be active. Then the only option is to remove updates, which will return the application to the factory version, which often has less functionality and is less integrated into the system.

💡

Disabling the application in the system settings is the most reliable way to ensure that the service does not run in the background and does not consume traffic.

Clearing data and cache to reset settings

Sometimes settings within the application are lost or saved incorrectly, and the news switches return to the active position on their own. In such a situation, forced data clearing helps, which resets the application to the state “as after installation.”

In the same application information menu (Settings → Applications → Yandex) find the section Memory or Storage. Press the button Clear data and confirm the action. This will delete all your personal browser settings, saved passwords (if they are not synced with your account) and feed configuration.

After clearing, the first time you launch the application, it will ask for permission to show notifications and recommendations. Read each screen of the setup wizard carefully and uncheck all the boxes related to personalization and news. This will allow you to configure clean profile without unnecessary garbage.

  • 🧹 Clearing data deletes all local user settings.
  • 🔒 Passwords and bookmarks will be saved if account synchronization is enabled.
  • 🚀 The application will launch faster after a reset cache.

This method is also useful if the application begins to become unstable or slow down. Resetting data often solves problems with interface freezing and incorrect display of controls.

Using ADB for advanced users

For those who are not afraid to work with the command line and want to be sure to remove system software without obtaining root access, there is a method via Android Debug Bridge (ADB). This method allows you to delete or freeze applications for the current user.

First you need to enable USB debugging in the “For Developers” section on your smartphone. Then connect your phone to your computer, install drivers and ADB platform. In the computer command line, enter the command to connect the device.

adb shell pm uninstall -k --user 0 ru.yandex.searchplugin

This command will remove the Yandex search and news plugin for the current user. The system will assume that the application does not exist, although the physical files will remain on the system partition. It is safe and reversible when resetting your phone to factory settings.

⚠️ Warning: Using ADB commands requires precision. Entering the wrong package name may remove critical system components, rendering your phone inoperable. Always check the name of the package before entering the command.

If you are not sure of your actions, it is better to use special graphical utilities for PC, such as Universal Android Debloater, which provide a convenient interface for managing system applications without manually entering code.

📊 Which method do you prefer to remove system software?
Through the phone settings
Using ADB commands
Third-party apps on PC
No way, I tolerate advertising

Alternative browsers and launchers

The most radical way to get rid of the Yandex ecosystem is to completely abandon their products in favor of alternatives. There are many browsers and launchers on the Android market that respect user privacy and do not impose news feeds.

Try to install browsers based on the Chromium engine, such as Chrome, Brave or Vivaldi. They offer a clean interface and powerful ad blocking tools. As a launcher, you can consider Nova Launcher or Lawnchair, which completely copy the Pixel style and do not have built-in news aggregators.

Switching to alternative software takes some time to get used to, but the result is worth it. You will get full control over your device, no unnecessary traffic and increased interface speed.

⚠️ Attention: Interfaces and menu names in third-party launchers may differ from standard ones. It is recommended that you read the official guides of the developers of the selected application for correct configuration.

In addition, many alternative browsers support the installation of extensions that can block tracking scripts and advertising networks at the network level, which cannot be done in a standard browser without additional settings.

Why should you try Brave?

The Brave browser has a built-in ad and tracker blocker, as well as its own reward system for viewing ads (optional), making it an excellent choice for those who value privacy and speed.

Frequently asked questions (FAQ)

Is it possible to completely remove Yandex from your phone?

If the application was preinstalled by the manufacturer as a system one, you cannot completely delete its files without root access. However, you can “Disable” it in the settings, which will make it invisible and inoperable, effectively deleting it for the user.

Why does Zen appear again after a reboot?

This may be due to the application automatically updating or resetting the launcher settings. Check whether auto-update is enabled for Yandex applications, and make sure that you have disabled the widget in the desktop settings, and not just removed the icon.

Does disabling Zen affect the operation of other Yandex applications?

No, disabling the news feed in the browser or deleting the widget does not affect the operation of maps, taxis or music. These applications operate independently. However, disabling the main Yandex application may disrupt the operation of weather widgets and voice search.

Is it safe to use the ADB command to uninstall?

Yes, the command pm uninstall --user 0 is safe as it removes the application only for your user without affecting the system partition. When you reset your phone to factory settings, the application will return to its original state.

How to turn off notifications from Zen if I don’t want to delete it?

Go to SettingsApplicationsYandexNotifications. Here you can specifically disable categories of notifications related to news and recommendations, leaving only important system messages.