The color of the watch on the lock screen Xiaomi is one of those little things that form the overall impression of the smartphone. For some users it is a matter of aesthetics, for others it is a matter of convenience at different times of the day. Unfortunately, not everyone knows that the manufacturer offers several ways to customize this element, not only through standard MIUI settings, but also through hidden functions or third-party applications.
In this article, we will discuss all the current methods of changing the color of watches, from basic settings in Themes to manual editing of system files for advanced users. We will pay special attention to the nuances for different versions of firmware (MIUI 12/13/14) and popular series (Redmi Note, POCO, Xiaomi 11/12/13). If you want a clock on a locked screen to harmonize with wallpaper or just stand out from the background, read further - there is a solution for any level of preparation.
Why does Xiaomiβs watch color change in standard ways?
Many users are faced with a situation where the option to change the color of the watch in the settings is simply absent or does not work, the reasons are several, and they depend on the firmware version and device model:
- π Version. MIUI Below 12.5: In older builds, the customization function of the watch was limited or absent. 9A s MIUI 12.0.3 was only possible to select the display style (analog/digital), but not the color.
- π± Models with AMOLED-Screens: On some devices (e.g. Xiaomi) 11T Pro) the color of the watch is tied to the theme of design and changes automatically when changing the wallpaper through the Themes β Lock screen.
- π Manufacturer's limitations: On budget models (Redmi) 10A, POCO C31) Part of the lock functions are reduced to save resources.
- π οΈ Custom firmware: If you use informal firmware (such as Pixel Experience or LineageOS), the clock settings may differ or require manual editing of system files.
Before you go to radical methods, check the MIUI version in Settings β About Phone β MIUI version. If it is older than 12.5, update the firmware first - this can solve the problem without additional manipulation.
β οΈ Attention: On devices with MIUI For example, the Redmi Note 11 Pro+ 5G) Some of the customization features of the lock can be disabled due to local restrictions, in which case the change of region to India or Global will help (but this will require resetting the settings!).
Method 1: Change color through theme settings
The easiest and safest method is to use the built-in MIUI tools. It is suitable for most modern models (Xiaomi 13, Redmi Note 12, POCO F5 and later) with MIUI 12.5+ firmware.
Instructions:
- Open the Themes app (the icon with a brush on your desktop).
- Go to the Lock Screen section.
- Choose any style of watch (e.g. Digital or Analog).
- Click on the Palitre icon (or Color) in the lower right corner.
- Choose one of the suggested shades or create your own with the RGB slider.
- Save the changes with the Apply button.
If you don't have a color change option on your menu, try applying any other theme from Popular first, and then go back to the clock settings. Sometimes this unlocks hidden settings.
Make sure that the MIUI version is not lower than 12.5
Check for updates in Settings β Software Update
Reboot your phone if color option doesnβt show up
Try to change the region to India (for global firmware)
-->
On some devices (such as the Xiaomi 12 Pro), the color of the watch automatically adjusts to the wallpaper.
- Go to Settings β Lock screen.
- Turn off the Automatic Color (or Adaptive Design) option.
- You can now choose the color manually.
Method 2: Use of third-party launchers and widgets
If the standard settings donβt provide the necessary flexibility, you can use third-party solutions, which is suitable for all Xiaomi models, including outdated ones (Redmi 8, POCO X3 NFC).
The most popular applications:
- π¨ KWGT Kustom Widget Maker: Allows custom watches with any color, font and animation, requires editorial skills, but gives maximum freedom.
- β° Digital Clock Widget: Simple app with pre-configured watch styles, including color change.
- ποΈ UCCW (Ultimate Custom Clock Widget: A handy constructor for creating unique watches on the lock screen.
- π Hex Installer: A Module for Magisk that Unlocks Hidden Settings MIUI, including extended customization of clocks.
Example of settings via KWGT:
- Install KWGT from Google Play.
- Download any watch template (like Minimal Clock or Neon Digital).
- Add the widget to the home screen, then drag it to the lock screen (if supported).
- In the editor, find the Text Color option and change it to the desired shade (for example, #FF00FF for purple).
- Save and apply the changes.
β οΈ Note: Widgets on the lock screen may not work on devices with MIUI 14 and newer due to tightening security policy, in which case you'll have to use the ADB-commands (see Method 4) or roll back to an older firmware version.
For POCO users with MIUI firmware for POCO, there is a separate solution β the POCO Launcher app. It allows you to adjust the color of the watch through the Themes menu β Lock screen β Additional settings.
Standard settings of MIUI
Third-party launchers (Nova, POCO Launcher)
Widgets (KWGT, UCCW)
Manual editing of system files
Don't customize.
-->
Method 3: Editing system files (for advanced)
This method is suitable for those who are ready to work with system files and have root rights or access to ADB. It allows you to change the color of the watch at the firmware level, which guarantees stability even after updates.
You'll need:
- π± Xiaomi smartphone with unlocked bootloader and root (or Magisk).
- π» Computer with installed ADB and Fastboot.
- π Backup of the system (required!).
Instructions:
- Connect your phone to your PC and open the ADB terminal.
- Enter the command to access system files: adb shell su
- Go to the folder with the clock settings: cd /system/priv-app/MiuiSystemUI/MiuiSystemUI.apk/res/values
- Open the file. colors.xml in a text editor (for example, through MT Manager on the phone).
- Find the lines with the parameters: <color name="lockscreen_time_color">#FFFFFFFF</color> <color name="lockscreen_date_color">#B3FFFFFF</color> Replace #FFFFFFFF (white) in the desired colour (e.g, #FF0000 red).
- Save the file, set the rights to 644: chmod 644 colors.xml
- Reboot the phone.
If the watch has not changed color after the reboot, clear the system cache in Settings β Applications β Application Management β Three dots β Clear the cache.
What if the phone stopped loading after editing the files?
| Colour | HEX-code | Suitable for | Note |
|---|---|---|---|
| Red. | #FF0000 | AMOLED-screen | It's clearly visible on the dark wallpaper. |
| Green. | #00FF00 | LCD-screen | Can blend in with green wallpaper. |
| Blue | #0000FF | All types of screens | Classic version for MIUI |
| Yellow. | #FFFF00 | Daytime use | Poorly seen in the bright sun |
| Purple. | #800080 | AMOLED | Suitable for dark topics |
Method 4: ADB-Color change commands without root
If you don't have root rights, but you have access to ADB, you can change the color of your watch with special commands, which works on MIUI 12.5-14 and doesn't require a hack.
Step-by-step:
- Turn on USB Debugging in Settings β About Phone β MIUI Version (click 7 times on MIUI Version, then return to Additional β For Developers).
- Connect your phone to your PC and check the connection with the command: Adb devices
- Enter a command to change the color of the watch (replace #FF0000 fittingly HEX-code): adb shell settings put secure lock_screen_clock_color #FF0000
- Reboot the device: adb reboot
If the team doesnβt work, try an alternative:
adb shell am start -n com.android.themes/.activity.ThemePreviewActivity --es theme_id "default" --es clock_color "#FF0000"On some devices (Redmi Note 10 Pro, POCO X4 Pro) this method works only after changing the theme to the standard (default).
1. Go to Settings β Applications β Application Management β Topics.
2. Press the Battery β No restrictions.
3. Repeat input ADB-team.
-->
Method 5: Using Magisk Modules
For owners of Magisk devices, there is an easier way to do this: customization modules that donβt require manual file editing and are often updated by the community.
Popular modules:
- π§ MIUI Clock Mod: Allows you to change the color, font and size of the watch. Compatible with MIUI 12β14.
- π¨ Lockscreen Customizer: Advanced lock settings, including animation and transparency.
- π₯οΈ MIUI SystemUI Tuner: Module for fine-tuning the interface, including the color of the watch.
How to determine:
- Download a module (e.g. MIUI Clock Mod) from the XDA Developers forum.
- Open Magisk Manager and go to the Modules section.
- Click Install from Storage and select the downloaded file.
- Reboot the phone.
- After downloading, open the module app (if required) and select the color of the watch.
The advantage of this method is the ability to return standard settings in one click (just turn off the module in Magisk).However, be careful: not all modules are compatible with the latest versions of MIUI 14, so read the reviews on the forum before installing.
Frequent problems and their solutions
When changing the color of the watch, users often encounter common mistakes, and here are the most common ones and ways to fix them:
- β Color does not change after settings are applied: Check if Auto Color is included in Settings β Lock screen. Also try changing the theme to standard and back again.
- β ADB-Teams are not working: Make sure that the debugging is done USB plugged in ADB It's installed correctly. Try reconnecting the device or using another one. USB-cable.
- β After editing system files, the phone does not turn on: Restore backup via TWRP Or run the original firmware with the Mi Flash Tool.
- β Widgets are not displayed on the lock screen: MIUI 14 this function is disabled by default. Try to roll back on MIUI 13 or use Magisk modules to unlock.
- β Watch color resets after update: This is normal behavior - system files are overwritten when you update. To avoid the problem, use Magisk modules or re-apply ADB-team.
If none of these methods worked, check to see if your device has manufacturer restrictions, such as some Chinese models (Xiaomi 13 Ultra CN) that have some locking features locked at the firmware level.
π‘
before any manipulation of system files or ADB-Make sure to create a backup copy through TWRP or Mi PC This will allow you to quickly restore the device to work in case of an error.