How to change the color of the watch on the lock screen Xiaomi: all ways + error solving

Why does the color of the watch on the lock screen Xiaomi does not change standard methods?

Xiaomi's lock screen is the first thing you see when you turn on your smartphone, and the color of the watch plays a key role in how you experience the interface. Many Redmi, POCO or Mi users face a problem: everything changes in the theme settings except the shade of time, the reason lies in the architecture of the MIUI shell, where the color of the watch is often tied not to the topic, but to system styles or even firmware.

Depending on the version of MIUI (12, 13 or 14) and the device model (Xiaomi 13 Pro, Redmi Note 12, POCO F5, etc.), the methods of color change can be radically different. Somewhere you need to change the topic, and somewhere you need to edit system files through ADB or install third-party launchers. In this article, we will discuss all the current methods for 2026, including hidden settings and circumventing the limitations of MIUI.

It's important to understand that some methods require unlocking the bootloader or root rights, which can lead to a loss of warranty, and we'll mark these with special warnings, starting with the simplest and safest options.

Method 1: Color change with standard MIUI settings

The most obvious way is to use built-in shell tools. In the latest versions of MIUI 13/14, developers have added flexible settings for the lock screen, but not all users know where to look for them.

Go to: Settings β†’ Lock screen β†’ Watch style

Here you will see several pre-set styles (e.g. Digital, Analog, Minimalist) and in some styles the color of the watch changes automatically depending on the wallpaper (Adaptive Color function). If this option is active, turn it off to manually select the shade.

  • 🎨 Color palette: In some styles (e.g., Digital) a circular palette appears when you press the clock to select the color.
  • πŸ–ΌοΈ Wallpaper color: If the adaptive color function is enabled, the system takes the dominant hue from the wallpaper. Try changing the wallpaper to monochromatic.
  • πŸ”„ Reset style: If the color "hangs" and does not change, reset the style of the watch to the standard and choose again.

⚠️ Attention: On devices with AMOLED-screens (Xiaomi) 12T, Redmi K50 Pro) some colors may be dim due to the energy-saving mode. To fix this, turn off the Settings option. β†’ Display. β†’ Color scheme β†’ Energy conservation.

πŸ“Š What version? MIUI you have installed?
MIUI 12
MIUI 13
MIUI 14
The other one/I don't know/

Method 2: Using themes from the MIUI store

MIUI Themes offers thousands of free and paid themes, many of which change the color of the clock on the lock screen. However, not all themes correctly apply changes to the clock - some only affect wallpaper or icons.

How to choose the right topic:

  1. Open the Themes app (Themes).
  2. In the search bar, type in lockscreen clock color or watch screen lock color.
  3. View themes marked "Lockscreen" or "Always On Display".
  4. Before using, click β€œPreview” to see what the lock screen will look like.

Look for themes called "Colorful Clock," "Neon Lock," or "Minimal Dark" -- they usually offer flexible color settings. If the watch hasn't changed after you apply the theme, try rebooting the device.

πŸ’‘

Some themes require an internet connection to download additional items. If the hours are the same after applying the theme, check the network connection.

Title of the topicSupported modelsColour of the clockFree?
Pure Black AODXiaomi 11/12/13, Redmi K40/K50White, red, blue.Yes.
Neon Glow LockPOCO F3/F4/F5, Redmi Note 10/11Neon shades (green, pink)No (199 rubles)
Minimalist DarkAll devices on MIUI 12+Grey, yellow, purple.Yes.
Colorful DigitalXiaomi Mi 10/11, Redmi 9/10The full RGB palettePartially (base colors free)

Method 3: Edit system files via ADB (for advanced)

If standard methods don't work, you can manually change the color of the watch by editing the system files, which requires developer mode on and ADB access.

Step-by-step:

  1. Activate Developer Mode: Settings β†’ About Phone β†’ MIUI version (click 7 times).
  2. Enable debugging via USB: Settings β†’ Additional β†’ For developers β†’ Debugging via USB.
  3. Connect your phone to your PC and open the command line (or Terminal on Mac/Linux).
  4. Enter the command to check the connection: Adb devices should appear the name of your device.
  5. Download the file with the clock settings: adb pull /data/system/lockscreen_clock_config.xml
  6. Open the downloaded file in any text editor and find the line: <color value="#FFFFFFFF"/> Replace #FFFFFFFFFFFFFF with the desired color in ARGB format (for example, #FF00FF00 for green).
  7. Save the file and download it back: adb push lockscreen_clock_config.xml /data/system/
  8. Reboot the device: adb reboot

⚠️ Warning: Incorrect editing of system files can cause a bot to recover or reset settings.Before you start, make a backup through Settings β†’ Memory. β†’ Backup. If the phone doesn't boot after the changes, try resetting the lock screen settings via fastboot:

fastboot erase locksettings
What if the ADB can’t see the device?
1. Make sure that Xiaomi drivers are installed (you can download on the official website). 2. Try another one. USB-cable (preferably original). 3. Enable the debugging option in the developer settings USB (security parameters) and allow debugging ADB. 4.Reboot the PC and phone.

Method 4: Installation of a third-party launcher with lock customization

