How to remove wallpaper scrolling on Xiaomi Redmi: All ways (2026)

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.

πŸ“Š How often do you get annoyed by the scrolling wallpaper?
Constantly.
Sometimes.
Only on live wallpaper.
I like the effect.
Didn't notice.

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.

  1. Open Settings β†’ Wallpaper (or Personalization on new versions).
  2. Select the current wallpaper (click on the preview at the bottom of the screen).
  3. In the upper right corner, tap the icon. βš™οΈ (Wallpaper settings).
  4. 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:

  1. Go to Settings β†’ About Phone β†’ Tap 7 times on the MIUI version until the notification appears You became a developer!.
  2. Go back to the basic settings and open a new Developer section (usually at the bottom).
  3. Find the option to turn off window animation or animation scale and set the value No animation.
  4. 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:

  1. Download Google’s platform-tools and unpack it into any folder.
  2. Connect Redmi to your PC, enable USB Debugging in the developer settings and confirm your trust in your computer.
  3. 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.home

The last command temporarily shuts down the MIUI launcher, so the desktop will reboot. To get it back, use:

adb shell pm enable com.miui.home
What if the ADB does not recognize the device?
1. Install drivers for your Redmi model from Xiaomi site. 2. Try another one USB-cable (original from charging is often not suitable for data transfer). 3. In the developer settings, enable debugging by USB (Safe Mode) and Allow permission to change. 4. Restart your phone and PC.

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:

  1. Clutch the empty area on the desktop.
  2. Select Home Screen Settings β†’ Home Screen by default.
  3. 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:

  1. Install Magisk and get root access (see XDA Developers for instructions for your model).
  2. Download any file manager with root support (such as Root Explorer or Mixplorer).
  3. Go to /system/media/theme/default/wallpaper/.
  4. Find the files. wallpaper_scroll_effect.xml or parallax_config.xml and rename them in wallpaper_scroll_effect.xml.bak.
  5. Reset the device.
Model RedmiPath to the scroll fileIs backup required?
Redmi Note 12 Pro+/system/media/theme/default/wallpaper/parallax_config.xmlYes.
Redmi K50/vendor/overlay/com.miui.home.xmlYes.
POCO X5 Pro/system/product/overlay/WallpaperScrollEffect.xmlNo.
Redmi 10C/system/priv-app/MiuiHome/MiuiHome.apk/res/xml/wallpaper_scroll.xmlYes.

⚠️ 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:

  1. Download the desired firmware version from the official Xiaomi website (choose Stable, not Developer).
  2. Rename the file to update.zip and place it in the root of the phone’s memory.
  3. Go to Settings β†’ About Phone β†’ System Update β†’ Click on the three dots in the upper right corner β†’ Select a firmware file.
  4. 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 updateMIUI reset the settingsRepeat the shutdown via ADB or launcher
The live wallpaper doesn't work.Conflict with disabled animationInstall a Live Wallpaper Picker from Google Play
The launcher stopped opening.Mistake in ADB-teamEnter adb shell pm enable com.miui.home
Battery discharges fasterThird-party launcher consumes more resourcesTurn 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.

Can you turn off scrolling on only one desktop?
No, MIUI doesn't have that option: Scrolling is either off globally or stays on all screens. The alternative is to use a third-party launcher (like Nova Launcher), where you can customize the effects for each desktop separately.
Why does the ADB scroll return after disabling?
This is due to the Automatic System Optimization function in MIUI, which resets some settings once in a 24 To fix the changes, type an additional command: adb shell cmd device_config put systemui wallpaper_scroll_enabled False or disable optimization in Settings β†’ Battery and productivity β†’ Optimization of the system.
Will the ADB method work on custom firmware?
It depends on the firmware. On Pixel Experience or LineageOS, the path to wallpaper settings is different, so the standard ones are different. ADB-Instead, try: adb shell settings put global settings. window_animation_scale 0 Use the Disable Wallpaper Scroll module for Magisk.
How do I check if my Redmi model supports scroll disabling?
List of models where scroll is disabled through standard settings (MIUI 13/14): Redmi Note 12/11/10 Pro Redmi K50/40 Pro POCO X5/F4 GT Redmi 10/9/8 (except Lite versions) On budget models (Redmi A1, Redmi 10A) and devices older than 2019 (Redmi Note 7) the option may not be available.
Can I turn off the scroll without a computer?
Yes, if you have root access. Install the BuildProp Editor app from Google Play and add a line: ro.miui.wallpaper_scroll_enabled=0 You can go to build.prop. After you save, restart your phone. Without root, this method doesn't work.