Double watches on Xiaomi: how to remove the duplicate from the lock screen

Double clocks on the lock screen Xiaomi is a common problem that occurs after MIUI updates, changing the themes of design or widget conflict. Users are faced with the fact that the time is displayed twice: standard clock system duplicated widget from Mi Home, Google or a third-party application, this not only spoils the appearance, but can indicate a malfunction of the shell.

In this article, we will analyze all the current ways to remove duplicate watches - from basic MIUI settings to advanced methods using ADB. Particular attention will be paid to the nuances for different versions of firmware (from MIUI 12 to MIUI 14) and smartphone models (Redmi Note 10 Pro, POCO X4 Pro, Xiaomi 12T, etc.).

Why are there double watches on Xiaomi?

Duplication of clocks is not an accident, but a consequence of several MIUI mechanisms working simultaneously.

  • πŸ”„ Widget conflict: Installed simultaneously system clock and widget from Google (for example, At a Glance) or Mi Home.
  • πŸ“± Design theme error: Some custom themes from the Mi Theme Store contain built-in clocks that are superimposed on the system.
  • βš™οΈ Failure after update: B MIUI 13/14 The clock-duplicating bug appears after the update OTA.
  • πŸ€– ADB-commands or modifications: If you have previously changed system settings ADB, It could have duplicated the timeline.

For example, on the POCO F4 with MIUI 14, double watches often appear after activating the Weather on the Lock Screen function, which automatically loads the widget with time. On the Redmi Note 11, the problem may be related to the operation of the Mi Fitness app, which adds its watch to display steps.

πŸ“Š What Xiaomi model has you got a double watch?
Redmi Note 10/11/12
POCO X3/X4/X5
Xiaomi 12/13/14
Another model

Method 1: Disabling widgets on the lock screen

The easiest way is to manually remove the extra widgets.

  1. Unlock your smartphone and go to the lock screen (press the power button or swipe down on the home screen).
  2. Make a long tap on the empty space of the lock screen until the edit menu appears.
  3. Find the Widget icon (usually at the bottom of the screen) and tap it.
  4. In the widget list, look for duplicate clocks (like Google Watch or Weather and Time) and swipe left to delete.

If the widget is not removed by the swipe, try:

  • πŸ”§ Go to Settings β†’ Lock screen β†’ Widgets and disable unnecessary.
  • 🚫 Remove an app that adds a widget (such as Mi Home or AccuWeather).

Make sure the widget is not associated with important notifications (weather, calendar)

Check if other data will disappear from the lock screen

Take a screenshot of the current settings (in case of rollbacks)

Reboot your smartphone after the changes-->

⚠️ Note: On some models (Xiaomi 13 Ultra, POCO F5) Watch widgets can be linked to system services, and their removal can affect the work of "Quick Teams" or "Smart Assistant".

Method 2: Resetting themes of design

If the double watch appeared after installing the custom theme, return the standard design:

  1. Open Settings β†’ Theme.
  2. Select β€œMy Topics” and find an active topic (checked).
  3. Select it and select "Remove" (or "Reset").
  4. Activate the standard MIUI Default theme.

For MIUI 14, check out the following:

  • 🎨 B Settings β†’ Lock screen β†’ Select the "Classic" watch style".
  • πŸ”„ Restart the device – sometimes changes only apply after a reboot.
Xiaomi modelTypical Cause of Double ClocksRecommended solution
Redmi Note 10/11Conflict of Mi Home widgets and system clockRemove the Weather widget from the lock screen
POCO X3/X4Error after upgrading to MIUI 13Resetting themes of registration + reset
Xiaomi 12/13At a Glance widget by GoogleDisable in Settings β†’ Applications β†’ Google
Mi 11 LiteCastomy theme with built-in clockReturn the standard theme "MIUI Default"

πŸ’‘

If you have a double clock after resetting the theme, try turning off the lock screen animation in Settings β†’ Lock screen β†’ Animation. Sometimes this helps reset the widget cache.

Method 3: Disabling system services through ADB

For advanced users: If the watch widget is not removed by standard methods, it can be disabled via ADB. This method works on MIUI 12-14, but requires an unlocked bootloader or developer rights.

Instructions:

  1. Activate USB Debugging in Settings β†’ About Phone β†’ MIUI Version (tap 7 times) β†’ Additional settings β†’ For developers.
  2. Connect your smartphone to your PC and open Command Prompt (or Terminal on Mac/Linux).
  3. Enter the commands in turn: adb shell pm disable-user --user 0 com.miui.weather2 pm disable-user --user 0 com.google.android.apps.nexuslauncher
  4. Reset the device.

