The lock screen on Xiaomi, Redmi and POCO smartphones is often overloaded with unnecessary elements โ especially annoying the watch widget, which takes up half the display and makes it difficult to perceive wallpaper. Unlike the standard display of time in the upper corner, this widget shows the date, weather and even MIUI recommendations, which not everyone likes. Fortunately, you can remove it in several ways, from basic settings to hidden shell functions.
In this article, you will find current methods for all versions of MIUI 14/15 and Android 13/14, including models with Always-On Display (AOD).We will discuss not only standard removal via menus, but also alternative options for cases where the option is blocked by the manufacturer.
Why does the watch widget appear on the lock screen?
The lock time widget is a part of the MIUI shell that is automatically activated when:
- ๐ System updates โ after installing a new version MIUI widgets can be reset to factory settings.
- ๐ฑ First switching on the smartphone โ on new Xiaomi devices, the watch widget is often turned on by default.
- ๐ง Resetting settings โ even a partial reset of lock screen settings returns the widget.
- ๐ Sync with Mi Account โ if the widget was activated on the previous device, it can be transferred to the new phone.
In addition, on some models (for example, Xiaomi 13 Pro or Redmi Note 12) the watch widget is tied to the Always-On Display function, in which case its removal may affect the operation of AOD - we will discuss this separately.
Method 1: Standard removal via MIUI settings
The easiest way is to disable the widget through the lock screen menu, and it works on most devices without root rights or additional manipulation.
- Open Settings โ Lock screen (or Security and Lock on older versions of MIUI).
- Select the lock screen widgets (may be called Additional Information).
- Find the Watch or Weather and Clock widget and move the slider to the off position.
- Confirm the changes if the system requests a password or pattern lock.
If the lock screen widgets are not on the menu, try an alternative path:
Settings โ Display โ Lock screen โ Lock screen style โ Set upMake sure your phone is over 20 times charged%|
Take a screenshot of the current lock screen settings |
Turn off the themes sync with your Mi Account (if used)|
Check if the widget is connected to Always-On Display-->
โ ๏ธ Note: On some firmware (for example, MIUI Global for European region) the widget removal option may be hidden, in which case try to change the system region to India or Russia via Settings โ Additionally. โ Region.
Method 2: Disconnecting through lock style editing
If the standard method didnโt work, try changing the lock screen style, which is suitable for devices with MIUI 12 and later, where several display patterns are available:
- Go to Settings โ Lock screen โ Lock screen style.
- Choose any style other than Classic or Informational โ the watch widget is built in by default.
- Click Apply and check the result. Optimal options: Simple, Digital or Minimalist.
If you have a widget left after you change style, try returning the factory template and then applying the minimalist again. Sometimes this resets the widget settings.
| Locking style | Watch widget | Additional information | Always-On Display |
|---|---|---|---|
| Classical. | โ On. | โ Weather, notifications | โ Supported |
| Simple. | โ Unplugged. | โ Only time. | โ It's not working. |
| Digital. | โ Unplugged. | โ No widgets. | โ Supported |
| Minimalist. | โ Unplugged. | โ Just wallpaper. | โ It's not working. |
๐ก
If the wallpaper on the lock screen resets after changing the style, return it via Settings โ Lock screen โ Wallpaper. The system sometimes resets the background when the pattern changes.
Method 3: Remove via ADB (for power users)
If the widget is not removed by standard methods, you can use ADB (Android Debug Bridge), which requires connecting the phone to the computer, but does not need root rights.
- Activate Developer Mode: Settings โ About Phone โ MIUI Version (click 7 times)
- Enable USB debugging in Settings โ Additional โ For developers.
- Connect your phone to your PC and execute the command: adb shell settings put global lock_screen_show_notifications 0
- For devices with MIUI 14+ You may need to use the following command: adb shell settings put secure lock_screen_allow_private_notifications 0
After you've done the commands, restart your phone. The watch widget should disappear. If that hasn't happened, try an alternative command:
adb shell pm hide com.miui.miwallpaperโ ๏ธ Attention: Teams ADB They may conflict with certain functions. MIUI, For example, with Always-On Display, if you're AOD Stop working, return settings with command: adb shell settings put global lock_screen_show_notifications 1
What if the ADB does not recognize the device?
Method 4: Disconnect via hidden MIUI settings (code #)
MIUI has hidden menus that are accessible through engineering codes, one of which allows you to control lock widgets without complex manipulation.
- Open the phone app and enter the code: ##4636##
- In the menu that appears, select Phone Information (or Testing in English firmware).
- Scroll down to the Lock Screen Settings section (may be called Screen Lock).
- Find the Disable Clock Widget option and activate it.
If this is not the case, try alternative code for newer versions of MIUI:
##6484##Hidden menus may vary depending on the model and the region of the firmware. On some devices (POCO F5, Redmi K60) these codes are blocked, in which case use other methods.
Method 5: Removal via root or Magisk (for advanced)
If none of these methods work, the radical solution is editing system files, which requires root rights or a Magisk module, and is only suitable for advanced users.
- Install Magisk and activate the MIUI Clock Remove module (available in the Magisk repository).
- Or manually delete the widget file via Root Explorer: /system/priv-app/MiuiSystemUI/MiuiSystemUI.apk Delete or rename the file (recommended to make a backup!).
- Reset the device.
For devices with Dynamic Island (e.g. Xiaomi 14 Ultra), you may need to further disable the com.miui.dynamic.island service via ADB or AppOps.
โ ๏ธ Attention: Deleting system files without backup can lead to bootloop ( looped boot).If the phone does not turn on after manipulation, restore the file through TWRP or re-flash the device.
๐ก
Use root methods only if other methods do not help, and improper actions with system files can deprive you of warranty and lead to the failure of the device.
What to do if the widget returns after a reboot
Sometimes the watch widget appears again after a system update or reboot, and this is due to the automatic restoration of the MIUI settings.
- ๐ง Turn off auto-update MIUI In Settings โ The phone. โ Updating the system โ Settings (โ๏ธ) โ Auto-update.
- ๐ Reset the lock screen settings via Settings โ System system โ Resetting settings โ Resetting lock settings.
- ๐ต Freeze the MiuiDaemon system application (responsible for widget recovery) via AppOps or Lucky Patcher.
- ๐ Use a third-party launcher (like Nova Launcher) that allows you to block changes to system widgets.
If the problem persists, check if the widget is connected to Always-On Display. On some models (Xiaomi 13T, Redmi K50), turning off the AOD automatically removes the watch from locking.