Why Xiaomiโs Lock screen has facts and how to fix it
You turn on a Xiaomi smartphone, and instead of time and notifications, you see random weather facts, historical events or โhelpfulโ tips from MIUI? This feature called โLockscreen factsโ (or โFacts on the lock screenโ) automatically activates in the firmware of MIUI 12 and later. For many users, it becomes an annoying element that distracts from basic information.
The manufacturer has positioned this option as a way to make interaction with the device more โinteractiveโ. However, in practice, the facts often override important notifications or quick access buttons, especially on smartphones with small screens (for example, Redmi Note 10 or POCO X3). Fortunately, you can turn them off in several ways, from standard settings to hidden developer settings.
Method 1: Disconnect via standard MIUI settings
The simplest method that works on 90% of Xiaomi devices with MIUI 12-14 is that you donโt need root rights or additional apps.
- Open the Settings app (cog icon).
- Go to Lock Screen (or Lock and Protect on some models).
- Select option Additional settings of the lock screen.
- Find the Facts option on the lock screen (could be called Lockscreen facts or Useful Information).
- Move the slider to the off position.
If there's no such item, then your version of MIUI uses an alternative path.
- ๐ Settings โ All settings โ Lock screen โ Locking style โ Set up โ The facts
- ๐ Settings โ Display. โ Lock screen โ Additionally.
Check out the MIUI version in About Phone
Make sure your smartphone is over 20% charged.
Close all background applications
Take a screenshot of the current lock screen settings-->
On some models (such as the Xiaomi 12 Pro or Redmi K50), the option can be hidden behind an additional menu. If you don't see the slider, try clicking on the three dots in the upper right corner of the lock settings screen - sometimes there is an extended menu hidden there.
๐ก
If facts continue to emerge after the shutdown, restart the device. Sometimes the changes only apply after the reboot.
Method 2: Using the Developer Mode
When standard settings don't work, developer mode comes to the rescue, and it takes a little bit more action, but it works even on customized firmware. Here's how to do it:
- Activate Developer Mode: Go to Settings โ About Phone 7 times click on the MIUI Version (you will be notified "You are a developer!")
For developers
USB debugging
Lock screen
Turn off the facts
Disable lockscreen facts
On some devices (e.g., POCO F4), this parameter may be called differently:
- ๐ฑ Disable MIUI Optimization (disables all unnecessary add-ons, including facts)
- ๐ฑ Force Disable Lockscreen Magazines (For Android 13-based firmware)+)
What to do if there is no option to โdisable factsโ in the developer mode?
โ ๏ธ Attention: Disconnection MIUI Optimization can cause some system applications to run in an unstable way (such as Mi Video or Mi Music). If you notice lag or departures, return the setting to its original state.
Method 3: Change the style of the lock screen
Sometimes facts only appear when you use certain themes or lock styles, and if previous methods have not worked, try changing the look of the screen:
- Open Settings โ Lock screen โ Lock style.
- Choose Classic or Simple (usually without animations and additional widgets).
- Click Apply and check if the facts have disappeared.
For devices with MIUI 14 (such as Xiaomi 13 or Redmi Note 12), additional settings are available:
| Locking style | Supports the facts? | How to turn off |
|---|---|---|
| Classical. | โ No. | Select in the settings |
| Photo Photo | โ ๏ธ Sometimes. | Turn off in "Additional" |
| Magazine (Magazine) | โ Yes. | Change style or disable via ADB |
| Video | โ No. | Select in the settings |
If you're using live wallpaper or themes from the Mi Theme Store, facts can be embedded in the template itself.
- ๐จ Install static wallpaper through the Gallery โ Set up how โ Lock wallpaper
- ๐จ Turn off automatic theme change in Settings โ Display. โ Autowallpaper.
Classical.
Photo/galleries
Magazine (Magazine)
Video wallpaper
Other-->
Method 4: Disconnect via ADB (for power users)
If the system settings are not working, you can use Android Debug Bridge (ADB), which requires a connection to a computer, but is guaranteed to remove the facts on even the most stubborn firmware.
- ๐ฅ๏ธ Computer with Windows/macOS/Linux
- ๐ฑ Cable USB (preferably original)
- ๐ ๏ธ Installed drivers ADB (download from Google)
Step-by-step:
- Enable USB debugging in the developer settings (see Method 2).
- Connect your smartphone to your computer and select File Transfer mode.
- Open the command prompt (or Terminal on macOS/Linux) and type: Adb devices Make sure your device appears in the list.
- Execute the command to disable facts: adb shell settings put global lock_screen_facts_enabled 0
- Reboot your smartphone.
For firmware based on Android 12+, an additional command may be required:
adb shell pm disable-user --user 0 com.android.keyguardโ ๏ธ Warning: The second command disables the lock screen system application.This can cause problems unlocking by fingerprint or face. Use only if the first command does not work, and be ready to return settings via adb shell pm enable....
๐ก
ADB-commands are the most reliable way, but it requires caution. Always check the correctness of the commands entered so that critical functions do not turn off.
Method 5: Remove via MiXplorer (for root users)
If you have root access, you can manually delete the files that display the facts, which is a method that is suitable for advanced users, as it requires working with system folders.
Instructions:
- Install a file manager with root access (such as MiXplorer or Root Explorer).
- Go to /system/priv-app/MiuiSystemUI/
- Find the MiuiSystemUI.apk file and back it up (copy it to a safe location).
- Open the file with an archiver (such as ZArchiver) and delete the folder: res/layout/lockscreen_facts.xml
- Save the changes, restart the device.
Alternative path (for MIUI 13/14):
/system/priv-app/LockScreen/Delete or rename the LockScreen.apk file (this will disable all lock widgets, including facts).
โ ๏ธ Warning: Incorrect editing of system files can lead to bootloop ( looped boot).Before changes, make sure you have a firmware backup and access to recovery mode.
What to do if facts keep appearing
If none of the methods worked, the problem may lie in:
- ๐ Cache system: Try to clear the cache in recovery mode (Wipe) โ Wipe Cache).
- ๐ฆ Updates MIUI: Some versions of firmware (for example, MIUI 12.5 Enhanced) return facts after the update. Check for patches in Settings โ Updating the system.
- ๐ค Third-party launchers: Apps like Nova Launcher or Hyperion can conflict with system widgets.
For Android 13 and later (Xiaomi 13 Ultra, Redmi K60) devices, try:
- Disable MiuiDaemon via ADB: adb shell pm disable-user --user 0 com.xiaomi.midrop
- Install an alternative lock screen from Google Play (e.g. AcDisplay or Always On AMOLED).
If the problem persists, contact Xiaomiโs service center with the device model and firmware version. In rare cases, the facts can be sewn into firmware at the manufacturer level (especially on devices for the Chinese market).