How to permanently disable or remove unnecessary apps on Xiaomi Redmi Note 7

Xiaomi Redmi Note 7 is still a popular smartphone among users who value the balance of price and performance. However, even after the release, owners face the same problem: dozens of pre-installed applications that take up memory, consume battery power and interfere with comfortable work. In this article, we will discuss all possible ways to get rid of unnecessary software – from standard methods through settings to advanced tricks with ADB and third-party utilities.

It's important to understand that the Redmi Note 7 runs on MIUI, Xiaomi's proprietary shell, which is known for its abundance of embedded services. Some are critical to the stability of the system, others are just advertising junk. We'll learn to distinguish one from another so as not to turn the phone into a brick after a failed removal. All methods are tested on current versions of MIUI (including MIUI 14 based on Android 12/13) and are safe with accurate follow-up instructions.

Why can’t you just remove all the pre-installed apps?

Many users mistakenly believe that clicking Delete from the app menu is enough to solve the problem, and in fact most MIUI system applications are protected from being completely removed without special permissions.

  • πŸ”΄ Critical system failure: Deleting services like com.miui.system or com.android.phone will lead to β€œeternal” bootloop).
  • πŸ”΄ Loss of functionality: Disappear theme settings, gestures, control, work NFC or even access to a mobile network.
  • πŸ”΄ Violation of updates: MIUI You may stop installing OTA apps because there are no critical components.
  • 🟑 Return after reset: Even successfully deleted applications will return to factory settings after reset.

The good news is that most of the apps you don't need can be safely disabled (and some can be removed) without consequences, and the key is to know which ones are really intrusive and which ones are just taking up memory, like Mi Video or Mi Music being removed without risk, but Security being left out is the core of MIUI protection.

⚠️ Note: If you use a customized Redmi Note 7 firmware (like LineageOS or Pixel Experience), the methods in this article may not work or require adaptation.

Method 1: Standard shutdown via MIUI settings

The easiest and safest method is to disable applications through built-in tools, which doesn't require superuser rights and is suitable even for beginners.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the top menu, select the All Apps tab (to see the system ones).
  3. Find an unnecessary app (such as Mi Browser or Mi Pay) and tap it.
  4. Press the β€œDisable” button (if it is active).
  5. Confirm the action in the window that appears.

Application disabled:

  • βœ… Stop using battery and traffic.
  • βœ… Disappears from menu and search.
  • ❌ It will remain in memory (take up space).
  • ❌ Can be updated via Google Play (if installed as a user-generated service).

Not all applications can be disabled this way, such as Cleaner or Mi Community, which are often blocked by MIUI, and in such cases, the following method will help.

β˜‘οΈ What can be turned off without risk

Done: 0 / 6

Method 2: Removal via ADB (without root)

If a standard shutdown isn’t enough, you can use Android Debug Bridge (ADB), a debugging tool that allows you to remove system applications without obtaining root permissions.This method works on all versions of the Redmi Note 7 (including the Redmi Note 7 Pro) and does not violate the warranty.

You'll need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ“± USB-cable (preferably original).
  • πŸ”§ Installed drivers Xiaomi and ADB.

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Return to Settings β†’ Additional β†’ Developer. Activate USB Debugging and confirm permission.
  2. Connect your phone to your PC and select File Transfer (MTP) mode.
  3. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  4. Check the connection command: Adb devices should appear with a serial number.
  5. Remove the unnecessary application by command: adb shell pm uninstall -k --user 0 name.pack For example, to remove Mi Browser: adb shell pm uninstall -k --user 0 com.android.browser

List of safe packets to remove on Redmi Note 7:

AnnexPacket nameCan I remove it?
Mi Browsercom.android.browserβœ… Yes.
Mi Musiccom.miui.playerβœ… Yes.
Mi Videocom.miui.videoplayerβœ… Yes.
Mi Paycom.mipay.walletβœ… Yes.
Cleaner (Cleaning)com.miui.cleanmaster⚠️ Partially (may disrupt optimization)

⚠️ Note: Removing packets through ADB If after deleting there are problems (for example, notifications stopped working), restore the application with the command: adb shell cmd package install-existing name.packet

πŸ“Š Which apps would you delete first?
Mi Browser
Mi Music
Mi Video
Mi Pay
Cleaner
Game Turbo
Others

Method 3: Use MIUI Optimizer (for power users)

For those who are willing to go further, there is a utility MIUI Optimizer, an informal application that expands the options for configuring MIUI.

  • πŸ”§ Remove system applications without ADB.
  • πŸ”§ Disable unnecessary services (for example, advertising in the Internet) MIUI).
  • πŸ”§ Configure the hidden parameters of the system.

How to use:

  1. Download the latest version of MIUI Optimizer from the official repository on GitHub (link: github.com/yzz1234/MiuiOptimizer).
  2. Install. APK-file on the phone (allow installation from unknown sources in Settings) β†’ Security).
  3. Run the utility and grant superuser rights (if there is root) or use the no root mode.
  4. Go to the β€œApp Manager” section and select the applications to remove/disable.

The advantages of MIUI Optimizer:

  • πŸ”Ή Visual interface (no need to remember commands) ADB).
  • πŸ”Ή Ability to backup copies before deletion.
  • πŸ”Ή Support for Recovery of Remote Packets.

Disadvantages:

  • ❌ Careful – Removing critical packets can disrupt your work MIUI.
  • ❌ Not all functions work without root.

πŸ’‘

