App updates on Xiaomi Redmi Note 9 often bring not only new features, but also bugs, brakes or an uncomfortable interface. If after the update of Google Play Store, Mi Video, Gallery or other system / third-party application became worse, it can be rolled back to the previous version. In this article, we will analyze 5 proven ways, including hidden settings MIUI, ADB commands and even restore through Safe Mode.
It is important to understand that not all applications can be rolled back the same way. System utilities (for example, com.miui.gallery or com.android.settings) require superuser rights or ADB, whereas regular programs from the Play Store roll back in two clicks. We will describe each method in detail, taking into account the features of the Redmi Note 9 (models M2003J15SC/M2003J15SS) on MIUI 12-14 and Android 10-12.
1. rollback through application settings (for user programs)
The easiest way is to return the previous version directly from the app menu.It works for all programs installed through the Play Store, but is not suitable for Xiaomi system utilities (for example, Security or Themes).
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π Find the app you want (like YouTube or Chrome) and tap it.
- βοΈ In the upper right corner, press three dots. β Remove updates.
- β Confirm the action. The app will return to the factory version (the same as when you bought the phone).
β οΈ Warning: After the Play rollback, the Store may offer to update the program again. To avoid this, disable the automatic update for this application:
- Open Play Store β profile β Settings β Auto-Update applications.
- Choose Not to Update Automatically.
π‘
If the Remove Updates button is inactive, the application is system-based, and it will require one of the methods below (ADB or Safe Mode) to roll back.
2.Removal of system application updates through ADB
To roll back system applications (com.miui.home, com.android.contacts, etc.) you need a computer and an ADB debugging bridge. This method works on Redmi Note 9 without root rights, but requires the inclusion of Developer Mode.
Steps:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version (you will be notified "You're a Developer"). Return to Settings β Additional β Developer. Enable USB Debugging and OEM Unlock.
- Connect your phone to your PC: Download ADB Tools (or use Xiaomi's Mi Flash Tool). Unpack the archive and open the command line in the folder (Shift + right button β Open PowerShell window here). Enter the command: adb devices If the phone is determined (a serial number will appear), type: adb shell pm list packages -f | grep "name package" For example, for Gallery: adb shell list pm packages -f | grep package
Roll back the app:
adb shell pm install -r -d /system/priv-app/Packet Name/Packet Name.apkFor example, for com.miui.gallery:
adb shell pm install -r -d /system/priv-app/Gallery/Gallery.apkDeveloper mode activated |Install Xiaomi drivers on PC| Phone connected in file transfer mode |ADB recognized the device (team `adb devices`) | Download the backup of the current version of the application (in case of an error)
-->
β οΈ Attention: Wrong team ADB It can cause a crash of the system application. Before experimenting, create a backup using adb backup or Mi Cloud:
adb backup -apk -obb -shared -all -f backup.ab3.Use Safe Mode to remove updates
Safe Mode allows you to temporarily disable all user applications and updates, returning the system to a "clean" state, which is useful if the launcher or settings start to glittle after the update.
How to Sign in to Safe Mode on Redmi Note 9:
- Press the power button until the shutdown menu appears.
- Press and hold the "Off" option (or "Reboot" on some versions of MIUI).
- Confirm the Safe Mode login (the βSafe Modeβ will appear in the lower left corner of the screen).
In this mode:
- π All updates to system applications will be disabled.
- π± You can remove the problem application through Settings β Applications (if not system-specific).
- π§ To return normal mode, just restart your phone.
What to do if Safe Mode is not enabled?
4. Reset to factory settings (last resort)
If none of these methods worked, and the system application (e.g. com.miui.securitycenter) completely stopped working after the update, it will be hard reset, which will remove all data from your phone, including photos, messages and installed programs, so use it only as a last resort.
Instructions:
- Create a backup through Settings β Memory β Backup or Mi Cloud.
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data and confirm the action.
- After the reboot, the phone will return to the βout of the boxβ state with older versions of all apps.
| Recoil method | Suitable for | PC required | Loss of data | Difficulty |
|---|---|---|---|---|
| Application settings | User programs (Play Market) | β No. | β No. | βEasy |
| ADB | System applications (com.miui.*) | β Yes. | β No. | ββMedium |
| Safe Mode | Temporary disabling of updates | β No. | β No. | βEasy |
| Resetting settings | All applications (extreme case) | β No. | β Yes. | βββHard |
β οΈ Attention: On some firmware MIUI (For example, Global Stable 12.5.4) may require re-assignment of your Mi Account after reset. If you have forgotten your password, use the pre-reset recovery service!
Google Play Store|Mi Video|gallery|Settings|Other-->
5. rollback through third-party utilities (for advanced)
If the standard methods do not work, you can use specialized tools:
- π οΈ App Cloner (Play Store): allows you to create a copy of the application with a rollback to the previous version (does not work for all system utilities).
- π¦ APK Extractor: Extract APK The current version, after which you can manually install the old version from the APKMirror website.
- π§ Lucky Patcher (requires root): Forced to roll back apps, but could disrupt work MIUI.
On the Redmi Note 9 with MIUI 13+ firmware, using Lucky Patcher without root rights can result in a Mi Account being blocked due to anticheat trigger! If you need a root, install Magisk via TWRP, but note that this will take you out of warranties and may disrupt Google Pay.
How to Prevent Automatic Update in the Future
To avoid repeated problems, set up Redmi Note 9 to monitor updates:
- π΅ Turn off auto-update in Play Store: Profile β Settings β Auto-update of applications β Not update automatically.
- π Block system application updates: Install Package Disabler (root required). Find an app (e.g. com.miui.systemAdSolution) and disable its updates.
Use alternative stores:
Install programs through the Aurora Store or APKMirror, where you can manually select the version.
π‘
Even if you disable auto-updates, some system applications (such as Security or Software Update) may be updated via FOTA (over the air).To block this, you will need to disable the com.miui.fota service via ADB or root.