How to Remove Apps from Xiaomi Redmi 8: 5 Ways to Work

Smartphone Xiaomi Redmi 8, released in 2019, still remains popular due to balanced characteristics and support for MIUI updates. However, over time, any gadget begins to β€œclog” with unnecessary programs: it can be pre-installed Xiaomi services, game cache or accidentally downloaded APK. Unlike new models, the removal of applications on Redmi 8 has nuances – some system utilities can not be uninstalled by standard methods, and aggressive cleaning can lead to malfunctions in the MIUI shell.

In this article, we’ll look at all the current ways to uninstall applications, from basic (via the settings menu) to advanced (using ADB and USB debugging), and focus on the hidden features of MIUI 12/14, which allow you to disable system services without root rights, and you’ll learn which programs can be safely removed and which ones should not be touched – even if they take up a lot of space.

Preparation: What to Know Before Deleting Applications

Before you start cleaning Redmi 8, it’s important to understand the difference between the types of applications:

  • πŸ“± Third-party apps – downloaded from Google Play or installed through APK. They can be removed without consequences.
  • πŸ”§ System applications MIUI β€” Pre-installed services (Mi Video, Mi Music, Security, etc.) Some of which are critical for the shell to work.
  • πŸ›‘οΈ Google services – Play Market, Google Play Services, YouTube – can disrupt your account.

Redmi 8 with MIUI 12+ has a rule: you can only remove programs that are not associated with the kernel of the system. For example, you can not touch com.miui.securitycenter, and com.miui.videoplayer - you can. To avoid mistakes, check the name of the package before uninstallation.

