Xiaomi Redmi 7 is still a popular budget smartphone, but its owners often face one problem: preinstalled applications can not be removed in standard ways. They take up space in memory, consume battery power and can show annoying advertising. In this article, we will discuss all the working methods to disable, stop or completely remove unnecessary programs on Redmi 7 โ from simple MIUI settings to advanced ADB commands.
It is important to understand the difference between the terms: Disable โ the application stays on the system, but does not work and does not update. Stop โ temporary suspension (before restarting); Delete โ complete erasure of application files (perhaps not for all system programs).
Redmi 7 with MIUI 10/11/12 firmware has all three options available โ choose the right one!
1. Disable the application through the standard MIUI settings
The most secure way, which does not require superuser rights or a PC connection, is suitable for system and user applications, except for mission-critical services (such as Google Play Services).
Instructions:
- ๐ฑ Open the Settings. โ Annexes โ Application management.
- ๐ Find the app you want in the list (use the search at the top if itโs not in the visible area).
- ๐ Click on the name, then select Disable (button will appear if the application can be disabled).
- โ ๏ธ Confirm the action in the dialog window.
After deactivation, the annex:
- โ Disappears from menu and search.
- โ Stop using battery and traffic.
- โ No updates will be made through the Play Market.
- โ Its data will remain in memory (cache and files).
โ ๏ธ Note: Do not disable system services with the names com.android., com.miui. or com.google.android.gsf โ this can lead to unstable smartphone operation or update errors MIUI.
Stopping the annex (forced stop)
If an application is stuck or is actively consuming resources, it can be forcibly stopped, which is a temporary measure, after restarting the device, the application will start again.
How to stop it:
- Go to Settings โ Applications โ Application Management.
- Select a problem app (such as Mi Video or Facebook).
- Press Forced Stop (button at the bottom of the screen).
- Confirm the action.
This method is useful for:
- ๐ฎ Games that "hang" in the background.
- ๐ฑ Social networks that consume battery.
- ๐ Systemic processes that cause overheating (e.g. MiuiDaemon).
๐ก
To see which applications are using up the most battery, go to Settings โ Battery โ Battery Use, where you can sort programs by consumption level and stop the most voracious ones.
3. Removal of applications via ADB (for power users)
If standard methods donโt work and the application isnโt critical, it can be removed via ADB (Android Debug Bridge), which requires a PC connection and USB debugging enabled.
Step-by-step:
Enable debugging via USB (Settings โ About Phone โ MIUI Version โ 7 times press build number โ Return to Additional โ For developers)
Install Xiaomi drivers on PC (download from the official website)
Download ADB Tools (platform-tools package)
Connect Redmi 7 to PC over USB and select File Transfer Mode
-->
After preparation:
- Open the command line (Windows) or the terminal (Mac/Linux) in the folder with the platform-tools.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Find out the name of the application package (for example, for Facebook it is com.facebook.katana). This can be done through the App Inspector app (available on the Play Market) or by command: adb shell pm list packages | grep "name app"
- Delete the application by command: adb shell pm uninstall --user 0 name packet For example, for Mi Browser: adb shell pm uninstall --user 0 com.android.browser
If the team makes a mistake DELETE_FAILED_DEVICE_POLICY_MANAGER, This means that the application is protected by Xiaomi policies and cannot be removed even through the ADB.
โ ๏ธ Note: Removing system applications (e.g. com.miui.securitycenter) may disrupt the operation MIUI or cause the firmware to not be updated. Before removing, check the list of safe packets for removal on forums 4PDA or XDA Developers.
| Type of application | Can I turn it off? | Can I remove it through ADB? | Risks. |
|---|---|---|---|
| User-generated (installed from Play Market) | โ Yes. | โ Yes. | No. |
| Pre-installed (Mi Music, Mi Video) | โ Yes. | โ Yes (partially) | Can be restored after the MIUI update |
| System Services (Google Play Services) | โ No. | โ No. | Critical errors of the system |
| Advertising modules (com.miui.analytics) | โ Yes. | โ Yes. | Some MIUI functions may be affected. |
4. Reset application settings (alternative to deletion)
If an application can't be removed but it doesn't work properly (e.g., it constantly gives out errors or doesn't save settings), you can reset it to factory data, which is equivalent to reinstallation.
How to reset:
- ๐ฑ Go to Settings. โ Annexes โ Application management.
- ๐ง Select a problem app and click Storage.
- ๐๏ธ Click Clear Data and Clear Cache.
- ๐ If necessary, also click Resetting (if the option is available).
This method helps in cases of:
- ๐ฑ Mi Home app does not connect to Xiaomi devices.
- ๐ต Mi Music Player Does Not Play Files.
- ๐ท The camera gives an error: "I failed to connect".
๐ก
Resetting the app deletes all saved settings, accounts and files inside it, for example, on WhatsApp this will lead to logging out of the account and deleting chats (if there is no backup).
5. Use of third-party utilities (without root)
If you don't want to mess with ADB, you can use specialized software management applications that allow you to massively disable unnecessary services and block their auto-start.
Top.-3 utility 7:
- ๐ ๏ธ App Inspector โ shows full package information and allows you to disable system applications without ADB.
- ๐ซ Disable Service โ blocks auto-start and background activity of applications.
- ๐งน SD Maid โ Clears residual files after deleting programs.
Example of work with App Inspector:
- Install an app from the Play Market.
- Open it and grant ADB permissions (the application itself will prompt you to enable debugging).
- In the list, find an unnecessary app (such as Mi Pay).
- Press Disable and confirm the action.
โ ๏ธ Note: Some utilities (e.g. Titanium Backup) require root rights that are difficult to obtain on Redmi 7 due to a blocked bootloader.
6. How to return the disabled application back
If you've turned it off or deleted, you realize that you needed the app, you can restore it, depending on how you removed it.
If the application has been disabled:
- ๐ฑ Go to Settings. โ Annexes โ Application management.
- ๐ In the top menu, select the filter Disconnected.
- ๐ Find the right application and click Enable.
If the application has been removed via ADB:
- ๐ฅ Reinstall it from the Play Market (if itโs there).
- ๐ง Or restore via command: adb shell cmd package install-existing name packet
- ๐ If nothing helps, reset your settings (but it will delete all the data on your phone!).
On Redmi 7, some system applications (such as Mi Browser or Mi Video) are automatically restored after the MIUI update. To avoid this, you can block their update via the Play Market:
- Open the Play Market and find the app.
- Click on three dots in the corner โ Cancel the update.