How to change the location of the clock on the lock screen Xiaomi: all the ways

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 MIUI users face a problem: standard settings do not always allow you to flexibly adjust the time position, especially on newer versions of firmware. In this article, we will analyze all available methods, from official settings to hidden tricks using ADB and third-party applications.

It's important to understand that the customization options depend on the MIUI version and the device model. For example, on the Xiaomi Redmi Note 12 with MIUI 14, the algorithm will differ from the Poco X3 Pro on MIUI 13. We'll look at the universal solutions, and we'll also point to the hidden limitations that the manufacturer has introduced in recent updates. If you want to not just move the clock left or right, but completely customize the lock screen, this guide is for you.

Why can't you just drag your watch with your finger?

Unlike the widgets on the home screen, the lock screen elements in MIUI are locked from free movement.

  • πŸ”’ Security: Preventing accidental changes in settings when removing your phone from your pocket.
  • 🎨 Design uniformities: Xiaomi adheres to strict guidelines for the location of interface elements.
  • πŸ›‘οΈ Failure Protection: Incorrect Positioning Can Lead to Overlaying Text on Notification Icons.

But that doesn't mean that the settings are completely unavailable. Depending on the firmware version, you have 2 to 5 customization options. The key is to know where to look. For example, MIUI 12 had a Watchstyle option available that disappeared in MIUI 14, but it can be returned via ADB.

πŸ“Š What version? MIUI you have installed?
MIUI 12 or older
MIUI 13
MIUI 14
HyperOS
I don't know.

Official method: setting the lock screen in MIUI

The easiest method is to use the built-in system settings, which is suitable for most Xiaomi, Redmi and Poco models on firmware versions up to MIUI 14.

  1. Open the Settings β†’ Lock screen.
  2. Select the watch style (on some devices it may be called the watch type).
  3. Scroll down to the Position section and select one of the options offered: πŸ•’ Top left (standard for most models). πŸ•“ Central (not available on all devices). πŸ•” Right top (may not be available on budget smartphones).

If the Position item is not on the menu, then your model does not officially support this option, in which case, move on to the following methods.

Check the version of MIUI in Settings β†’ About the phone

Backup the data (settings β†’ Additional β†’ Backup)

Charge your phone at least 50% (for ADB methods)

Disable the lock by fingerprint if using informal methods-->

Xiaomi modelSupport for official change of clockNeed an ADB?
Xiaomi 13/13 Pro❌ No, only through ADB)βœ… Yes.
Redmi Note 11/12βœ… Yes (partially)❌ No.
Poco F4/F5βœ… Yes (full support)❌ No.
Xiaomi Mi 11 Liteβœ… Yes (left/right only)❌ No.

Hidden settings via ADB (for advanced users)

If the official methods don't work, you can use Android Debug Bridge (ADB), a deep-tuning tool that requires connecting your phone to your computer and enabling Developer Mode.

Attention: improper use of ADB can cause malfunctions in the phone.

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings β†’ Additional β†’ For Developers and turn on USB Debugging.
  2. Connect your phone to your PC and execute the command: adb shell settings put global lock_screen_clock_position 1 Where 1 β€” position code: 0 β€” upper left (standard). 1 β€” central. 2 β€” upper-right.

After you execute the command, restart the device. If the clock has not changed position, try repeating the command with a different value or check if the settings have reset after the restart.

What to do if ADB is not working?
If the command does not apply, check it out: 1. Correct connection USB (Use the original cable). 2. Availability of drivers ADB on PC (download from Google website). 3. Activation of debugging by USB developer-setting. 4. Try the command with superuser rights: adb shell su 0 settings put global lock_screen_clock_position 1 (root).

⚠️ Note: On some devices with MIUI 14 and the HyperOS parameter lock_screen_clock_position It can be blocked, and in this case, only the installation of custom firmware or the use of a module will help. Xposed/Magisk.

Use of third-party applications (without root)

If you don't want to mess with ADB, you can use specialized utilities from Google Play.

  • πŸ”§ Lock Screen Customizer – allows you to change the position of the clock, color, font and even add your images. Works on most Xiaomi devices without root, but requires permission to overlay windows.
  • βš™οΈ MIUI Customizer is a more advanced tool with support for themes and animations. MIUI 12-14, It may conflict with some system applications.
  • 🎨 Always on Display Custom – If your phone supports you AOD, This app will give you full control over the location of the items, including the clock.

Warning: Third-party apps can reset settings after a MIUI update or reboot, and they often require you to turn off battery optimization in your phone settings, which can reduce battery life.

πŸ’‘

