How to remove automatically changing wallpaper on the lock screen Xiaomi Redmi 10: the complete guide

The dynamic wallpaper feature on the lock screen in Xiaomi Redmi 10 may seem convenient for those who like variety. However, many users face a situation where the system automatically substitutes background images from the gallery, banner ads or thematic pictures from MIUI - and this is annoying. Especially if you are used to a static background or want to keep privacy (for example, so that random photos do not appear on the lock).

In this article, we’ll look at all the ways you can disable changing wallpapers, from standard settings to hidden MIUI 12/13/14 functions and even commands via ADB. Importantly, some methods require superuser rights, but most work without them. If you’ve tried changing wallpapers through the menu, but they still change, here you’ll find a solution.

Compounding the problem, the path to settings may differ from MIUI to MIUI, such as the global and Chinese versions of Redmi 10, where we have different menus, and we have taken these nuances into account and provided universal instructions that are relevant to all smartphone modifications (including Redmi 10 2022, Redmi 10 Prime and Redmi 10C).

Why do the locks change automatically?

Before we get to the solution, it is worth understanding what causes the change of background images. In Xiaomi Redmi 10, there are three mechanisms for this:

1. the Dynamic Wallpaper function in MIUI – the system automatically loads thematic pictures (weather, holidays, advertising Xiaomi services).

2 Gallery Integration – A smartphone can take random photos from DCIM or Pictures folders if the option β€œRecommended Wallpaper” is enabled.

3. Google Services – If you use a Google account, some wallpaper may be synced via Google Photos or Google Drive.

The most common problem is in the first point: MIUI aggressively promotes its "chips" including dynamic wallpaper, even if the user did not request them, for example, after updating the firmware, the function can be activated automatically.

⚠️ Note: If banner ads appear on the lock screen (for example, suggestions to install apps), this is a sign of the activated function "Recommendations on the lock screen." It must be disabled separately, we will talk about this in one of the following sections.

It’s also worth checking if you have a third-party wallpaper app (such as Zedge or WallpapersCraft) that has permission to change the lock background, which often runs in the background and can conflict with MIUI settings.

πŸ“Š You have noticed an automatic change of wallpaper on the lock?
Yeah, it's annoying.
Yeah, but I like it.
No, I have a static background.
I don't know, I didn't pay attention.

Method 1: Disable dynamic wallpapers through standard settings

The easiest method is to use the built-in MIUI options, which is suitable for most users and does not require additional knowledge.

1. Open the Settings app (the gear icon on the home screen).

2. Go to the Lock Screen section (in some versions of MIUI it may be called Lock and Password).

3. Find the Wallpaper Lock screen or Lock Style and tap it.

4. In the menu that opens, select Static Wallpaper or From Gallery (but not Dynamic or Recommended).

5. Set the desired image manually and save the changes.

If the wallpaper changes after this action, it means that the problem lies deeper, perhaps sync with the cloud or the hidden settings of MIUI are active.

Make sure you choose static wallpapers, not Dynamic or Recommended Wallpapers.

Check if third-party wallpaper apps (Zedge, Walli, etc.) are installed.

Update the firmware to the latest version (in older versions of MIUI, wallpaper bugs were more common)

Reboot your smartphone after the changes-->

In some MIUI 13/14 firmware, the option to disable dynamic wallpaper is hidden deeper. If you didn't find the lock screen wallpaper in the main menu, try an alternative path:

Settings β†’ Wallpaper β†’ Lock screen β†’ Additional settings β†’ Disable β€œAutomatic Shift”

⚠️ Redmi 10 with firmware for the Chinese market (China) ROM) If you have this version, use Method 3 (via the menu) ADB) Or consider re-flashing to the global MIUI.

Method 2: Disabling recommendations and ads on the lock screen

If your Redmi 10 has banner ads or apps on it, it means that the "Recommendations on the Lock Screen" feature is activated, which is a separate option that you need to turn off regardless of the wallpaper settings.

