Double clocks on the lock screen Xiaomi is a common problem faced by owners of smartphones based on MIUI. This usually occurs after updating the firmware, installing third-party themes or synchronizing with the account Mi Account. Visually duplicated watches not only spoil the appearance, but can also overlap important notifications or interface elements.
In this article, we will discuss 5 proven ways to remove double clocks on the lock screen Xiaomi, including standard system settings, ADB commands, as well as solutions for cases when the problem is caused by third-party applications or themes.
Before you make any changes, make sure your smartphone is at least 30% charged, which will prevent a sudden shutdown during system settings manipulation.
Why do you have a double watch on Xiaomi?
Duplication of clocks on the MIUI lock screen is not an accident, but a consequence of several mechanisms working simultaneously.
- π System/User Theme Conflict: If you have installed custom themes from Themes or third-party sources, they may overlap with the standard interface.
- π± Error after update MIUI. Newer firmware versions sometimes reset the lock screen settings, activating duplicate elements.
- π Synchronization with Mi Account: When recovering data from the cloud, widgets can be duplicated, including clocks.
- π€ If you use an alternative launcher (like Nova Launcher), it may conflict with the system clock.
- π¦ Third-party apps: Some programs (such as weather widgets or fitness trackers) add their watches on top of system systems.
In most cases, the problem is solved through the MIUI settings, but if standard methods do not help, you will have to use ADB or reset the lock screen settings.
β οΈ Note: Before changing system parameters ADB Back up your data. Wrong commands can cause interface failures.
Method 1: Disabling duplicate hours through MIUI settings
The easiest method is to use the built-in MIUI tools, which works on most Xiaomi, Redmi and POCO models with the MIUI 12 firmware version and later.
Instructions:
- Open the Settings β Lock screen.
- Go to Lock Style or Lock Screen Widgets (the name may vary depending on the MIUI version).
- Find the option of the clock or display time.
- If there are several styles of watches available, choose one and apply the changes.
- Reboot your smartphone to make the settings take effect.
If your MIUI version doesnβt have an explicit switch to turn off the double clock, try changing the theme to the standard one:
- π¨ Go to Settings. β Topics.
- π Choose a standard theme (for example, MIUI Default).
- π Apply it and restart the device.
Make sure your smartphone is 30%+ charged.
Make a backup copy of important data
Remember the current topic (in case of a rollback)
Check the version. MIUI customized-->
If you have a double clock after this, move on to the next method.
Method 2: Reset the lock screen settings
If the problem is caused by a failure in the interface settings, resetting the lock screen settings will help, a method that does not affect user data, but will return all widgets and styles to factory settings.
How to reset:
- Open the Settings β Lock screen.
- Find the option Additional settings or Reset settings (in some versions of MIUI it is hidden under Still).
- Select Reset lock settings and confirm the action.
- After resetting, restart the device.
If there is no reset option, try an alternative route:
- Go to Settings β Applications β Application Management.
- Find the Lock Screen (or System UI) application.
- Press Warehouse. β Clear the data.
- Confirm the action and restart the smartphone.
β οΈ Attention: Data Cleanup System UI It can reset not only the clock, but also other interface elements (badges, fonts, animations.
MIUI 12
MIUI 13
MIUI 14
HyperOS
I don't know.-->
Method 3: Using ADB to remove double clocks
If standard methods donβt work, youβll need to use ADB (Android Debug Bridge), a tool that allows you to manually edit system settings, including those that display time on the lock screen.
Before you start, make sure that:
- π» Your PC is installed on your PC. ADB and Fastboot.
- π Debugging is on. USB on a smartphone (Settings) β The phone. β Version. MIUI β Click on version 7 times, then go back to Settings β Additionally. β For developers β Debugging by USB).
- π Installations from unknown sources (Settings) are allowed β Annexes β Special rights β Installation of unknown applications).
Instructions for removing double watches through ADB:
- Connect your smartphone to your PC via USB and select File Transfer mode.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: Adb devices Make sure your device appears in the list.
- Execute the command to disable duplicate clocks: adb shell settings put global lock_screen_clock_duplicate 0
- Reboot your smartphone: adb reboot
If the problem has not gone away, try an alternative command:
adb shell pm clear com.android.systemuiβ οΈ Note: pm clear com.android.systemui will reset all interface settings, including wallpaper, icons and animations. Use it only as a last resort.
What if the ADB does not recognize the device?
Method 4: Remove conflicting applications and themes
Double watches can appear due to third-party apps that add their widgets to the lock screen.
- π‘οΈ Weather apps (AccuWeather, Gismeteo).
- β±οΈ Fitness trackers (Mi Fit, Google Fit).
- π¨ Castom launchers (Nova Launcher, Action Launcher).
- π± Applications for customization (KWGT, UCCW).
How to find and remove conflicting software:
- Go to Settings β Applications β Application Management.
- Sort the list by installation date (Recently installed).
- Check out apps that may have added widgets to the lock screen.
- Disable or remove suspicious programs.
- Reboot your smartphone.
If you use custom themes, try returning the standard:
- Open the Topic app.
- Go to My Themes and select Standard.
- Apply it and restart the device.
If the problem is gone, it means that the theme or the app was to blame, and you can try to reinstall it or look for an alternative.
π‘
Before you uninstall the app, check if it is system-based. Some pre-installed MIUI programs (such as Mi Browser or Mi Video) can only be disabled, but not completely removed.
Method 5: Manual editing of system files (for advanced ones)
If none of the previous methods worked, the last option is manual editing of system files, which requires root rights and is only suitable for advanced users.
Warning: Mistakes can lead to data loss or device failure.If you are unsure of your skills, skip this section.
Instructions:
- Get root access on your Xiaomi (for example, through Magisk).
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/SystemUI/SystemUI.apk/res/values/ or (for newer versions of MIUI): /system/product/overlay/
- Find the files that are responsible for the lock screen (usually they contain in the lockscreen or clock name).
- Edit the parameters responsible for clock duplication (for example, delete the line with the clock). duplicate_clock).
- Save the changes, set the correct rights (644 or 755) and restart the device.
If you are not sure which files to edit, use the keyword search:
- lock_screen_clock
- duplicate_clock
- ambient_display_clock
β οΈ Note: Editing system files without backup can lead to a device "brick" (complete failure).Be sure to create a backup through the device before starting. TWRP Or OrangeFox.
| Method | Difficulty | Root is required. | Risk to the system | Efficiency |
|---|---|---|---|---|
| MIUI settings | β | β No. | β No. | β Tall. |
| Resetting the lock screen | ββ | β No. | β οΈ Low. | β Medium |
| ADB-team | βββ | β No. | β οΈ Medium. | β Tall. |
| Deletion of annexes/theme | ββ | β No. | β No. | β Medium |
| Manual file editing | ββββ | β Yes. | β High-pitched | β Tall. |
What do you do if nothing helps?
If youβve tried all the ways, but the double clock on the Xiaomi lock screen still shows up, consider the following options:
- π Firmware rollback If the problem has occurred after the update MIUI, Try going back to the previous version. You can find the downgrade instructions on the forums. 4PDA or XDA Developers.
- π² Resetting to factory settings. This is a last resort, but it's guaranteed to remove all conflicting settings!
- π οΈ If the smartphone is guaranteed, it is better to entrust the solution to the problem to Xiaomi specialists.
- π€ Install custom firmware. Firmware like LineageOS or Pixel Experience has no problems with duplicate watches, but requires unlocking the bootloader.
Before resetting or flashing, check if the double-hours are related to Google service updates. Sometimes the crashes are caused by a conflict between MIUI and Google Play Services.
- Go to Settings β Applications β All applications.
- Find Google Play Services.
- Press Warehouse. β Clear the cache.
- Reset the device.
π‘
If the double watch comes after the MIUI update, try clearing the cache of Google Play Services first and restarting your smartphone.