How to permanently remove news from the lock screen Xiaomi Redmi 9: from simple settings to radical solutions

The Xiaomi Redmi 9 lock screen is loaded with unnecessary information by default: weather widgets, banner ads and, most annoyingly, the automatically updated MIUI news feed. These "helpful tips" not only eat up traffic and battery power, but also slow down the phone's unlocking. Worse, after system updates, settings are often reset and news returns as pesky advertising.

In this article, 5 proven ways to completely remove news from the lock screen, including hidden MIUI settings, disabling system applications via ADB, and even radical widget reset. We’ll take a look at the options for different firmware versions (including MIUI 12/13/14), explain why standard shutdown in settings doesn’t always work, and show you how to get around Xiaomi’s restrictions without root rights. If you’re tired of intrusive tape, read on.

Why news appears on the lock screen and can it be removed forever

The news feed on the lock screen is part of the MIUI ecosystem that is integrated at the firmware level, and Xiaomi, by default, includes it for all users to:

  • πŸ“ˆ Increase engagement with the company’s services (e.g. Mi Browser or Mi Video).
  • πŸ’° Show targeted ads (even if you don’t notice banners, they load in the background).
  • πŸ”„ Collect data about user preferences to personalize content.

The problem is that the Redmi 9 (like other Xiaomi budget models) doesn’t have the option of completely disabling the tape in the standard settings, and even if you remove the β€œShow News” tick from the lock screen menu, the system can return it after:

  • πŸ”„ Firmware updates (especially major versions) MIUI).
  • πŸ“± Resetting settings to factory.
  • πŸ”§ Recovery from backup.

The only way to get rid of news forever is by combining shutting down through settings, deleting the cache of system applications, and blocking background activity through ADB or third-party utilities, and then we'll go through all the methods, from the simplest to the most radical.

πŸ“Š How often do you get annoyed by news on the lock screen?
Constantly.
Sometimes.
They used to be disturbed, but I turned them off.
I like them.
Didn't notice them.

Method 1: Standard disabling via MIUI settings (works 60% of the time)

The first and most obvious method is to use built-in MIUI options. It is suitable for users who do not want to dig into system files, but has a limitation: after updates, the settings can be reset.

Instructions:

  1. Open the Settings β†’ Lock screen.
  2. Slip on the lock screen style (in some versions of MIUI it is called lock screen setting).
  3. Choose the style "Simple" or "Hours Only" (avoid options marked "Recommended" - these include widgets).
  4. Go back and go to Additional Settings β†’ News and Recommendations.
  5. Turn off the sliders: πŸ“° "Showing news on the lock screen" πŸ” "Recommendations of the annexes" 🌦️ "Weather” (optional if not necessary)

Reboot your phone to make the changes take effect.

