How to roll back the app update on Xiaomi Redmi Note 4: all working ways

Xiaomi Redmi Note 4 is still one of the most popular smartphones among users, despite the release of new models. However, after automatic or manual updates of applications (especially system), many are faced with bugs, from sudden departures to complete failure of functions. In this article, we will discuss how to safely roll back the application update on Redmi Note 4, including cases when standard methods do not work.

Itโ€™s important to understand the difference between an app rollback (like Google Play Services or Mi Browser) and a pullback of all MIUI firmware. The former usually solves problems with a particular software, the latter solves system failures after a global update. Weโ€™ll look at both scenarios, as well as the nuances for the Redmi Note 4 with the unlocked and locked bootloader.

Before you start, check:

  • ๐Ÿ“ฑ Version MIUI: Settings โ†’ The phone. โ†’ Version. MIUI. On the Redmi Note. 4 last-stable firmware โ€” MIUI 12.5 (Android 7/8), But many people still use it. MIUI 10/11.
  • ๐Ÿ”’ bootloader status: if it is blocked, some methods will not be available.
  • ๐Ÿ“ฆ Having a backup: A rollback can erase data (especially when downgrading firmware).

๐Ÿ“Š What problem do you want to solve with a rollback?
The app has started to slow down.
Errors appeared after the update
I don't like the new interface.
Another reason.

1. rollback of app updates through Android Settings

The easiest way to bring back the previous version of the app is to use the built-in Android tools, which works for most user applications (like YouTube, Chrome), but not for system components like Mi Security or Theme Manager.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the desired application in the list and tap it.
  3. In the upper right corner, press three dots (โ‹ฎ) and select Remove Updates.
  4. Confirm the action. The app will return to the factory version.

โš ๏ธ Note: After rollback, the app can automatically update again via Google Play:

  • ๐Ÿ›‘ Turn off auto-update for this app in Play Market โ†’ Settings โ†’ Auto-update of applications.
  • ๐Ÿ“ต Disable the application from accessing the Internet in Settings โ†’ Annexes โ†’ [Name] โ†’ Mobile Data & Wi-Fi.

โ˜‘๏ธ Preparation for rollback of the annex

Done: 0 / 4

2. Removal of system application updates (without root)

Xiaomi system applications (e.g. Mi Video, Mi Music, Security) do not always allow you to remove updates through the standard menu. ADB (Android Debug Bridge โ€“ a tool for debugging through a computer.

Step-by-step:

  1. Turn on Developer Mode on your phone: Settings โ†’ About Phone โ†’ MIUI version (shap 7 times).
  2. Activate USB Debugging in Settings โ†’ Additional โ†’ For developers.
  3. Connect Redmi Note 4 to your PC and confirm debugging permission.
  4. Download ADB Tools and unpack it into a folder.
  5. Open the command prompt in this folder and type: adb shell pm list packages -f | grep "name packet" to find the exact application identifier (e.g. com.miui.video for Mi Video).
  6. Run the rollback command: adb shell pm uninstall -k --user 0 com.miui.video Replace com.miui.video with the desired package.

โš ๏ธ Note: This method removes updates only for the current user (--user 0). After rebooting or resetting, the app can recover.

List of Xiaomi system application packages
com.miui.securitycenter โ€” Security Center com.miui.video โ€” Mi Video com.miui.miservice โ€” Cloud services com.android.browser โ€” Mi Browser com.miui.notes โ€” Notes com.miui.calculator โ€” Calculator

3. Backup by Backup (TWRP)

If you backed up the system through TWRP before the update, you can restore the previous version of the application in 5 minutes.This method is suitable for Redmi Note 4 with an unlocked bootloader and custom recovery installed.

Algorithm of action:

  1. Load the phone into TWRP mode: Turn off the device, then press Power + Volume up.
  2. Select Restore and specify a backup folder (usually /TWRP/BACKUPS/...).
  3. Check the Data section (if you only need to restore applications) or System (for rollback of firmware).
  4. Swipe for confirmation and wait for completion.

TWRP recovery erases all the data created after the backup (photos, messages, installed apps) if the backup is older than a month, it is better to use alternative methods.

Type of backupWhat's restoringLoss of data
DataApplications, settings, SMSYes (all user data)
SystemFirmware, system applicationsNo (but there may be conflicts)
BootCore and loaderNo.
EFSIMEI, serial numbersNo.

4. MIUI firmware downgrade (full system rollback)

If problems arise after updating the entire MIUI firmware (e.g., from MIUI 10 to MIUI 12), a full downgrade is required, a process that is more complex than rolling back an individual application, and requires:

  • ๐Ÿ”“ Unlocked bootloader (otherwise the phone will be blocked).
  • ๐Ÿ’พ The same type of silk (for example, with MIUI 12.0.2 can be rolled back to MIUI 12.0.1, but not on MIUI 11).
  • ๐Ÿ–ฅ๏ธ Computer with Mi Flash Tool and Xiaomi drivers installed.

Instructions:

  1. Download the desired firmware version from the official Xiaomi website (choose Fastboot for Redmi Note 4 with the codename mido).
  2. Unpack the archive in a folder without Cyrillic characters.
  3. Load the phone into Fastboot mode: Turn it off, then press Power + Volume down.
  4. Connect to your PC and start the Mi Flash Tool.
  5. Specify the path to the firmware folder and press Refresh (should appear) COM-port).
  6. Select Clean All and press Flash.

