How to Remove Double Watches on Xiaomi Lock Screen: The Complete Guide

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:

  1. Open the Settings β†’ Lock screen.
  2. Go to Lock Style or Lock Screen Widgets (the name may vary depending on the MIUI version).
  3. Find the option of the clock or display time.
  4. If there are several styles of watches available, choose one and apply the changes.
  5. 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:

  1. Open the Settings β†’ Lock screen.
  2. Find the option Additional settings or Reset settings (in some versions of MIUI it is hidden under Still).
  3. Select Reset lock settings and confirm the action.
  4. After resetting, restart the device.

If there is no reset option, try an alternative route:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the Lock Screen (or System UI) application.
  3. Press Warehouse. β†’ Clear the data.
  4. 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:

  1. Connect your smartphone to your PC via USB and select File Transfer mode.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices Make sure your device appears in the list.
  4. Execute the command to disable duplicate clocks: adb shell settings put global lock_screen_clock_duplicate 0
  5. 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?
If the adb device command does not show your smartphone, follow the following steps: 1. Make sure that Xiaomi drivers are installed on your PC (you can download from the official website). 2. Try another one. USB-cable (preferably original). 3. Switch mode USB on a smartphone with File Transfer to Charge Only and back. 4. Reboot your PC and smartphone. 5. If the problem persists, disable the firewall/antivirus on your PC - they can block ADB.

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:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Sort the list by installation date (Recently installed).
  3. Check out apps that may have added widgets to the lock screen.
  4. Disable or remove suspicious programs.
  5. Reboot your smartphone.

If you use custom themes, try returning the standard:

  1. Open the Topic app.
  2. Go to My Themes and select Standard.
  3. 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:

  1. Get root access on your Xiaomi (for example, through Magisk).
  2. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  3. Go to /system/priv-app/SystemUI/SystemUI.apk/res/values/ or (for newer versions of MIUI): /system/product/overlay/
  4. Find the files that are responsible for the lock screen (usually they contain in the lockscreen or clock name).
  5. Edit the parameters responsible for clock duplication (for example, delete the line with the clock). duplicate_clock).
  6. 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.

MethodDifficultyRoot is required.Risk to the systemEfficiency
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.

  1. Go to Settings β†’ Applications β†’ All applications.
  2. Find Google Play Services.
  3. Press Warehouse. β†’ Clear the cache.
  4. 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.

FAQ: Frequent questions about double watches on Xiaomi

Why did the double clock come back after the reset?
The problem is likely to be related to data synchronization via Mi Account. Conflicting settings can be re-used when you recover from the cloud. Solution: Turn off lock screen synchronization (Settings β†’ Accounts β†’ Mi Account β†’ Synchronization). Reset lock settings again.
Can I remove double watches without root and ADB?
In most cases, standard settings help. MIUI If these methods didn't work, try: Remove recently installed themes or applications. Clear System cache UI (Settings β†’ Annexes β†’ All applications β†’ System UI β†’ Warehouse β†’ Clear the cache).
My Xiaomi doesn't have the "Reset lock settings" option. What do I do?
In some versions MIUI (Especially on older models, this option may not be available. ADB-command: adb shell pm clear com.android.systemui Install another theme from the official store MIUI Themes.
After removing the double watch, all the widgets from the lock screen are gone.
This is due to System UI resetting. To restore widgets: Go to Settings β†’ Lock screen β†’ Widgets. Add the desired elements again (weather, steps, notifications). If the widgets do not appear, restart the smartphone.
Double watches are available only in Always On Display (AOD) mode.
The problem is specific to Always On Display and often involves power saving settings. Try: Turn off AOD (Settings β†’ Lock Screen β†’ Always On Display). Clear the lock screen app cache. Turn on AOD again and choose a different watch style. If it doesn't work, turn off AOD completely - the double clock should disappear.