News feed from Yandex on the screen Android smartphone can be annoying with constant notifications, unnecessary recommendations, or simply taking up space in the interface. Many users are faced with the fact that this function is activated automatically - after updating Yandex.Browser, installing a proprietary shell (MIUI, Shell, One UI) or even for no apparent reason. Unlike standard widgets, the Yandex feed is often integrated at the system level, which makes it difficult to remove.
In this article we will look into it all current methods of disabling โfrom simple settings in the application to radical methods using ADB and rollback of updates. Please note: some methods may vary depending on Android versions, smartphone manufacturer and installed services. If you are using a device with custom firmware (for example LineageOS), some of the instructions may not work.
Why the Yandex feed appears on the Android screen
News feed from Yandex can be displayed in several places:
- ๐ฑ On the main screen (to the left of the desktop, as a widget or a separate page).
- ๐ In the search bar (when you swipe right or down).
- ๐ In the browser (Yandex.Browser, Chrome with extensions).
- ๐ฐ In the system notifications (push news messages).
The main reasons for its appearance:
- Automatic activation during installation Yandex.Search, Yandex.Browser or Yandex.Launcher.
- Integration with shell (for example, on smartphones Xiaomi, Realme or Samsung with pre-installed software).
- Updating Google Play serviceswhich can load third-party widgets.
- Resetting settings to factory settings (sometimes returns previously deleted elements).
It is important to understand that the feed can work even if you did not install Yandex.Search consciously. Some manufacturers (Huawei, Honor) include it in the standard set of applications through partnership agreements. In such cases, simply deleting the application will not help - you will need deeper settings.
Method 1: Disabling through the Yandex.Search settings
If the feed appears when you swipe right on the main screen or in the search bar, first check the settings of the application itself Yandex:
- Open the application Yandex (icon with the letter โIโ or a magnifying glass).
- Tap on profile avatar (or icon โ๏ธ) in the upper right corner.
- Select item
Settings โ Feed. - Disable the slider
Show feed on home screen. - Additionally, you can disable
Personal recommendationsandNews notifications.
If there is no item Feed in the settings, then it is managed at the system level. In this case, proceed to the next method.
โ๏ธ Checking Yandex.Search settings
โ ๏ธ Attention: On some smartphones (for example, Redmi s MIUI 14) the feed control point can be hidden in Settings โ Home screen โ Yandex Widgets. If you donโt find it, use the search in the settings (magnifying glass icon in the upper right corner).
Method 2: Removing Yandex widgets from the home screen
If the feed is displayed as a separate page to the left of the desktop (similarly Google Discover), it can be removed through the launcher settings:
- Press with your finger empty space on the main screen until the menu appears.
- Select
Home screen settings(orLauncher settings). - Find section
WidgetsorNews Feed. - Disable the slider next to
Yandex.FeedorYandex.Search.
For different shells, the path may differ:
| Manufacturer | Shell | Path to settings |
|---|---|---|
| Samsung | One UI | Settings โ Home screen โ Yandex Widgets |
| Xiaomi/Redmi/Poco | MIUI | Theme โ Screen settings โ News feed |
| Realme/Oppo | ColorOS | Settings โ Desktop โ Smart feed |
| Huawei/Honor | EMUI | Settings โ Home screen โ Yandex.Services |
If your shell does not have such an item, then the feed is integrated at the system level. In this case, only disabling the application through the Android settings (method 4) or using ADB (method 5).
If, after disabling, the feed still appears, try changing the launcher. For example, Nova Launcher or Microsoft Launcher allow you to completely customize the home screen without third-party widgets.
Method 3: Disabling notifications from Yandex.Feed
If the problem is not in the widget, but in permanent push notifications about the news, you can disable them separately:
- Go to
Settings โ Applications. - Find Yandex (or Yandex.Browser, Yandex.Search) and tap on it.
- Select
Notifications. - Disable all categories related to news:
- ๐ฐ
Recommendations - ๐
Important news - ๐ข
Feed updates
- ๐ฐ
If notifications continue to arrive, check your settings Google Play Services:
- Open
Settings โ Applications โ Google Play Services. - Go to
Notifications โ Channels. - Find channels with names
YandexorNewsand turn them off.
โ ๏ธ Attention: On some firmware (for example, Flyme from Meizu), notifications from Yandex can be disguised as system ones. In this case, only completely disabling the application will help (method 4).
Method 4: Completely disabling the Yandex application
If the previous methods did not work, you can force stop the application and prevent its autostart:
- Go to
Settings โ Applications โ All applications. - Find Yandex, Yandex.Search or Yandex.Feed (names may vary).
- Tap
Forced stop. - Select
Disable(if the button is active). - Go to
Battery โ Autorunand disable autorun for Yandex applications.
On some smartphones (for example, Xiaomi with MIUI), you cannot disable pre-installed applications without root access. In this case, only method 5 (ADB) or installing custom firmware will help.
If the button Disable is inactive, then the application is system. Then:
- ๐ฑ Try delete updates (button
Uninstall updatesin the application menu). - ๐ง Use
ADBto force shutdown (instructions in the next section). - ๐ ๏ธ Install an alternative launcher (for example, Nova Launcher) that ignores system widgets.
Disabling an application through Android settings is the safest way, but it may not work for pre-installed services. In this case, you will need developer rights or ADB.
Method 5: Disabling via ADB (for advanced users)
If the Yandex feed is built into the system and cannot be disabled using standard methods, you can use Android Debug Bridge (ADB). This method requires connecting the smartphone to the computer and enabling developer mode.
Step-by-step guide:
- Enable USB debugging:
- Go to
Settings โ About phone โ MIUI/software version(tap the build number 7 times to activate developer mode). - Return to
Settings โ Advanced โ For developers. - Activate
USB debugging.
- Go to
adb devices
Make sure that the device is detected.
package.name with the real name of the package):
adb shell pm disable-user --user 0 com.yandex.lavkaadb shell pm disable-user --user 0 com.yandex.browser
adb shell pm disable-user --user 0 com.yandex.searchplugin
To find the exact names of packages, use the command:
adb shell pm list packages | grep yandex
โ ๏ธ Attention: Disabling system packages via ADB may cause the shell to become unstable. If problems arise after disconnecting (for example, the search has stopped working), return the changes with the command:adb shell pm enable com.yandex.lavka
What to do if ADB does not see the device?
1. Check if USB debugging is enabled in the developer options.
2. Install drivers for your smartphone model (for example, for Xiaomi - Mi PC Suite).
3. Try another USB cable (preferably the original one).
4. Restart your PC and smartphone.
5. If you are using macOS/Linux, check the rights to the port: sudo chmod 777 /dev/usb*
Method 6: Installing an alternative launcher
If all the previous methods did not help, a radical solution is change the standard launcher. This will completely remove the Yandex feed from the main screen, but will require the installation of third-party software.
The best launchers to replace:
- ๐ Nova Launcher โ flexible configuration, no advertising, gesture support.
- ๐ฑ Microsoft Launcher โ integration with Windows, minimalistic design.
- ๐ Lawnchair - open source, similar to standard Pixel Launcher.
- โก Hyperion Launcher - fast, with support for themes.
How to install and configure:
- Download the launcher from Google Play.
- After installation press Home and select the new launcher as the main one.
- In the launcher settings, disable all widgets and ribbons (section
Dock stationorWidgets). - If necessary, hide icons of unnecessary applications (for example, Yandex.Search).
Advantages of this method:
- โ Full control over the main screen.
- โ No system restrictions (works even without root).
- โ Additional functions (gestures, themes, backup).
โ ๏ธ Attention: On some smartphones (for example, Huawei without Google Play), the installation of launchers may be limited. In this case, use APK files from trusted sources (for example, APKMirror).
What to do if the feed returns after an update
Even after disconnecting, the Yandex feed may appear again after:
- ๐ Updates Yandex.Search or Yandex.Browser.
- ๐ฑ Smartphone firmware updates.
- ๐ง Reset settings to factory settings.
To prevent reappearance:
- Freeze the application using Titanium Backup (requires root) or App Quarantine.
- Disable auto-update for Yandex applications:
- Open Google Play โ
Profile โ Application management. - Find Yandex and disable auto-update.
- Open Google Play โ
On smartphones with pre-installed software (for example Redmi Note 12), the feed can return after each major MIUI update. In this case, only rolling back the firmware or installing a custom one will help (for example, Pixel Experience).
FAQ: Frequently asked questions about disabling the Yandex feed
Is it possible to remove Yandex.Feed without root?
Yes, but not on all smartphones. On most devices (except Xiaomi, Huawei and some Samsung), you can disable the application via Settings โ Applications or ADB. data-i="311">is inactive, use the method with Delete inactive, use method with ADB (method 5) or install an alternative launcher.
Why is the feed still shown in browser?
The feed in the browser is managed separately. For Yandex.Browser disable it in the settings: Settings โ Feed โ Show feed in new tab. In Chrome check the extensions and settings of the main page (Settings โ Home page).
Will Yandex search work after disabling the feed?
Yes, search and the news feed are different functions. Disabling the feed does not affect the work Yandex.Search in the browser or through the widget. However, if you disable the application itself Yandex via ADB, the search will stop working until you turn it back on.
How to return the feed if you need it?
If you disabled the feed through the settings, just turn it back on Yandex.Search settings โ FeedIf you used it. ADB, run the command: Yandex.Search Settings โ Feed tape?
adb shell pm enable com.yandex.lavka
To return system applications to Xiaomi A factory reset may be required.
Is there a legal way to complain about tape imposition?
Yes, you can send a complaint:
- B Yandex support via the feedback form in the application.
- B Google Play (leave review marked โSpamโ or โSolicitation of servicesโ).
- B Roskomnadzorif the feed appears without your consent (violation of Federal Law-152 โOn Personal Dataโ).
However, this does not guarantee quick deletion - it is easier to use technical methods from this article.