Removing unnecessary apps on Xiaomi Redmi smartphones seems like a simple task โ until you encounter preinstalled software that doesnโt want to disappear from the system. Even after clicking โDeleteโ, some programs continue to take up space in memory, and icons return after rebooting. What is the catch and how to get rid of apps on Redmi Note 12, Redmi 10 or other models โ we will discuss in this guide.
Complicating the problem is that the manufacturer integrates dozens of services into MIUI firmware that cannot be removed by standard methods. For example, Mi Browser, Mi Video or GetApps often remain untouchable even after resetting to factory settings. We tested all the current methods - from basic to advanced (including ADB and root rights) - and identified those that work on MIUI 14 and later.
1. Standard removal through the application menu
The most obvious method โ uninstall via launcher โ only works for custom programs installed manually from Google Play or Google Play. APK-Xiaomi system applications are not touched here, but it is worth trying to get started.
How to do this:
- ๐ฑ Open the menu of all applications (swipe up the main screen).
- ๐ Find the program you want to delete and hold the icon for 2-3 seconds.
- ๐๏ธ In the menu that appears, select โDeleteโ (or basket icon).
- โ Confirm the action in the dialog window.
If instead of Delete, you see only Disable or Remove, it means that the app is pre-installed and requires alternative methods, such as Mi Community or Security.
โ ๏ธ Note: Some apps (such as Google Play Services) cannot be removed, which will cause malfunctions in your smartphone.
2. Remove via MIUI settings
MIUI has a hidden application management section where you can not only remove but also disable unnecessary services, which is suitable for most pre-installed programs, except for mission-critical ones (for example, Settings or System UI).
Step-by-step:
- Go to Settings โ Applications โ Application Management.
- Select the tab โAll applicationsโ (the default may be โDownloadedโ).
- Find the desired application in the list and tap it.
- Click on โDeleteโ (if the button is active) or โDisableโ (for system programs).
The apps that are disabled will stop working and disappear from the menu, but will remain in the deviceโs memory, and you will need ADB or root access to completely remove them.
Make a backup copy of important data|Check the name of the application on the Internet|Charge your phone at least 50%|Disable two-factor authentication (if used)-->
3. Removal via ADB (no root)
The ADB (Android Debug Bridge) tool allows you to remove system applications without obtaining root permissions. The method works on all Redmi models, but requires a connection to a computer and the activation of the developer mode.
What you need:
- ๐ฅ๏ธ Computer with installed ADB Tools.
- ๐ฑ Xiaomi Redmi smartphone with debugging enabled USB.
- ๐ Cable USB (preferably original).
Instructions:
- Enable Developer Mode: Go to Settings โ About the phone and 7 times tap on the "Version" MIUIยป.
- Return to Settings โ Additional โ For developers and enable โDebugging by USBโ.
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: adb devices must appear serial number of the device.
- Find out the name of the application package (for example, through the App Inspector in Google Play).
- Execute the deletion command: adb shell pm uninstall --user 0 name.pack Example for Mi Browser: adb shell pm uninstall --user 0 com.android.browser
Once you restart, the app will disappear. If you want to return it, use the command:
adb shell cmd package install-existing name.packetList of popular Xiaomi packages for ADB
โ ๏ธ Note: Removing system packages (e.g. com.android.settings) may make it impossible to boot your phone.Always check the name of the package before you execute a command.
4. Complete removal with root rights
If you are willing to take the risk of root access, you can uninstall any applications, including those blocked by ADB.
- ๐ Unlocked bootloader (bootloader).
- ๐ฑ Established custom restoration (TWRP).
- ๐ ๏ธ Root management software (e.g. Magisk).
The process of getting root on Xiaomi Redmi is different for each model, but the general scheme is as follows:
- Unlock the bootloader through the official Xiaomi tool (you will need a Mi Account and wait 7-30 days).
- Install TWRP via fastboot.
- Run Magisk through TWRP.
- Use a root-access file manager (such as Root Explorer) to delete application folders in /system/app or /system/priv-app.
The advantage of this method is complete removal without traces. The disadvantage is the risk of losing warranty and disrupting the system, for example, deleting com.qualcomm.qti.telephonyservice can deprive you of mobile communication.
๐ก
Before removing system applications through root, back up the /system partition in TWRP to help restore the phone if something goes wrong.
5. Disabling applications without deleting
If deletion seems risky, you can disable unnecessary programs that will not work, will not be updated, but will remain in memory (taking up less space than active ones).
How to turn it off:
- Go to Settings โ Applications โ Application Management.
- Select the application and click "Disable".
- Confirm the action in the dialog window.
Applications disabled:
- โ Don't waste the battery.
- โ Not getting updates.
- โ Not displayed on the menu.
- โ They have a place in memory (but less than active ones).
To return the application, re-click "Enable" in its settings.
6. Factory reset: Does it help?
Many users believe that hard reset will remove all unnecessary applications. It is not: resets return the phone to the state โout of the boxโ, that is, restores all preinstalled Xiaomi programs.
When a reset can help:
| Situation | Will the reset help? | The alternative |
|---|---|---|
| User applications removed, but system applications remained | โ No. | Use ADB or root |
| Phone infected with viruses from third-party applications | โ Yes. | Remove Malware Manually |
| Want to remove system application updates | โ Partially. | Reverse to the factory version via ADB |
| We need to make room for memory. | โ No. | Clear the cache or transfer the files to SD-map |
To make a reset, go to Settings โ About Phone โ Settings Reset โ Erase all data. Donโt forget to save important files first!
๐ก
Resetting to factory settings doesnโt remove pre-installed Xiaomi apps โ it only returns them to the original version.
Alternative methods: concealment and freezing
If deleting or disabling is not appropriate, you can hide applications from display or freeze them using third-party tools.
Popular ways:
- ๐ Freezing through ADB: adb shell pm disable-user --user 0 The application will stop working, but will not disappear from the system.
- ๐๏ธ Hiding icons: Use launchers like Nova Launcher, where you can hide apps from the menu.
- โ๏ธ Freezing applications: Ice Box or Shelter (require root or Work Profile).
These methods do not free up space in memory, but make unnecessary programs invisible and inactive.