How to change the clock on the lock screen Xiaomi: all the ways and hidden settings

Xiaomi’s lock screen is not just about protecting your smartphone, but it’s also an important interface element that you see dozens of times a day, displaying not only the time, but also the style of your device, from a minimalist digital format to animated analog dials. However, many users of Redmi, POCO or Mi face a problem: standard MIUI settings do not always allow you to flexibly adjust the display of time, and some options are hidden in the depths of the system.

In this article, we’ll look at all the ways you can change your clock on your lock screen, from basic settings in the Themes menu to hidden settings through ADB and third-party launchers, learn how to change format (12/24 hours), style (digital/analog), color, and even add seconds or date, and also uncover customization secrets for unlocked bootloaders, where advanced themes from developers are available.

Important: instructions are current for MIUI 12-14 (including global and Chinese versions). If your smartphone is running on older firmware, some items may be missing - update the system through Settings β†’ About Phone β†’ Update MIUI.

πŸ“Š What Xiaomi model do you use?
Redmi Note 11/12/13
POCO F4/F5
Mi 11/12/13
Redmi 10/9/8
Another model

1. Basic settings of the clock through the menu "Themes"

The easiest way to change the look of the watch is to use the built-in MIUI tools, which work on all Xiaomi smartphones without root rights and additional programs.

Go to Settings β†’ Lock screen (or Settings β†’ Themes β†’ Lock screen in some versions of MIUI). Here you will see a few tabs:

  • 🎨 Watch style: choice between digital and analog formats, POCO F4) Animated dials with effects are available.
  • ⏰ Time format: switching between 12-clockwork (AM/PM) and 24-clockwork.
  • πŸ“… Date: Displaying the day of the week or full date under the clock.
  • 🎨 Color: Color settings for numbers (not available on all topics).

Please note that some options may be blocked if you use a standard MIUI theme. To unlock additional styles, download an alternative theme from the official store (Themes β†’ Online). For example, the Pure or Dark Mode theme offers advanced watch settings.

⚠️ Attention: After changing the theme, the lock screen may temporarily slow down, which is normal. The system caches new elements for 5-10 minutes. If the lag persists longer, restart the device.

Backup your current theme (Settings β†’ Themes β†’ My themes β†’ Save)

Check the version of MIUI (Settings β†’ About the phone)

Connect to Wi-Fi to download new themes

Close background applications (to avoid failures when applying themes)-->

2. Hidden settings through the β€œFunction Lab”

MIUI hides some of the options in the Experimental Function Lab, where you can turn on the second display on your watch or change the time font.

Instructions:

  1. Open the Settings. β†’ The phone.
  2. Tap 5-7 times on the MIUI version until the notification β€œYou are a developer!” appears.
  3. Return to the main settings menu and find a new item Advanced Settings β†’ Functions Lab.
  4. Activate the option to Show seconds on the lock screen (if available).

On some devices (such as the Redmi Note 12 Pro+) in the lab, a clock animation setting is also available, which adds a smooth change in numbers as time changes.

What to do if there is no "laboratory functions"?
If the section does not appear after activating the developer mode, try: 1. MIUI until the latest version. 2. Reset settings through Settings β†’ Annexes β†’ Application management β†’ Settings (βš™) β†’ Warehouse β†’ 3. Install an alternative launcher (like Nova Launcher) that can unlock hidden options.

3.Chronicle modifications with third-party launchers

If the built-in MIUI capabilities aren't enough, use third-party launchers, which allow you to customize the lock screen without root rights, but require the installation of additional modules.

Best options:

  • πŸ“± Nova Launcher + Sesame Lockscreen: supports watch widgets with seconds, custom fonts and animations. POCO X3 newer.
  • 🎨 Action Launcher: Offers built-in watch styles with the ability to change color and size.
  • πŸ”§ KWGT Kustom Widget: for advanced users, allows you to create a unique design of the watch from scratch (requires skills to work with an editor).

Example of settings through Nova Launcher:

  1. Install Nova Launcher and Sesame Lockscreen from Google Play.
  2. In Nova settings, select Lock Screen β†’ Sesame.
  3. From the Sesame menu, go to Widgets β†’ Watch and choose your favorite style.
  4. Customize the color, size and additional elements (date, weather).

⚠️ Warning: Third-party launchers may conflict with system updates MIUI. After the firmware update, the lock screen may reset to a standard view. To avoid this, before upgrading, turn off battery optimization for the launcher in Settings β†’ Annexes β†’ Application management β†’ Nova Launcher β†’ Battery β†’ No restrictions.

4. Manual editing of system files (for advanced)

If you’re willing to take risks, you can change the clock by editing system files, a method that requires an unlocked bootloader and root rights (or temporary access via Magisk).

The main files responsible for the clock on the lock screen:

File/FolderWayWhat can be changed
lock_clock.overlay/system/vendor/overlayTime format (12/24h), font, color
framework-miui-res.apk/system/frameworkSize and position of the clock
miui_system.xml/data/system/themeAnimation styles, transparency

Example of editing via Magisk:

  1. Install Magisk and MT Manager (root file manager).
  2. Move to the /system/vendor/overlay and find the file. lock_clock.overlay.
  3. Open it in the text editor and change the settings: bool config_24hour = true // for 24-color-format lockscreen_time_color = #FFFFFFFF // white-coloured
  4. Save the file, restart the device.

