How to Remove the Application Update on Xiaomi Redmi: Full Guide

Why Users Want to Reverse App Updates

App updates on Xiaomi Redmi should improve functionality, but often bring new bugs, brakes or an uncomfortable interface. For example, after an update, Mi Video may stop playing certain formats, and the Gallery may slow down processing photos. In some cases, the updates even break the compatibility with the MIUI-chips, like quick access to tools via swipe down.

The manufacturer rarely gives you the option to roll back with standard tools, but there are workarounds, and the main thing is to understand the risks: incorrect actions can lead to application failure or even system errors. β†’ System system β†’ Backup.

Method 1: Remove updates through application settings

The simplest method works for most system and third-party applications, and it works if you have updated the program through Google Play or Mi App Store:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find the desired application (for example, the Camera or the Browser) and tap it.
  3. In the upper right corner, click on three dots β†’ Remove updates.
  4. Confirm the action. The app will return to the factory version.

⚠️ Note: This method does not work for applications updated through APK-Also, after rollback, the auto update can be turned on again - it must be disabled separately (see Method 3).

β˜‘οΈ Preparation for rollback of the update

Done: 0 / 4

Method 2: Reset to the factory version via ADB

If the standard method didn’t work, Android Debug Bridge (ADB), a deep-management tool, would help, and you’d need a computer with Xiaomi drivers installed and USB debugging enabled on your phone.

Instructions:

  1. Activate Developer Mode: Settings β†’ About Phone β†’ MIUI version (tap 7 times).
  2. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  3. Connect Redmi to your PC, open the command line and type:
adb shell pm install -r -d --user 0 [application package].apk

Where [app package] is the name of the package (e.g. com.miui.gallery for Gallery) To find out the exact package, use the command:

adb shell pm list packages | grep "appendix name"

⚠️ Attention: Wrong team ADB If you are not sure about the package, use adb shell pm list packages. -f to draw a complete list of paths.

How to find an application package without ADB?
Open Play Market, find the app β†’ scroll to the β€œMore information” block β†’ the page address contains the packet ID (e.g. com.whatsapp).

Method 3: Disabling Auto Updates

To prevent the problem from recurring, you need to block the automatic update, and you can do this in two ways:

On Google Play:

  1. Open the Play Store, find the app.
  2. Slip on three dots in the corner β†’ Turn off auto-update.

At the Mi App Store:

  1. Start Mi App Store β†’ Profile β†’ Settings β†’ Auto Update.
  2. Choose Never or Only over Wi-Fi.

For system applications (e.g., Security or Themes), auto-update is managed through Settings β†’ Apps β†’ Application Management β†’ [name] β†’ Notifications β†’ Disable updates.

πŸ“Š Which app breaks down most often after an update?
Mi Video
gallery
browser
Camera.
Other

Method 4: Remove via Safe Mode

If the application freezes after the update or does not open, try to remove the update in Safe Mode. In this mode, all third-party processes are disabled, which makes it easier to diagnose.

How to get in:

  1. Press the power button before the turn off menu appears.
  2. Hold your finger to turn off power β†’ you will be prompted to go to Safe Mode.
  3. Confirm and wait for the reboot (at the bottom of the screen will be the inscription Safe Mode).

In this mode:

  • πŸ”Ή Go to Settings. β†’ Apps and find a problem application.
  • πŸ”Ή Click Remove Updates (if the button is inactive – see Method 2).
  • πŸ”Ή Restart your phone in normal mode.

πŸ’‘

If the button "Remove updates" is missing in Safe Mode, then the application has been updated through the APK-In this case, only a complete reinstallation will help.

Method 5: Reinstall via APK (for power users)

If the previous methods didn't work, you can manually install the old version of the app.

  1. Download the APK version from a reliable source (for example, APKMirror).
  2. In Settings β†’ Applications β†’ Special Access β†’ Install unknown applications allow installation from your file manager.
  3. Install the downloaded APK. The system will suggest replacing the current version.

⚠️ Attention: Installation APK from unreliable sources can lead to viruses or data theft (MD5) developer's website.

AnnexThe latest stable versionMinimum MIUIRisk on rollback
Mi Video6.5.18MIUI 12Low (possible reproduction errors)
gallery4.3.2.1MIUI 11Medium (album sorting can fly)
browser12.14.0.6MIUI 10High (possible failures when opening tabs)
Camera.5.7.012MIUI 12.5Critical (HDR may stop working)

What to do if nothing helps

If none of these methods work, radical measures remain:

  • πŸ”„ Resetting the application settings: Settings β†’ Annexes β†’ [name] β†’ Warehouse β†’ Clear the data. Attention! This will delete all the saved settings and cache.
  • πŸ“± Recovery via Mi Cloud: If sync was previously enabled, try restoring a backup with a working version of the app.
  • πŸ”§ Flashing: The last option is to flash your phone through Fastboot or Recovery. Detailed instructions are in our Xiaomi Redmi firmware guide.

Before resetting or firmware, be sure to save important data (photos, contacts, messages) to an external drive or to the cloud.

πŸ’‘

If the application is system-based (such as Settings or Phone), rolling back it may cause MIUI to work unstable, in which case it is better to wait for the next update with fixes.

FAQ: Frequent questions

Can I roll back the update for Google Play Services?
No, Google Play Services is a system component, and rolling back can disrupt other applications. If you have problems after the update, try: Clear the cache in Settings β†’ Apps β†’ Google Play Services β†’ Storage. Update to the latest version (sometimes bugs are fixed in the next patches). If you have any errors, contact Google for support.
Why is the application updated again after rollback?
Chances are you have auto-update enabled in Google Play or Mi App Store. Disable it (see Method 3) and check your sync settings in your Mi Account: Open Settings β†’ Xiaomi Account β†’ Mi Cloud β†’ Sync. Disable sync for the problem app.
Can I roll back MIUI to the previous version?
Yes, but it's more complicated than rolling back an individual application. ⚠️ This will result in a complete data reset! Detailed instructions are available in our section "Firmware and recovery".
How do I know which version of the app was originally made?
There are two ways: See Settings β†’ Apps β†’ [name] β†’ Version. If it says Update, then the current version is not factory-based. Find the original APK on the 4PDA or XDA-Developers forums in the theme of your Redmi model. For Xiaomi system applications, factory versions usually match the version of MIUI installed on the phone.
Will the rollback work on custom firmware (like LineageOS)?
On custom firmware, the process may be different: If the firmware AOSP (For example, LineageOS, use it. ADB Or Titanium Backup (root rights required). MIUI (For example, Xiaomi.eu will be suitable for the same methods as for the stock system. ⚠️ On some custom firmware, rollback of system applications can cause bootloop (a looped reboot).