How to change the color of the time on the lock screen Xiaomi: 5 working methods

Xiaomi’s lock screen is the first thing you see when you turn on a smartphone, and the color of the display of time on it can significantly affect the perception of the design. Many users want to personalize this element, but face the limitations of standard MIUI settings. Depending on the shell version (from MIUI 12 to MIUI 14) and the device model (for example, Redmi Note 12, Poco X5 or Xiaomi 13), the options available can be radically different.

In this article, we will discuss all the current ways to change the color of time, from official settings to hidden functions and third-party solutions, you will learn how to circumvent the limitations of the system, what tools will be needed, and what to do if you update the system. MIUI The old methods have stopped working. AMOLED-screens, where the color scheme plays a key role in energy saving.

Why can’t you just change the color of the time?

In most MIUI versions (especially on budget models like Redmi 10A or Poco M5), the manufacturer artificially limits the customization of the lock screen.

  • πŸ”Ή Design Unification – Xiaomi strives for uniformity of the interface on all devices.
  • πŸ”Ή Resource savings – extra settings increase the size of the firmware and the load on the processor.
  • πŸ”Ή Marketing Purposes – flagships (such as the Xiaomi 13 Ultra) often have more options available than budget models.

However, even in limited versions of MIUI, there are loopholes: for example, in MIUI 14 on some devices, the color of time is tied to the theme of the design, and in MIUI 12.5 it can be changed through a hidden developer menu.

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

Method 1: Change through the themes of the design (official method)

The safest and easiest way is to use built-in MIUI themes. The color of the time on the lock screen often depends on the theme you choose, even if there is no direct setting. Here's how it works:

  1. Open the Themes app (icon with brush).
  2. Go to the section My topics β†’ Local or Online.
  3. Select a theme with the right color scheme. Pay attention to the lock screen preview, which displays the color of the time.
  4. Apply the topic and check the result.