Before you delete applications through MIUI Optimizer, back up your important data. Use the built-in MIUI: Settings β†’ About Phone β†’ Backup.

Method 4: Shutdown via Titanium Backup (root required)

If your Redmi Note 7 has root rights, the most powerful tool for working with applications is Titanium Backup. This utility allows you not only to delete, but also to β€œfreeze” system applications (temporarily disable them without deleting files).

Step-by-step:

  1. Install Titanium Backup from Google Play or from the official website.
  2. Provide root access at the first start.
  3. Go to the Backups tab and find the unnecessary app.
  4. Slip it and select "Freeze!" (for temporary shutdown) or "Delete!" (for complete removal).
  5. Confirm the action and restart the phone.

The advantages of Titanium Backup:

  • πŸ”Ή Ability to restore the application in one click.
  • πŸ”Ή Packet removal/freezing of multiple applications.
  • πŸ”Ή Backup of application data before deletion.

⚠️ Note: If you have removed the system app through Titanium Backup and your phone has stopped booting, try restoring it through the Titanium Backup. TWRP Recovery (if installed) To do this: Load in TWRP (hold on to the power + Volume Up when you turn it on. Select "Mount" and select System. Connect your phone to your PC and copy the remote one. APK-fileback /system/app/ or /system/priv-app/.

Which apps can be removed and which ones can’t?

To avoid damaging the system, it is important to understand which applications are critical to MIUI and which are just β€œballast.”

You can remove (safely):

  • πŸ—‘οΈ com.android.browser – Mi Browser (if you use Chrome or another browser).
  • πŸ—‘οΈ com.miui.player - Mi Music (substitutes: Spotify, Yandex Music).
  • πŸ—‘οΈ com.miui.videoplayer - Mi Video (there are alternatives like VLC).
  • πŸ—‘οΈ com.mipay.wallet – Mi Pay (if you don’t use it) NFC-payment).
  • πŸ—‘οΈ com.xiaomi.scanner – Scanner (if you have Google Lens).
  • πŸ—‘οΈ com.miui.weather2 β€” Weather (can be replaced by AccuWeather).

You can turn off (but not delete):

  • ⚠️ com.miui.cleanmaster – Cleaning (disabling saves battery, but deleting will disrupt optimization).
  • ⚠️ com.xiaomi.midrop - Mi Drop (unless you use Wi-Fi file transfer).
  • ⚠️ com.miui.bugreport – Error Report (you can disable, but not delete).

You can not touch (critical for the system):

  • 🚫 com.miui.securitycenter - Security (core protection) MIUI).
  • 🚫 com.android.phone (responsible for calls and phone calls) SMS).
  • 🚫 com.miui.home – Launcher (remove – lose the desktop).
  • 🚫 com.miui.system - System settings.
  • 🚫 com.google.android.gsf – Google Services (required for the Play Market).
What happens if you remove Miui Home?
The MIUI launcher (com.miui.home) is a desktop shell, and if you remove it, you'll see a black screen or a cyclical reboot, and you can only restore it through ADB or flashing it.

How to return a remote application?

If you have problems after deleting (for example, notifications or Wi-Fi stopped working), do not panic.

Method 1: Through ADB

Use the command:

adb shell cmd package install-existing name.packet

For example, to restore the Mi Browser:

adb shell cmd package install-existing com.android.browser

Method 2: Through resetting settings

If you don’t remember the name of the package or ADB doesn’t help, reset to factory settings:

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Select β€œErase all data”.
  3. Confirm the action and wait for the reboot.

⚠️ Warning: This method will delete all your data (photos, contacts, messages!

Method 3: Through TWRP (if installed)

If you have custom recovery (TWRP), you can restore system applications from backup:

  1. Download to TWRP (hold Power + Volume Up).
  2. Select "Restore" and specify the path to the backup (if you have done it before).
  3. Check the System and confirm the recovery.

πŸ’‘

Before experimenting with removing system applications, always check if you have a backup of data and access to ADB.

FAQ: Frequent questions about removing apps on Redmi Note 7

Can I remove Google Play Services to save battery?
❌ No, it will render most apps, including Google Play, Gmail and YouTube, inoperable. Google Play Services (com.google.android.gms) are critical to Android. Instead of deleting, disable auto-update and background activity in the app settings.
Why do they come back after the MIUI update after the ADB application is removed?
This is standard MIUI behavior: when major updates are made, the system restores remote system applications, and to avoid this, repeat ADB commands after the update, or use MIUI Optimizer to block their recovery.
How do I know the name of the application package if it is not on the list?
Use the free App Inspector app (available on Google Play) that shows full packet names for all installed programs. Alternatively, ADB command: adb shell pm list packages | grep "key word" For example, to find all packages with "miui" in the title: adb shell pm lists | grep "miui"
Will NFC work after Mi Pay is removed?
βœ… Yes, NFC β€” It is a hardware feature that does not depend on Mi Pay, and you will be able to use contactless payments through other applications (such as Google Pay or SberPay) if they are supported by your bank.
How to disable ads in MIUI without removing applications?
Advertising in MIUI is linked to com.miui.msa.global (Miui System Ads) and com.xiaomi.midrop. To disable it: Through ADB, execute: adb shell pm disable-user --user 0 com.miui.msa.global In MIUI settings, disable personalized advertising: Settings β†’ Memory β†’ Advertising β†’ Disable. Complete removal of ads will require root rights and file editing /system/build.prop.