How to remove the screensaver from the screen of the smartphone Xiaomi: all the ways of 2026

Xiaomi’s screensaver can be annoying for a variety of reasons, from annoying ads in MIUI to slow animations when turned on. Someone wants to speed up the system’s launch, someone wants to get rid of unnecessary pictures, and someone just doesn’t like the standard Redmi or POCO logo when booting. In this article, we will examine all possible types of screensavers on Xiaomi smartphones and how to turn them off – from basic settings to hidden functions of the engineering menu.

Many users confuse the lock screensaver (wallpaper on the lock screen) with the boot screensaver (logo when turning on the phone) or banner ads in MIUI. We will look at each case separately so you know exactly what to disable and where. It is important to understand that some methods require unlocking the bootloader or superuser rights - without them, some functions will not be available.

If you're a beginner, start with the first two sections, which describe safe ways that don't require technical knowledge. Experienced users can immediately jump to the ADB or TWRP sections, which tell you how to change the system files of the screensaver.

1. How to remove the screensaver lock screen (wallpaper and widgets)

The simplest type of screensaver is the background pattern and widgets that appear when you lock your smartphone, and in MIUI, you can change them or disable them without any additional tools. Here's how to do this:

Open Settings β†’ Lock screen. Here you will see a few tabs:

  • 🎨 Wallpaper - changing the background image (you can choose a black screen or your picture).
  • βš™οΈ The locking style is a choice between classic, Always-on Display (AOD) or minimalist mode.
  • πŸ“± Widgets – Turning off weather, calendar, steps and other elements.
  • πŸ”’ Quick Actions – Control camera, flashlight and other functions shortcuts.

To completely remove visual β€œgarbage”, choose a minimalist lock style and disable all widgets. If you want a black screen, upload a monochromatic image through the Gallery β†’ Set as β†’ Lock Wallpaper.

πŸ’‘

MIUI 14+ has a Super Wallpaper feature with animations, which can be turned off in Settings β†’ Wallpaper β†’ Super Wallpaper β†’ Turn off.

If the screensaver still appears after the changes, check the Always-on Display (AOD) settings. This feature shows the time and notifications even on the screen off. Disables in Settings β†’ Lock Screen β†’ Always-on Display and Lock.

2. Disabling advertisements and recommendations on the lock screen

One of the most annoying things about MIUI is the banner ads and the "recommendations" on the lock screen, which come up even if you haven't set anything up, and you can remove them in two ways:

Method 1: Through the MIUI settings

  1. Go to Settings β†’ Lock screen β†’ Additional settings.
  2. Find the Recommendations item and turn off the slider.
  3. Go back and check the Show notifications on the lock screen – it can also be limited.

Method 2: Global Disconnection of Advertising in MIUI

If the ad appears not only on the block, but also on other menus, do the following:

  • πŸ“΅ Open the Settings. β†’ Annexes β†’ Application management β†’ Settings (cogs at the top).
  • πŸ” Find msa (or) MIUI System Ads and disable auto-start.
  • 🚫 It may be necessary to remove advertising completely. ADB (section 5 of this article).
πŸ“Š How often do you get annoyed by advertising? MIUI?
Constantly.
Sometimes.
No commercials.
I don't notice.
Other

If you still have ads after these actions, check for MIUI updates – newer versions of the firmware sometimes return ad modules. Also, remove unnecessary system applications through Settings β†’ Applications β†’ Delete (for example, Mi Video, Mi Music, GetApps).

An animation with the Xiaomi, Redmi or POCO logo that appears when you turn on the phone is sewn into the boot system section. You can't remove it without unlocking the bootloader. If you're ready for technical manipulation, here's a step-by-step instruction:

Step 1: Unlock the bootloader

  • πŸ”“ Register on the official Xiaomi website and get permission to unlock.
  • πŸ“± Install Mi Unlock Tool on PC and connect your phone in Fastboot mode (clip Volume Down). + Nutrition).
  • ⏳ Wait until the process is complete (it can take up to 72 hours due to Xiaomi restrictions).

Step 2: Install Custom Recovery (TWRP)

After unlocking, run TWRP through fastboot:

fastboot flash recovery twrp.img


fastboot boot twrp.img

Step 3: Replace boot animation

In TWRP, go to Advanced β†’ File Manager and find the file:

  • /system/media/bootanimation.zip is the main animation.
  • /system/media/miui_bootanimation.zip β€” alternative.

Delete or replace these files with empty ones (you can download ready-made bootanimation.zip with a black screen from XDA Developers themes).

What happens if you delete bootanimation.zip?
Without this file, the phone will turn on without animation, but the manufacturer’s logo (such as β€œRedmi”) can remain – it is written in the kernel of the system and requires deeper changes.

⚠️

Warning: Incorrect modification of system files can cause the phone to break down. Before you change, back up to TWRP!

4. Accelerate system loading (disabling unnecessary services)

If you're not so much annoyed by the visual screensaver as by the long-term onset of the smartphone, the problem may be the background software.

Method 1: Disabling Auto-Run Applications

  • πŸ›‘ Go to Settings. β†’ Annexes β†’ Application management β†’ Auto-start.
  • πŸ”„ Disable auto-run for unnecessary programs (especially social networks, instant messengers, games).
  • πŸ“‰ In Battery and Performance, select Power Savings for Background Applications.