Instructions for removing advertising:

  1. Open the Settings β†’ Lock screen.
  2. Find the Recommendations item on the lock screen (or Show recommendations).
  3. Move the slider to the off position.
  4. Go back to the previous menu and check if there is an item Show ads – it must also be deactivated.

If you don't have those options, then the ads are built into the theme.

1. Go to Settings β†’ Wallpaper β†’ My themes.

2. Select a standard theme (Basic or MIUI) instead of a custom theme.

3. Apply the changes and restart the smartphone.

On some versions of MIUI, ads may appear because of Xiaomi services such as Mi Browser or GetApps, and to completely remove them, you will have to disable the auto-run of these applications:

Settings β†’ Applications β†’ Application Management β†’ [Select Mi Browser] β†’ Autorun β†’ Disable
How to check which app changes the wallpaper?
If you don't have any wallpaper changes, but you're off the setup, install the App Inspector app from Google Play, which will show you which programs have recently accessed your system settings, and look in the logs for com.android.systemui or com.miui.gallery, which are the key services that manage wallpaper in MIUI.

Method 3: Using ADB to force shutdown (no root)

If standard methods don’t work, you can use the Android debugging bridge (ADB), which doesn’t require superuser rights, but requires connecting your smartphone to your computer.

What you need:

  • πŸ–₯️ Computer with installed Xiaomi drivers and package ADB Tools.
  • πŸ“± Included debugging by USB Redmi 10 (Settings) β†’ The phone. β†’ Version. MIUI β€” Tap 7 times, then go back to Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ Cable USB (preferably original).

Step-by-step:

1. Connect your smartphone to your PC and allow debugging (a request will appear on the Redmi 10 screen).

2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:

adb devices

Make sure your Redmi 10 is displayed on the list of devices.

3. execute the command to disable the dynamic wallpaper:

adb shell settings put global lock_screen_wallpaper_enabled 0

4.Reboot the smartphone:

adb reboot

If the wallpaper still changes after the reboot, try the additional command:

adb shell settings put secure lock_screen_allow_private_notifications 0

⚠️ Attention: Teams ADB They are reset after resetting the settings or updating the firmware. MIUI The problem will come back, repeat the procedure.

πŸ’‘

Save ADB commands to a text file on your computer so you can quickly reuse them if the wallpaper starts changing again after the update.

Method 4: Removal of wallpaper through MIUI-Launcher (for experienced users)

MIUI has a hidden feature that resets wallpaper to standard, but it's not documented, and it's a good technique if you're not afraid to experiment with system files.

Instructions:

1. Install a file manager with access to system folders (e.g., Solid Explorer or FX File Explorer).

2.Cross the path:

/data/system/users/0/

This is where the current user’s settings are stored.

3. Find the file. wallpaper_info.xml Remove it (or rename it) wallpaper_info.xml.bak).

4. Reboot the smartphone.

After that, the system will reset the wallpaper to standard and the dynamic change will be disabled, but this method may not work on all versions of MIUI, as the path to the file sometimes changes.

Alternatively, use the Activity Launcher app:

1. Install Activity Launcher from Google Play.

2. Find the activity list com.miui.home or com.miui.gallery.

3. Run an activity called WallpaperPickerActivity.

4. In the menu that opens, select static wallpaper and apply it.

πŸ’‘

Deletion of the file wallpaper_info.xml It resets all of the user's wallpaper (including desktop), not just the lock screen, and after the procedure, you have to reconfigure it.

Method 5: Disable via theme settings (for MIUI 12/13/14)

In newer versions of MIUI, dynamic wallpaper is often tied to the themes of the design, and even if you manually set a static background, the theme can overwrite it.

1. Open Settings β†’ Wallpaper β†’ My themes.

2. Select theme Basic or MIUI (without the "Dynamic" tag).

3. Click Apply, then go to Lock screen Settings and set the desired wallpaper again.

If the problem persists, try resetting the theme settings:

1. Go to Settings β†’ Wallpaper β†’ My Theme β†’ Settings (cog icon in the upper right corner).

2. Select Reset Theme Settings.

3. Confirm the action and restart the smartphone.

