How to permanently remove news from the screensaver Xiaomi: from simple settings to ADB

Why news on Xiaomi’s lock screen annoys users

Xiaomi’s lock screen with its flashy news cards has become a real β€œtrick” of MIUI firmware β€” but not all owners appreciate this β€œinnovation.” For some, it is a convenient way to keep abreast of events, for others, annoying advertising, eating battery power and traffic. Especially annoying when the tape shows content in Chinese even on global versions of the firmware or when news is duplicated in other widgets of the system.

The problem is compounded by Xiaomi regularly changing the settings in newer versions of MIUI (12, 13, 14 and HyperOS), which worked a year ago, can be hidden in a different menu or removed altogether, and on some models (such as the Redmi Note 12 or POCO X5), the standard shutdown methods simply do not work – you have to use workarounds.

In this article, we'll look at all the current ways, from basic settings to advanced methods using ADB and third-party utilities. Importantly, some solutions require unlocking the bootloader or superuser rights, which can affect the warranty, and we'll highlight these cases separately.

Method 1: Standard shutdown via MIUI settings

To start with, the simplest is built-in options, which works on most MIUI 12-14 and HyperOS devices, but may vary depending on the regional firmware. If you have a global version (marked Global in the build number), follow this instruction:

  1. Open the Settings β†’ Lock screen.
  2. Slip on the item Style of the lock screen (or Wallpaper & Lockscreen on English firmware).
  3. Choose the current style (usually MIUI or Classic).
  4. Scroll down to the News and Recommendations section (could be called Lock Screen News or Recommendations).
  5. Turn off the slider next to Show news or Show news on lock screen.

If there is no such item, try an alternative path:

  • πŸ” Settings β†’ Annexes β†’ Application management β†’ System applications
  • πŸ“± Find the lock screen. MIUI (MIUI Lock Screen)
  • βš™οΈ Open Permissions and turn off Display on top of other windows

β˜‘οΈ Preparing for news blackout

Done: 0 / 4

⚠️ Note: Some firmware (e.g. Xiaomi.eu or custom builds) may have a news item hidden, in which case you can move to method 2 or 3.

Method 2: Disconnection through "Special Opportunities" (hidden method)

This trick works on MIUI 13/14 and is based on disabling the news download service, which does not require root rights, but can be reset once the system is updated.

  1. Go to Settings. β†’ Special facilities.
  2. Choose Special Opportunity Services (or Installed Services).
  3. Turn on MIUI Optimization (if it is turned off).
  4. Return to the main menu Special Features and tap MIUI Optimization 10 times in a row (a developer mode notification should appear).
  5. Now close the settings, unlock the phone, and swipe left on the lock screen – the news should disappear.

If the method does not work, try it further:

  • πŸ”„ Reset the device
  • πŸ“΅ Turn off mobile data for 1-2 minutes
  • 🚫 B Settings β†’ Accounts. β†’ Mi Account disable lock screen data synchronization
Why does the news come back after the reboot?
The MIUI news service (com.miui.miservice) starts automatically, and to fix this, you either need to turn it off via ADB (mode 4), or use Tasker to force you to stop after each phone turn on.
Xiaomi modelDoes Method 2 work?Notes
Redmi Note 11/12βœ… Yes.You may need to shut down again after the update.
POCO X4/X5βœ… Yes (on global firmware)Chinese firmware requires ADB
Xiaomi 13/14❌ No. On HyperOS)Use method 3 or 4
Redmi 10A/9Aβœ… Partially.News disappears but may return in 1-2 days

Method 3: Use of third-party launchers (without root)

If system methods don't work, you can fool MIUI by replacing the standard lock screen with an alternative one, and then you can use customized lock launchers, such as:

  • πŸ“± Nova Launcher + plugin Nova Lockscreen
  • 🎨 Action Launcher (with Quicktheme option)
  • πŸ”’ Lock Screen by Next App (from Google Play)

Instructions for Nova Launcher:

  1. Install Nova Launcher and Nova Lockscreen plugin from Google Play.
  2. In the launcher settings, select Lock Screen β†’ Enable Custom Lock Screen.
  3. Turn off the Show notifications option (this will hide both news and notifications).
  4. Customize the look to your liking – the lock screen will now be controlled by Nova, not MIUI.

⚠️ Note: Some banking applications (e.g. Sberbank or Tinkoff) may block work on non-standard lock screens due to security requirements.

πŸ“Š What kind of launcher are you using on Xiaomi?
Standard MIUI
Nova Launcher
Action Launcher
Other
I don't use launchers.

The advantage of this is the flexibility of the setup.

  • πŸ–ΌοΈ Install any wallpaper (including animated ones)
  • πŸ”” Set up the display of notifications selectively
  • πŸ” Add additional security features (e.g, PIN-random-number panel)

Method 4: ADB-commands for complete shutdown (for advanced)

