The lock screen has become even more customizable, but not all changes are obvious to users. One of the frequent requests is how to remove clocks from the lock screen that take up extra space, are distracting, or simply donโt look good to you. Depending on the smartphone manufacturer ( Android 12 has become even more customizable, but not all changes are obvious to users. One of the frequent requests is how to remove clocks from the lock screen that take up extra space, are distracting, or simply donโt look good to you. Depending on the smartphone manufacturer (Samsung, Xiaomi, Google Pixel etc.) and shell version (One UI, MIUI, stock Android), the methods differ - from standard settings to hidden developer options.
In this article we will look at all working methods, including those that do not require root access. You'll learn how to completely hide your watch, change its style, or move it to a less visible location. And also why the option may be blocked on some devices and how to bypass it.
Why the clock on the lock screen can interfere
At first glance, the clock on the lock screen seems like a useful feature: it shows the time without unlocking the phone. However, many users have reasons to remove them:
- ๐จ Aesthetics: the clock takes center stage and spoils the background image, especially if it is carefully selected.
- ๐ Battery saving: on AMOLED screens constant display of white pixels (numbers) increases battery consumption.
- ๐๏ธ Distraction factor: bright or large clocks can make it difficult to focus on notifications or widgets.
- ๐ Privacy: in some situations (for example, in screen photos), time can be wasted information.
In addition, Android 12 the clock became larger than in previous versions, which increased discomfort for some users. Smartphone manufacturers implement this function differently: in some places it can be disabled in two clicks, and in others you have to use workarounds.
Method 1: Standard lock screen settings (for most devices)
On clean Android 12 (for example, On Google Pixel) and some shells (One UI ot Samsung, OxygenOS ot OnePlus) the option to hide the clock may be available directly. Here's how to find it:
- Open
SettingsโLock screen(orSecurity and lock screen). - Select item
Clock styleorClock settings. - Scroll down the list of styles - sometimes there is an option
Without clockorHide. - If there is no such option, try choosing a minimalist style (for example,
Textinstead ofAnalog) so that the clock takes up less space.
On Xiaomi (shell MIUI) the path may differ:
Settings โ Lock screen โ Additional settings โ Clock on lock screen
โ ๏ธ Attention: On some devices Samsung c One UI 4.x the option to hide the clock may be blocked due to manufacturer policy. In this case, try Method 3 or Method 5.
1. Make sure that the latest firmware is installed on your phone
2. Make a backup of important data
3. Check if the clock is used in widgets (for example, weather)
4 Remember the current clock style in case of a rollback-->
Method 2: Using Do Not Disturb mode to temporarily hide
If you need to hide the clock only for a while (for example, for screen photography or a presentation), you can use the function Not. disturbIn this mode, many interface elements, including the clock, become less noticeable or disappear:
- ๐ Activate
Do not disturbvia the quick settings panel or inSettings โ Sound โ Do not disturb. - ๐ฑ Select option
Full hidingorNo sounds and vibration(names may vary). - ๐ Return to normal mode when you need the watch again.
This method does not remove the clock completely, but only makes it translucent or gray. However, it works on all devices without exception and does not require additional rights.
If the clock is still visible in Do Not Disturb mode, try enabling the "Hide sensitive content" option in the lock screen settings.
Method 3: Setting up via ADB (for experienced users)
If the standard methods do not work, you can use Android Debug Bridge (ADB) a tool for deep system configuration. This method requires connecting the phone to the computer, but does not require root access.
Here are step-by-step guide:
- Enable
USB debuggingin developer settings (Settings โ About phone โ Build number(press 7 times) โDeveloper settings โ USB debugging). - Connect your phone to the PC and confirm permission to debug.
- Open the command line (Windows) or terminal (macOS/Linux) and enter:
adb shell settings put global lock_screen_show_clock 0
To get the clock back, use:
adb shell settings put global lock_screen_show_clock 1
On some firmware (for example, MIUI), another command may be required:
adb shell settings put secure lock_screen_clock_enabled 0
โ ๏ธ Attention: Changes via ADB may be reset after a system update. Also on devices with Samsung Knox or Huawei EMS some commands are blocked by default.
What to do if ADB does not recognize the device?
1. Install the latest drivers for your phone (download from the manufacturer's official website).
2. Try another USB cable (preferably original).
3. Restart your phone and PC.
4. Enable the "Allow USB debugging (safe mode)" option in the developer settings (if available).
Method 4: Using third-party launchers and themes
If you do not want to interfere with system settings, you can take a workaround - install alternative launcher or themethat support customization of the lock screen. Popular options:
- ๐จ Nova Launcher + plugin Nova Lockscreen (requires bootloader unlocking on some devices).
- ๐ผ๏ธ KWGT Kustom Widget โallows you to create your own widgets, including a blank lock screen.
- ๐ Substratum or Synergy (for rooted devices)โthemes that can completely redefine the look of the watch.
Example of setup via KWGT:
- Install KWGT Pro from Google Play.
- Download an empty template for the lock screen (for example,
Minimal Lockscreen). - Apply it through settings KWGT and turn off display system clock.
The disadvantage of this method is that not all launchers support the lock screen, and some require root or an unlocked bootloader. Also, after updating the system, the settings may be reset.
| Method | Requires root? | Works on all devices? | Difficulty |
|---|---|---|---|
| Standard settings | โ No | โ ๏ธ Partially | โญโญ (simple) |
| Do Not Disturb mode | โ No | โ Yes | โญ (very simple) |
| ADB | โ No | โ ๏ธ Depends on the firmware | โญโญโญ (average) |
| Third-party launchers | โ ๏ธ Sometimes | โ No | โญโญโญโญ (difficult) |
Method 5: Hiding the clock through developer settings (hidden parameter)
In Android 12 there is a hidden option that allows you to disable the clock on the lock screen without ADB. To do this:
- Activate Developer modeby clicking 7 times on
Build numberinSettings โ About phone. - Go back to the main settings and open a new section
Developer settings. - Find the option
Lock screen debuggingorLock options(names vary). - Disable the option
Show clockorLockscreen Clock.
On some devices Samsung i Xiaomi this option may be called lockscreen_clock_enabled and require a reboot. If the option is not in the list, try using the search settings (icon magnifying glasses at the top of the screen).
โ ๏ธ Attention: Changing hidden settings may cause the lock screen to become unstable. For example, on OnePlus s OxygenOS 12 after the watch is turned off, notifications may disappear. In this case, return the settings to factory settings.
The method through the developer settings is the safest after standard methods, but requires caution. Always write down the original parameter values!
What to do if none of the methods worked
If you have tried all the methods, but the clock is still displayed, the following reasons are possible:
- ๐ Manufacturer's policy: some brands (for example, Huawei or Oppo) block changes to the clock at the firmware level.
- ๐ฑ Outdated firmware: in older versions Android 12 (before the patch of March 2022) the option may not have been available.
- ๐ง Conflict with applications: some launchers or security apps (for example, Avast, 360 Security) override the lock screen settings.
In such cases, radical measures remain:
- Installing custom firmware (for example, LineageOS), where the settings are more flexible.
- Using the Xposed Framework (requires root) with a module Lockscreen Customizer.
- Replacing the lock screen with a third-party (for example, AcDisplay or Always On AMOLED).
Before any major changes be sure to make a backup through TWRP or standard system tools. Also note that unlocking the bootloader on some devices (for example Samsung c Knox) resets the warranty.
FAQ: Frequently asked questions about the clock on the lock screen
Can I remove clock on the always active screen (Always On Display)?
On most devices, the clock on AOD is disabled separately. For example, on Samsung go to Settings โ Lock screen โ Always On Display โ Clock style and select Off. data-i="239">This option is located in Google Pixel this parameter is in Settings โ Display โ Lock screen โ Always show time and information.
Why did the clock become larger after updating to Android 12?
Google has introduced a new design called Android 12 Google has introduced a new design called Material Youthat automatically adjusts the size of interface elements to the wallpaper. If the clock seems too large, try:
- Change. wallpaper to darker or plain colors.
- Select style in the watch settings
Textinstead ofDigitalorAnalogue. - Disable adaptive theme in
Settings โ Wallpaper and style.
Will the ADB method work on Samsung with One UI 4.1?
On devices Samsung with One UI 4.1 and newer command adb shell settings put global lock_screen_show_clock 0 often does not work due to limitations Knox. Instead, try:
adb shell settings put secure lock_screen_clock_enabled 0
If this does not work, the only option is to use third-party launchers or custom ones. firmware.
Is it possible to remove the clock, but leave the date?
In the standard settings there is no such option, but there are workarounds:
- Use KWGT or UCCW to create a custom widget with one date.
- On some devices (for example, Xiaomi) there is an option in the clock settings
Show the date separately. - Set a theme that hides the clock, but leaves the date (for example, Minimal Lock for Substratum).
Will the clock return after resetting the settings?
Yes, with full reset (hard reset) all lock screen settings return to factory settings, including the clock display If you used ADB or developer settings, they will also have to be configured again. To avoid this, save the commands in a text file or use applications to backup settings (for example, Swift Backup for root devices).