How to remove time on the lock screen Xiaomi: all the ways to MIUI 14/15

The lock screen on Xiaomi, Redmi and Poco smartphones displays not only wallpaper and notifications, but also large watches - for many users this is convenient, but some prefer a minimalist look. Unfortunately, the manufacturer did not add a direct option to "hide time" in the MIUI settings, but you can circumvent this limitation in several ways. Depending on the firmware version and device model, both standard methods are available through system menus and bypasses using third-party tools.

In this article, we will discuss 5 proven ways, including hidden MIUI settings, changing wallpaper with an empty template, using themes and even editing system files (for advanced users). All instructions are relevant for MIUI 14/15 based on Android 13/14, but the methods work on older versions.

If you're looking for a way to make your lock screen cleaner -- no labels, no dates, no clocks -- read on. We'll also tell you how to get your time map back if something goes wrong, and we'll warn you against common mistakes that can cause your smartphone to crash.

1. Method: Use of empty wallpaper (without clocks)

The easiest and safest method is to replace the standard wallpaper on the lock screen with an empty pattern, where the area with the clock is painted over with the background. This trick works because the MIUI superimposes time on top of the wallpaper, but if the background under the clock matches the color of the dial itself, visually they "disappear." The method does not remove time physically, but makes it invisible.

Here's how to do it:

  • πŸ“± Open the Themes app (or Themes on global firmware).
  • πŸ” In the search bar, type in Minimalist Lockscreen or Blank Wallpaper.
  • 🎨 Select a theme with monochrome wallpaper (black, white or color) and apply it only to the lock screen.
  • πŸ”„ If the clock is still visible, try other patterns – some themes are specifically optimized to hide time.

The advantage of this method is that it does not require root rights and does not affect the stability of the system, but it has disadvantages: when changing the wallpaper, the clock can become visible again, and on some models (Xiaomi 13 Pro, Redmi Note 12), the background may vary slightly in shade over time, making the dial barely noticeable.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi Note 11/12
Xiaomi 13/14
Poco F/X
Redmi 10/9
Other

2. Method: Configure through β€œDeveloper Mode”

V MIUI There are hidden settings that allow you to turn off the display of individual elements on the lock screen. ADB-This method works on most devices, but it requires caution - incorrect changes can lead to failures.

Instructions:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version (you will be notified "You are a developer").

Settings β†’ Additional β†’ For Developers

USB debugging

ADB-tools

adb shell settings put global lock_screen_show_clock 0

Once the device is restarted, the clock on the lock screen should disappear. To return it back, use the same command, replacing 0 with 1.

πŸ’‘

If the command fails, try the alternative: adb shell settings put secure. lock_screen_clock_enabled 0. On some firmware, the parameter is stored in another section.

⚠️ Note: Change system settings through ADB This can cause your smartphone to work in an unstable way. Before you execute commands, back up your data and make sure the version is MIUI It supports these parameters. On some devices (e.g. Xiaomi) 12T) This method may not work due to manufacturer restrictions.

3. Method: Installation of a third-party theme without clocks

MIUI Theme Store offers thousands of lock screen options, including those with no watches or minimalist elements, a technique that does not require technical skills, but is only suitable for global and Chinese firmware with theme store support.

How to find and apply the right topic:

  • πŸ›οΈ Open the Topics app and go to the Lock Screen section.
  • πŸ”Ž Use filters: choose Minimalism or No Watch (No Clock).
  • πŸ–ΌοΈ View preview themes – look for options with empty space at the top of the screen.
  • ⬇️ Download and apply the theme you like. If the watch is still displayed, try another one.

Popular topics for hiding the clock:

Title of the topicCompatibilityFeatures
Minimalist DarkMIUI 12–15Black background, no clock and no date
Pure LockscreenMIUI 14+Clear background, just wallpaper.
No Clock AODAndroid 13+Supports Always On Display
Simple GradientAll models.Gradient background, clock hidden

Note that after the MIUI update, the theme used may reset to the standard, in which case you will have to re-installe it manually.

Method: Editing system files (for advanced)

If previous methods failed, you can manually disable the display of the watch by changing the system files, which requires root rights and is only suitable for advanced users, since improper actions can lead to a device β€œbrick” (complete failure).

