Lock screen on Xiaomi Redmi 9T β This is the first thing you see when you turn on your smartphone, but the standard wallpaper MIUI Some people want to leave a clean black background to save charge. AMOLED-The display (although the Redmi has a 9T matrix IPS), Others are going to remove distractions for the sake of a minimalist look, and still others are going to encounter a bug when the wallpaper on the lock and desktop is not synchronized. In this article, we will discuss all the working ways to disable or replace the background on the lock screen, including hidden settings. MIUI and methods for experienced users.
It is important to understand that Redmi 9T shell-work MIUI, So, for example, there's no separate lockback, which is the system attaches it to the main wallpaper or uses dynamic themes. MIUI 12.5-14 (including the global and Chinese versions), so the instructions are relevant for most users. If your smartphone has upgraded to HyperOS, some menu items may be called differently - we will warn you about this separately.
Why you canβt just remove the wallpaper from the lock in Redmi 9T
Unlike smartphones on pure Android (like Google Pixel), where the lock background is set up separately, MIUI It combines the desktop wallpaper and the lock screen into one parameter:
- π When changing the wallpaper on the main screen, the background of the lock automatically changes (and vice versa).
- π« No button "Delete wallpaper" - only replacement with other pictures from the gallery or themes MIUI.
- π¨ Dynamic wallpapers (such as Super Wallpapers) are always displayed on the lock.
- π On some firmware, the background of the lock is tied to the theme of the design (for example, a dark theme). = black-back).
Besides, Redmi. 9T It does not support the Always-on Display feature (AOD), So the wallpaper on the lock is only visible when you turn on the screen, which makes it easier to do this: if you want to completely remove the background, you just need to set a monochrome color (like black) through the standard settings:
- πΌοΈ Wallpaper on the lock and desktop different (bug after the update).
- π± You need to leave the background on the main screen, but remove it from the lock.
- π§ Standard methods do not work due to custom firmware.
There is a solution for each case, from simple settings to manual editing of system files.
Method 1: Installation of a monotonous background through settings MIUI
The easiest and safest method is to replace the current wallpaper with a solid color (for example, black or white), which visually creates a "no background" effect, although technically the wallpaper will remain.
- Open the Themes app (icon with brush).
- Go to Wallpaper section. β My wallpaper.
- Click Change under the current wallpaper.
- Select the Color tab (or Solid Colors in new versions) MIUI).
- Put a black (or other monochromatic) background on it and apply it.
If there is no Color tab:
βοΈ What to do if there is no color tab"
This method works on all versions. MIUI, But it has a limitation: the lock and desktop background will remain the same. If you need to separate them, read the next section.
π‘
V MIUI 14 and HyperOS black background lock automatically hides the clock and notifications. To return them, turn on the option to Show information on the lock screen in Settings β Lockdown
Method 2: Separation of lock wallpaper and desktop
Starting with MIUI 12.5, at Redmi. 9T There's a hidden function of separate wallpapers, but it's not stable:
- Open the Settings β Wallpaper.
- Choose a new image for your desktop, but donβt use it right away.
- Click on the three dots in the upper right corner and select Apply only on the home screen.
- To block, set a monochromatic color (see Method 1).
If the item Apply only on the main screen is not:
- π² Try a long press on the preview of wallpaper β Set on....
- π Reboot your smartphone and try again.
- π οΈ Update the firmware to the latest version (in) MIUI 14 function is more stable).
On some firmware for Redmi 9T Wallpaper splitting blocked by politicians MIUI. In this case, only manual editing of system files (Method 4) or using the system will help. ADB (Method 3).
| MIUI version | Does it support separate wallpaper? | Notes |
|---|---|---|
| MIUI 12.0β12.5 | β No. | Only through ADB third-party launchers |
| MIUI 12.5 Enhanced | β οΈ Partially. | The function appears after resetting theme settings |
| MIUI 13β14 | β Yes. | It works through the menu "Apply to..." |
| HyperOS | β Yes. | The menu item is called "Set up separately". |
Method 3: Disconnecting wallpaper through ADB (power-user)
If the standard methods donβt work, you can use Android Debug Bridge (ADB) β It's a deep-tuning tool, and it requires you to connect your smartphone to your PC and enable debugging. USB.
Warning: The wrong commands ADB They can disrupt your smartphone. Make a backup copy of your data before you start.
β οΈ Note: Some of the Redmi firmware 9T post-command ADB lockdown settings are reset (PIN/Check in advance if you remember them!
Instructions:
- Turn on Developer Mode: Go to Settings β About Phone and tap the MIUI version 7 times.
- Return to Settings β Additional β For developers and activate Debugging over USB.
- Connect your smartphone to your PC, install drivers ADB (For example, through Minimal ADB and Fastboot).
- Open the command prompt (Windows) or terminal (Linux/macOS) and type:
adb shell settings put global lock_screen_show_notifications 0
adb shell settings put global lock_screen_allow_private_notifications 0
adb shell settings put secure lock_screen_show_media 0
adb shell pm disable-user --user 0 com.android.wallpaperbackupThese teams:
- Disable the display of notifications on the lock (so that the background is not overlaid with text).
- Block backup wallpaper system.
- Reset the current background lock settings.
After the commands are executed:
- Reboot your smartphone.
- Set a monotonous background through Settings β Wallpaper (see Method 1).
If the background is still displayed, try the additional command:
adb shell settings put global lock_screen_custom_image_enabled 0What if the ADB does not recognize the device?
Method 4: Manual editing of system files (root access)
This method is only suitable for users with an unlocked bootloader and Magisk installed (root rights), it allows you to completely remove the lock wallpaper, replacing it with a transparent background or custom image.
β οΈ Warning: Incorrect editing of system files can lead to bootloop ( looped boot). TWRP Or OrangeFox.
Instructions:
- Install a file manager with root support (such as Solid Explorer or FX File Explorer).
- Follow the path:
/system/priv-app/MiuiSystemUI/MiuiSystemUI.apk/res/drawable-xxhdpi/Or (for new versions of MIUI):
/product/overlay/MiuiSystemUIFramework/res/drawable/- Find the files with the names:
- default_wallpaper.jpg or default_wallpaper.png
- lockscreen_wallpaper.jpg
- miui_wallpaper_* (any files with this prefix)
- Copy these files to a backup folder (in case of a rollback).
- Replace them with:
- π€ Black background: create an image 1080Γ2340 pixels (Redmi screen resolution) 9T) In any graphics editor and save it under the same name.
- ποΈ Transparent background: use PNG with the alpha channel (but note that MIUI It can be shown as black).
- Change the permissions to replace files: 644 (rw-r)--r--).
- Reboot your smartphone.
If after the reset, the wallpaper remained:
- π Clear the app's cache Themes in Settings β Annexes.
- π§ Execute the command through ADB:
adb shell rm -rf /data/system/users/0/wallpaper*Method 5: Using third-party launchers and applications
If you donβt want to dig into system settings, you can bypass the restrictions. MIUI With third-party tools, the best options for Redmi 9T:
1. Launchers with support for separate wallpaper
- π Nova Launcher: allows you to install different wallpaper for desktop and lock through the plugin Nova Wallpaper Plugin.
- π¨ Apex Launcher: has a built-in split background function.
- π§ Microsoft Launcher: syncs with Windows, but requires additional settings to lock.
How to set up in Nova Launcher:
- Install a launcher and plugin for wallpaper.
- Hold your finger on the desktop. β Wallpaper settings.
- Select different wallpapers to lock.
- Set a monochrome color to block.
2. Applications for customization of blocking
- π Always on Display (even without it) AOD): Allows you to set the background of the lock separately.
- πΌοΈ Wallpaper Changer: Automatically changes wallpapers on schedule, including locking.
- π οΈ Lock Screen Customizer: Full control of locking elements (requires root).
β οΈ Note: Applications for customization of blocking may conflict with MIUI Optimization is a system process that resets settings after rebooting. To avoid this, disable optimization through ADB:
adb shell pm disable-user --user 0 com.miui.powerkeeperFrequent problems and their solutions
Even after using one of the methods, users of Redmi 9T We're going to look at the typical situations and their solutions:
| Problem. | Reason. | Decision |
|---|---|---|
| Wallpaper locks are reset after rebooting | MIUI Optimization Resets Settings | Turn off optimization through ADB (See above or use the Nova Launcher |
| Black background lock, but watches and notifications are not visible | MIUI hides elements on dark wallpaper | Turn on Showing information on the lock screen in settings |
| The lock and desktop wallpaper are different, but not synchronized | MIUI bug after update | Reset the theme settings in Settings β Topics β Drop it. |
| It is impossible to use a single color | Damaged files of topics | Clear cache and app data Topics |
If none of the methods worked, check:
- π± Firmware Version: on Beta Versions MIUI wallpapering.
- π Firmware region: on Chinese versions MIUI more restrictions.
- π οΈ Custom modifications: If you installed patches through Magisk, they could block wallpaper changes.
π‘
On the Redmi. 9T HyperOS firmware lock wallpaper is configured via Settings β Personalization β Lock screen. Old methods (via "Themes") may not work!