Xiaomi Redmi Note 9 Pro is one of the most popular smartphones in the budget segment, but even it suffers from an excess of preinstalled apps. Mi Browser, Mi Music, GetApps and other Xiaomi services take precious space in memory, slow down the system and show unnecessary advertising. Unfortunately, standard Android settings do not allow you to remove these programs β the βDeleteβ button is simply absent from the menu.
In this article, weβll look at 5 proven ways to remove embedded apps on the Redmi Note 9 Pro (model joyeuse/curtana), including root-free methods using Magisk. Youβll learn which tools are safe and which can lead to a device blink, how to back up before changes and what to do if key features (such as Google Play Services or Mi Account) stop working after removal.
Important: the procedure requires care. Uninstallation of system applications associated with MIUI (e.g. com.miui.securitycenter) can disrupt sensors, notifications, or even block access to settings. If you are unsure, use alternative methods of shutting down or freezing.
1. Why you canβt just remove embedded apps through settings
In MIUI (even in the latest versions for the Redmi Note 9 Pro), most pre-installed apps are marked as system.
- π They are protected from removal at the Android level (flag) SYSTEM or PRIVILEGED manifesto).
- π‘οΈ Their code is signed with Xiaomiβs key, not the userβs, so even with superuser rights, additional manipulation is required.
- π Some applications (e.g. com.xiaomi.market) are automatically restored after a reboot or update. MIUI.
The βDeleteβ button in the app menu has been replaced with βDisableβ or βDelete Updates.β The latter option resets the program to the factory version, but does not free up space in the /system section. Moreover, Xiaomi actively uses the βprotected appsβ mechanism, which blocks uninstallation attempts via ADB or Package Installer.
β οΈ Note: If you see the app settings saying, "This is a system application, it can't be removed," it doesn't mean it can't be uninstalled at all. ADB prior to modified recovery.
Before you go to radical methods, check if simpler actions will solve your problem:
- π± Disabling the application: go to Settings β Annexes β Manage applications, select the unnecessary and click "Disable." This will stop it from working, but it will not free up memory.
- π§ Freeze through Developer Mode: activate the option in Settings β The phone. β Version. MIUI (Press 7 times, then in additional β Developer mode β Inactive applications add unnecessary programs to the list.
- π Factory reset: Returns the system to its original state, but deletes all user data.
2. Method 1: Removal via ADB (without root rights)
The safest method, which does not require unlocking the bootloader or obtaining root, is suitable for removing non-critical applications (for example, Mi Browser, Mi Video, Cleaner).
- π₯οΈ Computer with Windows/Linux/macOS.
- π USB-cable (preferably original).
- π± Included Developer Mode and Debugging by USB smartphone.
- π οΈ Utilities. ADB Fastboot (can be downloaded as part of Android) SDK Platform-Tools).
Step-by-step:
- Connect the Redmi Note 9 Pro to your computer and confirm the permission to debug via USB on the smartphone screen.
- Open the command prompt (or Terminal on macOS/Linux) in the adb.exe folder.
- Enter the command to check the connection: Adb devices should appear the name of your device with the status of device.
- Get a list of all installed packages: adb shell pm list packages -f Look for the names of unnecessary applications in the output (for example, package:/system/priv-app/MiBrowser/MiBrowser.apk=com.android.browser).
- Remove the selected application by the command: adb shell pm uninstall -k --user 0 name.pack Example for Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser
The --user 0 key means that the application is only removed for the current user (without affecting system files), which avoids problems with MIUI updates. However, after resetting settings or creating a new profile, the application can return.
βοΈ Preparation for removal through ADB
Method 2: Uninstall with Universal Android DeBloater (GUI)
If working with the command line seems difficult, use the Universal Android DeBloater (UAD) graphics tool, which is open source with an intuitive interface that automates the removal process through ADB.
Advantages of UAD:
- π Automatic Definition of Device Model and Version MIUI.
- π Pre-compiled lists of safe packets to remove (including a special profile for Xiaomi).
- π‘οΈ Ability to back up before deletion.
- π Recovery of Remote Applications.
How to use:
- Connect the Redmi Note 9 Pro to your PC and launch the UAD.
- Click Connect and wait for the packet list to load.
- In the βBlocklistsβ section, select βXiaomiβ β the program will highlight applications that can be safely removed.
- Check the unneeded packages and click Uninstall selected.
- Reboot your smartphone.
β οΈ Attention: Do not remove through UAD packets marked "Dangerous" (red) These include com.miui.securitycenter com.android.phone com.google.android.gsf (Google Services Framework) They will result in lost communication, synchronization errors or inability to boot the system.
List of safe packets to remove on Redmi Note 9 Pro:
| Title of the annex | Packet name | Effects of removal |
|---|---|---|
| Mi Browser | com.android.browser | The standard browser will disappear, you can use Chrome or Firefox |
| Mi Music | com.miui.player | Removes the music player, alternative β VLC or Poweramp |
| Mi Video | com.miui.videoplayer | The standard video player will disappear, you can use the MX Player |
| GetApps (Mi App Store) | com.xiaomi.market | Xiaomiβs branded apps will stop updating |
| Cleaner (Optimizer) | com.miui.cleanmaster | The built-in cache cleaner will disappear, you can use SD Maid |
π‘
Before mass packet deletion, take a screenshot of the list in UAD or save it to a text file, which will help restore deleted applications if something goes wrong.
Method 3: Removal with Magisk and System App Remover
If you are ready for more radical measures, unlocking the bootloader and installing Magisk will open access to removing any system applications, including those protected by the protected apps mechanism.
- π Unlock the loader (erase all data!).
- π± Custom recovery installations (TWRP Or OrangeFox).
- π‘οΈ Install Magisk for root rights.
Step-by-step:
- Unlock the bootloader through the Mi Unlock Tool (instructions on the official Xiaomi website).
- Install TWRP for the Redmi Note 9 Pro (Joyeuse or curtana models).
- Sweep Magisk through TWRP (download the latest version from GitHub).
- Install System App Remover from Magisk (available in Magisk Modules repository).
- Reboot and open the System App Remover app. Tick unnecessary packets and click Uninstall.
Advantages of this method:
- π§Ή Complete removal of applications (including files from the /system).
- π Possibility of recovery through TWRP (if you backup).
- π‘οΈ It works even with protected packets (e.g. com.miui.analytics).
β οΈ Warning: Removal via Magisk may disrupt work OTA-Update before update. MIUI You will have to temporarily disable the System App Remover module or restore remote packets.
What if the camera or mobile network stopped working after the removal?
5. Method 4: Manual removal via TWRP (for advanced)
If ADB and Magisk donβt help (for example, an application recovers after a reboot), you can delete its files directly through TWRP.
What will be required:
- π§ Established TWRP (see previous section).
- π Backup copy of section /system (necessarily!).
- π Knowledge of catalog structure MIUI.
Instructions:
- Boot to TWRP (hold Power + Volume up when turned on).
- Go to Advanced β File Manager.
- Open folders: /system/priv-app/ β here are stored the main system applications. /system/app/ β less critical packages. /data/app/ β user applications (you can delete without risk).
MiBrowser
TWRP
Reboot β System
Example: To remove Mi Browser, find and delete:
- /system/priv-app/MiBrowser/
- /data/app/com.android.browser-1/ (if any)
β οΈ Note: Do not delete files from folders: /system/framework/ β It contains critical Android libraries. /system/bin/ β executable. /system/lib/ or /system/lib64/ β system libraries, and that will cause the device to fail!
π‘
Manual removal via TWRP is the most effective way to get rid of persistent system applications, but requires a mandatory backup. Without a backup, system recovery may require a complete firmware reflash through Fastboot.
Method 5: Alternatives to Removal β Shutdown and Freeze
If you donβt want to take risks, consider less radical methods:
- βοΈ Titanium Backup Freeze: The application stays in the system, but does not start or take up RAM.
- π« Shutdown through ADB: adb shell pm disable-user --user 0 The Mi Browser: Adb shell pm disable-user --user 0 com.android.browser
- π Hiding icons: Use launchers like Nova Launcher, which let you hide apps from the menu.
- π¦ Install custom firmware: for example, LineageOS or Pixel Experience for Redmi Note 9 Pro go without Blaatware.
Advantages of these methods:
- π‘οΈ Without risking damage to the system.
- π It's easy to undo changes.
- π± It does not affect updates. MIUI.
Disadvantages:
- π Does not free up space in the section /system.
- π Some applications (e.g. com.miui.analytics) may continue to work in the background.
7. Frequent mistakes and how to avoid them
Even experienced users sometimes make mistakes when removing system applications.
| Mistake. | Effects of consequences | How to fix it |
|---|---|---|
| Remove com.google.android.gms (Google Play Services) | Google Apps Are Shutting Down, Including Play Market | Restore with ADB: adb install com.google.android.gms.apk |
| Delete com.miui.home (Launcher) | Black screen after downloading, it is impossible to open the menu | Install another launcher via ADB: adb install nova-launcher.apk |
| Deletion of com.qualcomm.qti.telephonyservice | Mobile network disappears, SIM-map not defined | Restore from the backup of TWRP or reflash the system |
| Removal of com.android.settings | It is impossible to open the phone settings | Switch stock-ROM through Fastboot |
How to minimize the risks:
- π Keep a log of deleted packets (for example, in a notebook).
- π Before mass removal, test one application and restart your smartphone.
- π‘οΈ Always have a copy at hand: backup /system and /data into TWRP. Stock-ROM for your model (Redmi Note) 9 Pro joyeuse/curtana). List of critical packages (see table above).