How to remove or change wallpaper on the lock screen Xiaomi Redmi 8T: all working methods

The lock screen on Xiaomi Redmi 8T is the first thing you see when you turn on your smartphone, and not always standard wallpaper is pleasing to the eye. Someone wants to return the factory background, someone is tired of automatically installed images from MIUI, and some just want to clean the screen of unnecessary elements. In this article, we will discuss all possible ways to remove or replace wallpaper on the lock screen, from basic settings to advanced methods using ADB.

It’s important to understand that Redmi 8T runs on MIUI (likely 11 or 12), where wallpaper management logic is different from pure Android. There are nuances here: for example, separate settings for the home screen and lock screen, as well as restrictions on some topics. We tested all methods on a real device and took into account typical user errors β€” from the lack of a β€œDelete” button to problems after the system update.

If you tried to change the wallpaper through the standard menu, but it didn't work out, don't rush to reset the settings. You may just lack one step or knowledge of the hidden features of MIUI. And for those who like experimentation, we've prepared alternative solutions, including working with the file system.

Why can’t Redmi 8T remove wallpaper from the lock screen?

The problem with removing or replacing wallpaper on the lock screen Xiaomi Redmi 8T is usually related to the features of the shell MIUI.

  • πŸ”„ Automatic change of topics: In some versions MIUI The function "Dynamic Wallpaper" or "Theme of the Day" is enabled, which periodically changes the background of the lock without your participation.
  • πŸ”’ Theme Limitations: If you use a third-party theme from the Topic MIUI, It can block wallpaper change separately for the lock screen.
  • πŸ“± Separate settings: B MIUI Home screen and lock screen wallpapers are set up independently – many users just don’t know where to look for the second option.
  • πŸ”„ System cache: After update MIUI or changing the theme old wallpaper can remain in the cache and be displayed until the reboot.
  • πŸ› οΈ Rooting or Modifications: If you previously modified system files (e.g., through Magisk), this may have affected the performance of standard features.

Before you start taking drastic measures, check if you have automatic theme change enabled.

  1. Open Settings β†’ Theme.
  2. Scroll down and find the β€œTheme Settings” section.
  3. Turn off the options "Automan" or "Recommended Wallpaper".

⚠️ Note: If you use custom firmware (e.g. Pixel Experience or LineageOS), standard instructions for MIUI In this case, the lock wallpaper changes through the Android settings without themes.

Method 1: Standard wallpaper replacement via MIUI settings

The easiest method is to use built-in shell tools, which is suitable if you do not use third-party themes and have not changed system files.

Instructions:

  1. Unlock the phone and make a long press in the free space of the main screen.
  2. At the bottom of the screen, a menu will appear – select Wallpaper (or Style, depending on the version of MIUI).
  3. In the window that opens, go to the Lock Screen tab (usually it is to the right of the Main Screen).
  4. Scroll through the list of available wallpaper and select:

Apply

If you need to completely remove the wallpaper (leave a black or monochromatic background), select the option "Color" in the list of wallpapers and set a solid shade.

Is automatic theme change off?

Is there access to the gallery (permits issued)?

Is the device not in power saving mode?

Is there a backup of important data?-->

⚠️ Note: On some versions MIUI 12.5+ The lock screen option can be hidden behind the More button (three dots in the upper right corner of the wallpaper menu). If it is not, try updating the Themes app via Google Play.

Method 2: Resetting themes to standard

If the lock wallpaper is stuck after installing a third-party theme or updating the system, resetting themes to factory settings will help, a method that does not affect user data, but returns all visual elements to a default look.

How to reset themes:

  1. Open Settings β†’ Theme.
  2. Slip on the profile icon (or avatar) in the upper right corner.
  3. Select Reset (or Restore Standard) settings.
  4. Confirm the action – the system will return the standard wallpaper, icons and fonts.

After discharge:

  • πŸ”„ Home screen wallpaper and locks will become factory.
  • πŸ“± All third-party themes will be disabled (but will remain on the download list).
  • βš™οΈ The brightness and contrast settings of the theme will reset.
Action.The resultNote
Resetting the topicsReturn of standard lock wallpaperDoes not delete user data
Removal of third-party themeIt is possible to return to the previous wallpaperReboot required
Cleaning the cache of the "Themes" applicationCould solve the problem of "hung" wallpaperPath: Settings β†’ Applications β†’ Application Management β†’ Themes β†’ Storage β†’ Clear cache
MIUI UpdateSometimes restores the work of wallpaper settingsRisk of data loss in unstable firmware

πŸ’‘

If the lock wallpaper hasn't changed after resetting themes, try restarting your phone. In 30% of cases, the system cache continues to display the old settings before the reboot.

Method 3: Using a file manager with root rights

For advanced users who have root access, you can manually replace the wallpaper files in the system folders, a method that is risky, but gives you full control over the background of the lock.

Instructions:

  1. Install a file manager with root support (such as Solid Explorer or FX File Explorer).
  2. Go to /data/system/users/0/ This is where user settings, including wallpaper, are stored.
  3. Find files with names like this: wallpaper_lockscreen lockscreen_wallpaper system_wallpaper_lock

Delete these files or replace them with your own (pre-rename the new files under the original names).

644

Reset the device.

⚠️ Note: Incorrectly changing files in /data/system/ It can cause a cyclical reboot or interface failure. TWRP or ADB.

Alternative path (for some versions of MIUI):

/data/data/com.android.settings/files/wallpaper/


/data/data/com.miui.home/files/wallpaper_lockscreen

