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

Xiaomi’s lock screen is the first thing you see when you turn on your smartphone, and the location of the watch plays a key role in usability. Many users of Redmi, POCO and Xiaomi 13/14 line find that the standard time position (center or top) is not always optimal: it interferes with widgets, notifications or simply does not fit into the aesthetic of the wallpaper. Unfortunately, in the latest versions of MIUI 14 and HyperOS, the clock movement function is hidden or removed from open settings – but this does not mean that it can not be returned.

In this article, we’ll look at all the current ways to move the watch left/right, down, or even completely remove it from the lock screen, from official methods (if they’re still available on your model) to hidden tricks using ADBs, third-party launchers and design themes. We’ll focus on the nuances for new devices from 2023 to 2026, where the interface has undergone major changes.

Why Xiaomi has removed the ability to move the clock?

Starting with MIUI 12.5, and especially since the HyperOS transition, Xiaomi has been making it easier to use the interface, removing the β€œextra” settings, the official reason being the desire for uniform user experience (to make all devices look the same), but in fact, this often leads to a loss of flexibility. For example, in older versions MIUI Moving the clock was available through the Settings menu β†’ Lock screen β†’ The style of the watch, but now this item is either missing, or offers only a change of font and color.

Another reason is the Always-On Display (AOD) optimization, which is that on models that support permanent display (such as the Xiaomi 13 Ultra or Redmi K60 Pro), the watch is locked in one position to avoid conflicting with animations and energy saving, but even on such devices there are workarounds, as we will discuss below.

πŸ“Š What kind of Xiaomi model do you have?
Xiaomi 13/14 Series
Redmi Note 12/13
POCO F5/X5
Old model (until 2021)
other

Method 1: Official settings (if available)

Before you resort to complex manipulations, check whether the clock movement function is still in your version of MIUI. This is true for devices on MIUI 11-12.5 (for example, Redmi Note 9 Pro, Mi 10) or some firmware from third-party developers.

  1. Open the Settings β†’ Lock screen.
  2. Select the watch style or watch settings (the name may vary).
  3. If you see the option Position or icon with arrows, tap it and move the clock with your finger across the screen.

On MIUI 13-14 and HyperOS, this path usually only leads to a change in font or color, and if you have one, then go to the following.

πŸ’‘

On some firmware (e.g. xiaomi.eu), the clock movement function returns after resetting the lock screen settings. Try going to Settings β†’ Lock screen β†’ Style Reset and select a standard theme.

Method 2: Using design themes

The safest and most versatile method is to set a custom-designed theme, and many designers at the Mi Theme Store create themes where the watch is initially shifted left, right or down.

  1. Open the Themes app (icon with brush).
  2. In the search, enter the queries: πŸ•’ left-hand πŸ•“ lockscreen clock position πŸ•” custom lock clock

Choose your favorite theme and apply it. The clock will move automatically.

The downside of the method: Themes often change not only the position of the watch, but also the entire design of the lock screen (fonts, icons, background).

Xiaomi modelSupport for moving the clock out of the boxRecommended method
Xiaomi 13/14, 13T❌ No.Topics or ADB
Redmi Note 12/13❌ No (except firmware xiaomi.eu)Topics or third-party launchers
POCO F5/X5⚠️ Partially (depending on the region)ADB or root rights
Mi 11, Mi 10βœ… Yes. MIUI 12.5 and below)Official settings

Method 3: ADB-Teams for Advanced Users

If you’re willing to dig a little deeper, ADB (Android Debug Bridge) will allow you to change the position of your watch without root rights, a method that works on most Xiaomi devices with MIUI 13-14 and HyperOS, but requires a connection to a computer.

You'll need:

  • πŸ–₯️ Computer with ADB-tools installed
  • πŸ“± Included Debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times tap to unlock the developer menu, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB)
  • πŸ”Œ Cable USB (preferably original)

Instructions:

  1. Connect the phone to your PC and type in the command line: Adb devices Make sure the device is defined.
  2. Enter the command to check the current position of the watch: adb shell settings get secure lock_screen_clock_position If the value comes back 0 β€” center-clock, 1 β€” left, 2 β€” right.
  3. To move the clock to the left, do: adb shell settings put secure lock_screen_clock_position 1 To move to the right: adb shell settings put secure lock_screen_clock_position 2
  4. Reboot the phone. Changes will apply.
What to do if the team is not working?
On some firmware (especially HyperOS) parameter lock_screen_clock_position In this case, try the alternative command: adb shell settings put global. lock_screen_clock_position 1 If this does not work, then only the root-right method or custom firmware installation remains.