โš ๏ธ Warning: Downgrade on Redmi Note 4 with the bootloader locked will lead to a breeze (phone will not turn on).Unlocking takes up to 360 hours of waiting (according to Xiaomi rules).

๐Ÿ’ก

Before downgrade, check firmware compatibility with your model! firmware for Redmi Note 4X (code mido) will not work for Redmi Note 4 (code nikel).

5. Alternative methods: APK-files and third-party services

If the standard methods did not work, you can manually install the old version of the application through the APK-This method is suitable for any application, including Google Play Services or Mi Home.

Where to get APK:

  • ๐Ÿ“ฅ APKCombo โ€“ Archive of versions of popular applications.
  • ๐Ÿ” APKMirror - vetted APK digitally signed.
  • ๐Ÿ“ Pre-saved backups (e.g., Titanium Backup).

How to determine:

  1. Download the APK version to your phone.
  2. Allow installation from unknown sources: Settings โ†’ Applications โ†’ Special Access โ†’ Install unknown applications.
  3. Launch it. APK-file and follow the instructions.
  4. If there is a mistake INSTALL_FAILED_VERSION_DOWNGRADE, First, remove the current version of the application through ADB: adb uninstall com.example.app

โš ๏ธ Attention: Installation APK - from unverified sources, it may contain malicious code (MD5) on websites like VirusTotal.

๐Ÿ’ก

Installing an older version of the APK does not guarantee stable operation โ€“ some applications (such as Google Play Services) require current dependencies.

6. Frequent errors and their solutions

When you roll back updates on Redmi Note 4, users face typical problems.

Mistake.Reason.Decision
Unable to remove updates (grey text)Application system or protected by MIUIUse ADB or get root
INSTALL_FAILED_INSUFFICIENT_STORAGELack of space in /data sectionClean the cache in Settings โ†’ Storage
The phone will not turn on after the firmware rollbackIncompatible version of MIUI or interrupted firmwareFastboot Firmware via Mi Flash Tool with Clean All tick
Permanent notifications of updatesXiaomi or Google Play services insist on an updateTurn off notifications in Settings โ†’ Applications โ†’ [Name] โ†’ Notifications

If the application does not work after rollback:

  • ๐Ÿ”„ Reboot the phone.
  • ๐Ÿงน Clear the cache and application data in Settings โ†’ Annexes.
  • ๐Ÿ› ๏ธ Check the integrity of system files through Mi PC Suite (Repair tool).

FAQ: Answers to Frequent Questions

Can I roll back the Google Play Services update without root?
Yes, but with reservations, through settings. โ†’ Remove Updates apps may not be active.In this case: Disable Auto Update in Play Market.Install the old version APK through ADB: adb install -r -d com.google.android.gms_19.6.66.apk Google Play Services is critical to many apps, however โ€“ rollbacks can cause errors in Gmail, Maps, and other Google services.
How to roll back MIUI Launcher (standard launcher Xiaomi)?
MIUI Launcher is a system application, and its rollback requires: Install an alternative launcher (like Nova Launcher) from the Play Market. MIUI Launcher through ADB: adb shell pm disable-user --user 0 com.miui.home โš ๏ธ After that, some functions (such as Second Space or gestures) may stop working.
Why did IMEI disappear after the firmware rollback?
This is a typical problem when running through Fastboot without a partition backup. EFS. Restore IMEI You can: From the Engineering Menu: dial ##4636## and select Information โ†’ Repair IMEI (It doesnโ€™t work on all versions. MIUI). With Maui. META (Contact Xiaomi Service Center (if the phone is guaranteed). ๐Ÿ“Œ Important: Incorrect recovery IMEI It can lead to the loss of the network forever. If you don't have experience, you should trust the professionals.
How to prevent MIUI from automatically updating system applications?
Xiaomi aggressively updates its apps through System Updater and GetApps.To stop it: Freeze System Updater via ADB: adb shell pm disable-user --user 0 com.android.updater Disable GetApps (Xiaomi app store): adb shell pm disable-user --user 0 com.xiaomi.mipicks Delete the folder with downloaded updates: adb shell rm -rf /data/app/com.android.updater* โš ๏ธ These actions can disrupt the work OTA-To restore them, use the command: adb shell pm enable com.android.updater
Can I roll back the update to Redmi Note 4 with a locked bootloader?
Yes, but only for applications (through Settings or ADB). For the rollback of firmware MIUI The blocked bootloader must be unlocked, otherwise the phone will turn into a brick (does not turn on). Unlock process: Link the Mi Account to the phone in Settings โ†’ Xiaomi account. Apply for unlock via the official website. Wait 168-360 hours (depending on Xiaomi policy. ๐Ÿ“Œ Tip: If the phone is bought with hands, make sure the previous owner untie their Mi Account!