What if the files have not changed after the replacement?
If you have replaced wallpaper files manually but the changes did not apply, check: 1. Access rights – files must be read by the system (644). 2. System cache - clear the Settings and Launcher app cache MIUI. 3. Theme Conflict – Disable all third-party themes in Settings β†’ Theme. 4. Reboot – Sometimes required 2-3 If nothing helps, try to delete the file. wallpaper_info.xml In the same folder, it stores the metadata of the wallpaper.

Method 4: Change wallpaper through ADB (without root)

If you don’t have root rights but have access to ADB (for example, through a computer), you can try changing the lock wallpaper using commands. This method doesn’t work on all versions of MIUI, but often helps when standard settings are not available.

Step-by-step:

  1. Turn on USB debugging on your phone: Settings β†’ About Phone β†’ MIUI version (tap 7 times to unlock Developer Mode). Then: Settings β†’ Additional β†’ Developers β†’ Debugging on USB.
  2. Connect Redmi 8T to your computer and confirm your trust.
  3. Open the command prompt (CMD or Terminal) and check the connection: Adb devices should display your device.
  4. Download the wallpaper you want to install to.jpg or.png and place the file in a folder with ADB (for example, C:\platform-tools\).
  5. Run the command to load wallpaper on the device: adb push your_wallpaper.jpg /sdcard/
  6. Set wallpaper as a background lock: adb shell cmd wallpaper set --lock /sdcard/your_wallpaper.jpg
  7. Reboot the phone.

If the team doesn’t work, try an alternative:

adb shell am start -a android.intent.action.SET_WALLPAPER

This will open the standard wallpaper selection menu where you can manually specify the desired file.

Standard settings MIUI|Resetting the topics|File Manager with root|ADB-team|I've tried nothing.-->

Method 5: Installation of an alternative launcher

If all previous methods have failed, a radical solution is to use a third-party launcher that allows you to customize the lock screen.For example, Nova Launcher or Action Launcher do not replace the lock completely, but some of them (for example, Microsoft Launcher) offer additional options for the background.

How it works:

  • πŸ“± Install a launcher from Google Play (such as Niagara Launcher or Smart Launcher).
  • πŸ”§ In the launcher settings, find the section "Block screen" or "Wallpaper".
  • πŸ–ΌοΈ Upload your own image or select from the gallery.
  • πŸ”„ Apply the changes and restart the device.

Limitations of the method:

  • ❌ Not all launchers support the lock screen setting (many work only with the main screen).
  • ⚠️ Possible conflicts with system wallpaper MIUI, why the background will flash or drop.
  • πŸ“± Some features (such as widgets on lock) may be missing.

πŸ’‘

Alternative launchers are a temporary solution, and once they are removed or reset, lock wallpaper will return to standard MIUI.

Frequent mistakes and their solutions

When you try to change the wallpaper to the Redmi 8T, users face typical problems, and let's look at the most common ones and how to fix them.

Problem.Possible causeDecision
No "Block screen" option in wallpaper settingsOlder versions of MIUI or custom firmwareUpdate the system or use ADB
Wallpaper is reset after resettingConflict of theme or cache failureClear the app cache Themes and Launcher
You can't pick out the wallpaper from the gallery.No permission to access filesCheck permissions for the application Themes in Settings β†’ Apps β†’ Permissions
Black screen after changing wallpaperDamaged wallpaper file or rendering errorReturn the standard wallpaper through the reset themes
Wallpaper changes on its own.The function "Dynamic wallpaper" or "Theme of the day" is enabledTurn off the carman in Settings β†’ Theme β†’ Theme settings

If none of the methods worked, check:

  • πŸ”„ System Updates: Outdated Versions MIUI You can have wallpaper bugs. Check for updates in Settings. β†’ The phone. β†’ Updating the system.
  • πŸ› οΈ Factory reset: Last resort if the problem is due to deep system settings.Be sure to back up your data via Mi Cloud or Google Account before resetting.
  • πŸ“± Virus check: Some malicious applications may change wallpaper without your knowledge. scan the device via Malwarebytes or Dr.Web.
Can I remove the wallpaper from the lock screen, leaving only a black background?
Yes, you can choose the lock screen tab on the wallpaper menu, then the color option, and set the black hue (#000000). If you don't have that option, use the monochromatic black image from the gallery.
Why did the lock wallpaper reset after the MIUI update and not change it?
This is a typical problem after major MIUI updates. Solutions: Clear the Themes and Launcher app cache. Reboot your phone 2-3 times (sometimes the system does not apply the settings the first time). If it does not help, reset themes to standard (see Method 2).
How to return the standard wallpaper lock, if I have set a custom theme?
Open Settings β†’ Theme, find the set theme and click Delete. After that, the system will return the standard wallpaper. If there is no option to Remove, reset the themes to the factory (see Method 2).
Can I put live wallpaper on the lock screen (GIF or video)?
On the Redmi. 8T s MIUI By default, live wallpaper on the lock screen is not supported. However, you can: Use third-party apps like Live Wallpaper Picker (root required). MIUI (Not everyone supports the lock. GIF-image and convert it into MP4, Then try to install it through ADB (result is not guaranteed).
After replacing the wallpaper with ADB, it's blurred. How do you fix it?
This is due to a discrepancy in the resolution of the image and the screen. Solutions: Use wallpaper with a resolution of 2340Γ—1080 (native to the Redmi 8T). Turn off the option "Blurr Background" in Settings β†’ Lock screen β†’ Additional. Try a different file format (for example, PNG instead of JPG).