Smartphone Xiaomi Redmi 7 even after years remains popular due to balanced performance and flexible firmware MIUI. But over time, any gadget starts to slow down because of the accumulated unnecessary applications, both custom and pre-installed. Some applications can be uninstalled by standard means, others require superuser rights or even interference with system files.
In this article, you will find the most relevant ways to remove any type of application β from regular games to built-in Xiaomi services that take up space and consume battery power. We'll figure out how to distinguish system applications from user applications, why some programs can't be removed without consequences, and what to do if you have left behind a cache or data tail after uninstallation. MIUI 10-12 on Redmi 7: The hidden βOther Appsβ section where many pre-installed services are hidden.
1. How to determine which application can be removed without risk
Before you start cleaning your smartphone, itβs important to understand what types of apps youβre dealing with. On Xiaomi Redmi 7, all programs fall into three categories:
- π± Custom apps β the ones you installed yourself from Google Play, APK-files or other sources, which can be deleted without restriction.
- π§ Xiaomi system applications are pre-installed services like Mi Video, Mi Music or Security, some of which are critical to work. MIUI, The other part is just "ballastΒ».
- βοΈ Android system components, the OS kernel, drivers, frameworks, and removing them will cause the smartphone to fail.
To check which category the program belongs to:
- Open Settings β Applications β Application Management.
- Slip the name of the program.
- Look at Type: You can delete User, System requires caution, System Update, you can roll back to the factory version.
β οΈ Attention: Redmi 7s MIUI 10β11 Some system applications (such as Mi Browser or Mi Pay) can be deactivated but not completely removed.
If you are in doubt about whether you can uninstall a particular application, use the three-question rule:
- Do I use this app at least once a month?
- Is there an alternative to Google Play?
- Is it related to critical functions (calls, SMS, setting)?
If the answer to all three questions is βnoβ, delete it.
2. Standard removal of applications through the menu MIUI
The easiest way to get rid of unnecessary programs is to use built-in tools. MIUI. On Redmi 7, this can be done in two ways: through the application menu or system settings.
Method 1: Removal from the main screen
- Find on the home screen or in the application menu the program icon you want to remove.
- Hold your finger for 1-2 seconds until the context menu appears.
- Drag the icon to the top of the screen where the βDeleteβ (or basket) will appear.
- Confirm the action by pressing βOKβ.
Method 2: Through the MIUI settings
- Go to Settings β Applications β Application Management.
- Select the All Apps tab (only user-generated ones are shown by default).
- Find the program in the list and tap it.
- Press the "Delete" button (if it is active).
If the Remove button is inactive or not, the application is system-based, and you can:
- π Remove updates (if you have such an option).
- π« Disable (deactivate).
- π§ Remove with help ADB (requires a connection to the PC).
β οΈ Attention: Redmi 7s MIUI 12+ In the Application Management section, the Other Apps tab is added, which hides many pre-installed services (such as Mi Drop or Mi Remote) that can be deactivated but not completely removed without root rights.
βοΈ Preparation for removal of applications
3. Removal of system applications without root rights (via ADB)
Many preinstalled programs on Xiaomi Redmi 7 canβt be removed by standard methods, but they can be uninstalled using Android Debug Bridge (ADB). This method does not require the rights of a superuser, but requires a computer and a computer. USB-cable.
Step 1: Preparing your PC and smartphone
- Download and install ADB Tools on your computer.
- On your smartphone, activate the developer mode: Settings β The phone. β Version. MIUI (tap 7 times)
- Return to Settings β More β For Developers and Enable: Debugging over USB OEM Unlock (if any)
Redmi 7
"File transfer"
Step 2: Checking the connection ADB
Open the command prompt (or PowerShell) on your PC and do:
adb devicesIf the device is determined (the serial number will appear), enter:
adb shellStep 3: Remove the system application
Use the command:
pm uninstall -k --user 0 name.packageTo find out the name of the package:
- Install the App Inspector app on your smartphone (available on Google Play).
- Open it and find the app you want β the information will have a Package Name bar (for example, com.miui.videoplayer for Mi Video).
Examples of commands for popular Xiaomi apps:
| Annex | Packet name | ADB Team Team |
|---|---|---|
| Mi Video | com.miui.videoplayer | pm uninstall -k --user 0 com.miui.videoplayer |
| Mi Music | com.miui.player | pm uninstall -k --user 0 com.miui.player |
| Mi Browser | com.android.browser | pm uninstall -k --user 0 com.android.browser |
| Cleaner (Cleaning) | com.miui.cleanmaster | pm uninstall -k --user 0 com.miui.cleanmaster |
| Mi Pay | com.mipay.wallet | pm uninstall -k --user 0 com.mipay.wallet |
β οΈ Note: Removal of some system applications (e.g. com.miui.securitycenter) may result in loss of functionality MIUI, Check the reviews on forums before uninstallation (for example, check the reviews on forums, 4PDA or XDA Developers).
π‘
If, after removing the application, ADB It reappeared after the reboot, so it was updated through Google Play. β Annexes β Google Play Store β Storage and clear the cache/data, then repeat the command ADB.
4. Complete removal with root rights (for power users)
If you are willing to take the risk of root access, it will open up the possibility of completely removing any system applications, including those that are blocked. MIUI. However, remember: this voids the warranty and can lead to a device βbrickβ (impossibility to turn on).
Step 1: Getting root rights
For Xiaomi Redmi 7 suitable method with unlocking the bootloader and installation Magisk:
- Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7-30 days).
- Install custom recovery (TWRP) Redmi 7 (codenamed onc).
- Sweep Magisk through TWRP to get root.
Step 2: Remove from Root Explorer
After receiving root:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/app or /system/priv-app.
- Find a folder with the name of the app you are removing (for example, MiuiVideo for Mi Video).
- Delete the folder or rename it (add at the end of.bak).
- Reboot your smartphone.
An alternative way to use Titanium Backup is to use the following:
- Open the application and find the desired program in the list.
- Then, put it down and select βDelete.β
- Confirm the action and restart the device.
What to do after removing the system application MIUI stopped working?
5. Cleaning up residues after deletion (cache, data, folders)
Even after uninstallation of the application on Redmi 7, there are often βtailsβ left: cache, configuration files or folders in storage, and cleaning them will help free up additional space and avoid conflicts.
Method 1: Manual cleaning through settings
- Go to Settings. β Warehouse.
- Tap on the item βOther Appsβ or βCached Dataβ.
- Find the remote application in the list and clear its data (if they remain).
Method 2: Using a File Manager
Some applications leave folders in the following directories:
- π /storage/emulated/0/Android/data/[name.packet] - data of the annexes.
- π /storage/emulated/0/Android/obb/[name.packet) - additional files (for example, for games).
- π /sdcard/[Application name] β some programs create their folders at the root of the store.
Delete these folders manually using File Manager or Total Commander.
Method 3: Resetting cache through recovery
If after removing the applications, the smartphone began to slow down, try resetting the cache:
- Turn off Redmi 7.
- Press Power + Volume Up to Enter Recovery.
- Select βWipe Cache Partitionβ (control β volume buttons, confirmation β power button).
- Reset the device.
π‘
Cleaning up residues after removing apps can free up to 1-3 GB of space on Redmi 7, especially if youβve removed games or βheavyβ programs like social media or video editors.
6. How to return a remote system application
If you have problems after you delete the system program (for example, a dark theme or fingerprint stopped working), it can be restored. The methods depend on how the application was removed.
Method 1: Recovery through ADB
If the application was removed by pm uninstall, it can be returned as follows:
adb shell cmd package install-existing name.packetExample for Mi Video:
adb shell cmd package install-existing com.miui.videoplayerMethod 2: Flashing over MIUI
If the application has been removed through root or TWRP, The only sure way to get it back is to ask it again. MIUI:
- Download the official firmware for Redmi 7 (codename onc) from Xiaomiβs website.
- Unpack. ZIP-archive and find the file system.img.
- With the Mi Flash Tool, only run the system partition (without data cleaning).
Method 3: Installation APK manually
For some system applications, you can find APK-files on forums (for example, 4PDA) But it doesn't always work, because many systems require a Xiaomi signature and won't work without it.
β οΈ Note: If it doesnβt work after restoring the application or gives you errors, try: Clear its cache and data in Settings β Apps. Update via Google Play (if available). Reset settings MIUI before the factory (last version).
Alternatives to removal: deactivation and freezing
If you can't remove a system application or it's risky, you can deactivate it or freeze it, and it stops it from working and hides it from the menu, but it doesn't free up disk space.
Deactivation through settings MIUI
- Open Settings β Applications β Application Management.
- Select a system application (e.g. Mi Browser).
- Click "Disable" (if the button is active).
- Confirm the action.
Freezing with ADB
Freeze command (the application will remain in the system, but will not start):
adb shell pm disable-user --user 0 name.packageFor defrosting:
adb shell pm enable name.packageUse of applications for freezing
If you have root, you can use:
- π§ Titanium Backup (Installation to Freeze!Β»).
- βοΈ App Quarantine (allows you to temporarily disable programs).
- π Package Disabler (for Samsung, but it works on Xiaomi with root).
Benefits of freezing before removal:
- β You can return the application in one click.
- β Integrity is not violated MIUI.
- β Suitable for testing - if after disconnecting nothing broke, you can remove completely.
8. Frequent mistakes and how to avoid them
When you uninstall your apps on Xiaomi Redmi 7, users often face typical problems.
| Mistake. | Reason. | Decision |
|---|---|---|
| The Remove button is inactive | Application system or updated | Use it. ADB or roll back updates |
| After removal, the launcher disappeared | Deleted com.miui.home | Check it out. MIUI Or install a third-party launcher through ADB Sideload |
| The βPackage Not Foundβ Error ADB | Wrong package name | Check the name of the package through the App Inspector |
| The app returns after restarting | Auto Update via Google Play | Turn off auto-update for this app on Google Play |
| Lack of space for removal | The vault is full. | Clear the cache or transfer the files to SD-map |
Another common problem is loss of functionality. MIUI after removing system applications:
- Removing com.miui.securitycenter will disable permissions protection and management.
- Deleting com.android.contacts will break the phone book.
- Deleting com.miui.gallery can lead to errors when viewing photos.
β οΈ Note: Before mass removal of system applications, make a backup copy through TWRP Or Mi Cloud, which will quickly restore the smartphone to work if something goes wrong, and check forum reviews before removing little-known system packages β some of which may be critical to work. IR-blaster, NFC or developer mode.
π‘
On Redmi 7s. MIUI 10β11 Safely remove: Mi Video, Mi Music, Mi Browser, Mi Pay, Cleaner, Mi Drop, Mi Remote. Be careful about packages called com.miui. and com.android.