How to permanently remove changing wallpaper on the lock screen Xiaomi Redmi 8: 5 proven ways

The lock screen of the Xiaomi Redmi 8 with dynamic wallpaper can be annoying β€” especially when the background automatically changes to uncomfortable pictures or banner ads. Many users are faced with the fact that the MIUI system itself loads new wallpapers, despite manual settings, the reasons for this behavior are rooted in the work of services com.miui.gallery and com.android.themes, which are responsible for personalizing the interface.

In this article, we’ll look at all the ways you can disable changing wallpapers, from standard settings to hidden developer settings, how to block automatic background loading, return a static image, and even remove unnecessary themes through ADB. Importantly, some methods require superuser rights or a PC connection.

If you've tried changing wallpapers through Settings β†’ Lock screen, but they've reset again, the problem goes deeper. Redmi 8 based on MIUI 11/12 has a feature: the system can ignore user settings if the "Theme" or "Wallpaper Recommendations" functions are activated. Next, you will find solutions for any firmware version.

Before you start, check:

  • πŸ“± Version. MIUI: Settings β†’ The phone. β†’ Version. MIUI
  • πŸ”„ System updates: sometimes wallpaper bugs are fixed in new builds
  • πŸ“ The folder with wallpaper: by default they are stored in /sdcard/MIUI/Wallpaper/
πŸ“Š How often do you change your wallpaper on the Redmi 8 lock?
Every day.
Once a week.
Advertising instead of wallpaper
They don't change, but they do.
Already off.

1. Standard method: disabling through MIUI settings

Let’s start with the simplest method that works on most Xiaomi devices without root permissions. You only need 2-3 minutes and access to the basic settings of the phone.

Go to Settings β†’ Lock screen. Here you will see three key items:

  • πŸ–ΌοΈ Lock screen wallpaper - slip here
  • πŸ”„ Automatic shift – turn off this switch
  • πŸ“± Synchronization with desktop wallpaper - it is better to deactivate too

Once you turn off the automatics, select a static image from the gallery. Note that if unfamiliar images appear in the wallpaper list (for example, with the words "Recommended" or "Themes"), this means that the system continues to load them in the background.

⚠️ Note: On some versions MIUI 12.5+ Autoshift may not be available, which means that the wallpaper is controlled through the Topic app – it must be disabled separately (see Section 3).

Identify version MIUI|Disable mobile Internet (during settings)|Delete the cache of the "Themes" application |Check for system updates-->

2. Clearing the cache and data of the "Themes" application

The Themes app (com.android.themes) is responsible for downloading new wallpapers even if you didn't ask for them, often just resetting it to stop automatic background changes.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management
  2. Find Themes (Icon with a Brush)
  3. Tap the Warehouse β†’ Clear the cache and Clear the data
  4. Return to the app menu and select Disable (if the button is active)

Once cleaned, restart your phone. If the wallpaper keeps changing, it's another system process to blame, and check if you have third-party launchers (like Nova Launcher or POCO Launcher) that may conflict with MIUI settings.

An additional step for advanced users: delete the folder with the uploaded wallpaper through the file manager:

Internal memory β†’ MIUI β†’ Wallpaper β†’ Carousel


Delete all files with the.jpg/.png extension

πŸ’‘

If you've cleaned the cache and you've dropped the wallpaper on a standard black background, don't worry, that's okay. Just pick out the new wallpaper manually through the gallery.

3. disable wallpaper recommendations in Mi Account settings

Many people don’t know that Xiaomi’s account (Mi Account) is actively involved in personalizing the interface. If you’re logged in, the system can load β€œrecommended” wallpapers based on your preferences.

How to fix it:

  • πŸ”’ Open the Settings. β†’ Xiaomi account
  • πŸ“Š Go to Synchronization Settings
  • πŸ–ΌοΈ Find Wallpaper and themes and turn off synchronization
  • πŸ”„ In the same menu, turn off personal recommendations.

If you are not using Xiaomi cloud services, you can go further:

  1. Sign out of Settings β†’ Xiaomi Account β†’ Sign out
  2. Remove Mi Account application data in Settings β†’ Apps
  3. Reboot the phone.

⚠️ Warning: Signing out of your Mi Account will disable access to cloud backups, device search, and some Mi Home features. Use this method only if you are prepared for the consequences.

Method of disconnectionRoot is required.Risk to the systemEfficiency
Clearing the Tem cache❌ No.⚠️ Low.β˜…β˜…β˜…β˜†β˜†
Disabling Mi Account❌ No.⚠️ Medium.β˜…β˜…β˜…β˜…β˜†
ADB-team❌ No.⚠️⚠️ High-pitchedβ˜…β˜…β˜…β˜…β˜…
Removal of system APKsβœ… Yes.⚠️⚠️⚠️ criticalβ˜…β˜…β˜…β˜…β˜…

4.Use ADB for deep service shutdown

If standard methods don’t work, it’s time to connect Android Debug Bridge (ADB). This method does not require root rights, but it is necessary. USB-debug.

Important: wrong. ADB-commands may disrupt the system. Follow the instructions accurately!

Steps:

  1. Activate. USB-debugging: Settings β†’ The phone. β†’ Version. MIUI (Tap 7 times) Settings β†’ Additionally. β†’ For developers β†’ USB-debugging
  2. Connect your phone to your PC and open the Command Prompt (Windows) or Terminal (Mac/Linux)
  3. Enter the commands in turn: adb shell pm hide com.android.themes pm hide com.miui.gallery
  4. Reset the device