Why this might not work:

  • πŸ”„ In some regional versions MIUI (For example, for India or China, the option to turn off news is hidden.
  • πŸ“± If the phone is purchased with operator services pre-installed (e.g., Redmi 9 from MTS or Beeline), the operator can block changes to the phone.
  • πŸ”§ After updating to MIUI 13/14 The system can automatically return widgets.

β˜‘οΈ Preparation before news blackout

Done: 0 / 4

Method 2: Remove cache and system application data

If a standard shutdown didn't work, the problem could be in the cache of the apps responsible for the news, which MIUI is responsible for:

  • com.miui.weather2 (weather and widgets)
  • com.miui.player (music player, sometimes integrated with news)
  • com.xiaomi.channel (the main app of the news feed).

To clear their data:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. In the search box, type the name of the package (e.g. com.xiaomi.channel).
  3. Slip on the application β†’ Storage β†’ Clear the cache and Clear the data.
  4. Repeat for all three apps in the list above.
  5. Reboot the phone.

⚠️ Attention: Cleaning of the application data com.miui.weather2 It'll reset all your weather settings. If you used the weather widget on the home screen, you'll have to reset it.

If news still appears after cleaning the cache, try disabling auto-run for these apps:

  1. In the application menu (Settings β†’ Applications β†’ Application Management), select the desired one.
  2. Tap Autostart β†’ turn off the slider.
  3. Also turn off Background Activity and Show notifications.
What if the app does not appear in the list?
Some system applications are hidden from the user. To see them, you need: 1. Enable developer mode (7 times tap on "Version") MIUI" 2. return to "Settings" β†’ Apps" and enable the option "Show all apps. 3. Now hidden packages, including news services, will appear in the list.

Method 3: Disconnect via ADB (no root rights)

If previous methods have failed, the most reliable way is to use Android Debug Bridge (ADB), Google’s official tool for managing system settings without rooting permissions, and works on all versions of MIUI, including the latest updates.

What you need:

  • πŸ–₯️ Computer with Windows, macOS or Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Developer's Included Mode and Debugging USB phone-on.

Step-by-step:

  1. Download and install Platform Tools (includes ADB).
  2. Connect Redmi 9 to your computer and select File Transfer Mode (MTP).
  3. Open the command prompt (cmd in Windows or Terminal in macOS/Linux) and go to the folder with ADB:
cd path to folder platform-tools
  1. Check the connection of the device:
adb devices

(You should have your phone name with device status.)

  1. Run a command to turn off the news feed:
adb shell pm hide com.xiaomi.channel
  1. To disable the weather widget (optional):
adb shell pm hide com.miui.weather2
  1. Reboot the phone:
adb reboot

⚠️ Note: The pm hide command temporarily hides the application from the system, but does not delete it. MIUI If the command doesn't work, try: adb shell pm disable-user --user 0 com.xiaomi.channel

To bring the news back, use:

adb shell pm unhide com.xiaomi.channel

1. Reinstall Xiaomi drivers (download from the official website).

2. Enable the option "Debugging by USB (security options)" in the developer settings.

3. Use another USB-cable (some cables are only for charging purposes).-->

Method 4: Using third-party launchers (bypass)

If you don’t want to mess with ADB, you can go for a trick – replace the standard MIUI launcher with a third-party one (for example, Nova Launcher or Lawnchair). Many launchers allow you to completely customize the lock screen, including removing all widgets.

How it works:

  1. Install an alternative launcher from Google Play (we recommend Nova Launcher or Action Launcher).
  2. In the launcher settings, find the Lock Screen or Widgets section.
  3. Turn off all options related to news and recommendations.
  4. Set the default launcher in your phone settings (Settings β†’ Applications β†’ Default Apps).

Pros of the method:

  • βœ… Does not require root rights or ADB.
  • βœ… Allows you to completely remake the interface for yourself.
  • βœ… It works even after the updates. MIUI.

Cons:

  • ❌ Certain functions MIUI (For example, gestures or themes may not work properly.
  • ❌ It will take time to set up a new launcher.

Best launchers for Redmi 9:

LauncherSupport for lock screenFree versionDifficulty setting up
Nova LauncherPartially (via plugins)Yes.Medium
Lawnchair 2Complete.Yes.Low.
Action LauncherPartially.Yes (with limitations)Tall.
Microsoft LauncherNo.Yes.Low.

Method 5: Radical measures - reset widgets and firmware

If none of the above has worked, there are two extreme options:

  1. Reset all widgets through Safe Mode.
  2. Firming on custom firmware (requires unlocking the loader).

Method 1: Safe Mode

Safe Mode boot disables all third-party and system widgets.

  1. Turn off the phone.
  2. Press the power button until the Redmi logo appears.
  3. Once the logo appears, press and hold the volume button until the phone boots.
  4. In the lower right corner of the screen will appear the inscription Safe Mode.
  5. Go to Settings β†’ Lock screen and reset all widgets.
  6. Restart your phone in normal mode.

Method 2: Castom firmware

Installing LineageOS, Pixel Experience or other firmware without Xiaomi services is guaranteed to remove news.

  • πŸ”“ Unlock the bootloader (officially via Mi Unlock Tool).
  • πŸ“₯ Installations TWRP or another custom Recovery.
  • πŸ› οΈ Experience with firmware (risk of β€œbricking” the phone).

⚠️ Warning: Unlocking the bootloader on Xiaomi is associated with risks: 🚫 Loss of warranty (if the phone is under warranty). πŸ”’ Resetting all data (including internal memory). πŸ“΅ Possible problems with the module NFC This method is recommended only for advanced users!

πŸ’‘

Custom firmware like LineageOS not only cleans up news, but also improves the performance of Redmi 9 by lacking background MIUI processes. However, you will lose branded features like Second Space or Game Turbo.

What to do if news comes back after MIUI update

Xiaomi regularly releases updates that can return disabled widgets.

  • πŸ“΅ Turn off automatic updates MIUI: Go to Settings. β†’ The phone. β†’ Update the system and disable the option "Automatic booting".
  • πŸ“₯ Install an ad blocker: Apps like Blokada or AdGuard can block news feed requests at the level DNS.

If you don’t want to give up on updates, but the news annoys you too, try the delayed update:

  1. When an update notification appears, do not install it immediately.
  2. Wait 1-2 weeks and check for feedback on forums (e.g. 4PDA or XDA-Developers).
  3. If users complain about the news coming back, skip this update.

The list of MIUI updates that are most frequently followed by news:

MIUI versionRelease dateProbability of news returns
MIUI 12.52021High (80%)
MIUI 132022Average (50%)
MIUI 142023Low (30%)

FAQ: Frequent questions about news on lock screen

❓ Why do they still appear after the news is turned off in the settings?
You probably have Personalized Recommendations enabled in your Mi Account. To disable it, go to Settings β†’ Xiaomi Account. Tap the avatar β†’ Account settings β†’ Personalization. Turn off all recommendation sliders. Also check if you have carrier apps (like My MTS or Beeline TV) installed, they can add their own widgets.
❓ Can I remove news without a computer?
Yes, but with limitations. Try: Clear cache and data of the com.xiaomi.channel and com.miui.weather2 applications (method 2). Install a third-party launcher (method 4). Use widget blocking apps like Widget Remover (requires Android 10+). Without ADB or root rights, you can't completely delete news - they'll come back after the update.
❓ Will there be problems if I turn off the news through ADB?
No, pm hide is secure β€” it just hides the app from the system without removing it. However: Some features (like the weather on the home screen) may stop working. After resetting or updating MIUI, you will have to repeat the procedure. If you use Xiaomi services (like Mi Cloud), some notifications may not display correctly.
❓ What other widgets can be removed from the lock screen?
In addition to news, Redmi 9 can be turned off: 🌑️ Weather: Settings β†’ Lock screen β†’ Weather. πŸ“… Calendar: Settings β†’ Lock screen β†’ Widgets β†’ Calendar. 🎡 Music Player: Turn off Autoplay for com.miui.player. πŸ“Š Stepmer: Settings β†’ Annexes β†’ Stepper β†’ Notifications: To remove banner ads, turn off Personalized Ads in Settings β†’ Confidentiality β†’ Advertising.
❓ Why the news came back after the factory reset?
Factory resets bring all system applications back to their original state, including the news feed. To avoid this: Before reset, write down all the ADB commands you used to turn off the news. After reset, immediately repeat them (don't update MIUI before!). Use TWRP backup if you have custom recovery. If you're resetting your phone for sale, it's best to leave the news on - the new owner can decide whether he wants it or not.