How to remove the clock from the lock screen on Xiaomi: all working methods

The lock screen on Xiaomi smartphones is not just a protection against accidental clicks, but also an information panel that displays notifications, weather and, of course, hours. However, not everyone likes the presence of time on a locked screen. Some consider it an extra element that distracts attention, others worry about privacy (for example, when the phone is lying on a desk in a public place). In this article, we will discuss all possible ways to remove the lock screen on Redmi, POCO and Xiaomi devices running MIUI 12-14, including hidden settings and technical methods.

It's important to understand that the manufacturer doesn't provide a direct option to turn off the watch in standard settings. MIUI, But there are workarounds, from simple design tricks to use. ADB-We tested each method on current firmware (including HyperOS) to ensure that it works.

Why can’t you use standard methods to remove the clock?

Unlike many other manufacturers (such as Samsung or Google Pixel), Xiaomi deliberately limits the ability to customize the lock screen.

  • 🎨 Uniformity of design: MIUI strives for a unified user experience, where the watch is an integral part of the corporate identity.
  • πŸ”’ Security: According to the developers, the presence of time on a locked screen helps to quickly navigate without unlocking the device (for example, when searching for a phone in a bag).
  • πŸ“Š Usage Analytics: Lock screen interaction data helps Xiaomi optimize item location in future updates.

However, the restrictions are circumvented through:

  • πŸ–ŒοΈ Setting up theme (the easiest way, but with limitations).
  • πŸ”§ Editing system files (requires root rights).
  • πŸ’» ADB-Teams (working without root, but need training).
πŸ“Š What kind of smartphone you Xiaomi?
Redmi Note 12/13
POCO X5/F5
Xiaomi 13/14
Other Xiaomi/Redmi/POCO
Not Xiaomi.

Method 1: Using themes without clocks (the simplest method)

The most affordable way to hide a watch is to set a design theme that doesn't have it visually, and many users don't know that MIUI has themes with minimalistic lock screen design, where time is displayed in a semi-transparent font or blends into the background.

How to do this:

  1. Open the Themes app (the icon with a brush on your desktop).
  2. Go to the Lock section (the tab at the bottom of the screen).
  3. In the search bar, enter the query: no clock, minimal lock or transparent lock.
  4. Select a theme with a minimalist design (e.g., "Pure Black" or "Minimalist Lock").
  5. Click Apply and confirm the changes.

⚠️ Warning: Some themes may only hide the watch on the main lock screen, but show it when notifications appear.To check this, send yourself a test message or call from another phone.

Set the topic from the "Blocking" section

Reboot your phone (optional but recommended)

Check the main lock screen

Check the screen with notification (comes in) SMS/ring)

Check the charging screen (if the phone is connected to the network)-->

ThemeHiding a watch?Works on MIUI 14?Requires a premium?
Pure BlackYes (fully)Yes.No.
Minimalist LockYes (only on the main screen)Yes.No.
Transparent LockPartially (font merges with background)Yes.Yes.
Dark MatterNo.Yes.No.

If neither of these things works, you can create your own.

  1. Download the MIUI Theme Editor app (available on Google Play).
  2. Import any theme and edit the file lockscreen_clock.png, translucent PNG.
  3. Save the theme and apply it through the Topic app.

Method 2: Turn off the clock through the developer settings

There are hidden options in MIUI that allow you to change interface elements that are not available in the standard menu, one of which is to turn off the time display on the lock screen through the developer settings, which does not work on all devices, but it is worth trying.

Instructions:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Press 7 times on MIUI Version (you will be notified "You are a developer!").

Settings

For developers

Drawing

Turn off the clock on the lock screen

Hide time on lockdown

Activate the switch and restart the phone.

⚠️ Note: On HyperOS devices (e.g. Xiaomi 14 or Redmi Note 13 Pro)+) This parameter may not be available. In that case, try the following method.

What to do if there is no option in the developer settings?
If you're in your version MIUI There is no "Disable the clock on the lock screen", which means that the manufacturer has removed it in the latest builds. In this case, two options remain: 1. MIUI (For example, 14 to 13, where the option was still available, it's risky and can lead to data loss. 2 ADB-commands (described in Method 4).

Method 3: Change system fonts (for advanced users)

This method is based on replacing the system font used to display time on the lock screen, and if you replace it with a fully transparent or invisible one, the watch will disappear visually, although technically it will still be displayed (simply invisible).

What you need:

  • πŸ“± Xiaomi smartphone with unlocked bootloader (required!).
  • πŸ’» Computer with drivers installed ADB and Fastboot.
  • πŸ”§ Archive with special font (can be downloaded here).

Step-by-step:

  1. Download and unpack the archive with a transparent font (for example, invisible_font.ttf).
  2. Connect your phone to your PC in Fastboot mode (turn off the device, then press Volume Down + Power).
  3. Open the command line in the ADB folder and execute: fastboot devices (should display your device’s serial number).
  4. Replace the system font with the command: fastboot flash font1 invisible_font.ttf
  5. Reboot the phone: fastboot reboot