Before installing a third-party app, check user reviews of your Xiaomi model. Some utilities only work on specific devices (such as the Poco F3 or Redmi K40).

Manual editing of system files (root only)

If you have root rights, you can manually edit the system files that control the location of the watch, which gives you maximum flexibility but also maximum risk.

The main files that need to be changed:

  • /system/media/theme/default/com.android.systemui/lockscreen_clock_position.xml β€” contains the coordinates of the clock.
  • /system/priv-app/SystemUI/SystemUI.apk/res/layout/keyguard_clock.xml β€” lock-screen.

For editing:

  1. Download Root Explorer or Solid Explorer with root support.
  2. Find the files and make a backup copy of them.
  3. Edit coordinates in format android:layout_gravity="center|left|right".
  4. Reset the device.

⚠️ Warning: Incorrect editing of system files can lead to bootloop (a looped reboot).If you are not sure about your actions, use a backup. TWRP before the change.

Alternative solutions: widgets and wallpaper with clocks

If none of the methods worked, you can go for a trick:

  • πŸ–ΌοΈ Wallpaper with built-in clock: download wallpapers where time is already located in the right place (for example, in the center.
  • ⏰ Watch widget on the home screen: if you want to see the time in a certain place, add the watch widget to the desktop and turn off the display of time on the lock screen in the settings.
  • πŸ”„ Change of subject MIUI: Some of the themes from the official Xiaomi Themes store offer a custom watch arrangement. Try searching for "center clock" or "custom lockscreen".

These methods do not give complete control, but allow you to bypass the limitations of the system without risking stability.

πŸ’‘

If your goal is just convenience, not aesthetics, try turning off the clock on the lock screen (Settings β†’ Lock screen β†’ Watch) and using the widget on the home screen. This will save battery power and eliminate the need to unlock to view the time.

Frequent problems and their solutions

When changing the location of the clock, users often encounter the following errors:

Problem.Possible causeDecision
Settings are not saved after restartingResetting the system cache or conflict with the MIUI optimizerTurn off MIUI Optimization in Battery Settings for the Adjuster App
The clock is overlaid on notificationsIncorrectly specified coordinates in manual editingReturn the standard values or use ADB with 1 (center) setting
ADB issues an error not foundThe option is locked in your version of MIUI.Try using the MIUI Clock Mod Magisk Module

If none of these methods worked, your Xiaomi model may have a tight firmware level, which leaves you either to accept the current location or to consider installing custom firmware (e.g. Pixel Experience or LineageOS).

Can I change the location of the watch to Xiaomi without a computer?
Yes, but the options are limited. You can: Use the official settings (if available on your model); install a third-party app from Google Play (like Lock Screen Customizer); change the MIUI theme to one where the watch is located differently; and you need root rights to fully control the clock without a PC.
Why did the MIUI update return to its standard place?
The firmware update resets many user settings, including lock screen settings. This is due to: System File Overwrite. SystemUI Cache Reset. Changes to MIUI Security Policy. To avoid this, before updating: Back up through Settings β†’ Additional β†’ Backup. Remember or write down ADB commands used. Disable automatic updates to themes and widgets.
Is there a risk of losing your warranty if you use ADB or root?
Using ADB to change settings does not deprive you of warranty, as it does not require unlocking the bootloader. However: If you unlock the bootloader (for custom firmware installation), the warranty is canceled. If you damage system files through ADB, the service center can refuse to repair under warranty, citing "user manipulation." To minimize risks: Do not change the settings, the purpose of which you do not know. Create backups before experiments. Use official Xiaomi commands (for example, from the MIUI documentation).
Can the clock be made transparent or changed in font?
Yes, but it will require additional tools: No root: Use applications like Lock Screen Customizer (font support and transparency is limited). Set a custom-watch MIUI theme (like iOS Style Lockscreen). With root: Edit the SystemUI.apk file (requires APKTool knowledge). Install the Magisk FontManager module to change the font. For watch transparency, you can also use wallpaper with gradient or dimming in the desired area.
Does Xiaomi’s new smartphones (2026) support changing the location of the watch?
Xiaomi’s 2026 HyperOS smartphones (e.g., Xiaomi 14 or Redmi Note 13) have even more stringent restrictions: Official settings allow you to choose only left or right position; ADB options for centralizing the watch are blocked; side applications may not work due to changes in security policy; Alternative solutions: Use Always On Display with custom watches; Install a widget-enable launcher on the lock screen (e.g., Nova Launcher + KWGT); Expect updates from the XDA Developers community (poss new Magisk modules may appear).