The lock screen on Xiaomi smartphones often turns into a chaos of notifications, system icons and widgets. Weather icons, carrier, batteries, unread messages all distract and spoil the minimalist look. Worse, some elements (such as banner ads in older versions of MIUI) can appear without your consent.
In this article, we will discuss all possible ways to clean the lock screen, from standard settings to hidden functions and even edit system files for advanced users. Relevant for MIUI 12, 13 and 14 (including HyperOS), as well as for most models: Redmi Note 10/11/12, POCO X3/X4/X5, Xiaomi 11T/12/13 and others.
Before you start, consider that some methods require superuser rights (root) or can reset personal settings, and we will mark these cases separately so that you can choose a safe path.
1. Disable notifications on the lock screen
The most common reason for blocking is notifications from apps, and by default, MIUI shows their contents (or at least icons) even on a locked screen.
Go to Settings β Notifications β Notifications settings on the lock screen. Here you will see three options:
- π± Show everything β the text of notifications and app icons are displayed.
- π Hide content β only icons without text are shown.
- π« Do not show notifications β complete cleaning (recommended!).
Select the last item, and all notification icons will disappear from the lock screen, but note: this does not affect the system icons (time, battery, network) - they will have to be removed separately.
2. Removal of system icons (time, battery, operator)
System elements like a watch, a charge indicator, or an operator name are hard-wired into MIUI, and there are no standard settings for removing them.
Method 1: Use themes without icons
Some themes for Xiaomi hide system elements, such as the theme "Minimal Lock" or "Pure Black" (available in Themes β Online).
Method 2: ADB-teams (without root)
For advanced users, there is a way to disable system icons via ADB. Connect your phone to your PC, enable USB Debugging (Settings β About Phone β MIUI version β tap 7 times, then return to Additional β For Developers) and execute the command:
adb shell settings put global hide_lockscreen_clock 1
adb shell settings put global hide_lockscreen_carrier 1
adb shell settings put global hide_lockscreen_battery 1Once you reboot, the icons disappear. To get them back, replace the 1-to-0 in the commands.
π‘
Before using ADB, back up your settings in Settings β Additional β Backup. This will help restore the system if something goes wrong.
3. How to remove widgets from the lock screen
Widgets (e.g. weather, calendar, music player) are added to the lock via MIUI settings to remove them:
- Unlock the phone and swipe your finger across the lock screen from left to right (or right to left, depending on the version).
- You'll see a widget panel at the bottom, and you'll tap it and hold it, and then you'll drag it up to "Delete" or "Remove."
- To completely disable widgets, go to Settings β Lock Screen β Widgets and deactivate unnecessary ones.
In MIUI 14 and HyperOS, lock widgets can automatically return after the update. To prevent this, turn off the "Recommended Content" option in the lock screen settings.
Make a backup copy of the data|Check the version. MIUI (Settings β The phone)|Disable debugging by USB after-use ADB|Reboot your phone after the changes-->
4. Hiding application icons (fast access icons)
At the bottom of the lock screen Xiaomi displays icons quick start (camera, phone, flashlight) can be removed or replaced:
- π· Remove: Go to Settings β Lock screen β App shortcuts and disable unnecessary ones.
- π Replacement: Tap and hold the icon on the lock screen, then select another app from the list.
- π« Complete disable: In the same settings, move the App Shortcuts slider to the Off position..
On some models (such as the POCO F3 or Redmi K40), these settings may be hidden, in which case editing the systemui file via Magisk (root required) will help.
5. Removal of advertising and βrecommended contentβ
In older versions of MIUI (up to 12.5), banner ads or βrecommendationsβ from Xiaomi could appear on the lock screen to remove them:
- Go to Settings β Lock screen β More.
- Turn off the options: π’ "Recommended content" π― "Personalized recommendations" π "Showing advertisingβ (if any)
Settings β Applications β Application Management β MSservice
Warehouse β Clear the data
Attention! Starting with MIUI 13, blocking ads are extremely rare, but can occur after resetting settings or installing unofficial firmware.
What to do if the advertisement returns?
6. Advanced methods: editing system files
If the standard methods didn't work, and you have root rights, you can delete icons by editing system files, which is suitable for advanced users!
Step 1: Getting root rights
Use Magisk or OrangeFox Recovery to unlock the bootloader and install the superuser. For instructions for your model, look for the XDA Developers or 4PDA forum.
Step 2: Editing SystemUI.apk
With a root-access file manager (such as Root Explorer), follow the path:
/system/priv-app/SystemUI/SystemUI.apkCopy the file on the PC, open it in APK Editor and remove the lines responsible for displaying icons (look for keywords: lockscreen_clock, carrier_label, battery_icon). After saving the changes and restart the phone.
β οΈ Attention, incorrect editing SystemUI.apk This can cause a system to fail or a looped reboot. Create a full backup before you start. TWRP Or OrangeFox.
| Method | Difficulty | Root is required. | Risk to the system |
|---|---|---|---|
| Disabling notifications | β | β No. | β οΈ Low. |
| ADB-team | ββ | β No. | β οΈ Medium. |
| Removal of widgets | β | β No. | β No. |
| Editing by SystemUI | ββββ | β Yes. | β High-pitched |
7.Alternative launchers and third-party applications
If you do not fit the standard methods, you can use third-party applications to customize the lock:
- π Always On Display (AOD): Apps like Always On AMOLED Allows you to create your lock screen from scratch, hiding system elements.
- π¨ KLCK (Kustom Lock Screen: An advanced tool for creating unique lock screens (requires Kustom Live Wallpaper).
- π‘οΈ LockScreen Customizer: Lightweight app for hiding icons without root (not working on all models).
The disadvantage of such solutions is increased battery consumption (due to the constant operation of the application in the background) and possible conflicts with MIUI.
π‘
The side lock launchers may conflict with system gestures (e.g. double tap to wake up).Please check reviews for your Xiaomi model before installing.