How to turn off facts on the lock screen Xiaomi: 5 proven ways

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.

  1. Open the Settings app (cog icon).
  2. Go to Lock Screen (or Lock and Protect on some models).
  3. Select option Additional settings of the lock screen.
  4. Find the Facts option on the lock screen (could be called Lockscreen facts or Useful Information).
  5. 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:

  1. 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?
If you don't find a direct option, try disabling MIUI Optimization in the developer settings, which will deactivate many built-in services, including unnecessary widgets on the lock screen, and then you may need to reboot.

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

  1. Open Settings โ†’ Lock screen โ†’ Lock style.
  2. Choose Classic or Simple (usually without animations and additional widgets).
  3. 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 styleSupports 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:

  1. Enable USB debugging in the developer settings (see Method 2).
  2. Connect your smartphone to your computer and select File Transfer mode.
  3. Open the command prompt (or Terminal on macOS/Linux) and type: Adb devices Make sure your device appears in the list.
  4. Execute the command to disable facts: adb shell settings put global lock_screen_facts_enabled 0
  5. 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:

  1. Install a file manager with root access (such as MiXplorer or Root Explorer).
  2. Go to /system/priv-app/MiuiSystemUI/
  3. Find the MiuiSystemUI.apk file and back it up (copy it to a safe location).
  4. Open the file with an archiver (such as ZArchiver) and delete the folder: res/layout/lockscreen_facts.xml
  5. 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:

  1. Disable MiuiDaemon via ADB: adb shell pm disable-user --user 0 com.xiaomi.midrop
  2. 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).

FAQ: Frequent questions about facts on the lock screen

Can I turn off facts without root and ADB?
Yes, 80 percent of the time, standard settings (Method 1) or lock style changes (Method 3) are helpful. ADB and root are only required for customized firmware or older versions of MIUI (up to 12th).
Why did the facts reappear after the MIUI update?
Major updates (e.g., MIUI 13 to MIUI 14) reset some user settings. Once the update is installed, check the lock screen settings again.
Is it safe to use ADB to disable facts?
Yes, if you've been infollowing official documentation. lock_screen_facts_enabled 0 It only changes one parameter and doesnโ€™t affect critical functions.The main thing is to not disable system applications (com.android.keyguard) without backup.
How do I get the facts back if I change my mind?
To return, use: Standard settings: turn on the Facts slider on the lock screen back. ADB: adb shell settings put global lock_screen_facts_enabled 1
Are there alternative widgets for the lock screen?
Yeah, in MIUI add: ๐Ÿ“… Calendar (weather) + events) ๐ŸŽต Music management (for quick access to the player) ๐Ÿ“Š Stepmer (relevant to Mi Band) Settings available in Settings โ†’ Lock screen โ†’ Widgets.