Removing unnecessary apps on Xiaomi smartphones is a challenge that every user faces. Even after buying a new device, MIUI preinstalles dozens of services, many of which duplicate functions or are not used at all. But simply pressing βDeleteβ doesnβt always work: the system blocks the removal of embedded applications, and some programs leave behind tails in the form of cache and data.
In this article, we will analyze all the current ways to remove applications on Xiaomi, Redmi, POCO Black Shark β from standard methods to hidden features MIUI 14/15. You will learn how to get rid of embedded applications without root rights, clean residual files and even return deleted by mistake software. 12/13/14 shelled MIUI.
1. Standard removal through the application menu
The easiest way is to uninstall via the main menu, which is suitable for third-party applications installed by the user (for example, games, instant messengers, social networks), and the built-in Xiaomi services (Mi Browser, Mi Video, GetApps) will not be removed this way.
To remove the program:
- π± Open the main menu (swipe up from the bottom of the screen).
- π Find the right application and pinch its icon for 1-2 seconds.
- ποΈ In the menu that appears, select βDeleteβ (or basket icon).
- β Confirm the action in the dialog window.
βοΈ What to check before removal
If the Remove button is inactive or not, the app is built-in, and then you can move on to the following methods, and note that some programs (like the Google Play Store) can only be disabled, but not completely removed.
β οΈ Note: Deleting apps through the menu does not clear their cache and data. To completely erase the program traces, after deleting, go to Settings β Annexes β Manage applications and manually clean the remaining files.
2. Remove via MIUI settings (including disabling)
If the app cannot be removed in the standard way, it can be disabled or removed through the settings menu, which works for most Xiaomi built-in services, except for mission-critical ones (like Settings or Phone).
Instructions:
- Open Settings β Applications β Application Management.
- Find the app you want (use a search at the top of the screen).
- Slip on it and select "Delete" or "Disable" (if deletion is not available).
- Confirm the action.
| Type of application | Can I remove it? | Can I turn it off? | Example |
|---|---|---|---|
| Third-party (installed by the user) | β Yes. | β No. | VK, TikTok, Zoom |
| Built-in (MIUI) | β No (usually) | β Yes. | Mi Browser, Mi Music, Notes |
| System (Android) | β No. | β οΈ Partially. | Google Play Services, Android System WebView |
| Google apps | β No. | β Yes (except for key ones) | Google Duo, Google Podcasts |
The disabled application disappears from the menu, stops working and does not update, but remains in the deviceβs memory, which is useful if you want to temporarily hide the program (for example, Mi Pay or Mi Credit), but are not sure that it will not be needed later.
π‘
If the app reappears after disabling, check it in Settings β Apps β Show all apps. It may have been updated through Google Play and activated again.
3. Remove embedded applications without root (via ADB)
For power users, there is a way to remove the built-in Xiaomi apps without superuser rights β via ADB (Android Debug Bridge: This method requires connecting your smartphone to your computer, but does not violate warranty or block it. OTA-update.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π USB Type C C Cable (Original or Quality).
- π₯ Utility. ADB (download from the official website).
- π§ Included debugging by USB smartphone.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone β MIUI Version. Tap on MIUI Version 7 times until the βYouβve become a developerβ notification appears.
USB-debugging
- Back to Settings β Additionally. β For developers.
- Activate the βDebugging by USBβ switch.
- Connect your smartphone to your computer and confirm your trust in the device.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Delete the application by command: adb shell pm uninstall --user 0 title.package For example, to remove Mi Browser: adb shell pm uninstall --user 0 com.android.browser
- π Storage Analyzer: Install Files by Google or SD Maid from Google Play. Run a storage analysis and find folders with the name of the remote application (usually in the /Android/data/ or /Android/obb/). Remove them manually.
With ADB (for experienced):
adb shell pm clear name.packetThis command cleans all application data, even if it has already been deleted.
Pay special attention to the folders:
For Google apps (like YouTube or Gmail), reinstall them via Google Play. Xiaomi's built-in services (like Mi Home or Mi Fit) are better restored via GetApps to avoid compatibility issues.
6. Frequent mistakes and how to avoid them
When you uninstall applications on Xiaomi, users often face typical problems, and here are the most common mistakes and ways to solve them:
| Mistake. | Reason. | Decision |
|---|---|---|
| The Remove button is inactive | Application built-in or system | Use ADB or disable it through settings |
| After removal, the application appears again. | Auto Update via Google Play or MIUI | Turn off auto-update in store settings |
| The error "failed to be deleted" | The application is used as an addiction | Check the related services in Settings β Applications |
| The device stopped working stably. | Removed critical application | Restore it via ADB or reset settings |
| Lack of space for removal | Device memory filled | Clear the cache or transfer the files to SD-map |
Another common problem is the double apps, for example, Xiaomi can have two browsers: Mi Browser and Google Chrome.
- π The name of the package in the application settings (e.g. com.android.chrome vs com.miui.browser).
- π Size and Version β Embedded apps usually take up less space.
- π Linked services β some programs are dependent on each other (e.g. Mi Account and Mi Cloud).
π‘
Before mass removal of applications, check them in the App Inspector service - it shows the dependencies and resolutions of each software.
7. Alternative methods: disabling notifications and hiding icons
If you can't delete an application, if you don't want it to, but it's in the way, you can limit its activity. Here are some alternative methods:
Disabling notifications:
- Go to Settings β Notifications β Notifications Management.
- Find the app and turn off all the switches.
- To block completely, tap the Notification Categories and deactivate each.
2. Hiding icons from the menu:
- Press the app icon on the home screen.
- Select Hide from the menu (some Xiaomi launchers support this feature).
- The icon will disappear, but the app will remain in the system.