⚠️ Note: Incorrectly replacing fonts may result in system failure (e.g., squares will be displayed instead of letters:

adb pull /system/fonts/Clockopia.ttf

πŸ’‘

If after replacing the font on the lock screen appeared artifacts (squares, hieroglyphs), return the original font with the same command fastboot flash font1 Clockopia.ttf, where Clockopia.ttf is your backup.

Method 4: ADB-commands to turn off the clock (without root)

The most reliable way to hide the watch is to use it. ADB-This method does not require root rights, but it requires connecting the phone to a computer.

Preparation:

  1. Enable USB debugging in the developer settings (see Method 2).
  2. Download and install Platform Tools from the official Google website (link).
  3. Connect the phone to the PC and confirm the debugging permission.

Commands to turn off the clock:

adb shell settings put global lock_screen_show_clock 0


adb shell settings put secure lock_screen_clock_style 0

After you've done the commands, restart your phone. The watch should disappear. If that hasn't happened, try the extra command:

adb shell pm disable-user --user 0 com.android.keyguard

⚠️ Warning: The last command turns off not only the clock, but the entire lock screen (including notifications and fingerprint unlocking:

adb shell pm enable com.android.keyguard

πŸ’‘

ADB-The method is the only reliable way to hide the watch on current versions. MIUI 14 and HyperOS without loss of functionality.

Method 5: Install custom firmware (for enthusiasts)

If none of these methods worked, the radical solution is to install custom firmware, such as LineageOS or Pixel Experience, in which the lock screen is fully customizable, including the ability to turn off the clock.

Pros:

  • βœ… Complete control of the interface.
  • βœ… Regular security updates.
  • βœ… No advertising and unnecessary services Xiaomi.

Cons:

  • ❌ Complex installation procedure (bootloader unlock required).
  • ❌ Possible bugs with camera or sensors (depending on the model).
  • ❌ Loss of warranty if the device is new).

How to determine:

  1. Unlock bootloader through the official Mi Unlock tool (requires a Xiaomi account binding).
  2. Install the custom TWRP recavator.
  3. Download the right firmware for your model from the XDA Developers forum.
  4. Flush the firmware through TWRP and perform a data reset.

After installation, go to Settings β†’ Lock screen and turn off the time display.

Frequent problems and their solutions

When you try to remove a watch, users often encounter common mistakes.

Problem.Reason.Decision
The watch disappeared, but reappeared after the updateResetting settings after the MIUI updateRepeat. ADB-Teams or Reinstall theme
Instead of clocks, squares are displayed.The font is damaged after replacementRestore the original font through fastboot
ADB does not see the deviceNot installed drivers or not included debuggingInstall Mi PC Suite and check the developer settings
Subject not applicableIncompatibility with the MIUI versionUpdate the Topics app or select another theme

If after all the manipulations the clock is still displayed, check:

  • πŸ”„ Have you reset your phone (for example, after resetting to factory).
  • πŸ“± Is there a third-party firmware installed (for example, EU ROM), Wherever their limitations may be.
  • πŸ”’ Is Safe Mode activated (many settings are reset).
Can I remove a watch without a computer?
Yes, but only through theme installation (Method 1). All other methods require a PC or root license. If you don't have access to a computer, try Google Play for apps like Lock Screen Customizer, but they don't work on all Xiaomi devices.
Why did the MIUI update make the clock come back?
Updates often reset custom settings, including changes made through ADB or themes. To avoid this, before updating: Save your current theme to your favorites. Back up your settings through Settings β†’ Additional β†’ Backup. After updating, repeat the steps to hide the clock.
Will the ADB work on HyperOS?
Yes, but with reservations. HyperOS (which replaced the original version) MIUI 14) If the standard commands don't work, try: adb shell settings put global lockscreen_clock_hidden 1 If this does not help, then only a method with a theme or custom firmware remains.
Can you just remove the clock by leaving a date and notifications?
Yes, but only through ADB To do this, use the command: adb shell settings put global. lock_screen_show_clock 0 (It only hides the clock without affecting the rest of the elements. /system/priv-app/SystemUI/SystemUI.apk/res/layout/keyguard_clock_view.xml (Check the results carefully, as some firmwares have the date tied to the clock and also disappear.
Is there a risk of losing the warranty if you use ADB or change fonts?
No, unless you unlock the bootloader and install custom firmware. By itself, using ADB or replacing fonts via fastboot does not void the warranty, as these actions do not require hacking. However: If you stop turning on the phone, this can be regarded as "mechanical damage" (not a warranty case). The service center can reset to factory settings, and the clock will return. To minimize the risks, before any manipulations, back up via Mi Cloud or Google Drive.