How to roll back the notification curtain update on Xiaomi: 5 proven ways

Updating the notification panel (curtains) on Xiaomi smartphones often brings not only new features, but also unpleasant bugs: brakes when swiping, the disappearance of fast switches or incorrect display of notifications. If after the MIUI update, the curtain became worse, it can be rolled back to the previous version. In this article, we will analyze all the current ways to return the old notification panel, including methods without root rights and using ADB.

It’s important to understand that rolling back the curtain is an interference with system files that can lead to unstable phone performance. We’ve only collected proven methods, but on models with a locked bootloader (such as the Redmi Note 12 Pro+ 2023), some methods may not work without unlocking. If you are not sure of your skills, first back up the data through Settings β†’ Additional β†’ Backup.

Why the notification curtain may not work properly after the update

Problems with the notification panel after the MIUI update are usually related to:

  • πŸ”„ New curtain optimized for fresh system libraries, but older apps (e.g. Google Play Services) have not yet been adapted.
  • 🐞 Bagami in firmware: In the first builds MIUI 15 Many users complained about the lags when opening the curtain due to errors in animation.
  • πŸ“± Incompatibility with iron: on budget models (Redmi) 10A, Poco M4 Pro) new curtain graphics may be slowed by weak processor.
  • πŸ”’ Manufacturer restrictions: Xiaomi sometimes blocks rollback of system components on Anti-Rollback devices (e.g. Xiaomi 13 Ultra).

Before you start rolling back, check if the problem has been fixed in the next patch. Go to Settings β†’ About Phone β†’ System Update and install all available updates. If there are any bugs left, go to the methods below.

πŸ“Š What's the problem with the curtain you have?
Lags on swipe
Notifications are missing
Quick settings are not working
Other
No problem.

Method 1: Recoil through MIUI settings (without root)

The safest method is to use the built-in curtain reset feature, which works on most devices with MIUI 12-15, but does not guarantee a return to the old version of the design, but only resets the configuration.

  1. Open Settings β†’ Notifications and Status bar.
  2. Scroll down and select Reset Notification Settings.
  3. Confirm the action and restart the phone.

If this method does not help, try a more radical option:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the MIUI System Interface (or Launcher on some models).
  3. Click Storage β†’ Clear the data and restart the device.

Backup data | Check battery power (minimum 50%) | Disable two-factor authentication in Mi Account | Make sure you have a stable Internet connection

-->

⚠️ Warning: Cleaning up the system interface data will reset all the widgets on the home screen and the theme settings, and you can only restore them manually.

Method 2: Remove updates via ADB (for advanced)

If resetting didn't work, you can manually remove the curtain update via ADB (Android Debug Bridge), which requires a computer and enabled USB debugging.

Instructions:

  1. Download Google’s Platform Tools and unpack the archive.
  2. On your phone, activate Settings β†’ About Phone β†’ MIUI version (click 7 times to turn on Developer Mode).
  3. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  4. Connect your phone to your PC, open the command line in the adb folder and do:
adb devices


adb shell pm uninstall -k --user 0 com.android.systemui




adb shell cmd overlay list | grep ControlCenter

The last command will show the identifiers of the curtain overlays. Copy them and do:

adb shell cmd overlay disable com.android.theme.icon.pack.controlcenter.overlays.VER

(Replace the VER with the real identifier from the output).

Xiaomi modelTeam to roll back curtainNotes
Redmi Note 11/12adb shell cmd overlay disable com.android.theme.icon.pack.controlcenter.overlays.V13It works on MIUI 14.0.3+
Xiaomi 13/13 Proadb shell pm uninstall -k --user 0 com.miui.systemAdSolutionRequires a reboot.
POCO F4/F5adb shell cmd overlay disable com.android.theme.icon.pack.controlcenter.overlays.V12Can reset your gesture settings
What if the ADB can’t see the device?
If the adb device command does not show your phone: 1. Install Xiaomi USB Drivers drivers from the official website. 2. Check the cable (use the original one). 3. Enable USB debugging (security options) and OEM unlock. 4. Restart your PC and phone in the developer settings.

⚠️ Note: On some models (Xiaomi) 12T, Redmi K50) Removing the curtain overlays can reset all the animations in the system, and you can only restore them through a complete reset.

Method 3: Reverse via TWRP (unlocked bootloader required)

If you have a custom TWRP recap, you can manually flash the old version of the SystemUI.apk file. This method is suitable for advanced users and requires:

  • πŸ”“ Unlocked bootloader (instructions for Xiaomi: official website).
  • πŸ“± Established TWRP (The version should support your model).
  • πŸ“ Backup of the current firmware (do backup through Backup in the TWRP).

Step-by-step:

  1. Download the archive with the desired version of SystemUI.apk for your firmware (see 4PDA or XDA-Developers forums).
  2. Reboot the phone to TWRP (clip Power + Volume up).
  3. Select Install β†’ Install Image and specify the path to the downloaded file.
  4. Sweep the file to the System section and run Wipe Dalvik/Cache.
  5. Reset the device.

πŸ’‘

Before you run through TWRP, check the hash amount of the downloaded file SystemUI.apk, which will prevent you from installing a damaged package. Use the MD5 Checker utility for Android.