⚠️ Attention: After update MIUI settings applied through ADB, To avoid this, back up the commands in a text file and repeat them after each update.

Method 4: Third-party launchers and Magisk modules

If you are not afraid of experimentation, you can use alternative launchers or modules for Magisk (root rights required).

  • πŸ“± Niagara Launcher – allows you to adjust the lock screen, including the position of the clock, but does not work on all models Xiaomi.
  • πŸ”§ The Lockscreen Customizer Module for Magisk gives full control over lock screen elements, including the size, font and position of the watch.
  • 🎨 KLCK (Kustom Lock Screen – an application for creating custom lock screens from scratch (requires root or root) ADB).

Cons:

  • Root rights void the warranty and may disrupt the Mi Account.
  • Some modules conflict with Always-On Display.
  • After the MIUI update, reconfiguration may be required.

Install TWRP for your model

Make a backup of the current firmware

Download the latest Magisk (v26+)

Turn off data encryption (if required)

Check the compatibility of the module with your version MIUI-->

Method 5: Manual editing of system files (for experienced)

This method is only suitable for users with unlocked bootloader and root rights. It allows you to manually change the settings of the display of the watch, editing files in /system. Dangerous for beginners!

Procedure:

  1. Install Root Explorer or Solid Explorer with root folder access.
  2. Go to /system/cust/prop/local.prop (the path may be different).
  3. Add the line: ro.lockscreen.clock.position=left Instead of left, you can specify right, center, or pixel coordinates (e.g., x=100,y=500).
  4. Save the file, set the rights to 644, and restart the phone.

⚠️ Warning: Incorrect editing of system files can lead to bootloop ( looped reboot). TWRP Make sure you know how to repair the firmware in case of a failure.

Frequent problems and their solutions

Even after successfully moving the clock, users are confronted with bugs, and here are the most common ways to fix them:

  • ⏳ The clock is back in place after the reset β†’ Apply the settings through ADB Repeat or use the Magisk module to fix the parameters.
  • πŸ”„ Clock animations are getting knocked down β†’ Turn off Always-On Display in the screen settings.
  • πŸ“± Some wallpapers don't show the clock. β†’ Change the color of the watch in the settings β†’ Lock screen β†’ Clock style.
  • ⚑ After updating MIUI settings dropped β†’ Repeat steps with ADB or reset the subject.

If none of the methods worked, check:

  • Are performance limits set in Settings β†’ Battery β†’ Performance Mode?
  • Does your theme conflict with system settings (try resetting the theme to standard).
  • Does the antivirus (e.g., Mi Security) block changes in system settings?

πŸ’‘

On devices with HyperOS (for example, Xiaomi 14) standard ADB-In this case, the only reliable way to install custom firmware (e.g. xiaomi.eu) or use Magisk modules is to use custom firmware (e.g., xiaomi.eu.

Can I move my watch without a computer?
Yes, but with limitations. The easiest way is to install a theme from the Mi Theme Store with the right clock location. If this option doesn't work, try apps like KLCK (requires root or ADB through the terminal on your phone). Full-featured movement without a PC is only possible on older versions of MIUI (up to 12.5).
Why does the clock always-on display disappear?
This is the well-known bug MIUI 13-14 and HyperOS. The system perceives the change in the position of the watch as a custom setting that conflicts with the energy-saving AOD mode. Solutions: Reverse to the standard position of the watch. Turn off Always-On Display in the settings. Use a theme that supports both settings (for example, "AOD Clock Left" in the Mi Theme Store).
Does this method work on POCO F5 with HyperOS?
Nana POCO F5 (and other devices with HyperOS standard ADB-Alternatives: Install custom firmware (e.g. xiaomi.eu or Pixel Experience). Use the Magisk Lockscreen Customizer module. Wait for updates - in future versions of HyperOS can return flexibility settings.
How do you get your watch back to its standard place?
To reset the position of the clock: For ADB: Execute adb shell settings delete secure lock_screen_clock_position For themes: apply the standard "Default" theme. For root methods: delete the added lines in local.prop. After that, restart the phone.
Can you change the size of the clock?
Yes, but not through standard settings. Options: Set a big/small watch theme (look for Mi Theme Store for big clock or small clock). Use the Magisk Lockscreen Customizer module, which allows you to change size, font and color. On some firmware (e.g. xiaomi.eu), the watch size is adjusted in Settings β†’ Lock screen β†’ font size.