The lock screen on Xiaomi smartphones often turns into a chaos of notifications, widgets and app shortcuts - especially if you actively use the device. MIUI It displays not only the time and date, but also the last-notification icons, the weather, the music player, and sometimes even banner ads. For many users, this creates visual noise, distracts and prevents you from quickly unlocking your phone.
Fortunately, Xiaomi provides several ways to clean the lock screen, from simply hiding individual elements to completely disabling widgets. In this article, we will break down all available methods, including hidden settings that work even on the latest versions. MIUI 14 (2026) You'll learn how to clean up:
- π Notification icons from applications (WhatsApp, Telegram, SMS)
- π¦οΈ Weather widget and other system widgets
- π΅ Music management elements
- π± Quick application launch shortcuts
- π’ Advertising banners (if they appear)
Important: Some settings may vary depending on the model (Redmi Note 12, POCO F5, Xiaomi 13T) If you don't find the right item on the menu, check the "What to do if you don't have settings" section at the end of the article.
1. How to remove notification icons from the lock screen
By default. MIUI It shows the icons of all new notifications on the lock screen, from messages in messengers to alerts from games, which can be completely disabled or selectively configured to display them.
To hide all notifications:
- Open Settings β Notifications and Status bar.
- Go to Notifications on the lock screen.
- Select the option of Not showing notifications.
If you want to leave only important alerts (for example, from WhatsApp or other services). SMS), but remove the rest:
- π± In the same menu, select Show notifications selectively.
- π Click Notification Settings for Apps.
- β Check only those applications, notifications from which should be displayed.
β οΈ Note: On some models (POCO X5, Redmi 10C) post-update MIUI 14, "Notifications on the Lock Screen" may not be available, in which case use the Developer Mode (see Section 5).
2. disable weather widgets, music and other system elements
Widgets on the lock screen are a separate story. By default, Xiaomi adds weather, player, calendar and even app recommendations, and you can remove them through the lock screen settings.
Instructions:
- Go to Settings β Lock screen.
- Select the Lock screen style (on some firmware - Lock screen layout).
- Turn off the sliders next to:
- βοΈ Weather (scratch widget with temperature and forecast)
- πΆ Music (remove the player from the lock screen)
- π Calendar (Stealing Date and Events)
- π Steps/fitness (if the step counter is displayed)
On some models (Xiaomi 12 Pro, POCO F4 GT) You can not only turn off the widgets, but you can also move them:
- Unlock the phone and swipe your finger across the lock screen from left to right.
- Press the badge. βοΈ Settings in the bottom corner.
- Drag unnecessary widgets into the cart or change their order.
βοΈ Preparation for cleaning the lock screen
3. Removing Quick Launch Application Shortcuts
Many Xiaomi users are faced with a problem: app shortcuts appear on the lock screen (e.g. Camera, Flashlight, Google Assistant), which can be removed in two ways.
Method 1: Through lock screen settings
- Open the Settings. β Lock screen β Application labels.
- Uncheck the unneeded apps or disable the option completely.
Method 2: Through editing the layout (works on the MIUI 13/14):
- Unlock the phone and swipe the lock screen from left to right.
- Click on the icon. βοΈ Edit.
- Hold your finger on an unnecessary label and drag it up into the Remove area.
If shortcuts continue to appear after removal, check if you have third-party software installed (such as launchers like Nova Launcher or HyperOS Launcher) that override lock settings.
Why do the labels come back after the reboot?
4. Hiding Advertising and Recommendations on the Lock Screen
One of the most annoying elements is the banner ads and βrecommended appsβ that Xiaomi sometimes embeds into the lock screen.They can be turned off, but the way it works depends on the regional firmware.
For Global ROM (Global ROM):
- Go to Settings β Lock screen β More.
- Turn off the option Recommended Content or Msa (MIUI System Ads).
For Chinese firmware (China ROM):
- Open the Settings. β The phone.
- Click 5 times on the MIUI version to activate the developer mode.
- Back to Settings β Additionally. β For developers.
- Find a point. msa_global_overseas_sp and turn it off.
If the ad continues to appear, try resetting the ad settings:
- Go to Settings β Google β Advertising.
- Click Reset Advertising ID.
β οΈ Attention: On firmware MIUI 14 for POCO And the 2023 Redmi, the Msa item can be hidden. ADB-teams (see section 6).
5.Using Developer Mode for Deep Customization
If standard settings don't work, you can use hidden developer mode options, which are suitable for power users and allows you to disable elements that are not normally available in the interface.
How to turn on the developer mode:
- Open the Settings. β The phone.
- Click 7 times on the MIUI version (you will be notified βYou are a developerβ).
- Go back to the main settings menu and find a new section for developers.
Now you can:
- π§ Disable the blocking animation: Developer settings β Animation. β The scale of the window animation (select) 0.5x or turn it off).
- π΅ Remove the hints on the lock screen: Developer settings β Turn off the clues.
- π Reset the lock settings to factory: Developer settings β Resetting the lock screen settings.
On the firmware MIUI 14 model 2023β2026 (e.g., Xiaomi) 13 Ultra, Redmi Note 12 Pro+) In the developer mode, an option appeared force_lockscreen_widgets β Disabling it completely removes all widgets from the lock screen, including system.
π‘
If after changes in the developer mode, the lock screen started to glitches (for example, does not show time), reset the settings through Settings. β Annexes β Application management β βοΈ β Resetting settings.
6. ADB-commands for full control of the lock screen
For the most advanced users, there is a way to control the lock screen through ADB (Android Debug Bridge. This allows you to disable even those items that can not be removed through the standard interface.
What you need:
- π₯οΈ Computer with installed ADB Tools.
- π± Developer's Included Mode and Debugging USB phone-on.
- π USB-plug-in.
Major teams:
| Team team. | Action. | Example MIUI |
|---|---|---|
| adb shell settings put global lock_screen_show_notifications | Disables notifications on the lock screen | adb shell settings put global lock_screen_show_notifications 0 |
| adb shell pm hide com.miui.weather2 | Hiding the weather widget | adb shell pm hide com.miui.weather2 |
| adb shell settings put secure lock_screen_allow_private_notifications | Blocks confidential notifications | adb shell settings put secure lock_screen_allow_private_notifications 0 |
| adb shell am broadcast -a miui.intent.action.LOCKSCREEN_PREFERENCE_CHANGED | Forcedly updates the lock settings | adb shell am broadcast -a miui.intent.action.LOCKSCREEN_PREFERENCE_CHANGED |
After you execute the commands, restart your phone to make the changes effective. If something goes wrong, return the default settings with the command:
adb shell settings delete global lock_screen_show_notifications
adb shell pm uninstall -k --user 0 com.miui.weather2β οΈ Attention: Misuse of the right ADB Before experimenting, make a backup copy through Settings. β Additionally. β Backup and reset.
π‘
ADB-commands are the most powerful tool for setting up the lock screen, but it requires caution. Use them only if the standard methods do not work.
7.What to do if the settings are not available or do not work
Sometimes users find that the menu items they want disappear after the update or are missing initially.
Problem 1: No Notifications on the Lock Screen
- π Update your firmware to the latest version through Settings β The phone. β Updating the system.
- π² Install. MIUI bootloader from Google Play and check if a newer version is available for your model.
- π§ Use it. ADB-teams (section 6).
Problem 2: Settings are reset after rebooting
- π οΈ It's a firmware bug. It helps reset the cache through Settings. β Annexes β Application management β βοΈ β Clear the cache (select System settings).
- π Reinstall the firmware through MIUI Recovery (instructions on the official website).
Problem 3: Widgets are coming back after the update MIUI
- π΅ Turn off automatic widget updates in Settings β Lock screen β Additionally. β Update widgets automatically.
- π Install a third-party ad blocker (such as Blokada or AdGuard) to block widget requests.
If nothing helps, consider installing custom firmware (like LineageOS or Pixel Experience), where lock screen settings are more flexible, however, this requires unlocking the bootloader and may be unwarranted.
8.Alternative methods: third-party applications and launchers
If you can't remove the icons with standard methods, you can use third-party solutions, which are not always perfect, but often save in difficult cases.
Applications for setting the lock screen:
- π Lock Screen & AppLock β allows you to create custom lock screens without widgets.
- π¨ Always On Display β Replaces the standard lock screen with a minimalist one (works on the screen). AMOLED-display).
- π Nova Launcher + Sesame Shortcuts β Combination for complete control of labels.
How to install a third-party lock screen:
- Download the app from Google Play (like Lock Screen & AppLock).
- Open it and follow the setup wizard.
- In the security settings (Settings) β Passwords and security) select the new app as the default lock screen.
Cons of this approach:
- β οΈ There may be conflicts with system services (for example, a fingerprint may stop working).
- π Increased battery consumption due to application background.
- π‘οΈ Security risk β Third-party lock screens can collect data.
π‘
Before installing a third-party lock screen, check the app reviews on 4PDA or XDA Developers β some contain ads or malicious code.