Xiaomi Redmi Note 7 is one of the most popular smartphones in the budget segment, but even it suffers from an excess of pre-installed system applications. Mi Music, Mi Video, Browser and dozens of other services take up memory, consume battery power in the background and interfere with comfortable work. In this article, we will discuss how to safely remove system applications on Redmi Note 7 β from a simple shutdown to a radical uninstall via the Internet. ADB and customization.
It is important to understand that removing system components can lead to unstable device operation, interface errors or even a βbrickβ (complete failure).So we will take a detailed look at all available methods, from the safest to the most risky, as well as alternative ways to optimize the system without drastic interventions.
If you're a beginner, start with the first two ways (disable and freeze). ADB or TWRP. Donβt forget to back up your data before any manipulations!
1. Why system applications interfere with the smartphone
Pre-installed apps on Xiaomi Redmi Note 7 are divided into three categories:
- π± Useful services β Google Play Services, Mi Account, Security (without them, the smartphone will not work correctly).
- ποΈ "Garbage apps β Mi Browser, Mi Music, Mi Video, GetApps (can be removed without consequences).
- β οΈ Critical system components - Android System WebView, MiuiDaemon (deletion will lead to failures).
The main problems they pose are:
- π Battery consumption: Background activity of apps like Mi Browser or Cleaner can eat up to 10-15% day-load.
- π± Busy memory: system-wide APK-files take up 1 to 5 GB of internal storage (on the Redmi Note 7 with 64 GB this is critical).
- π« Advertising and spam: Some apps (GetApps, Mi Browser) show ads even in the system menus.
- π Slowing down the system: unnecessary processes in RAM inhibit multitasking.
According to the tests, after removing unnecessary system applications Redmi Note 7 work 15-20% faster and the battery life increases by 1-2 However, removing critical components (e.g. com.xiaomi.finddevice) can disrupt functions like Find the device".
β οΈ Note: Redmi Note 7 with firmware MIUI 12+ Some system applications are linked to Google Mobile Services (GMS). Deleting them can lead to errors in the work of Google Play, YouTube and other services.
Method 1: Disabling system applications (without root)
The safest method is to disable unnecessary apps through settings, which won't remove them completely, but will stop background activity and hide icons from the menu.
Instructions:
- Open Settings β Applications β Application Management.
- Click on the three dots in the top right corner and select Show All Apps.
- Find an unneeded app (such as Mi Browser or Mi Music).
- Click Disable (if the button is inactive, the application is critical to the system).
Advantages of the method:
- β No need for root rights or special knowledge.
- β You can return the application at any time.
- β Minimum risk to system stability.
Disadvantages:
- β Applications remain in memory and take place.
- β Some processes may be started again after the update. MIUI.
Mi Browser|Mi Music|Mi Video|GetApps|Mi Drop|Mi Community|Cleaner (if you donβt use optimization)-->
Method 2: Freezing through ADB (rootless, but with a PC)
If the shutdown is not enough, you can βfreezeβ the applications through the ADB (Android Debug Bridge: This method blocks their work at the system level, but does not delete files.
What you need:
- π₯οΈ A computer with installed Xiaomi drivers and ADB.
- π USB-cable (preferably original).
- βοΈ Included debugging by USB (Settings β The phone. β Version. MIUI (press 7 times) β Additionally. β For developers β Debugging by USB).
Step-by-step:
- Connect Redmi Note 7 to your PC and confirm debugging permission.
- Open the command line (Win + R β cmd) and type: Adb devices Make sure the device is defined.
- To freeze an application (e.g. Mi Browser), type: adb shell pm hide com.android.browser (replace com.android.browser with the desired application package).
- To defrost: adb shell pm unhide com.android.browser
List of packages of popular system applications Xiaomi:
| Annex | Packet name | Can I remove it? |
|---|---|---|
| Mi Browser | com.android.browser | β Yes. |
| Mi Music | com.miui.player | β Yes. |
| Mi Video | com.miui.videoplayer | β Yes. |
| GetApps | com.xiaomi.mipicks | β Yes. |
| Cleaner | com.miui.cleanmaster | β οΈ Partially (may disrupt optimization) |
β οΈ Attention: On some firmware MIUI 13+ The pm hide command may not work. In this case, use the alternative: adb shell pm disable-user --user 0 But remember: this will completely disable the application for the current user and you can only return it through the ADB.
Disabled through settings|Used. ADB|I removed it through TWRP|I tried root apps.|I've tried nothing.-->
Method 3: Complete removal through ADB (skilled)
If you are willing to take risks, you can completely remove unnecessary apps through the ADB. This method frees up space in memory, but irreversible β you can only return the application by flashing it back.
Instructions:
- Connect Redmi Note 7 to PC and activate ADB (as in the previous method).
- Enter the command to delete (for example, for Mi Browser): adb shell pm uninstall -k --user 0 com.android.browser Flag --user 0 removes the application only for the current user, and -k caches and data.
- For complete deletion (including all user data): adb shell pm uninstall com.android.browser Dangerous!
What happens after removal:
- β The application will disappear from the system, freeing up space.
- β It will not consume the battery and RAM.
- β Certain functions MIUI It may stop working (for example, if you delete com.xiaomi.midrop, Mi Drop will disappear).
- β The next major update MIUI The app could come back.
How to find out the packages of all system applications?
5. Method 4: Removal through TWRP (Requires unlocking of the loader)
For deep cleaning of system applications will need custom recovery TWRP. This method is suitable only for users who are ready to use:
- π Unlock the loader (erases all data!).
- π± Installation TWRP and possible loss of security.
- β οΈ Risk of "brike" with errors.
Step-by-step:
- Unlock the bootloader through the Mi Unlock Tool (instructions on the official Xiaomi website).
- Install. TWRP Redmi Note 7 (the version must be compatible with the Lavender model).
- Download System App Remover (for example, SD Maid or Titanium Backup in.zip format for installation via TWRP.
- Boot in. TWRP (Power + Vol Up) and install a.zip file.
- Launch the application and select unnecessary system APK remove.
Advantages of the method:
- β Remove applications at the system level, freeing up maximum space.
- β You can remove even those applications that do not respond. ADB.
Risks:
- β Loss of warranty (unlocking the bootloader is considered a modification).
- β Bootloop errors can occur when removing critical components.
- β Requires regular updates TWRP new-fixed.
β οΈ Note: Redmi Note 7 with firmware MIUI 14 and newer Xiaomi has tightened protection against modifications.Removal of some system applications (for example, com.lbe.security.miui) can lead to the locking of a device requiring authorization through Mi Account.
π‘
Before removing through TWRP Make a full backup of the section /system purely TWRP (backup β This will allow the system to be restored if something goes wrong.
Method 5: Use of root rights and specialized applications
If you already have root access (for example, through Magisk), you can use applications like Titanium Backup or System App Remover to remove the site.
How it works:
- Install Magisk and get root.
- Download Titanium Backup from Magisk Modules or APKMirror.
- Launch the application, select the Freeze/Delete tab.
- Mark unnecessary system applications and click Remove.
Pros of the method:
- β Intuitive interface with the ability to filter by application type.
- β You can create a backup before removing.
Cons:
- β Root can disrupt some banking applications (SberBank, Tinkoff).
- β Xiaomi may block access to Mi Account on rooted devices.
Alternative applications for working with system systems APK:
- π οΈ SD Maid β Clears the cache and deletes residual files.
- ποΈ App Inspector β shows dependencies between system applications.
- π Package Name Viewer β Helps you find the exact names of packets.
π‘
Even with root rights, donβt remove apps called com.android., com.google. or com.miui.* without first checking them outβtheyβre critical to the system.
7. Alternative methods of optimization without removal
If you do not want to take risks, but you need to make room and speed up your smartphone, try these methods:
Clearing the cache and data:
- π§Ή Go to Settings. β Annexes β Application management.
- Select an unnecessary app (such as Mi Video) and click Clear Cache and Clear Data.
- π This will free up up to 500 MB of space (depending on the number of applications).
Autostart shutdown:
- π« In the same app settings, select AutoRun and turn it off.
- π± This will prevent the application from starting at the start of the system.
Use of Lite versions of applications:
- π² Install Google Go, Facebook Lite, Messenger Lite instead of the standard versions.
- π They're taking in. 2-3 Less space and less spending RAM.
Transfer of applications to SD-map:
- π B Settings β Apps select the application and click Move to SD-Card (not working for all applications).
- β οΈ On the Redmi Note 7, it could slow down apps due to microSDβs slow read speed.
Reset to factory settings:
- π If the smartphone is severely slowing down, reset through Settings β The phone. β Resetting settings.
- π± This will delete all user data, but return the system to a βcleanβ state.
8. Frequent mistakes and how to avoid them
When removing system applications, users often face these problems:
Error 1: The device does not boot (bootloop)
- π Reason: Removal of critical system component (e.g. com.android.systemui).
- π οΈ Solution: Download to Fastboot (Power) + Vol Down and reflash your smartphone using the Mi Flash Tool.
Mistake 2: Google Services are no longer working
- π΅ Reason: Delete Google Play Services or related packages.
- π§ Solution: Install GApps through TWRP (Download the appropriate version on OpenGApps.org).
Error 3: Persistent error notifications
- β οΈ Reason: Remove an application that other services depend on (e.g. com.miui.securitycenter).
- π± Solution: Return the application through ADB or back up to the backup.
Mistake 4: Mi Accounts or Cloud Services Are Not Working
- βοΈ Reason: Delete com.xiaomi.account or com.miui.cloudservice.
- π Solution: Refuse your smartphone or restore packages through TWRP.
Error 5: Apps are returned after the update MIUI
- π Reason: Update firmware restores remote system APK.
- π οΈ Solution: After updating, re-remove unnecessary packets through ADB or TWRP.
β οΈ Note: Redmi Note 7 with firmware MIUI Global Stable: Some system applications (com.xiaomi.midrop, com.miui.analytics) can automatically update via Google Play. To avoid this, disable auto-update for them in the Play Store settings.