Instructions for devices with Magisk or TWRP:

  1. Install a file manager with root support (such as Root Explorer or Mixplorer).
  2. Go to /system/media/theme/default/lockscreen/ or (for newer MIUI versions): /product/media/theme/default/lockscreen/
  3. Find the files. clock_widget*.pk miui_clock*.apk and rename them by adding.bak at the end (e.g, clock_widget.apk.bak).
  4. Reset the device.

⚠️ Warning: Editing system files without a backup can make the phone inoperable.Before making changes, create a backup through TWRP OrangeFox on some models (Xiaomi 13 Ultra, Redmi) K60) files can be protected by dm-verity, and their modification will lead to a download cycle.

The alternative is to use modules for Magisk, such as MIUI Clock Remover, which automate the process and reduce the risk of errors, but even then there is no guarantee of stable operation: after the MIUI update, the module may cease to function.

What if the phone doesn’t turn on after editing files?
If the device is stuck on the MIUI logo or left in the bootloop, try: 1. Log in the Fastboot (press Power + Volβˆ’). 2. Execute the command: fastboot erase cache. 3. Refuse the phone through the Mi Flash Tool (loss of data). If there is no backup, contact the service center - self-recovery can aggravate the problem.

5. Method: Use Always On Display (AOD)

On devices with AMOLED-screens (e.g. Xiaomi 13, Redmi) K50 Pro) you can trick the system by enabling Always On Display (AOD) And by setting it up so that the clock is only displayed in it, and on the main lock screen, it disappears.

Step-by-step:

  • πŸ”§ Go to Settings. β†’ Display. β†’ Always On Display.
  • πŸ•’ Enable the option to Show when blocking.
  • 🎨 Choose a style AOD clockless (for example, only date or blank screen).
  • βš™οΈ In additional settings, turn off Show when lifting and Show notifications.

Now, when the device is locked, the main screen will be empty, and the clock will appear only in mode. AOD (If you have a double tap or a phone lift, the downside is increased battery consumption (up to 5-7% per hour per phone). AMOLED-display).

1. Check what you have. AMOLED-screen (not working on the screen) IPS)

2. Battery charge > 30%

3. Turn off the energy saving mode

4. Update MIUI to the latest version-->

Frequent problems and solutions

Even after successful time-hiding, users face typical challenges, and here are the most common ones and ways to address them:

  • ⏳ The clock returns after the reset. β†’ Reason: System settings are reset. Solution: use ADB-command to re-install or install the Magisk module for permanent effect.
  • πŸ”„ Some watches are visible on the wallpaper, others are not. β†’ Reason: background color is not the same as the color of the watch Solution: match wallpaper with a uniform background (for example, all-black).
  • 🚫 It's not working. ADB-team. β†’ Reason: An outdated version MIUI Solution: Update the firmware or try an alternative command (see tip above).
  • πŸ”‹ Battery consumption increased. β†’ Reason: Active mode AOD. Solution: Turn it off AOD or reduce the time of its operation in the settings.

If neither of these methods worked, your Xiaomi model may have some very limited manufacturer, and there are two options:

  1. Install custom firmware (e.g. Pixel Experience or LineageOS) where lock screen settings are more flexible.
  2. Use a customization-enabled launcher (like Nova Launcher) that hides interface elements.

πŸ’‘

On devices with MIUI Global and MIUI China, different settings are available, and Chinese firmware is more likely to have hidden options for customizing the lock screen, but they require knowledge of Chinese or the use of a translator.

Can I remove time on the lock screen without root rights?
Yes, most users are satisfied with the first three ways of the article: using empty wallpaper, installing themes without a clock or ADB-Root rights are only needed to edit system files manually.
Why did the MIUI update make the clock come back?
Updates to firmware reset user settings, including changes made through ADB or themes, and after the update, you will have to re-apply the selected method (for example, rerun a command or install a theme).
Will the way with ADB work on Xiaomi with a blocked bootloader?
Yes, ADB-The teams work on devices with a locked bootloader, because they don't need to be unlocked. USB developer-side.
How do I get my watch back if I accidentally hid it?
To return the time display: For ADB: Adb shell settings put global settings lock_screen_show_clock 1. For themes: apply the standard theme of decoration. For wallpaper: choose any template where the clock is visible.
Is there a risk of losing your warranty if you use these methods?
Xiaomi does not officially deprive the warranty of use ADB-However, editing root-righted system files voids the warranty because it requires unlocking the bootloader.