How to remove the clock from the lock screen on Xiaomi Mi 10: working methods of 2026

Why do users want to hide the clock on the lock screen Xiaomi Mi 10?

The lock screen Xiaomi Mi 10 is the first thing that a user sees when activating a smartphone. the manufacturer by default places large watches, dates and notifications here, but this design is not popular with everyone. Some people believe that the watch takes up too much space, others want to achieve a minimalist look, and others are just tired of the standard design of MIUI.

Unlike newer models (such as the Xiaomi 13 or Redmi Note 12), where lock screen settings are more flexible, Mi 10 owners often have to use workarounds. The problem is complicated by the fact that depending on the firmware version (MIUI 12, MIUI 13 or MIUI 14), the available options may vary. In this article, we will discuss all the current ways, from standard settings to hidden functions and third-party tools.

It is important to consider that some methods require unlocking the bootloader or the rights of the superuser (root).If you are not ready for such manipulation, focus on the first three methods - they work without deep changes in the system.

Method 1: Standard theme settings in MIUI

The easiest way to change the look of a watch is to use built-in MIUI themes. Although you can’t completely remove the watch through themes, you can choose an option where it will be less noticeable or replaced with a minimalist design.

How to do this:

  • πŸ“± Open the Themes app (icon with brush).
  • πŸ” In the search box, enter the query: minimalistic lock screen or no clock lockscreen.
  • 🎨 View available themes – some offer a near-empty screen with or without small clocks in the corner (such as the Pure or Minimal themes").
  • πŸ“₯ Apply the theme you like and check the result.

If there is no appropriate topic, try downloading it from third-party sources (for example, from the forum). XDA Developers), but keep in mind the security risks. MIUI Some topics may be dropped.

πŸ“Š Which lock screen design do you like better?
Minimalist (without clocks)
Standard (hours + date)
Custom (with wallpaper and widget)
I don't care.

Method 2: Using the "No distractions" mode

MIUI 13 and MIUI 14 have a hidden mode that allows you to temporarily hide some of the interface elements, including the clock on the lock screen, which does not remove the watch completely, but makes it less noticeable.

You can activate the mode as follows:

  1. Go to Settings. β†’ Special facilities.
  2. Select Mode without distractions (or Focus Mode in English).
  3. Turn on the option and configure the display settings. In some versions of the firmware, there is a Hide widgets on the lock screen.
  4. Save the changes and lock the screen to see the result.

Note that this mode can hide not only the clock, but also notifications, and also limit the functionality of some applications. If you only need to remove the clock, try combining this method with the theme settings (mode 1).

πŸ’‘

If your MIUI version doesn't have a "no distraction" mode, try upgrading to the latest stable version of the firmware, and often new features are introduced after updates.

Method 3: Configure with ADB (without root)

For users ready for more sophisticated manipulations, there is a way to turn off the watch through the Android Debug Bridge (ADB) that does not require superuser rights, but requires the smartphone to be connected to a computer.

Step-by-step:

Install Xiaomi drivers on PC| Enable debugging over USB in the developer settings | Download ADB platform from the official Google | Connect Mi 10 to PC via cable

-->

When you are ready, execute the following commands in the terminal (command line):

adb shell


settings put global lock_screen_show_clock 0

After you enter the second command, restart your smartphone. The watch should disappear from the lock screen. If this does not happen, try an alternative command:

settings put secure lock_screen_clock_enabled 0

Important: this method does not work on all versions of MIUI. If the clock is back after the reboot, then your firmware blocks changes through ADB. In this case, only obtaining root rights (mode 5) will help.

What if the ADB does not recognize the device?
If the adb device command does not show the Xiaomi Mi 10 connected, check: 1. Is USB debugging enabled in the developer settings. 2. Are drivers installed for your model (sometimes manual installation is required through Windows Device Manager). 3. Are you using the original USB-Type C cable (poor cables may not transmit data). 4. Try reconnecting the device or changing the USB port to the PC.

Method 4: Third-party launchers with customization support

If previous methods don’t work for you, you can bypass the limitations of MIUI with third-party launchers that allow you to configure the lock screen. For example, Nova Launcher or Action Launcher don’t replace the standard lock screen, but some of their plugins or add-ons (such as C Lock or Lock Screen Customizer) can help.

How it works:

  • πŸ“² Install a lock screen customization app from Google Play (e.g. Lock Screen Customizer).
  • πŸ”§ Give the application the necessary permissions (including Overlaying on top of other applications).
  • 🎨 In the application settings, select Hide the Watch or Empty Lock screen.
  • πŸ”„ Apply the changes and restart the device.

There are downsides to this: some apps can conflict with MIUI, causing lags or occasional reboots, and after updating the system, settings may reset. If you notice that the smartphone has become slower, delete the third-party launcher and return the standard settings.

