Newsfeed in Xiaomi is one of the most annoying features for users who value clean interface and privacy. Even after upgrading to MIUI 14 or HyperOS, many people find that when you open Mi Browser, Chrome or other browsers, unnecessary news, advertising and recommendations appear on the screen, and standard settings often do not allow you to completely disable this feature โ after rebooting or updating the system, it returns.
In this article, weโll look at all the possible ways to remove news from the browser on Xiaomi, Redmi and POCO smartphones, including hidden settings, ADB disconnection, and even radical methods for advanced users. Focus on models on MIUI 12/13/14 and the latest HyperOS, where news algorithms have become more aggressive. If youโre tired of intrusive headlines and want to regain control of the start page, read on.
Why is Xiaomi News in the Browser and Can It Be Deleted Forever?
Xiaomi's browser news feed is part of the Mi Services ecosystem, which is integrated at the firmware level, and the main reasons for it are:
- ๐ฑ Mi Browser defaults to the Mipush.xiaomi.com homepage, which downloads content from Xiaomi News Feed.
- ๐ Even after manually changing the homepage, the system can reset settings after updates or reboots.
- ๐ก๏ธ V MIUI 13/14 HyperOS news is linked to com.miui.systemAdSolution, which works in the background.
- ๐ Xiaomi collects your interests through advertising ID, Personalize your content (you can disable it separately).
Can we take the news away forever? Technically, yes, but it would require:
- Use a combination of methods (browser settings + system restrictions).
- Apply some firmware to some ADB-Deactivation of Services.
- In extreme cases, remove system applications (requires unlocking the bootloader).
โ ๏ธ Note: On HyperOS devices (2026), some of the methods may not work because of the system architecture. If you have a new firmware, try the method first. ADB (section).
Method 1: Disable news via Mi Browser settings
The easiest method is to change the settings of the browser itself. It is suitable for Mi Browser (a standard Xiaomi browser) and works on most devices without root rights.
Instructions:
- Open Mi Browser.
- Slip on the icon "Three dotsยป (โฎ) lower-right.
- Select Settings โ Homepage.
- In the "News feed" section, move the slider to the "Disconnected" position.
- Go back and select Settings. โ Confidentiality, then turn off: ๐ Personalized recommendations ๐ Collection of data on use
Reboot your browser.
If, after these actions, news continues to appear:
- ๐ Try clearing the browser cache in the application settings (Settings) โ Annexes โ Mi Browser โ Warehouse โ Clear the cache).
- ๐ต Make sure the browser does not have auto-start rights (Settings) โ Permits โ Auto-start).
โ๏ธ Checking the Mi Browser settings
โ ๏ธ Note: On some models (Redmi Note 12, POCO X5) post-update MIUI 14, this method stops working. In that case, move to Method 2 or Method 4.
Method 2: Replace the standard browser with an alternative browser
If Mi Browser is persistently returning news, the logical solution is to install a different browser and make it the main one.
| browser | Pluses | Cons | Download link |
|---|---|---|---|
| Google Chrome | Sync with Google account, no embedded news | High RAM Consumption, Collects Data for Personalized Advertising | Play Market |
| Firefox Focus | Maximum privacy, blocking trackers by default | Minimalist interface, no extensions | Play Market |
| Brave Browser | Built-in ad blocker, Tor support | Sometimes itโs slower than Chrome. | Play Market |
| Kiwi Browser | Support for Chrome extensions, lightweight | Less known, possible bugs | Play Market |
How to make an alternative browser the main one:
- Install the selected browser from the Play Market.
- Open Settings โ Applications โ Default Applications โ Browser.
- Select the browser installed (such as Chrome or Firefox).
- Remove or disable Mi Browser (Settings โ Applications โ Mi Browser โ Disable).
Important: Some Mi Browser firmware can't be completely removed, only disabled, so you can hide its icon through the launcher (long press โ "Hide").
๐ก
If you use Google Chrome, turn off the Opening Page with news: go to Settings โ Homepage and select New Tab instead of Open Page.
Method 3: Block news via MIUI settings (without root)
If news is not only in the browser, but also on the lock screen or in the search bar, it can be turned off at the system level, which works on MIUI 12/13/14 and partly on HyperOS.
Steps:
- Go to Settings โ Applications folder โ Application management.
- In search, type "GetApps" (or com.xiaomi.mipicks).
- Open the app and: ๐ซ Turn off Auto Startยป. ๐ Prohibit "Showing Notificationsยป. ๐๏ธ Clear the cache and data.
- Mi Video (com.miui.video) is responsible for video recommendations.
- "Mi Browser" (com.android.browser) - if you don't use it
- System Ad Service (com.miui.systemAdSolution) is the main culprit in the news.
For HyperOS, additionally:
- ๐ Go to Settings. โ Confidentiality โ Special permits โ Showing over other windows.
- ๐ง Disable permission for GetApps and Mi Browserยป.
What to do if System Ad Service is not disabled?
Method 4: Disable news via ADB (for advanced)
If previous methods have failed, the most reliable way is to use ADB (Android Debug Bridge), an official debugging tool that allows you to disable system applications without root rights.
What you need:
- ๐ฅ๏ธ Computer with Windows/macOS/Linux.
- ๐ USB-cable (original or quality).
- ๐ฑ Included debugging by USB smartphone.
- ๐ ๏ธ Utility. ADB (You can download from the official website).
Step-by-step:
- Put the debugging on. USB: Go to Settings. โ The phone. โ Version. MIUI. Slip on "The Version" MIUIยป 7 times until the message "You became a developer" appears. โ Additionally. โ For developers. Activate Debugging by USBยป.
Connect your smartphone to your computer and confirm your trust in the device.
command-line
cmd
adb devicesMake sure your device is listed.
adb shell pm hide com.miui.systemAdSolution
adb shell pm hide com.xiaomi.mipicks
adb shell pm hide com.android.browserReboot your smartphone.
If the news comes back after the reboot, try a more aggressive command:
adb shell cmd package disable-user --user 0 com.miui.systemAdSolutionโ ๏ธ Note: pm hide commands may not work on HyperOS. Use: adb shell pm uninstall --user 0 But this will remove the service only for the current user, not completely.
๐ก
ADB-The method is the most reliable way to turn off news without root. If the teams don't work, check the version. ADB (It should be at least 1.0.41 and repeat the steps.
Method 5: Remove system applications through root (extreme method)
If you are willing to take drastic measures and have unlocked bootloader + root rights (for example, through Magisk), you can completely remove the apps responsible for news.
List of removal annexes:
| Package name | What is responsible for? | Can I remove it? |
|---|---|---|
| com.miui.systemAdSolution | Main news and advertising service | โ Yes. |
| com.xiaomi.mipicks | GetApps (app recommendations) | โ Yes. |
| com.android.browser | Mi Browser (standard browser) | โ ๏ธ Only if you use another browser |
| com.miui.video | Mi Video (video recommendations) | โ Yes. |
| com.miui.weather2 | The weather (sometimes the news) | โ No (may break widgets) |
How to delete:
- Install Root Explorer or Magisk.
- Go to /system/app or /system/priv-app.
- Find the folders with the names in the table above (e.g. SystemAdSolution).
- Delete the folder or rename it (add.bak at the end).
- Reset the device.
If the news appears in Chrome or another browser:
- ๐ Check extensions โ some (like Xiaomi Quick Apps) can embed content.
- ๐ก๏ธ Use an ad blocker like uBlock Origin (available for Firefox and Kiwi Browser).