Scrolling wallpaper on Xiaomi Redmi smartphones (and other devices running) MIUI) Animation, in which the background image is slightly shifted when switching between desktops, not only distracts attention, but can also increase battery consumption. 3-7% It's a constant re-drawing of the graphics, especially in the models with the AMOLED-Each pixel consumes energy independently.
In this article, we will discuss all the current ways to disable the effect β from standard settings to hidden developer and ADB commands. The methods are tested on the Redmi Note 12/11/10 Pro, Redmi 9/9A and other popular models with MIUI 13 and MIUI 14. If you use custom firmware (for example, Pixel Experience or LineageOS), some instructions may not work β we will also mention this separately.
Why is the scrolling of wallpaper turned on automatically?
The paralax scrolling effect (as the feature is officially called in MIUI) is activated by default on most Xiaomi devices starting in 2019.
- π¨ Design solution: Xiaomi positions this feature as part of a βliveβ interface that should create a sense of depth.
- π± Adaptation to big screens: On smartphones with an aspect ratio of 20:9 and above (for example, Redmi Note 12 Pro)+) The scroll helps fill the empty space on the sides.
- π Hidden Optimization: On some firmware, the effect is turned off automatically when the battery is low (less than 15%), but returns after charging is connected.
Interestingly, on flagship models (Xiaomi 13 Ultra, Redmi K60 Pro) scroll is implemented more smoothly due to hardware acceleration, while on budget devices (Redmi 10A, POCO M5) it can slow down, especially when using live wallpapers.
Method 1: Disconnect via standard MIUI settings
The simplest method, which works on 90% of Redmi devices with MIUI 12-14, does not require root rights or a PC connection.
- Open Settings β Wallpaper (or Personalization on new versions).
- Select the current wallpaper (click on the preview at the bottom of the screen).
- In the upper right corner, tap the icon. βοΈ (Wallpaper settings).
- Move the slider Scroll effect (or Paralax effect) to the off position.
If this item is not available, then your firmware does not support disabling through the GUI, in which case move on to the following methods.
π‘
On some devices (for example, Redmi Note 11 Pro 5G) the option is hidden behind a long tap on the desktop β Wallpaper settings β Additional.
Method 2: Using the Developer Mode
If the standard method didn't work, try turning off the scroll through the developer's settings. This method requires pre-activation of the mode:
- Go to Settings β About Phone β Tap 7 times on the MIUI version until the notification appears You became a developer!.
- Go back to the basic settings and open a new Developer section (usually at the bottom).
- Find the option to turn off window animation or animation scale and set the value No animation.
- Reset the device.
This method doesn't always remove the scrolling completely, but it makes it less noticeable. The next way to turn it off completely is to do it.
Activate the Developer Mode
Connect your phone to your PC via USB
Install ADB (platform-tools) drivers
Allow debugging over USB on your phone-->
Method 3: ADB-commands to shut down
For devices where wallpaper scrolling is sewn into the system (for example, Redmi K50i or POCO F4 GT), the only reliable way is to use ADB. This method requires a connection to a computer, but does not need root rights.
Follow the instructions:
- Download Googleβs platform-tools and unpack it into any folder.
- Connect Redmi to your PC, enable USB Debugging in the developer settings and confirm your trust in your computer.
- Open the command prompt (cmd) in the folder with the platform-tools and type:
adb shell settings put global window_animation_scale 0
adb shell settings put global transition_animation_scale 0
adb shell settings put global animator_duration_scale 0
adb shell pm disable-user --user 0 com.miui.homeThe last command temporarily shuts down the MIUI launcher, so the desktop will reboot. To get it back, use:
adb shell pm enable com.miui.homeWhat if the ADB does not recognize the device?
Method 4: Installation of a third-party launcher
If you don't want to mess with the settings, the most radical way is to change the standard MIUI launcher to an alternative.
- π± Nova Launcher: Allows you to disable all animations in settings (Settings) β Animation. β Speed of animation = Off.).
- β‘ Lawnchair: Lightweight open source launcher, supports gestures and wallpaper customization.
- π¨ Hyperion Launcher: Optimized for Xiaomi devices, has a built-in Disable Wallpaper Scrolling option.
After installing a third-party launcher:
- Clutch the empty area on the desktop.
- Select Home Screen Settings β Home Screen by default.
- Specify a new launcher and confirm the choice.
β οΈ Attention: On some firmware MIUI 14 after the launcher change, weather widgets and call notifications may disappear. To return them, install the MiuiHome Widget from Google Play.
Method 5: Edit system files (Root required)
For advanced users who are ready to get root rights, there is a way to disable scroll at the system file level. This method is irreversible without repatching, so back up!
Instructions:
- Install Magisk and get root access (see XDA Developers for instructions for your model).
- Download any file manager with root support (such as Root Explorer or Mixplorer).
- Go to /system/media/theme/default/wallpaper/.
- Find the files. wallpaper_scroll_effect.xml or parallax_config.xml and rename them in wallpaper_scroll_effect.xml.bak.
- Reset the device.
| Model Redmi | Path to the scroll file | Is backup required? |
|---|---|---|
| Redmi Note 12 Pro+ | /system/media/theme/default/wallpaper/parallax_config.xml | Yes. |
| Redmi K50 | /vendor/overlay/com.miui.home.xml | Yes. |
| POCO X5 Pro | /system/product/overlay/WallpaperScrollEffect.xml | No. |
| Redmi 10C | /system/priv-app/MiuiHome/MiuiHome.apk/res/xml/wallpaper_scroll.xml | Yes. |
β οΈ Attention: MIUI 14 Android 13+ Editing system files can trigger SafetyNet and block banking applications. Before changing, check SafetyNet status with the command: adb shell su -c "getprop ro.boot.verifiedbootstate If the result is orange, your device is no longer validated.
Method 6: Firmware rollback (extreme case)
If none of the methods worked, and scrolling wallpaper is critically difficult, consider rolling back to an older version of MIUI. For example, on the Redmi Note 11 in MIUI 12.5 firmware, the scroll effect was less noticeable than in MIUI 14.
How to roll back:
- Download the desired firmware version from the official Xiaomi website (choose Stable, not Developer).
- Rename the file to update.zip and place it in the root of the phoneβs memory.
- Go to Settings β About Phone β System Update β Click on the three dots in the upper right corner β Select a firmware file.
- Confirm the installation and wait for the reboot.
Note that when you roll back:
- π All data on the phone will be erased (do backup!).
- π Some applications may have problems (e.g. Google Pay may require a security update).
- π± Some functions (such as dual applications or second space) may not work properly.
π‘
Firmware rollback is a last resort. Before the procedure, check if your model supports rollback via Fastboot (see instructions on 4PDA or XDA).
Frequent problems and solutions
Even after successful scroll disabling, users experience side effects. Consider typical cases:
| Problem. | Reason. | Decision |
|---|---|---|
| Scrolling back after update | MIUI reset the settings | Repeat the shutdown via ADB or launcher |
| The live wallpaper doesn't work. | Conflict with disabled animation | Install a Live Wallpaper Picker from Google Play |
| The launcher stopped opening. | Mistake in ADB-team | Enter adb shell pm enable com.miui.home |
| Battery discharges faster | Third-party launcher consumes more resources | Turn off background launcher activity in battery settings |
If after manipulating the system, the phone began to brake, reset the launcher settings: go to Settings β Applications β Application Management β find Launcher (or MIUI Home) β Storage β Clear data.