Double-watches on Xiaomiβs screen are a common problem that occurs after MIUI updates, resets, or installs third-party launchers. Redmi Note 12, Poco X5, and other models often have system clocks duplicated by a widget from Google, MIUI, or a third-party app, which is not a critical bug in most cases, but is visually annoying and takes up extra space on the desktop.
The reasons for the second time display can range from a firmware bug to widget conflict. In this article, weβll look at all possible scenarios, from simple solutions through settings to technical methods using ADB. Itβs important to understand that some methods require administrator rights or debugging over USB, so only proceed with them if the basic methods do not help.
If you see two different times (for example, one shows 14:30 and the other 14:28), the problem may lie in synchronizing the clock with different servers. In this case, first check the date and time settings in the system menu. If the clock is duplicated, but shows the same time, the widget or launcher is most likely to be to blame.
1. Verification of MIUI system widgets
The first thing to do is make sure that the duplication is caused by the standard MIUI widget, and users often accidentally add a second instance of the watch when setting up the desktop.
Open the main screen and do a long tap on the empty space. The option bar will appear at the bottom of the screen. Select Widgets and check the Watch section. If there are two identical widgets (such as the MIUI Analog Watch and the MIUI Digital Watch), remove the extra one by dragging it into the basket at the top of the screen.
- π Check all desktops: sometimes a widget is added to a second or third screen.
- π± Reboot your smartphone: After removing the widget, you may need to restart to apply the changes.
- βοΈ Update. MIUI: If the bug appears after the update, check for new patches in Settings β The phone. β Updating the system.
In 70% of cases, the problem is solved by removing the duplicate widget through the MIUI widget menu. If this method does not help, move to the next section.
2. disabling Google widgets
Xiaomi smartphones often come with Google services pre-installed, including the Google Watch widget.It can be automatically added to the desktop after updating or resetting settings.
To remove it:
- Long click on the watch widget (not the app icon!).
- In the menu that appears, select Remove the widget or drag it to the cart.
- If the widget is not removed, go to Settings β Applications β Application Management.
- Find Google or Google Watch, open the Widgets section and disable the unnecessary ones.
If the widget reappears after removal, this may indicate a conflict with the launcher. Try changing the standard launcher to a third-party one (for example, Nova Launcher) and see if the problem disappears.
β οΈ Note: Some Xiaomi firmware automatically restores Google widgets after rebooting, in which case only disabling automatic sync in your Google account will help.
3.Resetting launcher settings
The MIUI launcher (or HyperOS in newer models) sometimes crashes and starts to duplicate interface elements, including the clock, resetting its settings will return the desktop to its factory state without losing application data.
Instructions:
- Go to Settings β Applications β Application Management.
- Find the Launcher (or MIUI Launcher, HyperOS Launcher).
- Select Warehouse β Clear the data and confirm the action.
- Reboot your smartphone.
Once reset, all the widgets and shortcuts will disappear from the desktop, and you'll have to reconfigure it, but the double clock problem should disappear.
Take screenshots of the current desktop |
Remember the location of important widgets |
Check the backup of contacts |
Make sure that account passwords are saved-->
If the reset didn't work, it could be a damaged firmware, and then it would only help to flash or roll back to the previous version of MIUI.
4. Conflict with alarm apps
Apps like Google Clock, AlarmMon, or Sleep as Android sometimes add their watch widgets to the desktop without the userβs knowledge, which can be overlaid on the MIUI system clock.
To check it out:
- π Go to Settings. β Annexes β Permits β Widgets and see the list of active widgets.
- π Turn off widget display permissions for all third-party alarms.
- π Restart your phone and check if there is a problem.
If you use a third-party alarm clock but donβt want to give it up, try manually removing its widget from your desktop (long press β Delete).
β οΈ Note: Some apps (such as Sleep as Android) can restore widgets after updating, in which case you will either have to delete the app or accept double clocks.
5. Correction via ADB (for power users)
If none of the previous methods worked, the problem may lie in system settings that are not available through the standard interface, in which case ADB (Android Debug Bridge) will help.
You'll need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB.
- π USB-cable (preferably original).
- βοΈ Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times to press to unlock the developer mode, then additionally β For developers β Debugging by USB).
Commands for removing duplicate hours:
adb shell pm hide com.google.android.deskclock
adb shell pm disable-user --user 0 com.miui.weather2/.clock.widget.ClockWidgetProviderThe first command hides the Google Watch widget, the second one disables the system weather widget with the clock (if it duplicates).
| ADB Team Team | Action. | When to apply |
|---|---|---|
| adb shell pm hide [package] | Hide the app/widget without deleting it | If the widget is intruding, but may be needed later |
| adb shell pm disable-user [package] | Completely disables the component for the current user | If the widget is not needed and interferes with work |
| adb shell pm clear [package] | Resets application data | If the widget is bugged due to damaged data |
Use ADB only if you are confident in your actions. Incorrect commands can cause system functions to fail.
6.Reflashing or rolling back MIUI
If the double watches appeared after the MIUI update and do not disappear in any way, the problem may be in the firmware itself, in which case either a rollback to the previous stable version or a clean installation of the current firmware will help.
Instructions for rollback:
- Download the desired version of MIUI from the official Xiaomi website (choose Stable, not Developer).
- Go to Settings β About Phone β System Update β Three Dots β Select a firmware file.
- Select the downloaded file and confirm the installation.
- Wait until the process is complete (the phone will reboot several times).
If you are not sure about your actions, you should wait for the next update β often Xiaomi fixes similar bugs in new patches.
π‘
Before flashing, back up through Settings β Additional β Backup and Reset. This will save your data even when reset to factory settings.
7. Contact Xiaomi Support
If neither method worked, and double clocks continue to spoil the desktop view, there are two options:
- π§ Write official Xiaomi support via the Mi Community website or app.
- π οΈ Contact the service center (if the phone is guaranteed).
Please indicate when applying:
- A phone model (e.g. Redmi Note 11 Pro+5G)
- The MIUI version (Settings β About Phone β MIUI version)
- When the problem occurred (after updating, installing the application, etc.).
- What methods of correction you have already tried.
Often, support asks for an error log to get it:
adb logcat -d > miui_clock_bug.logThis command must be executed through ADB After the double clock appears, then attach the file. miui_clock_bug.log convert.
π‘
If the problem occurs after a MIUI beta update, rolling back to a stable version almost always resolves the issue.