In some cases, it helps to disable the function "Automatic application of topics":

Settings β†’ Wallpaper β†’ My themes β†’ Settings β†’ Automatic application of themes β†’ Off.

Method 6: Radical solution – reset the lock screen settings

If none of these methods worked, the last resort is to reset the lock screen settings to factory settings, which will remove all user settings (including fingerprints and graphics keys) but return the standard wallpaper.

How to do this:

1. Go to Settings β†’ System β†’ Resetting.

2. Select Reset the Lock screen settings (not to be confused with a full phone reset!).

3. Confirm the action by entering the password (if it is set).

4. After rebooting, set up the lock screen again by selecting static wallpaper.

This method is guaranteed to remove all custom settings, including dynamic wallpaper, but it should only be used if other methods have not worked.

⚠️ Warning: After resetting the lock screen settings, you will have to re-add fingerprints, configure Smart Lock and other security settings. If you have Xiaomi’s Find Device feature enabled, make sure to remember your Mi Account details before resetting – otherwise you may need to unlock through the service center.

Comparison of methods: which way to choose?

To make it easier for you to decide, we have compiled a table with the pros and cons of each method:

MethodDifficultyYou need a PC?Need root?Efficiency
Standard settings⭐ (simple)❌ No.❌ No.⚠️ Medium (may not work)
Disabling recommendations⭐ (simple)❌ No.❌ No.βœ… High (removes ads)
ADB-team⭐⭐ (middle-of-the-road)βœ… Yes.❌ No.βœ…βœ… Very high.
Removal wallpaper_info.xml⭐⭐⭐ (difficult)❌ No.❌ No (but you need a file manager)⚠️ Medium (not always working)
Resetting lock settings⭐⭐ (middle-of-the-road)❌ No.❌ No.βœ…βœ…βœ… Guaranteed.

For most users, the best solution is a combination of Method 1 (standard settings) and Method 2 (disabling recommendations). If this does not help, use Method 3 (ADB), as it does not require root rights and works on all versions of MIUI.

Frequently Asked Questions (FAQ)

After the dynamic wallpaper is turned off, they reappear after the reset. What do we do?
This is a typical MIUI problem where the system resets settings when it reboots. Solutions: Try Method 3 (ADB) β€” it records settings at the system level. Turn off automatic theme updates in Settings β†’ Wallpaper β†’ My themes β†’ Settings. Set up a third-party launcher (like Nova Launcher) and set up wallpaper through it.
Can I turn off the wallpaper without a computer?
Yes, most of the ways in this article do not require PC: Standard settings (Method) 1). Disabling recommendations (Method) 2). Deletion of the file wallpaper_info.xml through the file manager (the method) 4). Resetting the lock settings (Method) 6). ADB It's only for the Way. 3, But it's the most reliable.
Why is my Redmi 10 not having Dynamic Wallpaper in the settings?
It depends on the MIUI version and regional firmware: Global ROM usually has an option in Settings β†’ Lock Screen. Chinese ROM may have a different path: Settings β†’ Wallpaper β†’ Dynamic Wallpaper. Some firmware features called Recommended Wallpaper or Automatic Change. If there is no point at all, then dynamic wallpaper is disabled at the firmware level (or not in your MIUI version).
Will these methods work on other Xiaomi models (Redmi Note 10, Poco X3, etc.)?
Yes, most of the ways are universal for all smartphones on MIUI 12/13/14, including: Redmi Note 10/11/12, Poco X3/X4, Mi 10/11. Exceptions: On Poco Launcher, the path to wallpaper settings may be different. On older versions of MIUI (below 12), some ADB commands do not work.
Can I return the dynamic wallpaper after disconnection?
Yes, all changes are reversible: If you used the method 1 or 2, Just turn the function back on in the settings. 3 (ADB), Adb shell settings put global settings lock_screen_wallpaper_enabled 1 After the Method 6 (Resetting settings) dynamic wallpapers are enabled through Settings β†’ Wallpaper. β†’ Dynamic wallpaper.