Xiaomiβs lock screen is not just a random click protection, but also an information panel that is loaded by default with news, weather, currency rates and other βusefulβ facts. For many users, this feature becomes a source of annoyance: unnecessary notifications eat up traffic, slow down unlocking and distract from business. Worse, MIUI actively promotes content from partners (for example, MSN News or Yandex Zen), even if you have never signed up for these services.
In this article, weβll look at all the working ways to disable facts on the lock screen, from standard settings to hidden developer settings. The instructions are relevant for MIUI 14/15 (including global and Chinese versions), as well as for Redmi, POCO, Black Shark and other Xiaomi sub-brands. If youβre tired of intrusive advertising or just want a clean screen, read on.
Why do facts and news appear on the lock screen?
The feature, which displays βfactsβ (or Lockscreen facts), was introduced in MIUI 12 as part of a βsmartβ personalization, and is designed to show:
- π€οΈ Weather and temperature (with geolocation or default for your region).
- π Currency, Stocks, Cryptocurrencies (if financial widgets are included).
- π° News headlines from partners (MSN, Yandex, Sina News for Chinese firmware).
- π Holidays, memorable dates, horoscopes.
- π Sports performance (if you follow teams).
In practice, this function often fails:
- π News updates in the background, consuming mobile traffic (up to 50 MB per month).
- β³ Slows down the appearance of the lock screen by 0.5-1 second.
- π± On some models (Redmi Note 12, POCO X5) Widgets can be activated spontaneously after updating MIUI.
- π In Chinese firmware (China) ROM) Disable facts is more difficult due to regional setting limitations.
The root of the problem is the aggressive monetization of MIUI. Xiaomi is partnering with advertising partners, and the βfactsβ on the block is one way to show the user the content for which the company is getting money, so simply disconnecting through the settings does not always work: the system can automatically return widgets after a reboot or update.
Method 1: Disconnect via standard MIUI settings
The most obvious method is to use built-in personalization options, which is suitable for most users with Global ROM and runs on MIUI 14/15 without root rights.
Instructions:
- Open the Settings β Lock screen.
- Select Lock screen style (or Lockscreen style in English).
- Scroll down to the Advanced Settings section.
- Find the Facts option on the Lockscreen facts and move the slider to the βOffβ position.
- Save the changes by clicking Ready or Apply.
If you have a Chinese firmware (China ROM), the path may be different:
- Go to Settings β Screen folder β Lock screen.
- Slip on Style Setup ().
- At the bottom of the screen, find (literally, βlock encyclopediaβ) and turn it off.
βοΈ Verification of the fact-out
Challenges and solutions:
- β No βFactsβ item in the settings β Your firmware may be outdated (update) MIUI) Or modified (try 3-s method) ADB).
- β Widgets are coming back after the update β It's a bug. MIUI. Solution: Turn off automatic system updates in Settings β The phone. β Update MIUI.
- β Not working. POCO/Redmi β These sub-brands sometimes have their own launcher. Try changing the lock style to Classic).
π‘
If facts still appear after turning off, try changing the lock screen style to a minimalist one (for example, βClock Onlyβ).
Method 2: Remove news applications (for Global ROM)
Often, the βfactsβ on the lock come from pre-installed apps like MSN News, Yandex Zen or Mi Browser, which can be disabled or deleted, but there are nuances:
How to find the culprit:
- Press your finger on the news widget on the lock screen.
- If you see a pop-up with the name of the app (such as MSN Weather), remember it.
- Go to Settings β Applications β Application Management.
- Find this app in the list and open its settings.
Actions with the annex:
| Type of application | Action. | Effects of consequences |
|---|---|---|
| MSN News/Pogoda | Disable (disable) | Stop updating the news, but stay in the system |
| Yandex Zen Zen | Remove updates β Disable | Recommended recommendations may disappear but may return after MIUI update |
| Mi Browser | Limit background activity | Stop downloading news, but the browser will remain working |
| Google App (for the weather) | Disable notifications | Weather will be gone, but Google search will work. |
Important: Some system applications (such as MiuiDaemon or Analytic) cannot be removed without root permissions. MIUI.
β οΈ Note: On Chinese firmware (China) ROM) Removing system applications without root rights can block access to certain features (such as Mi Account or Mi Pay). ADB.
Method 3: Disconnect via ADB (for power users)
If standard methods donβt work, you can use the Android debugging bridge (ADB), which is suitable for all versions of MIUI, including Chinese firmware, but requires connecting the phone to a computer.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π± Cable USB Type-C (preferably original).
- π§ Platform Tools (includes adb).
- βοΈ Included debugging by USB phone-on.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI until the notification βYouβve become a developerβ appears.
USB-debugging
- Back to Settings β Additionally. β For developers.
- Activate Debugging via USB and confirm the resolution.
- Connect your phone to your computer and execute commands at the terminal (CMD or Terminal): adb devices (device should appear) adb shell pm hide com.miui.weather2 (disables weather) adb shell pm hide com.microsoft.appmanager (disables MSN News)
Advantages:
- π¨ Complete control over design (fonts, colors, animations).
- π« No Advertising or News from Xiaomi.
- π Support for facial fingerprint and face unlocking.
Disadvantages:
- π Increased battery consumption (launcher runs on top of system).
- π οΈ Could be in conflict with MIUI (For example, do not show notifications from Mi Fit).
- π° Some functions are paid.
π‘
Third-party launchers are a good option if you want to not only remove the facts, but also completely change the interface, but they don't solve the problem at the system level, so widgets can come back after resetting.
Method 5: Manual editing of system files (root only)
If you have root rights (e.g., through Magisk), you can delete the system files responsible for displaying facts, a method that is the most radical and effective, but dangerous for inexperienced users.
Which files are responsible for lock widgets:
- /system/priv-app/MiuiSystemUI/MiuiSystemUI.apk is the main MIUI interface.
- /system/priv-app/Weather/Weather.apk is the weather.
- /system/priv-app/MSA/MSA.apk is Xiaomiβs news service.
- /data/data/com.miui.home/shared_prefs/lock_screen_magazine.xml β widget settings.
How to remove (requires Root Explorer or Magisk):
- Install a file manager with root support, such as Solid Explorer or FX File Explorer.
- Go to /system/priv-app/ and find the Weather, MSA folders.
- Rename your.apk files to.bak (e.g. Weather.apk β Weather.bak).
- Delete the file. lock_screen_magazine.xml into /data/data/com.miui.home/shared_prefs/.
- Reboot the phone.
β οΈ Note: Deleting system files may result in bootloop (locked boot) or loss of functionality (e.g., Mi Account or Mi Account will stop working). NFC). Before the changes, make a backup through TWRP Or OrangeFox.
Alternative method (without deleting files):
If you are afraid of breaking the system, you can block Internet access for the applications responsible for the facts:
- Install NetGuard or the built-in MIUI firewall (Settings β Communication and Sharing β Firewall).
- Block network access for: MSN News (com.microsoft.appmanager) MiuiDaemon (com.xiaomi.midrop) Weather (com.miui.weather2)
What do you do if nothing helps?
If you have tried all the ways, but the facts on the block still appear, the problem may be:
- π Automatic updates MIUI β New firmware versions can reset settings.Solution: disable auto updates in Settings β The phone. β Update MIUI β βοΈ β Auto-update.
- π± Regional restrictions β On Chinese firmware (China) ROM) Some settings are blocked. Solution: Click Global. ROM via Fastboot.
- π οΈ Failure to work MIUI β Try resetting the launcher settings: Settings β Annexes β Application management β Launcher β Warehouse β Clear the data.
- π Xiaomi's politics β On some models (e.g. Xiaomi) 13T for the European market) lock widgets cannot be disabled without root rights due to contracts with advertisers.
Extreme measures:
- π Reset to factory settings (helps 30% of cases but deletes all data).
- π₯ Install custom firmware (like LineageOS or Pixel Experience), but this requires unlocking the bootloader and losing warranty.
- π Buying a phone without MIUI (Google Pixel or Nothing Phone).
If you decide on a custom firmware, consider:
- β Pros: full control of the system, no advertising, regular updates.
- β Cons: loss of camera functions (Xiaomi does not lay out drivers for custom firmware), possible bugs with the camera NFC or IR-blaster.