Method 2: Cache cleaning and dalvik-cache

The cluttered cache slows down the loading, to clean it up.

  1. Turn off the phone and press Volume Up + Power to enter Recovery.
  2. Select Wipe β†’ Wipe Cache (not to be confused with Factory Reset!).
  3. For deep cleaning in TWRP Use Advanced Wipe β†’ Dalvik/ART Cache.

Method 3: Disconnection MIUI-optimization

Some MIUI firmware has a hidden setting that speeds up the loading:

adb shell settings put global force_fde_optimizations 1

This command involves forced file system optimization, enter it through ADB (how to configure in the next section).

Remove unnecessary applications|Clear the cache in Recovery|Disable autostart|Virus testing (via Malwarebytes)-->

5. Advanced Methods: ADB and Engineering Menu

For power users, there are ways to disable screensavers via ADB (Android Debug Bridge) and engineering menus, which require connecting the phone to a PC.

Method 1: Disabling Advertising through ADB

Install Google’s Platform Tools and execute the following commands:

adb shell pm uninstall --user 0 com.miui.systemAdSolution


adb shell pm uninstall --user 0 com.xiaomi.midrop




adb shell pm uninstall --user 0 com.android.browser

This will remove the main MIUI advertising modules.

Method 2: Engineering menu (to change the boot screensaver)

Enter the dialer code in the phone number:

##4636##

Go to Phone Information β†’ Features menu and find options related to bootanimation. On some models, you can turn off animations here, but this does not always work.

Method 3: Change the parameters via fastboot

For models with unlocked bootloader, you can change the boot logo (splash screen) with the command:

fastboot flash logo logo.bin

Where logo.bin is your custom logo file (you can create it through Xiaomi Logo Changer).

πŸ’‘

Using ADB and engineering menus can void warranty. Before experimenting, save data and unlock the bootloader officially.

⚠️

Warning: Some ADB commands (e.g. pm uninstall) delete system applications permanently, and if the phone starts to glitches, you'll have to reflash.

6. Alternative firmware (LineageOS, Pixel Experience)

If you're tired of MIUI restrictions, you can install custom firmware without screensavers or ads.

  • πŸ“± LineageOS - pure Android without unnecessary bells and whistles.
  • 🎨 Pixel Experience – firmware with an interface like Google Pixel.
  • ⚑ Havoc-OS – flexible firmware with many settings.

How to install custom firmware:

  1. Unlock the bootloader (Section 3).
  2. Install TWRP or OrangeFox Recovery.
  3. Download firmware from the official website (for example, LineageOS) and GApps (Google services).
  4. In TWRP, run Wipe β†’ System, Data, Cache and run the firmware.

βœ… Advantages of custom firmware:

  • βœ” No Advertising and Screensavers Xiaomi.
  • βœ” Quick downloads and updates directly from Google.
  • βœ” Ability to fine-tune the interface.

❌ Deficiencies:

  • ❌ Widevine may not work. L1 (no HD Netflix).
  • ❌ Camera malfunction (GCam required).
  • ❌ Loss of warranty (if the bootloader is unlocked).

Important: On models with a MediaTek processor (such as the Redmi Note 11), unlocking the bootloader often results in a loss of IMEI. Before firmware, save it via the MTK Engineering Mode.

Comparison of methods of disconnecting screensavers

MethodType of screensaverDifficultyUnlocking requiredRisks.
MIUI settingsWallpaper lock, AOD⭐No.No.
ADB-teamAdvertising, system applications⭐⭐No.Application failure
TWRP + Bootanimation ReplacementDownload animations⭐⭐⭐Yes.Phone brick
Custom firmwareAll types of screensavers⭐⭐⭐⭐Yes.Loss of warranty, non-functional functions
Engineering menuHidden settings⭐⭐No.Unstable work

FAQ: Frequent questions about the screensavers on Xiaomi

❓ Why does it appear again after the ad is turned off in the settings?
Probably after the MIUI update, the ad modules returned. Check autorun of the msa and com.miui.systemAdSolution applications in the settings. If it doesn't work, use ADB for complete removal (section 5).
❓ Can I remove the Redmi logo when turned on without unlocking the bootloader?
No. The boot logo is in the system logo section, which is protected, and you can't change it without unlocking and TWRP.
❓ How to return the standard screensaver if the phone does not turn on after changes?
If the phone is stuck on the logo or not loading, log in to Fastboot (click Volume Down + Power) and run the original boot.img through the command: fastboot flash boot.img Boot.img File boot.img can be downloaded from the Xiaomi Firmware Updater website for your model.
❓ Why does the custom firmware not work after installing NFC camera?
This is a typical problem of informal firmware. Solutions: Set a special fix for NFC (look for 4PDA or XDA for your model). For the camera, use Google Camera (GCam) with the right configs. Check if your firmware supports Widevine L1 (without it, Netflix won't show HD).
❓ How to turn off the screensaver "Mi Account" when resetting your phone?
This screensaver appears from a link to a Xiaomi account. To delete it: Log in to your Mi Account on your phone. Go to Settings β†’ Xiaomi account β†’ Delete your account. Reset to factory settings (Settings) β†’ The phone. β†’ If the phone is already locked, you will need to bypass Mi Account through EDL-The mode (only for experienced users!).