πŸ’‘

Third-party launchers and lock screen customization apps may violate Xiaomi's security policy.Use them at your own risk, especially if your phone holds important data.

Method 5: Completely remove the clock through root (for power users)

If none of the previous methods worked, the most radical method is rooting and editing system files, which gives you complete control over the interface, but it takes away the warranty and can lead to unstable device operation.

What will be required:

  • πŸ”“ Unlocked bootloader on Xiaomi Mi 10.
  • πŸ“± Established custom Recovery (e.g, TWRP).
  • πŸ› οΈ Superuser rights (root) obtained through Magisk.
  • πŸ’» System file editor (e.g. Root Explorer or Mixplorer).

Instructions:

  1. With the root file manager, go to /system/priv-app/MiuiSystemUI/.
  2. Find the file MiuiSystemUI.apk and make a backup copy of it.
  3. Open the file in the editor (for example, APK Editor) and find the lines responsible for displaying the clock (usually these are parameters with names lock_screen_clock or clock_view).
  4. Remove or comment on these lines, save the changes, and restart the device.

⚠️ Note: Incorrect editing of system files can lead to a device "brick" (breakdown) if you are not sure about your actions, ask for help in profile forums, for example, 4PDA or XDA Developers.

Once the edit is successful, the watch will disappear from the lock screen forever, but remember that after the MIUI update, the changes may reset and the procedure will have to be repeated.

Comparison of methods: which one to choose?

To make it easier for you to determine, we have collected the key features of each method in the table:

MethodDifficultyNeed root?ReversibilityRisks.
Settings of topics⭐ (simple)❌ No.βœ… Yes.Minimum (thematic reset)
Mode without distractions⭐⭐ (middle-of-the-road)❌ No.βœ… Yes.Notifications are hidden
ADB-team⭐⭐⭐ (difficult)❌ No.βœ… Yes.It may not work on the new MIUI versions.
Third-party launchers⭐⭐ (middle-of-the-road)❌ No.βœ… Yes.Possible lags and conflicts
Editing system files⭐⭐⭐⭐⭐ (difficult)βœ… Yes.❌ No (no backup)Risk of device breeze

For most users, the best solution is the first or second way. If you're ready to experiment, try ADB, which is safer than getting root. The latter method is only a last resort if the others don't work.

Frequent Mistakes and How to Avoid Them

When trying to remove the watch from the lock screen, users often face typical problems, and here are the most common ones and ways to solve them:

  • πŸ”„ The clock comes back after the reboot, which means that the changes were not saved at the system level. ADB, Try repeating the command with the flag --user 0: settings put global lock_screen_show_clock 0 --user 0
  • 🚫 There is no option "Distractless Mode" and make sure you have the latest version installed. MIUI. If there are no updates, try manually flashing a fresher firmware through the Mi Flash Tool.
  • πŸ”§ ADB It doesn't see the device. Check if the debugging is on. USB in the developer settings (Settings) β†’ The phone. β†’ Version. MIUI β€” Tap 7 times to unlock the developer menu).
  • πŸ“± Once you install a third-party launcher, the lock screen doesn't change. Some apps require additional permissions. β†’ Annexes β†’ Permits and manually grant all necessary rights.

⚠️ Note: If you use banking applications or services with high security requirements (such as Google Pay), obtaining root rights may block their operation, in which case the only safe way out is through methods without root (methods 1-3).

On Xiaomi Mi 10 with firmware MIUI 14.0.4.0 and newer standard ADB-Clock-hiding commands may not work due to changes in security policy, in which case only editing system files or using custom firmware will help.

Can I remove the clock on the lock screen without a computer?
Yes, but the choice of methods is limited. You can: Use the theme settings (mode 1); Activate the "no distractions" mode (mode 2); Set a third-party launcher (mode 4); For methods with ADB or root, the computer is mandatory.
Why did the MIUI update make the clock come back?
Firmware updates often reset user settings, especially if they were made through ADB or system file editing. To avoid this: Back up your current settings through Settings before upgrading β†’ Additional β†’ Backup. If you used ADB, repeat the command after the update. For root, you will have to re-edit system files.
Will the ADB work on the Xiaomi Mi 10 Pro?
Yes, the Xiaomi Mi 10 Pro runs on the same platform as the standard model, so all of the methods described apply to it. Except for custom firmware - their compatibility depends on the specific build.
Can I return the clock if I change my mind?
And that's for you: If you've used themes, just use the standard theme. ADB β€” Enter the settings put global command lock_screen_show_clock 1. If you edited system files, restore them from the backup.
Is there a risk of losing my warranty if I use ADB or root?
While ADB does not take away the warranty, it does not change the system partitions, but unlocking the bootloader and obtaining root rights officially voids Xiaomi's warranty. If you care about warranty, stick to the first three.