If the double watch adds Mi Fitness, use:

pm disable-user --user 0 com.xiaomi.hm.health

⚠️ Note: Disabling system packages may disrupt the associated functions. com.miui.weather2 Remove the weather widget forever – it will have to be restored through resetting settings.

List of safe to disable packets
com.miui.weather2 β€” weather and watch widget (can be returned via reset) com.google.android.apps.nexuslauncher β€” Google widget "At a Glance" com.xiaomi.miservice β€” Mi services (responsible for some notifications) Do not disable packages with the names android, miui.system or settings β€” this will lead to the collapse of the system!

Method 4: Manual editing of system files (root)

If you have root rights, you can delete duplicate clocks by editing system files, a method that works for Xiaomi on MIUI 12-14, but requires caution.

Steps:

  1. Install Root Explorer or Solid Explorer with root support.
  2. Go to /system/priv-app/MiuiSystemUI/MiuiSystemUI.apk/res/layout/
  3. Find files with names keyguard_clock.xml or miui_keyguard_clock.xml.
  4. Make a backup copy of the file, then edit it by removing duplicate lines from <Clock>.
  5. Save the changes, set the rights 644 and restart the device.

On some firmware MIUI 14 The clock is duplicated because of the file /system/media/theme/default/com.android.systemui/keyguard_clock.xml. Its editing requires additional integrity checks after changes.

⚠️ Warning: Incorrect editing of system files can lead to bootloop ( looped boot).Before changes, create a full backup through TWRP Or OrangeFox.

Method 5: Reset the lock screen settings

If previous methods didn’t help, reset the lock screen settings without losing data:

  1. Go to Settings β†’ System and device β†’ Resetting.
  2. Select Reset the Lock screen settings (not to be confused with a full reset!).
  3. Confirm the action and wait for the reboot.

After discharge:

  • πŸ”„ Configure the lock screen again, avoiding adding clock widgets.
  • πŸ“± Check if the double clock has returned after applying the theme.

πŸ’‘

Resetting the lock screen settings only removes widgets, wallpaper and watch style, and your data (photos, apps, accounts) will remain intact.

What do you do if nothing helps?

If double clocks remain despite all attempts, consider the following options:

  • πŸ“² Firmware rollback: On some devices (for example, POCO F3) The bug appears after the update before MIUI 13.0.4. rollback to the previous version may help.
  • πŸ› οΈ Custom firmware installation: Firmware like Pixel Experience or LineageOS doesn’t have this bug, but requires an unlocked bootloader.
  • πŸ“§ Xiaomi Support Appeal: Report the Bug Through Settings β†’ Review or official Mi Community. Specify device model and version MIUI.

For Xiaomi 13 Pro and other flagships with MIUI 14, sometimes disabling the Smart Lock Screen feature helps:

  1. Go to Settings β†’ Lock screen β†’ Smart lock screen.
  2. Turn off the "Weather" and "Recommendations" options.
  3. Reset the device.

FAQ: Frequent questions about double watches on Xiaomi

Can a double watch appear after resetting to factory settings?
Yes, if the reset was done with data saved (for example, via Fastboot without data formatting). In this case, the widgets and theme settings can be saved. To completely remove double hours, make a complete reset with formatting all partitions.
Why do the MIUI updates duplicate the clock and no widgets in the settings?
This is a well-known MIUI 13/14 bug, where the system clock is overlaid on Google's At a Glance widget.Solution: Turn off Google services in Settings β†’ Apps β†’ Google β†’ Disable (or update Google App to the latest version).
How to return the weather widget if I turned it off via ADB?
Enter the command: adb shell pm enable com.miui.weather2 Then restart the device. If the widget does not appear, reset the lock screen settings or reinstall the firmware through the Mi Flash Tool.
The lock screen displays a clock from two different time zones. How do you remove it?
This is not duplication, but a dual clock function for different time zones. Turn it off in Settings β†’ System β†’ Date and Time β†’ Double clock. If you don't have the option, check the settings in the Mi Clock app.
After removing the double clock, the weather notifications are gone.
Install an alternative weather widget (such as AccuWeather or Yahoo Weather) and add it to the lock screen via Settings β†’ Lock screen β†’ Widgets. Or return the system widget with the command: adb shell pm enable com.miui.weather2