How to completely disable or remove the application on Xiaomi Redmi 7: all ways

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.

๐Ÿ“Š How often do you remove unwanted apps on Xiaomi?
Once a month
Only when memory ends
Never delete.
I use ADB for deep cleaning.

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:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select a problem app (such as Mi Video or Facebook).
  3. Press Forced Stop (button at the bottom of the screen).
  4. 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:

  1. Open the command line (Windows) or the terminal (Mac/Linux) in the folder with the platform-tools.
  2. Enter the command to check the connection: Adb devices must appear serial number of your device.
  3. 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"
  4. 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 applicationCan 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:

  1. Install an app from the Play Market.
  2. Open it and grant ADB permissions (the application itself will prompt you to enable debugging).
  3. In the list, find an unnecessary app (such as Mi Pay).
  4. 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:

  1. Open the Play Market and find the app.
  2. Click on three dots in the corner โ†’ Cancel the update.

FAQ: Frequent questions about disabling apps on Redmi 7

โ“ Can you turn off Google Play Services? It eats up a lot of battery.
โŒ No, you can't turn off Google Play Services, which will make most apps, including Play Market, Gmail and YouTube, inoperable. Instead, limit background activity in the app settings. Turn off auto-update apps in the Play Market. Use alternative services (e.g. MicroG for some features).
โ“ After the app was turned off, it reappeared?
This is due to automatic system applications recovery after: MIUI Updates. Reset.Cache Clean Play Market.Solution: Use ADB for complete removal (pm uninstall -k --user 0 name packet command) or disable auto-update in Play Market.
โ“ How to know which apps can be safely removed?
The list of safe applications to remove depends on the version MIUI. General recommendations: โœ… You can delete: Mi Music, Mi Video, Mi Pay, Browser, Email. โš ๏ธ Careful: Miui Analytics, MSA (Advertising modules โ€“ their removal may disrupt some functions. โŒ You can not delete: Google Play Services, Miui System, Settings. Before deleting, check the current listings on the Internet. 4PDA or XDA Developers.
โ“ I turned off the app, but it still works in the background?
This means that the application has autostart or background activity rights. To block it completely: Go to Settings โ†’ Battery โ†’ Battery Management. Find the application and select Limit Background Activity. In Settings โ†’ Apps โ†’ Permissions โ†’ Autostart for this application. To fully lock it, use ADB with the command: adb shell pm disable-user --user 0 name packet
โ“ Can I turn off the advertisement in MIUI application-free?
Yeah, there are a few ways: ๐Ÿ”ง In the settings MIUI Go to Settings. โ†’ The phone. โ†’ Version. MIUI โ†’ Click on the version several times MIUI, until the message "You became a developer!" appears. โ†’ For developers, turn off Show recommendations. ๐Ÿ›ก๏ธ Install Blokada or AdGuard to block ad domains. ๐Ÿ“ต Disable the com.miui.analytics and com.xiaomi.midrop applications via ADB.