What apps can be removed on Xiaomi Redmi 7: a full list of safe removal programs

Why are there so many pre-installed apps on Xiaomi Redmi 7?

Xiaomi Redmi 7, released 2019 It has become one of the most popular budget smartphones due to its price-performance balance, but many users are facing a problem: even on a "clean" device, it is occupied by a small number of devices. 10-15 GB of memory, system and pre-installed applications, because of policy. MIUI โ€” Xiaomiโ€™s branded shell, which includes not only basic Android services, but also its own utilities, games, and affiliate programs.

Most of these applications are not removed by standard means โ€” you can only disable them or hide them, but there are ways to get rid of them completely by freeing up precious space on the internal drive, the main thing is to understand which programs are critical to the system's operation and which can be safely removed without the risk of "bricking" the smartphone.

In this article, we will discuss:

  • ๐Ÿ” What apps on Redmi 7 can be removed without consequences (list of safe ones)
  • โš ๏ธ What programs cannot be removed (risk of loss of functionality)
  • ๐Ÿ› ๏ธ 3 ways to remove: through settings, ADB root-access
  • โšก What to do if there are problems after removal (system recovery)

๐Ÿ“Š How do you usually handle pre-installed applications?
I'll leave it as it is.
I'm turning it off through the settings.
Delete via ADB
I get root and remove all unnecessary things.
I don't know what to do with them.

List of safe apps to remove on Redmi 7

Below is a list of programs that do not affect stability. MIUI We have divided them into categories by type and purpose, and we recommend backing up the data before deleting it (via Settings). โ†’ System system โ†’ Backup).

1. Social networks and instant messengers

  • ๐Ÿ“ฑ Facebook (com.facebook.katana) is the official app, but it takes up a lot of space and consumes battery.
  • ๐Ÿ’ฌ Facebook Messenger (com.facebook.orca) โ€“ a separate messenger that duplicates the functionality of the main application.
  • ๐Ÿ“ท Facebook App Installer (com.facebook.system) is a system component for installing Facebook updates.

2. Partner and advertising applications

  • ๐ŸŽฎ Mi Game Center (com.xiaomi.gamecenter.sdk.service) โ€“ a game store from Xiaomi, often imposes advertising.
  • ๐Ÿ›’ Mi Pay (com.mipay.wallet) โ€“ Xiaomi payment system, relevant only for China and India.
  • ๐Ÿ“บ Mi Video (com.miui.videoplayer) is a video player with integrated advertising. VLC or MX Player.
  • ๐Ÿ“ฐ Mi Browser (com.android.browser) โ€“ a browser with pre-installed bookmarks on Chinese websites.

3. Utilities and duplicate services

  • ๐Ÿ“ก Mi Remote (com.duokan.phone.remotecontroller) โ€“ a remote control for control of equipment. Useful only if you have compatible devices Xiaomi Smart Home.
  • ๐Ÿ“Š Mi Analytics (com.miui.analytics) โ€“ Collects data about smartphone usage to improve MIUI. It does not affect the work, but monitors the activity.
  • ๐Ÿ”„ Mi Drop (com.xiaomi.midrop) is a service for transferring files between Xiaomi devices.
  • ๐Ÿ“ฑ Mi Community (com.xiaomi.channel) โ€“ Xiaomi user forum, useful only for communication with support.
Complete list of package codes for ADB
com.facebook.appmanager (Facebook Services) com.facebook.services (Facebook App Manager) com.mi.android.globalFileexplorer (Mi file manager if you use a third-party) com.miui.cleanmaster (Lastage cleaner โ€“ duplicates the function in the settings) com.miui.compass (Compass โ€“ rarely used) com.miui.fm (FM-radio โ€“ works only with headphones) com.miui.hybrid (Mi HybridAccess โ€“ proxy service for saving traffic) com.miui.miservice (Mi Service Framework โ€“ part of the cloud services) com.miui.notes (Notes โ€“ can be replaced by Google Keep) com.miui.player (Music player โ€“ duplicates Google Play Music) com.miui.weather2 (Weather - can be replaced by AccuWeather)

4. Games and entertainment

Redmi 7 often preinstalled demos of games that take up space and consume resources in the background:

  • ๐ŸŽฎ Mi App Store Games (com.xiaomi.glgm) โ€“ the center of games with aggressive advertising.
  • ๐Ÿƒ Mi Play (com.xiaomi.mipay) โ€“ a platform for microtransactions in games.
  • ๐ŸŽฒ Quick Games (com.duokan.phone.rom) โ€“ Quick Games in the Notification Panel.
AnnexPacket codeCan I remove it?Effects of removal
Facebookcom.facebook.katanaโœ… Yes.Loss of access to the social network through the application (the web version remains)
Mi Videocom.miui.videoplayerโœ… Yes.We need to install a third-party player.
Mi Browsercom.android.browserโœ… Yes.By default, Chrome or another browser will open.
Mi Analyticscom.miui.analyticsโœ… Yes.Will cease to send data on the use of the smartphone
Mi Remotecom.duokan.phone.remotecontrollerโš ๏ธ Conditionally.You will not be able to control Xiaomi equipment through the IR port