If you don't want to mess with system files, you can install an alternative launcher that supports lock screen settings.

  • πŸ“± Nova Launcher + Nova Lockscreen plugin (paid, but with trial period) allows you to change the color, font and position of the watch.
  • 🎭 Action Launcher (free version with restrictions) Supports adaptive wallpaper-based colors.
  • πŸ”§ Smart Launcher 6. The pro version has a lock screen editor with a choice of color palette.
  • πŸ–ŒοΈ Before Launcher (minimalist design) is ideal for devices with Always On Display.

Example of settings through Nova Launcher:

  1. Install Nova Launcher and Nova Lockscreen from Google Play.
  2. Launch Nova Settings and go to Lockscreen β†’ Clock Style.
  3. Select the style of the watch and click "Customize".
  4. In the Colors section, set the desired shade for hours, dates and notifications.
  5. Save the changes and restart the device.

⚠️ Note: Some launchers may conflict with Xiaomi system services, such as Second Space or App Lock. If your fingerprint or face unlock stops working after installing the launcher, return to the standard launcher via Settings β†’ Annexes β†’ By default. β†’ Launcher.

Make a backup of current settings

Check the compatibility of the launcher with the Android version

Disable battery optimization for launcher

Restart the phone after installation-->

Method 5: Using Magisk modules (root required)

If your device is unlocked and installed by Magisk, you can use special modules to deeply customize the lock screen.

  • πŸ”§ Lockscreen Customizer – allows you to change the color, font, size and position of the watch.
  • 🎨 AOD Customizer – Advanced settings for Always On Display (including animations).
  • πŸ–₯️ MIUI Clock Mod – a specialized module for changing the style of watches on Xiaomi.

Installation instructions:

  1. Download a module (e.g. Lockscreen Customizer) in.zip format.
  2. Open Magisk Manager and go to the Modules section.
  3. Click "Install from storage" and select the downloaded file.
  4. Reset the device.
  5. After downloading, open the module app (like Lockscreen Customizer) and adjust the color of the watch.

The advantage of this method is flexibility: you can not only change the color, but also add seconds, change the font to Google Sans or Roboto, and adjust the display of dates and notifications. However, remember: root access disables the ability to use banking applications (Sberbank, Tinkoff, etc.) and some services (Google Pay).

πŸ’‘

Magisk modules allow you to change system files without direct editing, which reduces the risk of β€œbricking” the device. However, before installing any module, check for feedback on forums (for example, 4PDA or XDA Developers).

Problem Solving: The watch doesn’t change color or disappears

If after all the manipulations the color of the watch remained the same or they completely disappeared from the lock screen, check the following points:

Problem.Possible causeDecision
The color doesn't change.The "Adaptive Color" function is activeTurn it off in Settings β†’ Lock screen β†’ Watch style β†’
The clock's gone.Theme or launcher conflictReset the theme to standard or return the system launcher
Color resets after rebootingNo rights to write to system filesGrant rights through ADB: adb shell chmod 644 /data/system/lockscreen_clock_config.xml
The clock is displayed incorrectly (artifacts)Incompatibility with screen resolutionTry a different style of watch or roll back to factory settings

If neither of these methods worked, your Xiaomi model may have firmware limitations, and there are two options left:

  1. Update MIUI to the latest version (sometimes new builds add flexibility to settings).
  2. Install custom firmware (e.g. Pixel Experience or LineageOS) where lock screen settings are more open.
How to check the MIUI version and available updates?
1. Go to Settings. β†’ The phone. β†’ System Update. 2. Click on the icon βš™οΈ (settings) in the upper right corner. 3. Turn on the option to Show stable and development versions. 4. If the update is available, download it and install it (preferably via Wi-Fi).

FAQ: Frequent questions about the color of the watch on Xiaomi

Can you change the color of your watch to Xiaomi without root and ADB?
Yes, in most cases, it is enough to change the theme or style of the watch in the MIUI settings. If these methods do not work, try a third-party launcher (for example, Nova Launcher). Root and ADB are only required for deep customization or on older versions of the firmware (MIUI 11 and below).
Why did the MIUI update change the color of the watch?
For major updates (e.g., from MIUI 13 to MIUI 14), the system lock screen setting files may be reset. To return the previous color, reset through Settings β†’ Lock screen or reinstall the theme you are using.
How to make the clock on the lock screen transparent?
The transparency of the watch depends on the style. Some themes (for example, "Glass Morphism" in the MIUI store) support translucent elements, and you can also use Magisk modules (for example, Lockscreen Customizer), where there is a transparency setting (alpha in the color code).
Does this work for POCO and Redmi?
Yes, all of the methods described are relevant for POCO and Redmi devices, as they run on the same MIUI shell. Except for the POCO Launcher model (e.g. POCO F1), where lock screen settings may be slightly different, in which case use the method with the installation of a third-party launcher.
Can I animate the clock on the lock screen?
Yes, but it will require: Set up an animation-enabled theme (e.g., Live Clock in the MIUI store). Or use the Magisk AOD Customizer module, which has animation options for Always On Display. On some devices (e.g., Xiaomi 13 Ultra), the animation of the watch is available out of the box in the AOD settings. Note that animation increases battery consumption by 5-15%.