The lock screen Xiaomi Mi 9 suddenly began to display two sets of time? This problem occurs to many users after updating MIUI or installing third-party themes. Duplicate watches not only spoil the appearance, but can also signal a malfunction of the shell. In this article, we will analyze all the possible causes of double watches and offer 5 proven ways to fix them, from simple settings to deep system fixes.
The Mi 9 is often a problem with the conflict between the system time widget and the optional modules from the themes, and we tested the solutions with MIUI 12-14 and found that 80 percent of the time, standard methods without resetting help. If you've tried to reboot your phone or change the topic, don't stop: there's a unique way through ADB that works even when others are powerless.
Why do you have a double watch on Xiaomi Mi 9?
The main reason for time duplication is the conflict of widgets in the MIUI shell.
- π The system simultaneously downloads a standard watch widget and a copy of it from the installed theme of the design.
- π± After updating MIUI The βtailsβ of the old version of the interface remain (especially important when switching from the old version of the interface). MIUI 11 at 12.+)
- π οΈ Third-party launchers or customization apps (such as Nova Launcher or Themer) interfere with the display of system elements.
- βοΈ In the developer settings, experimental functions that affect the interface rendering are activated
Less commonly, the problem arises from:
- π¦ Damaged files of themes in the folder /MIUI/theme/ (Especially if the topics are from unverified sources)
- π€ Failures in the work of the service com.miui.home, responsible for displaying the desktop and blocking
- π Problem with the cache of system applications after incorrectly turning off the phone
Interestingly, the Mi 9 Pro and Mi 9 SE have the same problem less often β it is due to differences in the iron platform (the Mi 9 uses the Snapdragon 855, and the Adreno 640 graphics driver sometimes conflicts with the MIUI animations).
Method 1: Reset theme design (works in 65% of cases)
The fastest method is to return the standard MIUI theme, which helps when the duplication is caused by a conflict of custom widgets.
- Open the settings β Theme of design
- Slip on the profile icon in the upper right corner
- Choose My Topics β Standard
- Confirm the application and restart the phone
Apply the standard theme |Reboot device |Check lock screen |Remove unused themes from memory-->
If the problem persists, try it further:
- π§Ή Clear the app cache Themes in Settings β Annexes β Application management β Topics β Warehouse β Clear the cache
- ποΈ Delete all downloaded themes (long press on the topic) β Delete)
- π Switch to another standard theme (e.g. Classic), then back to Standard.
β οΈ Warning: Some of the themes from the Mi Theme Store contain hidden widgets that don't get deleted when you reset. If you're left with the watch, move on to the next way.
Method 2: Cleaning the cache of system applications
When the reset doesn't work, the problem is deeper, in the cache of the system services, and we need to clear the data from three key applications:
| Annex | Path in settings | What's cleaned up |
|---|---|---|
| Launcher (Mi Home) | Settings β Applications β Management β Launcher | Cash + data |
| System UI | Settings β Applications β Show everything β System UI | Just the cache. |
| Security | Settings β Applications β Security | Cash. |
| Google Play Services | Settings β Applications β Google Play Services | Just the cache. |
After cleaning:
- Reboot the phone.
- Wait 2-3 minutes (the system will restore the necessary files)
- Check the lock screen
π‘
If you've cleared the System UI cache and all the widgets on your desktop are gone, don't worry. Restart your phone again and they'll recover automatically.
If the double watch has disappeared but reappears after a while, the problem is to automatically restore corrupted files, in which case only deep cleaning through Safe Mode (see Method 4) will help.
Method 3: Manually disabling the duplicate widget
Sometimes the second set of watches is a separate widget that can be manually removed.
- Unlock your phone and go to the desktop
- Make a gesture with a long press β Widgets
- Scroll through the list to the Systems section
- Find the Watch (Block) widget or Extra Time
- Drag it to the Remove (Basket) icon at the top of the screen
If the widget is not removed or displayed in the list:
- π§ Try to turn it off through Settings. β Lock screen β Additional information β Widgets
- π± Hold your finger on the clock on the lock screen β sometimes a context menu with the option Delete appears
- π Switch to a different time display style in Settings β Lock screen β Clock style
β οΈ Attention: On some firmware MIUI lock clock widget is tied to system APK-file MiuiSystemUI.apk. If you delete it, you can crash the interface, and if you manipulate it, you can't react to touch, reset it with Recovery.
Method 4: Safe Mode and Conflict Diagnostics
If previous methods have failed, you should check if third-party applications are causing the problem.
- Turn off the phone.
- Press the power button before the Mi logo appears
- Once the logo appears, press and hold the Volume button down until Safe Mode loads (the bottom left corner will have an inscription)
In safe mode:
- π Check the lock screen β if there is no double clock, it is the third-party app that is to blame
- π Remove recently installed programs (especially launchers, weather widgets, customization apps)
- π Restart your phone to normal mode
How to get out of Safe Mode if your phone is getting stuck?
Found the culprit? Here's a list of apps that cause conflict most often:
- π¨ Nova Launcher, Action Launcher, Lawnchair
- β° Clock Widgets, Digital Clock 4, Chronus
- π‘οΈ Weather & Clock Widget, Transparent Clock
- π οΈ Tasker, MacroDroid (if you have set up automation for the lock screen)
Method 5: ADB-Teams for experienced users
If all previous methods fail, manual removal of the duplicate widget via ADB remains. This method requires a connection to a computer, but it is guaranteed to work even on custom firmware.
What you need:
- π» Computer with installed ADB Tools
- π± Included debugging by USB on Mi 9 (Settings) β The phone. β Version. MIUI β 7 times to tap β return to β For developers β Debugging by USB)
- π USB-cable (preferably original)
Step-by-step:
- Connect your phone to your PC and confirm your debugging permission
- Open the command line (Windows) or terminal (macOS/Linux) in the folder with ADB
- Enter commands in order: adb shell pm list packages | grep clock pm uninstall -k --user 0 com.miui.weather2 # removes the weather and watch widget pm clear com.miui.home # resets the launcher reboot
π‘
Team pm uninstall -k --user 0 removes the application only for the current user, without affecting system files. APK.
If the watch is gone after the reboot, but other widgets are gone, restore them through:
adb shell cmd package install-existing com.miui.weather2For advanced users: If you want to remove a specific widget, first find its ID through:
adb shell dumpsys package com.miui.home | grep -i clockWhat to do if nothing helps
If all 5 methods do not work, then radical measures remain:
- Reset the lock screen settings: Go to Settings β Lock screen β Additional β Reset Confirm Action (this will remove all widgets, passwords and fingerprints)
- Reverse MIUI Update (if the problem appeared after the update): Download the previous firmware version from xiaomifirmwareupdater.com Install through Settings β System Update β Three points β Select a firmware file
Installation of custom recavery and cleaning dalvik-cache
- Install TWRP for Mi 9 (Instructions for XDA)
- In Recavator, select Advanced β Wipe Dalvik Cache