โš ๏ธ Warning: Deleting com.miui.securitycenter or com.android.settings will cause your smartphone to fail. MIUI!

3 Ways to Remove System Apps on Redmi 7

Depending on your technical skills and your willingness to take risks, you can choose one of three methods, starting with the safest and ending with the most radical.

1. Disconnection through settings (without deletion)

If you don't want to risk system stability, but you want to free up RAM, you can turn off unnecessary applications. This won't delete them completely, but it will stop background activity:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want (such as Mi Video).
  3. Click "Disable" (the button will only be active for pre-installed programs).
  4. Confirm the action in the dialog window.

โœ… Pros: secure, does not require administrator rights, reversible.

โŒ Cons: applications remain in memory, taking up space on the disk.

2. Removal via ADB (no root)

ADB (Android Debug Bridge is an Android debugging tool that allows you to remove system applications without obtaining root rights.This method requires connecting a smartphone to a computer, but does not violate the warranty.

Install Android SDK Platform-Tools on PC

Enable Debugging on USB In Settings โ†’ The phone. โ†’ Version. MIUI (Press 7 times, then return to the โ†’ For developers)

Connect Redmi 7 to your PC via USB-cable (select file transfer mode)

Open the command line (Windows) or terminal (macOS/Linux) file ADB-->

After preparation, follow the following commands:

adb devices

(Your device should be displayed)

adb shell pm uninstall -k --user 0 com.facebook.katana

Replace com.facebook.katana with the package code of the desired application from the list above.

โš ๏ธ Attention: Removal through ADB flag-headed --user 0 The system files remain in place, so the risk of "bricking" is minimal. However, some applications (for example, Mi Analytics) can recover after the update. MIUI.

3. Complete removal with root rights

If you're willing to take the risk of taking full control of the system, you can remove the apps permanently through root access.

  1. Unlock the bootloader through the official Xiaomi website.
  2. Install custom recovery (such as TWRP).
  3. Please use Magisk to obtain root rights.
  4. Use a root-enabled file manager (such as Root Explorer) or command: su rm -rf /system/priv-app/Title Appendices Folders

โš ๏ธ Warning: Incorrect root actions can result in loss of warranty, cyclical reboot or complete device failure.This method is recommended only for advanced users.

๐Ÿ’ก

Before removing system applications through root, make a full firmware backup through TWRP. This will allow you to restore the smartphone in case of failure.

What applications should not be removed (critical for MIUI)

Some system programs are necessary for the Redmi 7 to function properly, and their removal may result in:

  • ๐Ÿ”„ Infinite Boot (Bootloop)
  • ๐Ÿ“ต Loss of mobile or Wi-Fi
  • โšก Quick battery discharge.
  • ๐Ÿ”ง Inoperability of the camera, sensors or buttons

Below is a list of prohibited packets:

AnnexPacket codeEffects of removal
Security (Security)com.miui.securitycenterLack of virus protection, inability to manage permits
Settings (Settings)com.android.settingsIt is impossible to change the parameters of the system
System launchercom.miui.homeBlack screen after unlocking, inability to open applications
Phone (Phone)com.android.contacts / com.android.dialerIt is impossible to call or take calls
Google Play Servicescom.google.android.gmsGoogle-dependent apps (Gmail, Maps, Play Market) will not work.

It is also dangerous to remove:

  • ๐Ÿ“ถ Telephony services (com.android.phone) โ€“ responsible for mobile communications.
  • ๐Ÿ”‹ Battery services (com.miui.powerkeeper) - manage energy saving.
  • ๐Ÿ”Š Audio services (com.android.bluetooth, com.miui.audiomonitor) โ€“ without them there will be no sound.

๐Ÿ’ก

If you accidentally deleted a critical app, try restoring it through a Settings reset (Settings) โ†’ System system โ†’ Resetting) or flashing MIUI via Fastboot.

What if Redmi 7 is not working properly after you delete the application?

Even if you have removed the โ€œsafeโ€ app, there may be some problems:

  • ๐Ÿ”„ The smartphone is constantly rebooting โ€“ perhaps removed service, which depends on other programs.
  • ๐Ÿ“ฑ Some features (e.g. camera or Bluetooth) are not working โ€“ the driver is missing.
  • ๐Ÿ”‹ Battery goes down quickly โ€“ energy optimizer removed.
  • ๐Ÿ“ต No mobile network โ€“ system settings of communication are damaged.

Here is a step-by-step recovery instruction:

1.Recovery through ADB

If you remove applications through ADB, You can try to bring them back:

adb shell cmd package install-existing com.facebook.katana

(Replace com.facebook.katana with the desired package)

2. Resetting settings to factory

If the problem is serious, but the smartphone still turns on:

  1. Go to Settings โ†’ About the phone โ†’ Reset settings.
  2. Select "Erase all data."
  3. Confirm the action and wait for the completion (it will take 5-10 minutes).