πŸ’‘

Before editing system files, backup via TWRP or OrangeFox Recovery, which will restore the smartphone to work in case of an error.

5.Using ADB for Hidden Settings

If you don't have root rights, but you have a computer, you can use ADB (Android Debug Bridge) to change some of the clock settings, which works on most Xiaomi devices with USB debugging enabled.

Instructions:

  1. Enable USB Debugging in Settings β†’ About Phone β†’ MIUI Version (tap 7 times) β†’ Additional settings β†’ Developer settings.
  2. Connect your smartphone to your PC and execute the command: adb shell settings put global lock_screen_clock_style 1 where 1 β€” digital, 2 β€” analog.
  3. To change the color of the watch (only on some firmware): adb shell settings put global lock_screen_clock_color "#FF0000" // red

The full list of available commands for the watch:

Team team.The effect
adb shell settings put global lock_screen_clock_style 0Standard style (depending on the topic)
adb shell settings put global lock_screen_show_seconds 1Show seconds (not working on all devices)
adb shell settings put global lock_screen_clock_size 1.2Increase the size of the clock (value from 0.8 to 1.5)

⚠️ Attention: Teams ADB Xiaomi’s Chinese firmware (e.g. Mi Pilot) may not work due to restrictions MIUI. Try to perform adb shell pm grant com.android.settings first. android.permission.WRITE_SECURE_SETTINGS

6.Castomization through the Xposed Framework (for enthusiasts)

If you use the Xposed Framework (requires an unlocked bootloader), modules are available to deep-tuning the clock, a method suitable for power users, as improper installation can lead to bootloop (locked device on).

Popular modules:

  • βš™οΈ MiuiLockscreen: allows you to change the font, add shade, configure time change animation.
  • 🎨 Lockscreen Customizer: Supports custom dials, seconds, date and even weather on the lock screen.
  • πŸ”§ GravityBox [MM]: versatile module for fine tuning MIUI, including the transparency of the clock and its position.

Installation instructions:

  1. Install Xposed Installer and activate it in Magisk.
  2. Download a module (such as MiuiLockscreen) and install it via Xposed.
  3. Restart the device and open the module settings.
  4. In the Clock Settings section, set up: Time format (24h/12h), Color and font (Font Style), Position (Position Offset).

πŸ’‘

Xposed Framework may conflict with MIUI updates. Before a firmware update, disable all modules via Magisk to avoid crashes.

7. Frequent problems and their solutions

When changing the clock on the lock screen, Xiaomi users often encounter typical errors.

  • ❌ Watches not updated: Check time settings in Settings β†’ System system β†’ Date and time. If Autodetermination is enabled but the clock is standing, try manually selecting a time zone.
  • ❌ Reset settings after the update: MIUI Sometimes it drops custom themes. To avoid this, export the theme to Topics before updating. β†’ My subjects. β†’ Exports.
  • ❌ No Seconds option in settings: On some devices (e.g. Redmi) 9A) This is a feature that's disabled at the firmware level. ADB Xposed.
  • ❌ Watches not displayed in full: This is due to conflict of topics. Set a standard theme MIUI, Then re-apply the custom.

If none of the methods worked, try resetting the lock screen settings:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find System Settings (or Settings) and select Storage β†’ Clear Data.
  3. Confirm action. Attention: This will reset all the display settings, including wallpaper and brightness.
How to return the standard watch if everything is broken?
If the watch is lost or is not displayed correctly after the experiments: 1. Remove all custom themes through Settings β†’ Themes β†’ My themes. 2. execute the command via ADB: adb shell cmd overlay reset com.android.systemui 3. Reboot the device. The watch will return to factory settings.

Can I change the font of the watch without root rights?
Yes, but with limitations. You can: Use themes from the MIUI store that offer different fonts. Install a launcher with support for custom widgets (for example, Nova Launcher + KWGT). Without root or ADB, you can not change the system font of the watch.
Why did the clock become small after the change?
This is a feature of some topics. MIUI. Solutions: Go back to the standard theme and check the clock size. If the problem persists, execute the command via ADB: adb shell settings put global lock_screen_clock_size 1.3 (significance 1.3 can be changed 0.8 before 1.5).
How to add seconds to a watch in MIUI 14?
V MIUI 14 Try: Activate the Functions Lab (see section) 2). Use it. ADB-Adb shell settings put global lock_screen_show_seconds 1 Install MiuiLockscreen module via Xposed. If nothing works, your firmware can block this feature at the kernel level.
Can the clock be made transparent?
Yes, but only with root rights or through Xposed. Use the Lockscreen Customizer module: Install the module and activate it. In the module settings, find the Clock Transparency setting. Set a value of 30% to 80% for partial transparency. Without root transparency, you can simulate by choosing a light theme with a white clock on dark wallpaper.
Why do POCO F3 watches reset after rebooting?
This is a well-known problem with MIUI 12.5+-based POCO firmware. Solutions: Disable battery optimization for the Theme application. Install Disable Flag Secure module via Magisk (risky, may disrupt some applications). Use a third-party widget-enabled launcher on the lock screen.