If the phone loads into a bootloop (cyclic reboot) after firmware, go back to TWRP and restore the backup via Restore.

Method 4: Using the Magisk module (for rooted devices)

If you have Magisk installed on your Xiaomi, you can use the MIUI Control Center module, which allows you to return the old curtain without completely flashing.

How to determine:

  1. Download the MIUI Control Center module (check compatibility with your version of MIUI).
  2. Open Magisk Manager and go to the Modules section.
  3. Click Install from Storage and select the downloaded file.
  4. Reboot the phone.

After installation of the module:

  • πŸ”§ Set up the curtain through Settings β†’ Notifications β†’ Control panel.
  • 🎨 Choose the design from the proposed options (versions from the MIUI 10. MIUI 14).
  • πŸ”„ If necessary, turn off animations to speed up work.

⚠️ Note: Modules for Magisk may conflict with some banking applications (e.g. SberBank Online or Tinkoff).If payment services stop working after installing the module, delete the module or use MagiskHide.

Method 5: Complete downgrade firmware (extreme case)

If nothing else works, you just have to roll the entire firmware back to the previous version, which is a radical way to bring the curtain back to factory status, but you have to:

  • πŸ”„ Complete Fastboot or Recovery Fastboot.
  • πŸ“΅ All data loss (unless backup is made).
  • πŸ”“ Unlocked bootloader (on most Xiaomi models after 2020).

Instructions:

  1. Download the desired firmware version from the official Xiaomi website (choose Stable, not Developer).
  2. Unpack the archive and connect the phone to your PC in Fastboot mode (clip Power + Volume Down).
  3. Open the command line in the firmware folder and do:
fastboot flash recovery recovery.img


fastboot flash boot boot.img




fastboot flash system system.img




fastboot flash vendor vendor.img




fastboot erase userdata




fastboot reboot

After the reboot, the phone will be like a post-purchase phone – with an old version of the curtain and a clean system.

πŸ’‘

Before downgrading the firmware, check if your model supports rollback.Some devices (such as the Xiaomi 11T Pro) have Anti-Rollback protection installed, which can lock the phone when trying to flash the older version.

Frequent mistakes and their solutions

When you roll back the curtains, you often have typical problems, and we've collected some of the most common and common ways to fix them:

Mistake.Reason.Decision
The curtain does not open after the rollbackSystemUI cache damagedClear the cache via TWRP or run adb shell pm clear com.android.systemui
The Quick Settings Panel is MissingDeleted ControlCenter overlayRecover overlay with adb shell cmd overlay enable PACKAGE_NAME
The phone does not load after the firmwareIncompatible version of SystemUI.apkFastboot complete the Fastboot
Lags on swipe downConflict with Magisk modulesDisable all modules in Magisk Manager and restart

If none of the methods worked, check:

  • πŸ“‹ Compatibility of your model with the chosen method (on forums) 4PDA lists of supported devices).
  • πŸ”Œ Connecting to a PC (try another cable or port) USB 2.0).
  • πŸ“‘ Internet connection stability (when downloading firmware or modules).

FAQ: Answers to Frequent Questions

Can I roll the curtain on Xiaomi without a computer?
Yes, but the options are limited. You can: Reset notification settings via Settings β†’ Notifications. Install Magisk (if the phone is rooted) directly from your phone. Use applications like MIUI Down Version (available on 4PDA), but they require an unlocked bootloader. Without a PC, you can't run ADB commands or flash SystemUI.apk through TWRP.
Why did the fast-setting icons disappear after the curtain rollback?
This is due to the reset of ControlCenter overlays. To return the icons: Follow the command: adb shell cmd overlay enable com.android.theme.icon.pack.controlcenter.overlays.VER (replace VER Or reset your settings through Settings. β†’ Annexes β†’ Application management β†’ System interface MIUI β†’ Warehouse β†’ Clear the data. If the icons never show up, run the full firmware through Fastboot.
Will Google Pay work after the curtain rolls back?
Depends on the method: πŸ”Ή Resetting or ADB β€” It does not affect Google Pay. πŸ”Ή Magisk modules – can cause problems (solved through MagiskHide). πŸ”Ή Downgrade firmware - reset all certificates, require re-binding cards. Before rolling back, check Google Pay in Safe Mode (press the switch off button). β†’ Restarting in Safe Mode).
How to return the old curtain to Xiaomi with a blocked bootloader?
On devices with a locked bootloader (Redmi Note 11, Xiaomi 12 Lite and later), there are only two ways: Reset settings through Settings β†’ Notifications (not always helps); Official firmware rollback through the Mi Flash Tool (requires unlocking the bootloader, which will reset all data). Without unlocking, it is impossible to roll back the curtain on new Xiaomi models due to Anti-Rollback protection.
Can I roll the curtain on POCO phones?
Yes, but there are nuances: POCO F3/F4/F5 works all methods except downgrade firmware (due to Anti-Rollback 4). POCO X3 Pro and older models can use ADB or Magisk. POCO M4/M5 is only suitable for resetting through the menu. Before rolling back, check the MIUI version for POCO - it may differ from the standard (for example, MIUI 14 for POCO).