โš ๏ธ Warning: This method will delete all your data (photos, contacts, messages!

3. Flashing through Fastboot

If the smartphone is not turned on or stuck on the logo MI:

  1. Download the official firmware for Redmi 7 (codename onc).
  2. Unpack the archive and connect the phone to your PC in Fastboot mode (clip Power + Volume Down).
  3. Run the script. flash_all.bat (Windows or flash_all.sh (macOS/Linux).

4. Recovery via TWRP (if installed)

If you have a custom recovery:

  1. Load to TWRP (clip Power + Volume Up).
  2. Select "Restore" and restore the backup (if you did it in advance).
  3. If there is no backup, then go ahead. MIUI via Install".

๐Ÿ’ก

If the smartphone still works unstable after resetting or firmware, check the integrity of the firmware through fastboot devices and fastboot getvar all.

How to prevent automatic recovery of remote applications?

One of the most annoying moments after removing system programs is their spontaneous return after an update. MIUI. This is because Xiaomiโ€™s shell checks the integrity of system packages and restores those that are missing:

1. Freeze through ADB

Instead of completely removing the application, you can โ€œfreezeโ€ the application so that it does not work, but also does not recover:

adb shell pm disable-user --user 0 com.miui.analytics

2. Use of Magisk modules

If you have root, install Universal Debloater via Magisk, which blocks the recovery of deleted packets after updates.

3. Disabling Automatic Updates MIUI

To prevent the system from restoring applications, disable automatic firmware updates:

  1. Go to Settings โ†’ About the phone โ†’ System update.
  2. Click on the three dots in the top right corner and select "Update Settings".
  3. Turn off the option "Automatic download updates".

4. Installation of custom firmware

A Radical but effective way to do this is to upgrade to custom firmware (like LineageOS or Pixel Experience) without pre-installed junk from Xiaomi, but youโ€™ll need to unlock the bootloader and lose some features (like the ones youโ€™ve seen in the past, IR-blaster).

โš ๏ธ Attention: Disabling updates MIUI If you choose this path, check regularly for critical patches manually!

FAQ: Frequent questions about removing apps on Redmi 7

Can you delete Google apps (YouTube, Gmail, Chrome) without consequences?
โœ… Yes, but with reservations. Google apps aren't critical to the job. MIUI, However: Deleting com.google.android.gms will render most applications dependent on Google inoperable. com.android.vending (Play Market) can be removed, but then you will not be able to install the apps in the standard way. YouTube, Gmail and Chrome can be removed without risk, but you will lose access to these services through apps (the web version will remain). ๐Ÿ”น Recommendation: Instead of deleting, disable automatic updates to these apps in the Play Market.
Why is Facebookโ€™s smartphone slower to work?
๐Ÿ”„ Probable reason: Facebook is integrated into system processes MIUI (For example, to synchronize contacts or notifications, its deletion could disrupt background services. ๐Ÿ”ง Solution: Check active processes in Settings โ†’ Annexes โ†’ Run. Clear the cache of system applications (Settings) โ†’ Memory. โ†’ If the problem persists, restore Facebook via ADB dump.
How do you know which app is the most spaced on Redmi 7?
๐Ÿ“Š Method 1: Through Settings: Open Settings โ†’ Memory. Click on "Applications" -- sort by size. ๐Ÿ“Š Method 2: Through ADB (Accurate data: adb shell pm list packages -s adb shell dumpsys package com.name.packet | find "codePath" ๐Ÿ”น Tip: Pay attention to apps with cache >500 MBs (like Facebook or Mi Video) are going to be cleaned or removed and free up the most space.
Can I delete my Mi Account and what will happen?
โŒ Not recommended. com.xiaomi.account is responsible for: Data synchronization (contacts, notes, photos in Mi Cloud); Xiaomi Cloud and Find Device services (phone search); Authorization in branded applications (for example, Mi Home for smart home). โš ๏ธ Deletion Consequences: You canโ€™t log into your Xiaomi account (youโ€™ll need to reset your phone to link a new account), cloud backups will stop working, and some features (like unlocking the bootloader) will require re-authorization. ๐Ÿ”น Alternative: Disable unnecessary synchronization functions in Settings โ†’ Xiaomi account.
How to completely erase all preinstalled Xiaomi apps?
๐Ÿ› ๏ธ The only reliable way: install custom firmware (for example, LineageOS or HavocOS). ๐Ÿ“Œ Step-by-step: Unlock the bootloader through the Mi Unlock Tool. Install TWRP Recovery for Redmi 7 (codename onc). Download the right firmware (e.g. LineageOS 16 for Android 9). TWRP (Wipe โ†’ Format Data โ†’ Install ZIP). Set it open. GAPPS (If you need Google services). โš ๏ธ Cons: Loss of official support and warranties. some features (e.g., some features) will not work, IR-Blaster or Quick Charge will require regular manual updates.