How to permanently remove news in the Xiaomi browser: 5 proven ways

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:

  1. Use a combination of methods (browser settings + system restrictions).
  2. Apply some firmware to some ADB-Deactivation of Services.
  3. 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).

๐Ÿ“Š What browser do you use on Xiaomi?
Mi Browser
Google Chrome
Firefox
Other
I don't know.

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:

  1. Open Mi Browser.
  2. Slip on the icon "Three dotsยป (โ‹ฎ) lower-right.
  3. Select Settings โ†’ Homepage.
  4. In the "News feed" section, move the slider to the "Disconnected" position.
  5. 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

Done: 0 / 4

โš ๏ธ 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.

browserPlusesConsDownload link
Google ChromeSync with Google account, no embedded newsHigh RAM Consumption, Collects Data for Personalized AdvertisingPlay Market
Firefox FocusMaximum privacy, blocking trackers by defaultMinimalist interface, no extensionsPlay Market
Brave BrowserBuilt-in ad blocker, Tor supportSometimes itโ€™s slower than Chrome.Play Market
Kiwi BrowserSupport for Chrome extensions, lightweightLess known, possible bugsPlay Market

How to make an alternative browser the main one:

  1. Install the selected browser from the Play Market.
  2. Open Settings โ†’ Applications โ†’ Default Applications โ†’ Browser.
  3. Select the browser installed (such as Chrome or Firefox).
  4. 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:

  1. Go to Settings โ†’ Applications folder โ†’ Application management.
  2. In search, type "GetApps" (or com.xiaomi.mipicks).
  3. 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?
Some firmware has this service that's shut down, and then it's only going to help. ADB-command (Method 4) or root removal (Method 5).

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:

  1. 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 devices

Make 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.browser

Reboot 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 nameWhat is responsible for?Can I remove it?
com.miui.systemAdSolutionMain news and advertising serviceโœ… Yes.
com.xiaomi.mipicksGetApps (app recommendations)โœ… Yes.
com.android.browserMi Browser (standard browser)โš ๏ธ Only if you use another browser
com.miui.videoMi Video (video recommendations)โœ… Yes.
com.miui.weather2The weather (sometimes the news)โŒ No (may break widgets)

How to delete:

  1. Install Root Explorer or Magisk.
  2. Go to /system/app or /system/priv-app.
  3. Find the folders with the names in the table above (e.g. SystemAdSolution).
  4. Delete the folder or rename it (add.bak at the end).
  5. 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).

FAQ: Frequent questions about news removal in Xiaomi browser

โ“ Why news comes back after the shutdown?
This is due to the operation of the service com.miui.systemAdSolution, which restores settings after a reboot or update. ADB-Commands (Method 4) Disable Auto Update MIUI. Install an alternative browser and make it the primary browser.
โ“ Can I remove news without a computer?
Yes, but with limitations: ๐Ÿ“ฑ In Mi Browser, turn off the news feed in the settings (Method 1). ๐Ÿ”ง Turn off GetApps and System Ad Service in your application settings (Trick 3). ๐Ÿšซ No ADB or root cannot completely remove system services. One hundred percent result requires a computer (Method 4) or root right (Method 5).
โ“ Will there be problems if you disable System Ad Serviceยป?
Most of the time, no. This service is only responsible for: ๐Ÿ“ฐ News feed in the browser and on the lock screen. ๐ŸŽฏ Personalized advertising in system applications, however, on some firmware (HyperOS), it may result in the deactivation of the system: ๐Ÿ”„ Slow work Mi Video or Mi Music. ๐Ÿ“ต If you notice a bug, return the service with the command: adb shell pm enable com.miui.systemAdSolution
โ“ Does this method work for POCO redmi?
All of the methods described apply to: ๐Ÿ“ฑ POCO F5, POCO X5, POCO M6 (HyperOS may be required ADB). ๐Ÿ“ฑ Redmi Note 12, Redmi 13C, Redmi K60. ๐Ÿ“ฑ Xiaomi 13/14, Xiaomi Pad 6. Exception: on some models POCO (for example, POCO C65) Mi Browser is replaced by Google Chrome, but news can be downloaded via GetAppsยป.
โ“ How to get the news back if you need it?
To restore the news feed: For Mi Browser: return the home page settings to Settings โ†’ Homepage. For system services: If you disabled through ADB: adb shell pm enable com.miui.systemAdSolution If you deleted through root, restore the folder from the backup or reinstall the firmware.