Why users want to remove the watch from the lock screen β and whether it can be done safely
Xiaomi's lock screen is the first thing you see when you turn on your smartphone, and it displays not only notifications and dates, but also large watches that many people find unnecessarily intrusive. AMOLED-screens where constant display of time can cause pixels to burn out.
But it's not that simple: the manufacturer didn't provide a direct option to "hide the watch" in the standard settings. MIUI, But there are workarounds, from standard settings to use. ADB-In this article, we will discuss all the current methods for MIUI 14/15 (including HyperOS, and the possible risks of each method.
Important: Before making changes, make sure your device is not in power-saving mode - this may block some settings. Also check the shell version in Settings β About Phone β MIUI version.
Method 1: Using design themes (the safest method)
The easiest way to hide a watch is to establish a theme where it is initially absent or visually blends into the background.This method does not require root rights and works on all models, including the Redmi Note 12, POCO X5 and Xiaomi 13.
How to do this:
- π± Open the Themes app (icon with brush).
- π In the search bar, enter the following queries: Minimal Lockscreen, No Clock or Clean Lock.
- π¨ Select a theme with a minimalistic lock screen (pay attention to screenshots!).
- π₯ Click Apply and Confirm Changes.
If there is no suitable topic, you can edit the existing one:
- In the Topics app, go to My Profile β My Topics.
- Choose an active topic and click Edit.
- In the Lock Screen section, try to reduce the size of the watch or make it transparent.
β οΈ Note: Some topics may contain ads or collect data. Check reviews and theme ratings in the store before installing.
π‘
If the watch is still displayed after changing the theme, try restarting the phone - sometimes changes are applied only after the reboot.
Method 2: Configure the display via βlock screen settingsβ
Recent versions of MIUI have added customization options to the lock screen, which can partially hide the watch or make it less visible, and this method works without installing third-party apps.
Instructions:
- Go to Settings β Lock screen.
- Select the Lock screen style.
- Scroll down and click Additional (or Clock Settings in some firmware).
- Turn off the option to Show the clock on the lock screen (if available) or reduce its size to a minimum.
On some devices (such as Xiaomi 12T) the option of Watch Transparency is available β set it to 100% so that the watch becomes almost invisible.
| Model of the device | Is the option of hiding the clock available? | Alternative method |
|---|---|---|
| Redmi Note 11/12 | β No. | Use themes or ADBs |
| POCO F4/F5 | β Yes (partially) | Reduce size to 10% |
| Xiaomi 13/14 | β Yes (full cover-up) | Settings β Lock screen β Style |
| Xiaomi Pad 6 | β No. | Only through third-party launchers. |
Method 3: Use ADB-Teams (for advanced users)
If standard methods don't work, you can use Android Debug Bridge (ADB), a deep-tuning tool that requires a connection to a computer, but doesn't need root rights.
Step-by-step:
- Turn on Developer Mode: Go to Settings β About Phone. Tap 7 times on the MIUI Version until the notification appears.
USB debugging
Settings β Additional β For Developers
adb shell settings put global lock_screen_show_clock 0Reset the device.
To return the clock, use the command:
adb shell settings put global lock_screen_show_clock 1β οΈ Attention: Misuse of the right ADB This can cause system failures. Before executing commands, back up your data through Settings. β Additionally. β Backup.
Install Xiaomi drivers on PC|Download Platform Tools from Google|Enable debugging on USB|Make a data backup|Check the connection of the team `adb devices`-->
Method 4: Third-party applications for customization
If previous methods donβt work for you, you can use third-party apps like Lock Screen Customizer or Always On Display, which allow you to flexibly configure the lock screen, including hiding the clock.
The best applications for this task:
- π§ Lock Screen Customizer Supports MIUI, But requires permission to lay windows.
- π Always On Display (AOD) β Allows you to turn off the clock on the always-on screen.
- π¨ KLWP Live Wallpaper β to create a fully custom lock screen (requires customization skills).
How to set up through Always On Display:
- Install the app from Google Play.
- Open it and provide all the necessary permissions.
- Go to Settings β Lock screen β Always On Display.
- Turn off the option to Show the Watch or select a minimalist style.
Important: Lock screen customization applications may conflict with MIUI system services, resulting in increased battery consumption or occasional reboots.
What to do if the application does not work?
Method 5: Disable via system file editing (root only)
This is the most radical method, which requires root rights and is designed for power users, and involves editing system files, which can lead to unstable device operation.
Instructions:
- Install a file manager with root support (such as Root Explorer).
- Go to /system/media/theme/default/
- Find the file. lockscreen_clock.xml and rename it in lockscreen_clock.xml.bak.
- Reset the device.
If the lock screen stops working correctly, restore the original file:
mv /system/media/theme/default/lockscreen_clock.xml.bak /system/media/theme/default/lockscreen_clock.xmlβ οΈ Attention: Editing system files can lead to bootloop.If you are not sure about your actions, use other methods.
π‘
Root access voids Xiaomiβs warranty and increases the risk of malware infection. Use this method only if other options have failed.
Frequent problems and their solutions
When trying to remove the watch from the lock screen, users often encounter common errors, and here are the most common ones and ways to fix them:
Problem 1: After the theme change, the clock is still in place.
- π Try to use the theme again or restart the phone.
- ποΈ Clear the app's cache Themes in Settings.
- π₯ Install an alternative launcher (e.g. Nova Launcher).
Problem 2: ADB-team is not working.
- π Check if the debugging is included USB and whether the drivers are properly installed.
- π± Try another version of Platform Tools (e.g. 34.0.1).
- π Execute Adb Kill-Server and Adb Start-Server.
Problem 3: After the clock is turned off, notifications are missing.
- βοΈ Check the notification settings in Settings β Notifications β Lock screen.
- π Return the watch and try another method (e.g. reducing transparency).