The lock screen is the first thing the user sees when waking up the smartphone. Typically, notifications, widgets and, of course, a large clock are displayed there. However, not all gadget owners like the constant presence of time on the screensaver. Some people are bothered by a bright digital display before going to bed, others simply prefer a minimalistic wallpaper design without unnecessary elements.
Unfortunately, in โpureโ Android and most standard firmware remove completely a clock widget is not possible using standard means. The locking system is designed so that time information is instantly available. However, there are several workarounds that can solve this problem. You can change the display style, make the clock transparent, or use third-party applications for customization.
In this article we will analyze in detail all the available methods: from built-in theme settings to using ADB commands for advanced users. You'll learn how to customize your screen to suit your aesthetic needs without losing the functionality of your device.
Standard theme and lock style settings
The easiest and safest way to change the look of your lock screen is to use the built-in personalization tools. Smartphone manufacturers such as Samsung, Xiaomi i Honoroften provide users with the ability to choose from several preset styles. In some of these styles, the clock may be moved to an inconspicuous area or replaced with a more discreet indicator.
To access these settings, you must go to the menu Settings of your device. Find the section responsible for the design of the system. Depending on the phone model, the path may differ. For example, on devices with the One UI shell, you need to select the item Wallpaper and style, and then go to the lock screen settings.
Here you can find the option Watch style. By clicking on it, the system will offer you several display options: analog dials, large numbers or minimalistic dots. Choose the option that is least visually striking. Sometimes choosing a certain style automatically hides the seconds or date, making the interface cleaner.
It is worth noting that some manufacturers allow you to adjust not only the appearance, but also clock color. If you set a color identical to the background of your wallpaper, the numbers will become virtually invisible. This is an effective trick for creating the illusion of no time on the screen, although technically the widget remains in its place.
Using applications for customization (Lock Screen)
If the built-in capabilities of the system are limited, specialized applications from the store come to the rescue. Google Play. There are many apps that completely replace the standard lock screen with their own interface. Such applications are called Lock Screen Apps and give the user complete control over what is displayed when the display is turned on.
Popular solutions such as Hi Locker or KLCK Lockscreenallow you to create your own layouts. You can add weather, music, or notification widgets, but don't deliberately add a time widget. As a result, when you press the power button, you will see only what you have chosen.
- ๐ฑ Hi Locker: a simple application with support for themes and the ability to disable standard elements.
- โ๏ธ KLCK (Kustom Lock Screen Maker): a powerful tool for creating a unique design from scratch, requiring time to set up.
- ๐ Lock Master: offers many ready-made themes, where you can find options without a clock or with very little font.
However, using such applications has its drawbacks. Third-party lock screens may consume more battery power because they run on top of system processes. In addition, on some modern versions of Android (from 10 and above), the system may force the default lock screen to appear on reboot or for security reasons, ignoring a third-party application until the device is first unlocked.
Before installing a third-party lock screen, check the application permissions. It will need access to display on top of other windows and rights to work in the background.
Configuring the Always On Display (AOD) function
The function Always On Display (Always On Screen) is designed to display important information on the switched off display without having to touch the screen. By default, it shows the time, date and battery level. If your goal is to remove time from this particular mode, then the settings are in a separate menu.
Go to Settings and find the section Lock screen or Display. There should be a point Always On Display. Inside this menu there is often an option Show information. You can select "Only when touched" or "Never", which will completely disable the time display on a black background.
Some smartphone models, for example, from Samsung, allow you to configure the AOD operating schedule. You can set the function to turn off automatically at night so that the numbers do not glow in a dark room. This is a useful setting for those who use their phone as an alarm clock next to their bed.
โ ๏ธ Warning: Disabling Always On Display completely may result in you not seeing notifications in sleep mode unless you set up an alternative notification method (such as an indicator light).
It's also worth checking your settings AOD style. In some firmware, you can choose a dial that does not contain numbers, but displays the time only with arrows, or does not display it at all, showing only a logo or an abstract picture. This is a compromise option for lovers of aesthetics.
Disguise time through wallpaper and contrast
Sometimes there is no need to go into deep settings or install applications. It is enough to choose wisely wallpaper. The principle is simple: if the background of the lock screen has a complex texture or gradient in the area where the clock is located, it may become difficult to read or blend into the image.
Try setting a wallpaper where the top part (where the clock is usually located) contains bright spots, patterns or photos with high detail. White or black text will simply get lost against such a background. This method does not physically remove the widget, but solves the visual problem of screen contamination.
For owners of AMOLED screens, an excellent solution is to install completely black wallpaper. If the clock is set to black (or inverted in dark mode), it will become invisible. However, there is a catch: if the watch is white, it will glow especially brightly against a black background.
How to create the perfect camouflage wallpaper?
Take a screenshot of your lock screen. In a graphics editor, paint the clock area with a color identical to the background around it, or apply a texture. Set the resulting image as wallpaper.
Don't forget that the system can automatically adjust the brightness of the text to ensure readability. Therefore, the wallpaper method works best in combination with manually adjusting the font color, if such an option is available in your version of Android.
Advanced method: disabling via ADB
For experienced users who are not afraid to work with the command line, there is a method for disabling system elements via USB debugging. Usage ADB (Android Debug Bridge) allows you to send commands to the system that are not available in the regular settings menu. This method requires connecting your smartphone to your computer.
First you need to activate developer mode. Go to Settings โ About phone and quickly click 7 times on the item Build number. After this, a section For developerswill appear in the menu. Turn on the item USB debugging.
Connect the phone to PC, install ADB drivers and utilities. Open a command prompt on your computer and enter the following command to test the connection:
adb devices
After confirming the device, you can try to hide the system flags that control the time display. The commands may vary depending on the manufacturer and version of Android. There is no universal command, but changing global settings often works through settings.
| ADB command | Description of action | Risk |
|---|---|---|
adb shell settings put secure lock_screen_show_clock 0 |
Trying to disable the clock through a system variable | Low (may not trigger) |
adb shell pm disable-user --user 0 com.android.keyguard |
Disable the lock screen component | High (can block access to the phone) |
adb shell wm size |
Change screen resolution (to shift elements) | Medium (interface distortion) |
โ ๏ธ Attention: Using ADB commands to disable system components (especially com.android.keyguard) may prevent you from unlocking your phone. Be extremely careful and have a computer at hand to restore access.
โ๏ธ Preparing to work with ADB
If the command works, the clock will disappear immediately after rebooting or locking the screen. However, a system update may reset these settings. This method is suitable only for those who understand the consequences of their actions and are prepared for possible failures in the interface.
Specifics of different Android shells
Different manufacturers implement the Android interface in different ways. What is possible on one device may not be available on another. Understanding the features of your shell (One UI, MIUI, ColorOS, Pixel UI) will help you find the right switch.
On smartphones Samsung with the One UI shell, the customization possibilities are maximum. Here you can not only change the style, but also adjust the transparency of the elements. Owners Xiaomi with MIUI can use the โNo Clockโ theme from the theme store if the standard settings do not help. Devices Google Pixel are the most limited in this regard, since they use โpureโ Android without unnecessary add-ons.
In some cases, updating the firmware can recover deleted elements or, conversely, add new hiding functions. Interfaces are constantly changing, so the location of menu items may differ from that described above.
โ ๏ธ Attention: The settings interface may change with each system update. If you do not find the specified item, use the search in the phone settings by entering the request โlockโ or โclock.โ
There is no universal method for all Android smartphones. The method for solving the problem directly depends on the device model and the installed firmware version.
Frequently asked questions (FAQ)
Is it possible to remove the time on the lock screen without root access?
Yes, in most cases this can be done through the theme settings, clock style, or using third-party screen locker applications. root access is required only for deep editing of system files, which is not recommended for ordinary users.
Why did the clock appear again after a reboot?
The Android system prioritizes the standard lock screen at boot for security purposes. If you used a third-party app, you need to unlock your phone the standard way once, after which the custom screen should be activated. If you changed ADB settings, they may have been reset.
Does turning off the clock affect battery life?
The clock widget itself consumes a minimal amount of energy. However, if you use a third-party application to replace the lock screen, it may run in the background and consume more battery than the system solution. Disabling Always On Display, on the contrary, significantly saves the battery.
How to make the clock transparent on Samsung?
In settings Wallpaper and style select Clock style. Some watch faces support color changing. Set a color that matches your wallpaper, or choose a style where the numbers have a thin outline without a fill, making them less noticeable.
Is it safe to use apps like Hi Locker?
Apps from official Google Play store are checked for viruses and are relatively safe. The main risk is possible instability or increased battery consumption. Always read reviews before installation.