The lock screen on Xiaomi smartphones often becomes the object of user experiments: someone installs animated themes from the Mi Theme Store, someone tries custom wallpaper, and some accidentally activate advertising banners from MIUI. The result is one β instead of a minimalist interface, you see a motley heap of elements that prevents you from quickly unlocking the phone or simply spoils the appearance. Especially annoying when the the theme changes not only the background, but also fonts, notification icons or even adds unnecessary widgets.
In this article, weβll look at all the possible ways to remove themes from the lock screen, from standard MIUI settings to manual editing of system files (for advanced users). Itβs important to understand that some methods may differ depending on the firmware version (MIUI 12/13/14) and the smartphone model (Redmi Note 12, POCO X5, Xiaomi 13T, etc.).
Before you start settings, make sure you have a backup of important data. In rare cases, resetting themes can cause a launcher or widget to crash, and check if you have third-party launchers (such as Nova Launcher or Hyperion) installed β they may conflict with system themes.
1. Standard method: Reset themes via MIUI settings
The easiest and safest method is to return a standard theme through the settings menu, which works on most Xiaomi, Redmi and POCO devices with MIUI 12 firmware and later.
Open the Themes app and go to My Themes, where you'll see a list of themes you've installed, including the one currently active. Note that if the theme was installed from the Mi Theme Store, you can remove it right here -- click on the three dots next to the title and select Remove. To reset to the factory theme:
- π± Find a theme in the list called Standard or Default (may be called differently depending on the region).
- π¨ Click on it and select Apply. Confirm the replacement if the request appears.
- π Restart the device β sometimes changes only apply after a reboot.
If you don't have a standard theme on the list, try downloading it again from the Mi Theme Store. Type default theme or system theme into the store's search box. Set the first theme you find from official Xiaomi Inc.
βοΈ Preparation for the topic reset
An important nuance: on some devices (such as the POCO F4 or Xiaomi 12 Lite), the theme reset does not always remove custom wallpaper from the lock screen, in which case you will have to change them separately - read about this in the next section.
2 Manual change of lock screen wallpaper
If you have someone else's wallpaper or animations left on the lock screen after resetting the theme, you can replace them manually.
- Open the Settings β Lock screen.
- Select Lock Screen Wallpaper (or Lock Style on newer versions of MIUI).
- Scroll down and click Add Wallpaper or Select from Gallery.
- Select any image from your phoneβs memory or use standard Xiaomi wallpaper.
On devices with MIUI 14 and HyperOS (such as Xiaomi 14 or Redmi Note 13 Pro+), the path may be slightly different:
Settings β Personalization β Lock screen β Style β WallpaperIf you want to completely remove the wallpaper and leave a clean background, choose the color option and set a monochromatic shade (for example, black or gray). AMOLED-screen.
π‘
To keep the wallpaper on the lock screen from getting lost after the updates, save your favorite image to the DCIM β Wallpapers folder and set it as βStatic Wallpaperβ in the settings.
Removing themes via ADB (for power users)
If standard methods donβt work, try removing the theme through ADB (Android Debug Bridge), which is suitable for users who are not afraid of the command line and have basic knowledge of working with Android.
First, turn on USB debugging on your phone:
Settings β About Phone β MIUI version (click 7 times until the notification βYou became a developerβ appears)
Settings β Additional β For developers β Debugging by USB (enable)Connect your phone to your computer, open the terminal (or Command Prompt in Windows) and type:
adb devicesMake sure your device appears in the list. Then run the command to reset the theme:
adb shell cmd overlay reset com.android.theme.icon_pack.androidIf this doesnβt help, try removing the cache with the following:
adb shell pm clear com.android.thememanagerAfter you execute the commands, restart your phone. In most cases, this will return the standard look of the lock screen. If the problem persists, perhaps the theme is in the system files, then only a full reset will help (see section 5).
4. Disabling ads and banners on the lock screen
Many users confuse themes with banner ads that Xiaomi sometimes embeds into the lock screen, which can appear even after the theme is reset, to remove them:
- π« Go to Settings. β Lock screen β Additional settings.
- π΅ Disable Recommendations, Msa (Mi Advertising) and Personalized Advertising.
- π If banners are left, check the list of apps with display rights on top of others (Settings) β Annexes β Special access β Display on top of other apps. Uninstall suspicious programs.
On some models (such as the Redmi 10 or POCO M4 Pro), ads can be part of the firmware, in which case only disabling Xiaomi services through ADB will help:
adb shell pm disable-user --user 0 com.miui.weather2
adb shell pm disable-user --user 0 com.xiaomi.discoverWarning: Disabling system applications can cause the phone to work in an unstable way. If errors occur after executing commands, return the applications back with the command:
adb shell pm enable com.miui.weather25. Full reset settings (last resort)
If none of the methods worked, the last option is to reset the phone to factory settings. This will delete all user data, so be sure to back up through Settings β Google β Backup or Mi Cloud.
Resetting instructions:
- Open Settings β About the phone β Reset settings.
- Select Erase all data (on some models β Recover and Reset β Reset settings).
- Enter your Mi Account password if required.
- Confirm the action and wait for the process to be completed (it will take 5-10 minutes).
Once reset, the phone will boot with clean firmware and a standard theme, and itβs important that if youβve used your Mi Account, youβll need to enter your username and password to unlock it (anti-theft protection) after rebooting.
What to do if after the reset there are artifacts of the topic?
6 Solving problems after the MIUI update
Often, the themes break down after updating the firmware, for example, after switching from MIUI 13 to MIUI 14, users of Xiaomi 12 and Redmi Note 11 complain about the disappearance of standard wallpaper or resetting the lock screen settings.
- π Restart the phone β sometimes the system itself restores the settings after a reboot.
- π² Remove the app cache Topics (Settings) β Annexes β Application management β Topics β Warehouse β Clear the cache).
- π§ If the problem is fonts, reset them through Settings β Additionally. β Fonts.
If the update comes with errors (for example, the phone hangs on the MIUI logo), try to roll back to the previous version via Recovery.
- Download the full firmware package (.zip) for your model.
- Rename the file to update.zip and place it in the root of the phoneβs memory.
- Press Volume Up + Power to enter Recovery.
- Select Install update.zip and confirm the installation.
π‘
If the lock screen wallpaper is missing after the update, check the MIUI β Wallpaper folder in internal memory. Sometimes the system backs up wallpaper with the.wallpaper extension - you can restore them manually.
Comparison of methods of deleting topics
To choose the best way, compare them by key parameters:
| Method | Difficulty | Time. | Risks. | Efficiency |
|---|---|---|---|---|
| Reset via settings | β (simple) | 1-2 minutes | No. | 80% (not always removes wallpaper) |
| Manual wallpaper alteration | ββ | 3-5 minutes | No. | 90% |
| ADB-team | βββ | 10-15 minutes | Medium (risk of failure) | 95% |
| Disabling advertising | ββ | 5 minutes. | No. | 100% (for banners only) |
| Total reset | ββββ | 20+ minute | High (data loss) | 100% |
For most users, the first two methods are sufficient.If you are not sure of your skills, do not resort to ADB or reset unless absolutely necessary.
FAQ: Frequent questions on topics on Xiaomi
πΉ Why after removing the theme wallpaper on the block remains?
πΉ Can topics be deleted without losing data?
πΉ Why does the lock screen appear advertising, although there is no topic?
πΉ How to return standard icons after changing the theme?
πΉ Why After Updating MIUI quirk?
π‘
If none of these methods worked, check your phone for viruses. Some malware changes themes and wallpapers without the user's knowledge. Use Malwarebytes or the built-in scanner in MIUI Security.