The lock screen on Xiaomi Redmi smartphones displays time, date and notifications β this is a standard feature MIUI, But not everyone likes the big numbers of the watch that take up half the display, especially on models with a high-resolution display. AMOLED-In the case of screens where constant display of time can cause burn-in pixels, others just want a minimalist look or hide the extra information from prying eyes.
In this article, weβll look at all the working ways to remove watches from the lock screen, from standard MIUI settings to ADB and root-right methods. Note that some solutions require technical knowledge, and the wrong actions can disrupt the system. If youβre a beginner, start with the simplest options.
Why canβt you just turn off the clock?
Unlike many other manufacturers (such as Samsung or Google Pixel), Xiaomi does not provide a direct option to hide the clock on the lock screen.This is due to the philosophy of MIUI, where the lock screen is considered as an information hub.
- π Change of theme β some of the topics MIUI Themes hide watches or make them translucent.
- π± Using third-party launchers β for example, Nova Launcher or Microsoft Launcher β can override some locking elements.
- π§ System File Editing β Requires root rights and structure knowledge /system/priv-app.
- π₯οΈ ADB-commands β allow you to disable system components without root access.
It is important to understand that after the MIUI update, some changes may reset, for example, after upgrading to MIUI 14, users noted the clock returning to the lock screen even after their previous hiding.
Method 1: Using MIUI design themes
The safest and easiest method is to set up a theme that by default hides the watch or makes it barely visible.
- Open the Themes app (icon with brush).
- Go to the Online section and search for minimal lockscreen or no clock.
- Select a theme with a minimalist lock screen (e.g., "Pure Black" or "Dark Minimal").
- Click Apply and confirm the changes.
If the theme does not hide the watch completely, but reduces its size, you can additionally edit it through MIUI Theme Editor (requires registration in Xiaomi Account).
Make sure the theme is compatible with your version of MIUI
Read reviews about the topic (especially about blocking)
Backup your current theme in Settings β Themes β My themes
Check if the theme hides other important elements (such as notification icons)
-->
β οΈ Attention: Some topics from MIUI Themes contain ads or collect data. Only install high-ranking topics (4.5)+ stars) and a large number of downloads (100K+).
Method 2: ADB-commands to shut down system clocks
If the themes didnβt work, you can use Android Debug Bridge (ADB), a tool for debugging Android devices, which does not require root rights, but requires connecting your smartphone to your computer.
Here's the step-by-step instruction:
- Download and install ADB Tools on PC.
- Activate Developer Mode on your smartphone: go to Settings β About Phone β MIUI version and tap 7 times on this item.
- Enable USB debugging in Settings β Additional β For developers.
- Connect your phone to your PC and execute in the command line:
adb devices
adb shell pm hide com.android.keyguardIf the first team doesnβt work, try:
adb shell settings put global hide_clock_on_lockscreen 1Once the device is restarted, the clock must disappear. To get it back, do:
adb shell settings put global hide_clock_on_lockscreen 0| Team team. | Action. | Need a reboot? |
|---|---|---|
| pm hide com.android.keyguard | Hiding the system lock launcher (can remove other elements) | Yes. |
| settings put global hide_clock_on_lockscreen 1 | Directly shutting down the clock (not working on all versions of MIUI) | Yes. |
| adb shell pm uninstall -k --user 0 com.miui.weather2 | Remove weather widget that sometimes blocks changes | Yes. |
β οΈ Attention: Teams ADB They may conflict with system updates. MIUI The clock may appear again and the procedure will have to be repeated.
π‘
If ADB doesnβt recognize the device, try reinstalling Xiaomi USB Drivers drivers or using the original cable from the kit. Cheap cables often donβt support data transfer.
Method 3: Edit system files (root only)
If you have root rights (like Magisk), you can manually edit the files that display the watch, which is the most reliable method, but also the most risky one, because incorrect changes can lead to a bootloop.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Follow the path:
/system/priv-app/MiuiSystemUI/MiuiSystemUI.apk/res/layout/- Find the file. keyguard_clock.xml or miui_keyguard_clock.xml.
- Open it in the text editor and replace visibility="visible" with visibility="gone".
- Save the changes, set the correct resolutions (644) and restart the device.
Alternative path (for new versions of MIUI 13/14):
/system/priv-app/SystemUI/SystemUI.apk/res/layout/If the file keyguard_clock.xml No, try looking in:
/system/priv-app/MiuiSystemUIPlugin/MiuiSystemUIPlugin.apk/What if the phone does not turn on after editing system files?
Method 4: Using the Xposed Framework (for advanced)
If you have an Xposed Framework installed (only works on older versions of Android before the Xposed Framework is installed) 10), You can use the No Lockscreen Clock or the GravityBox to hide your watch. 7/8/9 on MIUI 11/12.
Step-by-step:
- Install Xposed Installer and activate it in Settings β Additional β For developers.
- Download GravityBox [MM] or No Lockscreen Clock via Xposed repository.
- Activate the module and restart the device.
- In the module settings, find the Hide Clock on Lockscreen option and turn it on.
For MIUI 13/14 on Android 12/13, Xposed doesnβt work β you can try LSPosed instead, but support for locking modules is limited.
| Module | Supported versions of MIUI | Need root? |
|---|---|---|
| GravityBox [MM] | MIUI 9β12 (Android 6β10) | Yes. |
| No Lockscreen Clock | MIUI 10β11 | Yes. |
| LSPosed + Custom Module | MIUI 12.5β14 (Android 11β13) | Yes. |
β οΈ Attention: Use Xposed/LSPosed This can disrupt Google Pay, Banking Apps and other applications that check the integrity of the system (SafetyNet.
Method 5: Alternative launchers with lock customization
Some third-party launchers, such as Nova Launcher, Action Launcher or Smart Launcher, allow you to configure the lock screen through plugins.C Lock or LockScreen Customizer, for example, can completely replace the standard MIUI lock.
How it works:
- π₯ Install a launcher (like Nova Launcher) and a lock plugin (like C Lock).
- π§ In the plugin settings, select a template without a watch or turn off their display manually.
- π Set a new default lock launcher in Settings β Annexes β By default. β Lock screen.
Cons of this method:
- β οΈ There may be conflicts with system notifications (for example, they will not be displayed). SMS call).
- β οΈ Certain functions MIUI (Second Space or App Lock may not work.
- β οΈ Increased battery consumption due to third-party process.
π‘
Third-party lock launchers often conflict with MIUI updates. After the system update, you may need to reinstall the plugin or reset your settings.
Frequent problems and their solutions
When you try to remove the watch from the lock screen, users encounter common errors, and here are the most common ones and how to fix them:
1.The clock is back after the reboot
This is due to the reset of MIUI's temporary settings.
- π Use Tasker or MacroDroid to run automatically ADB-commands.
- π§ If you use root, make a file. keyguard_clock.xml immutable (chmod) 444).
2.ADB does not see the device
Check it out.
- π Cable (must support data transmission).
- π₯οΈ Drivers (Xiaomi) USB Drivers or Google USB Drivers).
- π Connection Mode (in the notification curtain, select File Transfer, not Charging).
3. After editing system files, notifications are missing
This means you have deleted or changed the wrong file.Restore the original MiuiSystemUI.apk from backup or run it through TWRP.
4.Gesturals on the lock screen are not working
Third-party lock-out launchers can block MIUI system gestures.
- π§ Disable Show gesture prompts in launcher settings.
- π Return to the standard lock and use ADB or root-method.
π‘
If your fingerprint or facial recognition stops working after locking manipulations, reset your biometrics settings to Settings β Passwords and Security β fingerprint/face data.