The news feed on the left on the Android main screen is Google Discover (formerly Google Feed) or alternative services like Samsung Free, Mi Browser on Xiaomi or Huawei Today. For many users, it becomes a source of unnecessary information, distracting notifications and unnecessary traffic. It is especially annoying when the feed automatically updates in the background, using up battery power and mobile data.
The problem is that manufacturers often hide the shutdown settings: in some firmware the option is hidden deep in the menu, and on some devices (for example, Samsung Galaxy with a shell One UI) it is not at all in the standard interface. In this article we will analyze all the working methods - from basic to advanced, including ADB commands and third-party launchers. We will also explain why the feed can return after updates and how to prevent this.
1. Standard disabling through the launcher settings
The easiest method is to use the built-in launcher options. It works on most smartphones with clean Android (for example, Google Pixel, Motorola, Nokia) and some customized firmware. Important: if you have Samsung, Xiaomi or Huawei, this method may not work - proceed to the following sections.
Instructions:
- ๐ฑ Long press on an empty space on the main screen (or do two-finger pinchif the gesture supported).
- โ๏ธ In the bottom menu, select โScreen settings" (or "Launcher optionsยป, ยซHome screenยป).
- ๐ Find "News feedยป, ยซGoogle Discover" or "Left screen" and turn off the slider.
On some devices (for example OnePlus s OxygenOS) the path may be different:
Settings โ Applications โ Launcher (OnePlus Launcher) โ Settings โ Disable Discover.
โ ๏ธ Attention: After disconnecting, the feed may remain in the system memory and consume resources. To completely stop its operation, go to Settings โ Applications โ Google and disable background activity for the service Discover.
2. Disabling Google Discover on Samsung (One UI)
Samsung replaced the standard feed Google Discover with its own service Samsung Free, which is integrated into the shell One UI. You cannot completely remove it, but you can hide it or replace it with a blank page. Methods depend on the firmware version:
For One UI 5.0 and later (Android 13+):
- Long press on the main screen. โ "Home screen settingsยป.
- Go to "Home screenยป โ ยซLayoutยป.
- Select the option "Home screens only" (this will turn off the left swipe).
For One UI 4.0 and older:
- ๐ฑ Swipe left to open Samsung Free.
- ๐ Click on the three dots in the upper right corner โ โSettingsยป.
- โ Select "Delete" (in fact, this just hides the feed).
โ ๏ธ Attention: On some models (Galaxy S22, S23) after updating One UI 6.0 the tape may return. To avoid this, disable automatic updating Samsung Free in Galaxy Store.
โ๏ธ Preparing to disable Samsung Free
3. (Nova, Lawnchair, Apex)
If the built-in methods do not work, the most reliable way is to install alternative launcher. Popular options:
- ๐ Nova Launcher - supports disabling the swipe left gesture.
- ๐ฑ Lawnchair - lightweight open source launcher.
- โก Apex Launcher - allows you to completely customize gestures.
Instructions for Nova Launcher:
- Install the launcher from
Google Playand make it the default launcher. - Long press on the main screen โ "Settingsยป.
- Go to "Gestures and controlsยป โ ยซSwipe down/left gestureยป.
- Select โNo action" to swipe left.
Advantages of the method:
- ๐ Saves battery power (launchers like Nova consume less resources than standard ones).
- ๐จ Allows you to completely change the interface (icons, animations, layouts).
- ๐ซ Guaranteed to remove the news feed without the possibility of accidentally turning it on.
If after installing Nova Launcher the feed still appears, clear the cache and data of the standard launcher in Settings โ Applications.
4. Disabling via ADB (for advanced users)
If none of the above methods worked, you can use this method. with ADB commands. This method is suitable for devices with root access or without them, but requires connection to a computer. We warn you: incorrect use of ADB may disrupt the operation of the system.
Steps:
- Enable USB debugging on your phone:
Settings โ About phone โ Build number (press 7 times) โ Settings Developer โ USB Debugging. - Connect your phone to the PC and open
Command Line(orTerminalon Mac/Linux). - Enter the command to test connection:
adb devicesThe name of your device should appear.
- Run the command to disconnect Google Discover:
adb shell pm disable-user --user 0 com.google.android.apps.magazinesFor Samsung Free use:
adb shell pm disable-user --user 0 com.samsung.android.app.launcher
To return the tape back, replace disable-user on enable.
โ ๏ธ Attention: On some devices (Xiaomi, Realmeafter use ADB permissions for applications may be reset. Before the procedure, make a backup copy of important data.
What to do if ADB does not see it. device?
1. Make sure that the drivers for your smartphone model are installed (download from the manufacturer's official website).
2. Try a different USB connection (preferably the original cable).
3. Restart your phone and PC.
4. developer option โAllow USB debugging (safe mode).โ
5. Disabling background activity of Google and Samsung Free
Even if you have hidden the news feed, its services may continue to run in the background, using up traffic and battery. To stop them completely:
For Google Discover:
- ๐ต Go to
Settings โ Applications โ Google โ Memory and cache โ Memory management. - ๐ Click "Clear all data" (this will reset Discover settings).
- ๐ซ Return to main settings Google and disable "Background activityยป.
For Samsung Free:
- ๐ Go to
Settings โ Applications โ Samsung Free โ Battery. - ๐ Select "Optimize" or "Limit background activityยป.
- ๐ถ Disable "Mobile data" and "Wi-Fi" for the application.
Additionally, you can block access to Internet for these services via Firewall (for example, application NetGuard):
- Install NetGuard from
Google Play. - Find in the list Google i Samsung Free.
- Disable their access to Wi-Fi i mobile data.
| Service | Disablement path | Effect |
|---|---|---|
| Google Discover | Settings โ Applications โ Google โ Background activity |
Stops updating news, saves battery |
| Samsung Free | Settings โ Applications โ Samsung Free โ Battery โ Optimize |
Stops background processes, but the feed remains on the screen |
| Mi Browser (Xiaomi) | Settings โ Applications โ Mi Browser โ Notifications โ Disable |
Stops showing news in the feed |
6 Why does the news feed return after. updates?
Many users complain that after updating the firmware (Android 14, One UI 6.0 etc.), the news feed appears again. This happens because:
- ๐ Manufacturers reset launcher settings up to standard when major. updates.
- ๐ฆ Updates Google Play Services or Samsung Free automatically turn services back on.
- ๐ค Some firmware (for example, on Xiaomi s MIUI) forced integration tape in system applications.
How to prevent:
- ๐ง Use third-party launchers (for example, Nova) - they do not depend on system updates.
- ๐ต Disable auto-update for Google and Samsung Free to
Google Play. - ๐ก๏ธ Install update blocker (for example, Package Disabler for Samsung).
โ ๏ธ Attention: On devices with MIUI 14+ and ColorOS 13+ (for example, Oppo Reno, Realme GT), the news feed may be part of the system applicationcom.miui.homeorcom.oppo.launcher. throughADBmay lead to interface malfunctions.
The only reliable way to permanently remove the news feed is to use a third-party launcher or disable it via ADB, followed by blocking system application updates.
7. Alternative methods: disabling notifications and limiting data
If you don't need complete blocking, but want to reduce the intrusiveness of the feed, you can:
Disable notifications:
- ๐ For Google Discover:
Settings โ Applications โ Google โ Notifications โ Disable all. - ๐ข For Samsung Free:
Settings โ Notifications โ Samsung Free โ Disable.
Limit mobile traffic:
- ๐ก Go to
Settings โ Connections โ Data usage โ Mobile data. - ๐ Find Google or Samsung Free and turn off mobile data for them.
Use power saving mode:
- ๐ Add Google and Samsung Free to the list of applications optimized to save battery.
- ๐ On Xiaomi enable "Deep optimization" for these services in the battery settings.
These methods will not remove the news feed completely, but will make it less intrusive and save device resources.
8. Common mistakes and how to avoid them
When trying to disable the news feed, users often encounter problems. common:
Error 1: Tape returns after reboot
๐น Cause: System applications (Google, Samsung Free) are automatically restarted.
๐ง Solution:
- Use
ADBto completely disable (section 4). - Set Greenify to force stop services.
Error 2: There is no โDisable feedโ item in the settings
๐น Cause: The manufacturer has hidden the option (typical for Samsung, Xiaomi).
๐ง Solution:
- Try a third-party launcher (section 3).
- Disable updates for Samsung Free in
Galaxy Store.
Error 3: After disconnecting, the weather or calendar widgets disappeared
๐น Cause: Some widgets are tied to services Google Discover or Samsung Free.
๐ง Solution:
- Install alternative widgets (for example, Weather Timeline for weather).
- Use KWGT to create custom widgets.
If after disabling the feed functionality has disappeared (for example, voice search or widgets), return the settings back and try alternative methods (third-party launchers, ADB with selective disabling of components).
โ How to completely remove Google Discover from your phone?
Completely remove Google Discover can only be done with root-rights or via ADB with the command:
adb shell pm uninstall --user 0 com.google.android.apps.magazines
Without root, this will only lead to a shutdown for the current user. On some devices (for example, Pixel), the system can restore the application after updating.
โ Why did the themes stop working after disabling Samsung Free?
Samsung Free integrated with the service Samsung Themes. If after disabling the feed you lost the ability to change themes, return the settings back and try:
- Disable only the news feed, leaving Samsung Themes active.
- Use third-party launchers with theme support (for example, Nova Launcher + Substratum).
โ Is it possible to disable the news feed on Xiaomi without root?
Yes, but the methods depend on the version MIUI:
- ๐ฑ MIUI 12/13/14: Long press on the main page screen โ โHome screen settingsยป โ ยซLeft screenยป โ ยซDisableยป.
- ๐ง If the item is not there: Install Nova Launcher or disable Mi Browser via
ADB:adb shell pm disable-user --user 0 com.mi.android.globalFileexplorer
On some devices (Redmi Note, Poco) the tape is attached to com.miui.home โdisabling it may disrupt the operation of the interface.
โ How to return the tape back if you need it?
To restore the feed:
- ๐ For Google Discover:
Settings โ Applications โ Google โ Enable. - ๐ฑ For Samsung Free: Long press on the main screen โ โHome screen settingsยป โ ยซAdd screen on the leftยป.
- ๐ป If you disabled it through
ADB, use the command:adb shell pm enable com.google.android.apps.magazines
โ Is there a way to disable the feed only for certain accounts?
No, the news feed is tied to the device, not to the account. However, you can:
- ๐ Use different user profiles on Android (set up the feed in only one).
- ๐ต Disable synchronization Google Account for the service Discover in the account settings.