⚠️ Warning: If after removing the application, the smartphone began to slow down or restart - return it through Settings β†’ Annexes β†’ Remote (available in MIUI Older versions will require factory resets.

Type of applicationCan I remove it?Effects of consequences
Games (PUBG, Free Fire)βœ… Yes.Free up, the cache stays.
Social networks (Facebook, TikTok)βœ… Yes.Notifications will stop coming
System (Mi Calculator, Mi Notes)⚠️ Partially.Widgets on the main screen may disappear
Google Services (Play Market, Gmail)❌ No.Account synchronization will be disrupted
Background services (MiuiDaemon)❌ No.The smartphone won't turn on

πŸ“Š How often do you remove unnecessary apps on your smartphone?
Once a month
Only when memory ends
Never delete.
I remove it immediately after installation.

Method 1: Standard removal via MIUI settings

The easiest method is to use built-in MIUI tools. It is suitable for third-party applications and some system utilities that are not critical to the phone.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the list, find the desired application (for example, Mi Browser) and tap it.
  3. Press the "Delete" button (if it is active).
  4. Confirm the action by selecting β€œOK”.

If the Remove button is inactive, the application is system, in which case you can try to disable it (the β€œDisable” button will appear instead of β€œDelete”). The program that is disabled will not work, but will remain in the phone’s memory.

Are there any important data in the application (for example, saved notes in Mi Notes)

Is it connected to a Mi Account (e.g., Mi Cloud)?

Is there enough free space after removal (minimum - 1 GB)

-->

πŸ’‘

If the app doesn't get deleted, try first clearing its cache and data in the same menu (Storage β†’ Clear cache).

Method 2: Delete via Google Play Market

If the app was installed from Google Play, it can be uninstalled directly through the store, which is convenient when you need to massively clean your smartphone of unnecessary programs.

How to delete:

  1. Open the Google Play Market.
  2. Slip on the profile avatar in the upper right corner.
  3. Select Application and Device Management β†’ Management.
  4. In the list, check the boxes for unnecessary programs.
  5. Click on the basket icon in the top panel.

The advantage of this method is that it automatically cleans the residual files (cache and data) that are sometimes left over when deleted through settings.

⚠️ Note: If after removal through the Play Market, the application continues to appear in the list, check if it is installed as APK (manually. In this case, delete it through Settings. β†’ Annexes.

Method 3: Disabling system applications without root

Many of the pre-installed programs on Redmi 8 can’t be completely removed, but they can be turned off, which will free up RAM and stop background activity, although the application itself will remain on the system.

Step-by-step:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Select a system application (such as Mi Pay or Mi Video).
  3. Click β€œDisable” (if the button is inactive, the application is critical for MIUI).
  4. Confirm the action in the dialog window.

The disabled programs will disappear from the menu and stop updating, but they can be turned back on in the same settings section, which is secure and does not require superuser rights.

What system applications can be disabled without risk?
Safe to disable: - Mi Browser (if you use Chrome) - Mi Video and Mi Music (if there are alternatives) - Mi Pay (if you do not use payments) - Game Turbo (if you do not play) - Mi Community and Mi Forum (social services Xiaomi) Do not disable: - Security (security center) - Settings (settings) - System UI (MIUI interface) - Google Play Services (critical for account operation)

Method 4: Remove via ADB (for power users)

If standard methods don't work, you can use Android Debug Bridge (ADB), a computer debugging tool that allows you to remove even those applications that MIUI blocks, but requires caution.

What you need:

  • πŸ’» Computer with Windows/macOS/Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“¦ Installed drivers Xiaomi and ADB.

Instructions:

  1. Enable Developer Mode on Redmi 8: Settings β†’ About Phone β†’ MIUI Version (Tap 7 times)
  2. Activate debugging via USB: Settings β†’ Additional β†’ For developers β†’ Debugging via USB
  3. Connect your smartphone to your PC and confirm the debugging permission.
  4. Open the command line (Windows) or terminal (macOS/Linux) and type: adb devices (the serial number of your Redmi 8 should appear).
  5. Find out the name of the application package: adb shell pm list packages | grep "name" For example, for Mi Browser it is com.android.browser.
  6. Remove the application by command: adb shell pm uninstall -k --user 0 com.android.browser

πŸ’‘

The --user 0 command removes the app only for the current user, without affecting system files. This is safer than a complete uninstall (pm uninstall without flags).

⚠️ Note: Some packages (e.g. com.miui.securitycenter) are protected MIUI. Their removal through ADB This will lead to a cyclical reboot of the smartphone. Before experimenting, back up through Settings. β†’ Additionally. β†’ Backup and reset.

Method 5: Use of third-party utilities (with or without root)

For those who don’t want to work with ADB, there are specialized applications for cleaning system programs, but their effectiveness depends on the availability of root rights.

Popular utilities:

  • πŸ› οΈ App Inspector – shows all installed packages and their dependencies (without root).
  • 🧹 SD Maid – cleans residual files after uninstallation (requires root for deep cleaning).
  • πŸ” Debloater – removes pre-installed applications (works through the ADB, but with a user-friendly interface).

An example of working with Debloater:

  1. Download the tool with XDA Developers.
  2. Connect Redmi 8 to USB with debugging enabled.
  3. Launch Debloater and wait for the package list to load.
  4. Check the boxes for unnecessary applications (for example, com.miui.weather2).
  5. Click "Apply" and confirm the removal.

πŸ’‘

Before using third-party utilities, check their reputation on forums (such as 4PDA or XDA).Some "optimizers" contain malicious code or show false virus warnings.

What to do if after removal of the smartphone is unstable

Sometimes, after cleaning, Redmi 8 starts to slow down, make errors, or reboot, which means that a critical app has been removed or disabled.

Recovery methods:

  • πŸ”„ Return the app through MIUI: Settings β†’ Annexes β†’ Remotely β†’ Select a program β†’ Install
  • πŸ“₯ Install APK manually: Download the file from an official source (e.g. APKMirror) and install it.
  • βš™οΈ Reset to factory settings: Last option if the smartphone doesn't turn on.Push the power button + volume β†’ Recovery β†’ Wipe Data

If the problem occurs after working with ADB, try reinstalling the remote application via the command:

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

(Replace com.android.browser with the desired package).

⚠️ Attention: Redmi 8s MIUI 12 and older, you may need to re-assign your Mi Account after resetting your settings. If you forget your password, restore it in advance at account.xiaomi.com.

FAQ: Frequent questions about removing apps on Redmi 8

Can I remove Google Play Services if they take up a lot of space?
No, it will result in the loss of functionality of all Google services: Play Market, Gmail, contact sync and even some third-party applications will stop working. Instead of deleting, clear the cache (Settings β†’ Apps β†’ Google Play Services β†’ Storage β†’ Clear the cache).
How do I know which app takes up the most space?
Go to Settings β†’ Storage β†’ Storage Analysis. This shows all programs sorted by volume. Click on any one to see details (cache, data, APK).
Why does it reappear after the MIUI update?
Some system utilities (Mi Browser, Mi Music) are restored when you update your firmware. To avoid this, disable them instead of removing them or use ADB with the command: adb shell pm hide com.android.browser (hide the application from the system).
Can I remove MIUI Launcher and install another launcher?
Technically yes, but not recommended. MIUI Launcher is tightly integrated with the shell, and its removal can result in loss of widgets, themes and controls.It is better to install an alternative launcher (like Nova Launcher) on top of the standard one without removing it.
How to remove viruses that masquerade as system applications?
If you suspect an infection, first check your smartphone through Google Play Protect (Play Market β†’ Menu β†’ Play Protect). For a deep check, use Malwarebytes (download from the official website). Do not manually delete suspicious packages - some viruses block access to settings. In extreme cases, reset to factory settings.