πŸ”Ή Hint: Topics with dark backgrounds (AMOLED Black, Dark Mode, often make time white or gray, and light themes (Light, Pastel) black or color. Some premium themes (like "Neon Clock" or "Gradient Time"`) Specially designed for time customization.

Theme with lock screen preview |The color of the preview time corresponds to the desired |Theme is compatible with your version MIUI | After application there are no bugs with display-->

⚠️ Note: On some devices (e.g. Redmi) 9A s MIUI 12.0.8) After changing the theme, the color of the time can reset in a few hours.

Method 2: Hidden MIUI settings (for advanced users)

MIUI 12.5-14 has a hidden menu that allows you to change the color of the time without root rights.This method does not work on all devices, but it is tested on the Xiaomi 11T, Poco F4 and Redmi Note 11 Pro+.

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version. Enter your password if needed.

Settings β†’ Additional β†’ For Developers

Color of the clock on the lock screen

Lockscreen Clock Color

#FF5733

πŸ”Ή Important: On some firmware (for example, MIUI 13.0.4 for Redmi K50) This is a deeper option, and you might need to see it:

  • πŸ”§ Turn on Debugging. USB developer-setting.
  • πŸ”§ Connect your phone to your PC and execute the command: adb shell settings put global lockscreen_clock_color_enabled 1
Xiaomi modelMIUI versionSupport for hidden menusNeed an ADB?
Xiaomi 12 Pro13.0.12Yes.No.
Redmi Note 10 Pro12.5.7Yes (partially)Yes.
Poco X3 Pro14.0.2No.β€”
Xiaomi 11 Lite NE13.0.6Yes.No.
What to do if the developer menu is not displayed?
If after 7 taps on the MIUI version nothing happens: 1. Check if Settings are turned off β†’ Additional β†’ Special features β†’ Simplified mode. 2. Update the firmware to the latest version (old versions of MIUI could be a bug). 3. Try tapping not on the text, but on the empty place to the right of the inscription MIUI Version. 4. On some models (for example, Redmi 9C) instead of taps you need to hold the inscription for 5 seconds.

Method 3: Use of third-party launchers (without root)

If the built-in methods didn't work, you can trick the system with third-party launchers that replace the lock screen.

  • πŸ“± Nova Launcher + Nova Lockscreen plugin (paid, but with a trial period).
  • πŸ“± Action Launcher – supports customization of lock-on clocks through widgets.
  • πŸ“± KLCK Lock Screen (requires Android 10)+) β€” Specialized application for lock screen design.

πŸ”Ή Step-by-step adjustment KLCK:

  1. Install KLCK from Google Play.
  2. Launch the app and select a template with a customizable watch.
  3. In the editor, tap on the time block and select Color β†’ Custom.
  4. Please specify the color you want (e.g. #00FF00 for green).
  5. Save and apply the theme.

⚠️ Attention: On devices with MIUI 14 and Android 13 (e.g. Xiaomi 13 Lite) KLCK may conflict with the system launcher. Before installation, disable battery optimization for the application in Settings β†’ Annexes β†’ Application management β†’ KLCK β†’ Battery β†’ No restrictions.

πŸ’‘

If the lock screen does not change after installing KLCK, restart your phone and check if the permissions for the application have reset in Settings β†’ Applications β†’ Permissions β†’ Lock screen.

Method 4: Editing system files (root only)

For users with unlocked bootloaders and root rights (such as Magisk), there is a radical way to edit system files, a method that is suitable for MIUI 12-14, but requires caution: wrong actions can lead to a bootloop.

πŸ”Ή Instructions:

  1. Install Root Explorer or Mixplorer with superuser rights.
  2. Go to /system/media/theme/default/lockscreen/ or (for newer MIUI versions): /product/media/theme/default/lockscreen/
  3. Find the file. clock_style.xml or colors.xml.
  4. Open it in the text editor and find the line with clock_color.
  5. Replace the value with the right one. HEX-code, #FF00FF pink).
  6. Save the file, set the rights 644 (rw-r--r---).
  7. Reset the device.

On some firmware (for example, MIUI 13 Xiaomi 11T Pro) file clock_style.xml It might be absent. lockscreen_clock_color into /system/build.prop β€” Add the line ro.lockscreen.clock.color.=#HEXCODE.

⚠️ Attention: After update MIUI through OTA All changes to system files will be reset. To avoid this, make a backup folder before upgrading. /system/media/theme/ through TWRP Or OrangeFox Recovery.

Method 5: ADB-commands for forced-change color

If you don’t have root rights but have access to ADB (e.g., through Platform Tools on PC), you can try forcefully changing the color of the time.This method works on MIUI 12.5-14, but may require reuse after a reboot.

πŸ”Ή Steps:

  1. Connect your phone to your PC and activate Debugging via USB.
  2. Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
  3. Run the command to check the connection: adb devices (should display the serial number of your device).
  4. Enter a command to change the color (replace #RRGGBB fittingly HEX-code): adb shell settings put global lockscreen_clock_color #RRGGBB For example, for red: adb shell settings put global lockscreen_clock_color #FF0000
  5. Reboot the lock screen with the command: adb shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGS

πŸ”Ή Limitations of method:

  • ❌ On some devices (e.g. Poco) X4 Pro) the colour is reset after locking/unlocking the screen.
  • ❌ Not working. MIUI 14 Android 13 Xiaomi models 13/13 Pro due to new security restrictions.
  • ❌ Color may not be displayed correctly in Always-On Display (AOD).

πŸ’‘

ADB-For permanent effect, combine this method with custom theme setting or use Tasker to automatically apply the command after unlocking.

The answer to the problem: why does the color change?

If none of the methods worked, check the following points:

Problem.Possible causeDecision
Color resets after rebootingMIUI overwrites default settingsUse Tasker for Automatic Application ADB-start-up
Color changes but does not appear in AODAOD uses separate color settingsTurn off AOD or find a theme that supports color watches in this mode
There is no option on the developer menuThe firmware does not support this function.Try the method with ADB or third-party launchers
Color is displayed curve (artifacts)Conflict with font smoothing settingsTurn off the settings β†’ Screen β†’ Smoothing fonts

πŸ”Ή Specific model bugs:

  • Redmi Note 11 (MIUI 13.0.4): The color of time can flicker when using live wallpaper.
  • Poco F3 (MIUI 12.5.5): ADB-Teams only work after disconnection MIUI Optimization in the Developer Settings.
  • Xiaomi Mi 11 (MIUI 14): Hidden color menu is blocked if Protective Mode is enabled.

FAQ: Frequent questions about time color setting

Can you change the color of time to Xiaomi without a computer?
Yes, but the options are limited. The easiest ways are: Use themes from the Themes app. Install a third-party launcher (e.g., use themes from the Themes app, KLCK). On some firmware, the color changes through Settings β†’ Screen. β†’ Clock style (not available on all models) ADB editing or editing system files computer is required.
Why did the MIUI update change the color of time?
Updates MIUI Custom settings are often reset, especially if they were applied through: Editing system files (no root rights lost). ADB-commands (the system overwrites default values) Third-party launchers (reconfiguration may be required). πŸ”Ή Solution: Before upgrading, back up your current settings (e.g. export the theme to the KLCK or retain ADB-text-file).
How to make a gradient or animated color of time?
Standard means MIUI It's impossible: 🎨 Use themes with animated clocks (look into Topics) β†’ Online on request "gradient clock"). 🎨 Install KLCK Lock Screen and Configure Animation Through a Plugin KLCK Pro. 🎨 On root devices, you can replace the system file clock_style.xml Custom with animation (knowledge required) XML). πŸ”Ή Example: B KLCK Select the Animated Clock template, then add the gradient effect through Layer in the editor. β†’ Gradient.
Will the color of the time change in Always-On Display (AOD) mode?
It depends on the model and version. MIUI: βœ… Xiaomi. 12/13 s MIUI 14 time-colour AOD usually coincides with the main. ❌ On the Redmi Note. 10/11 AOD Uses separate settings (most often white or gray). ⚠️ On Poco. F4 GT The color can only be displayed correctly when Adaptive Color is disabled in the screen settings. πŸ”Ή How to check: Turn on AOD (Settings β†’ Screen. β†’ Always-On Display, see if the color has changed. If not, try turning it off and turning it back on. AOD.
Can the standard color of time be returned after experimentation?
Yes, there are several ways: Reset theme settings: Topics β†’ My subjects. β†’ Reset to standard. ADB-Changes to the following command: adb shell settings delete global lockscreen_clock_color If you have edited system files, return the original value to the clock_style.xml (usually #FFFFFFFF On root devices, reset via Magisk: Remove modules β†’ Reboot.