These commands will hide (not delete!) the system applications that are responsible for the wallpaper. To bring it back, use:

adb shell pm unhide com.android.themes


adb shell pm unhide com.miui.gallery

What if the ADB can’t see the device?
Make sure you have Xiaomi drivers installed (download from the official website). USB-cable (preferably original). Enable Debugging by the developer settings USB (security parameters) and allow debugging on the PC when a request appears.

5. Radical measures: removal of system APKs (root only)

This method is suitable for experienced users with unlocked bootloader and superuser rights. APK-files responsible for changing wallpaper.

Tools required:

  • πŸ“± Root access (for example, via Magisk)
  • πŸ› οΈ Root-right file manager (Root Explorer, FX File Explorer)
  • πŸ”§ Backup of the system (required!)

Instructions:

  1. Open root manager and go to /system/priv-app/
  2. Remove or rename (add.bak) the following folders: MiuiGallery ThemeManager WallpaperCropper
  3. Go to /system/app/ and delete: MiuiWallpaper MiuiSystemUI
  4. Clean the cache in Settings β†’ Storage β†’ Clean the cache
  5. Reboot the phone.

⚠️ Attention: Removal of system APK may lead to: πŸ”΄ Loss of gallery functionality πŸ”΄ Errors in updating MIUI πŸ”΄ Problems with the theme of design Always have at hand custom recovery (TWRP) repair!

πŸ’‘

Deleting system APKs is a last resort, and 90% of the time, it's safer methods (ADB or Mi Account disabling) that help.

6. Alternative solutions: third-party launchers and wallpaper

If the fight against system settings seems too difficult, you can go a workaround - use third-party tools to block wallpaper.

Proven options:

  • 🎨 Nova Launcher + Nova Wallpaper Plugin module: Install launcher from Google Play In Nova settings, select Wallpaper β†’ Fixed wallpaper Disable system wallpaper in Settings MIUI β†’ Lock screen
  • πŸ–ΌοΈ Google Wallpapers app: Download the official Google Wallpapers app Choose a static image and set it to lock MIUI Usually does not overwrite wallpaper installed through Google services
  • πŸ”’ Wallpaper Changer (for automatic fixing): Configure the application to one image Disable all update sources in the app settings

The advantage of this approach is that there is no risk to the system. However, note that Xiaomi can re-write the wallpaper after major MIUI updates.

7.Prevention: How to prevent the return of dynamic wallpaper

Even after successfully disabling the changing wallpaper, they can return after a system update or reset.

List of preventive measures:

  • πŸ“΅ Turn off automatic theme loading: Settings β†’ Topics β†’ Settings (βš™οΈ) β†’ Auto-update themes
  • 🚫 Block background processes: C Settings β†’ Battery β†’ Selection of applications limit background activity for Themes and Gallery
  • πŸ”’ Use a firewall: Apps like NetGuard or AFWall+ (requires root) may block com.android.themes' access to the Internet
  • πŸ“¦ Clean the cache regularly: Once a month, delete the Topic and Gallery data through Settings β†’ Annexes

If you notice that the wallpaper has started to change again, check:

  1. Have you had MIUI updates (sometimes resets occur after updates)
  2. Have you activated any advertising services (like msa – you can turn them off via ADB)?
  3. Are there new system applications installed (check in Settings β†’ Apps β†’ All applications)

FAQ: Frequent questions about the wallpaper on Redmi 8

❓ Why After Resetting Wallpaper Settings Start to Change Again?
In hard reset, all system applications return to factory status, including com.android.themes services. To avoid this: Before reset, disable Mi Account and synchronize themes After reset, immediately clear the cache of the Theme and Gallery Use ADB-Devices to hide unnecessary services
❓ Can you turn off wallpaper only on the lock screen, leaving them on the main screen?
Yes, in MIUI 12+, it is possible: Open Settings β†’ Lock screen Select Lock screen Wallpaper and set a static image For the main screen leave dynamic wallpaper via Settings β†’ Desktop If there is no option, use a third-party launcher (such as Nova) that allows you to divide wallpaper.
❓ Why is advertising displayed instead of wallpaper?
This is the work of the service com.miui.systemAdSolution (built-in advertising in the Internet). MIUI). To remove: Turn off personalized ads: Settings β†’ Confidentiality β†’ Advertising β†’ Disable "Personalized Advertising" Use ADB Advertising services: Adb shell pm hide com.miui.systemAdSolution Install a patch via Magisk (module) Disable_Miui_Ads)
❓ How to return standard wallpaper MIUI experimentation?
If you have removed the system APK or changed the settings through ADB, you can restore the original wallpaper as follows: Download the standard MIUI wallpaper from the official theme site (Shock Wallpaper section) Install them through Settings β†’ Lock screen β†’ My wallpaper If there is no section "My Wallpaper", return the hidden applications: adb shell pm unhide com.android.themes
❓ Does this work on other Xiaomi models (Redmi Note 8, POCO X3 etc.)?
Yes, most methods (except removing APK) are applicable to any device on MIUI 11-14, including: Redmi Note 8/9/10 POCO X3/F3 Mi 9/10/11 Exceptions: POCO Launcher Wallpaper settings may differ In MIUI 14 new restrictions on disabling system applications are added