If the previous methods didn't work, it's time to move to the ADB heavy artillery, which requires you to connect your phone to your computer, but it shuts down news for good, even after you upgrade.

  • πŸ–₯️ Computer with Windows/macOS/Linux
  • πŸ”Œ Cable USB (preferably original)
  • πŸ“¦ Installed drivers Xiaomi and ADB Tools
  • πŸ”“ Included Debugging by USB phone-on

Step 1: Preparation

  1. Turn on Developer Mode: Settings β†’ About Phone β†’ MIUI version (tap 7 times).
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect your phone to your PC and select File Transfer mode.

Step 2: Execution of commands

Open the command prompt (or Terminal on macOS/Linux) and type in turns:

adb devices

(Your device should appear)

adb shell pm hide com.miui.miservice

This command hides the system app that handles the news, and if you want to get it back, use:

adb shell pm unhide com.miui.miservice

πŸ’‘

Before execution ADB-Create a recovery point in the TWRP (This will help to return the system to working condition in case of errors.

HyperOS (on Xiaomi 13/14) may require an additional command:

adb shell cmd package disable-user --user 0 com.miui.miservice
Team team.The effectReversibility
pm hideHiding the app for the current userβœ… Yes)
pm disable-userDisable the application completelyβœ… Yes, pm enable)
pm uninstall -k --user 0Removes app updates⚠️ Partially (reinstallation required)

Method 5: Edit system files (root only)

If you have root rights (like Magisk), you can delete news permanently by editing system files. This method is risky - wrong actions can lead to a bootloop. Use it only if you are confident in your abilities!

Step 1: Install Root Explorer or Mixplorer (with root access enabled).

Step 2: Follow the path:

/system/priv-app/MiuiSystemUI/MiuiSystemUI.apk

Step 3: Make a backup of the file (copy it to the SD-map).

Step 4: Open the file in a text editor (such as APK Editor) and find the lines related to:

  • lockscreen_news
  • com.miui.miservice
  • NewsCard

Step 5: Comment or delete these lines, save the file, and restart the phone.

⚠️ Note: On HyperOS, this method may not work due to the changed structure of the system files. MIUI All changes will reset – you will have to repeat the procedure again.

πŸ’‘

Editing system files is the most radical way, but also the most dangerous. Use it only if other methods have not worked, and you are prepared for the possible consequences (up to flashing your phone).

What to do if the news still appears

If none of these methods worked, the problem may be:

  1. Regional firmware: On Chinese versions of MIUI, news is more difficult to turn off. Try to search Xiaomi.eu or global firmware.
  2. Service Updates: Sometimes Xiaomi will return news via the MIUI System UI update. Go to Google Play β†’ My apps β†’ Updates and cancel the update for MIUI System.
  3. Application cache: Clear the cache for the MIUI Lock Screen and MIUI System in Settings β†’ Applications.
  4. Sync with Mi Account: Turn off lock screen sync in Xiaomi account settings.

If the problem persists, try:

  • πŸ”„ Reset the lock screen settings (Settings) β†’ System system β†’ Resetting settings β†’ Reset the lock settings)
  • πŸ“΅ Disable mobile Internet for a day (news is downloaded via miui.analytics)
  • πŸ› οΈ Install Xposed Framework with Module MIUI Lockscreen News Remover (For Power Users Only)

FAQ: Frequent questions about turning off news on Xiaomi

Can I turn off news without a computer?
Yes, methods 1-3 don't require a PC, but if they don't work, you'll have to use ADB (mode 4) or get root rights (mode 5). Some models (such as the Xiaomi 13T) don't have a computer.
Why did the news come back after the MIUI update?
Updates often reset user settings, especially if they affect system applications. To avoid this: Before upgrading, back up through Settings β†’ System β†’ Backup. Use ADB to permanently disable (pm disable-user). Turn off automatic MIUI System UI updates on Google Play.
Is it safe to use ADB to turn off news?
By themselves, the adb shell pm hide or pm disable-user commands are secure β€” they don't delete files, they only hide the application for the current user. However: Do not interrupt the execution of commands (may cause system failure). Do not use pm uninstall commands without a backup. Some firmware (HyperOS) require additional authorization (adb root).
How to turn off news on POCO F5 with HyperOS?
On POCO F5 (and other HyperOS devices), standard methods often don't work. Try: Use ADB with the command: adb shell cmd package disable-user --user 0 com.miui.miservice Install an alternative launcher (method 3). Retreat to MIUI 14 (if HyperOS is too raw). If nothing helps, wait for a firmware update - in new versions of HyperOS Xiaomi promises to add more customization options.
Can I turn off news only for certain sources?
Unfortunately, MIUI doesn't offer that capability. You can either turn off the news completely or leave it all, and the alternative is to use third-party widgets (like Google Discover) where you have source customization.