The double clock on the lock screen Xiaomi Redmi 10 is one of the most annoying features of the MIUI firmware that users encounter after the updates. You turn on the phone, and the screen displays two times at once: the main clock in the upper corner and the duplicate clock in the middle or below. This feature was added for convenience (showing time in different time zones or styles), but in practice creates visual chaos.
Compounding the problem, the standard Redmi 10 settings donβt always disable the duplicate with a single click, depending on the MIUI version (12, 13 or 14) and regional firmware (global, Chinese, European), the solutions may differ. In this article, we will discuss all working methods, from basic to advanced, including editing system files via ADB.
If you see a double watch only after the last update, itβs not a bug, itβs a feature of Xiaomi. The manufacturer periodically returns this element in different versions of MIUI, citing βimproved user experience.β In fact, most Redmi 10 owners want to return the usual minimalist lock screen. Next, you will find solutions for everything from simple disconnection in the menu to deep settings for power users.
1.Why do you have a double watch on Redmi 10?
Duplicate watches on the lock screen Xiaomi Redmi 10 is not an accident, but the result of several MIUI functions.
πΉ Double clock in settings. In some firmware versions (especially in the case of the MIUI 12.5 and later) this option is activated automatically after updating or resetting settings. It is designed to display time in two time zones simultaneously - for example, local and UTC.
πΉ Many custom themes from the Mi Theme Store have built-in time widgets that conflict with standard watches. Even after changing the theme to a standard duplicate, you may still have a time widget.
πΉ Regional features of firmware. On the Chinese versions MIUI Double clocks often display Beijing time (+8 UTC) This is related to Xiaomi's policy for the domestic market.
πΉ Errors after the update. Sometimes the duplicate appears due to a bug in the new firmware version, when the system incorrectly applies the lock screen settings. MIUI 14 Many users complained about the inability to remove the second time through the standard menu.
πΉ Conflict with launcher apps: If you use third-party launchers (like Nova Launcher or Hyperion), they can overlay their widgets over the system clock.
To determine the exact cause, check:
- π± Version MIUI: Settings β The phone. β Version. MIUI
- π Firmware region: Global (Global), European (EEA) or Chinese (China)
- π¨ Active theme: Standard or user-generated
2. Method 1: Disconnection through standard settings
Let's start with the simplest method, which works on most versions of MIUI for Redmi 10, and it doesn't require superuser rights or PC connectivity.
π Step-by-step instruction:
- Open Settings (the gear icon on the main screen).
- Go to the Lock Screen section (or Lock and Password in some firmware).
- Find the option for additional settings or watch style.
- Scroll down and find the option Double Watch (or Second Time).
- Turn off the slider next to this option.
- Reboot your phone to make the changes take effect.
β οΈ
Attention! In MIUI 14 firmware for the European Region (EEA), this item may be called "Time in two formats," and if you don't have an option on the menu, your firmware version doesn't support it, and you need to use alternative methods.
π What to do if there is no double watch?
- π Check system updates: sometimes Xiaomi returns this option after patches.
- π Change the firmware region to global (if you have a Chinese version).
- π¨ Set a standard design theme (double hours can be part of a custom theme).
βοΈ Preparation for the shutdown of double hours
Method 2: Reset the lock screen settings
If the double watch comes after you install a new theme or update, resetting the lock screen settings can return to the standard look.This method does not affect personal data, but resets all widgets and display styles.
π οΈ How to reset the settings:
- Open the Settings β Lock screen.
- Choose the watch style.
- Click on the three dots in the upper right corner (or Additional).
- Choose Reset settings.
- Confirm the action.
π‘ After discharge:
- π The clock will return to its standard appearance (one time in the top corner).
- π¨ All custom widgets and styles will be removed.
- π If the double clock is left, the problem lies deeper (for example, in firmware).
β οΈ
Attention! On some MIUI 13 firmware, resetting the lock screen settings may cause temporary loss of fingerprints.They will recover after the reboot, but it is better to check the backup in Settings β Xiaomi Account β Cloud.
If the reset did not help, it means that the double clock is rigidly spelled out in the system files of your version. MIUI. In this case, it will be necessary to use ADB-commands or edit configuration files (method 4).
Method 3: Using ADB to turn off double clocks
If standard methods donβt work, you can turn off double watches via Android Debug Bridge (ADB), which requires connecting the phone to your PC and enabling developer mode, but doesnβt need root rights.
π₯οΈ What's the matter:
- π» A computer with installed Xiaomi drivers and ADB.
- π USB-cable (preferably original).
- π± Developer Mode on Redmi 10.
π Step-by-step instruction:
- Activate Developer Mode: Go to Settings β About Phone. Click 7 times on the MIUI Version until the notification "You've become a developer" appears.
- Back to Settings β Additionally. β For developers.
- Activate Debugging on USB.
- Connect Redmi 10 to your PC and confirm debugging permission.
- Open the command line (Windows) or the terminal (macOS/Linux) Enter: adb shell settings put global dual_clock_enabled 0
- Reboot the phone.
β Verification of the result:
- π After the reboot, the double clock should disappear.
- π If not, try the alternative command: adb shell settings put secure dual_clock_enabled 0
β οΈ
Attention! Some MIUI 14 firmware for China ROM may not work because of manufacturer restrictions, requiring editing of system files (method 5) or flashing to a global version.
π‘
If ADB-Try to run adb shell settings list global | grep dual and adb shell settings list secure | grep dual to find the exact parameter in your firmware.
5. Method 4: Editing system files (for experienced)
If all previous methods failed, the most radical way is to manually edit system files, which requires root rights or using Magisk to temporarily mount the /system partition.
π§ Essential tools:
- π± Redmi 10 with unlocked bootloader and root rights.
- π» PC fitted ADB and text editor (e.g. Notepad)++).
- π§ root application (such as Root Explorer or Mixplorer).
π What files need to be edited?
Double clocks are controlled by the parameters in the files:
- /system/cust/prop/local.prop is a global firmware setting.
- /data/system/users/0/settings_global.xml β customization.
- /system/media/theme/default/com.miui.systemui/lockscreen_clock_style.xml β Clock styles (in some firmware).
π οΈ Editing instruction:
- Create a backup of your files (required!).
- Open up. /system/cust/prop/local.prop and find a line: ro.miui.dual_clock_enabled=1 Replace. 1 on 0.
- In the file /data/system/users/0/settings_global.xml find: <setting id="dual_clock_enabled" value="1" /> Change the value="1" value="0".
- Save the changes and restart the phone.
β οΈ
Attention! Incorrect editing of system files can lead to bootloop. If you are not sure about your actions, use alternative methods or consult a specialist. Also remember that after updating MIUI, all changes can be reset.
π Alternative option without root:
If you donβt have root rights but have an unlocked bootloader, you can temporarily mount /system in write mode via TWRP and edit files directly from your phone.
Method 5: Installation of custom firmware
If the double watch is not a bug, but a feature of your MIUI version, and neither method worked, the radical solution remains: reflash the Redmi 10 on custom firmware without this element.
π¦ Top.-3 double-clock firmware:
| Firmware | Features | Complexity of installation | Support for Redmi 10 |
|---|---|---|---|
| Xiaomi.eu | Official MIUI without Chinese restrictions, weekly updates | Medium (needs an unlocked bootloader) | β Complete. |
| Pixel Experience | Clean Android without MIUI, high performance | High (requires TWRP) | β Stable. |
| LineageOS | Minimalist Android, long-term support | Tall. | β Official. |
π§ How to Refuse Redmi 10:
- Unlock the bootloader via Mi Unlock Tool (requires a Xiaomi account and wait 7 days).
- Install TWRP for Redmi 10 (Selene model).
- Download the firmware (e.g. Xiaomi.eu) from the official website.
- Download to TWRP and run Wipe β Format Data (all data will be deleted!).
- Install the firmware through Install.
- Reboot the phone.
β οΈ
Attention! Installing custom firmware will void Xiaomiβs warranty and may result in data loss.Be sure to back up via TWRP or Mi Cloud before the procedure. Also note that some features (such as Mi Pay or Game Turbo) may not work on unofficial firmware.
What happens if you interrupt the firmware?
7. Alternative solutions (if nothing has worked)
If all the methods were useless, and you do not want to reflash the phone, you can make small compromises:
π― 5 alternative options:
- πΌοΈ Hide the clock with wallpaper. Set up dark wallpaper with a black top bar, and the double clock becomes less visible.
- π Use a third-party launcher. Some launchers (like Nova Launcher) allow you to hide system widgets.
- π± Turn off the lock screen. PIN-Use Smart Lock to unlock your phone automatically at home.
- π§ Install Magisk. Magisk repository has modules for fine-tuning. MIUI, for example MIUI Tweaks.
- β³ Xiaomi periodically removes double clocks in new versions of the firmware.
π‘ The easiest roundabout:
If the double clocks are showing time in different time zones, you can set them up so that they show the same time.
- Go to Settings β Additional β Date and time.
- Activate the Double Clock.
- Set the same time zone for the second time as for the main time.
- Turn off the time zone tag display.
Visually, it will look like a single watch, but with a duplicate display.
π‘
If the double clock has been updated MIUI, There's a good chance that the next firmware version will remove them. β Update of the PO.