Xiaomi Poco M3 smartphones come with dozens of pre-installed apps, from useful Google services to MIUI system utilities that many users donβt need. Some of them canβt be removed by standard means, but that doesnβt mean they have to forever take up space in memory and use up battery power in the background. The problem is that even disabled apps can automatically update through Google Play or recover from resets.
In this article, we will look at all the working ways to remove embedded applications on the Poco M3, from secure shutdown to radical removal via ADB. You will learn which applications can be removed without risk to the system, and which cannot be touched categorically, and we will analyze the consequences of each method and give recommendations for recovery if something goes wrong.
It's important to understand that MIUI actively resists removing system components. Even after successful removal, some applications can return after another firmware update, so the main task is not just to make room, but to do it in a way that does not lose the functionality of the smartphone.
Why canβt you just remove all the unnecessary apps?
Many users mistakenly believe that pre-installed apps are just rubbish that can be erased, and in fact, some of them are tightly integrated into MIUI and are responsible for:
- π Updating the system through OTA (e.g. com.miui.updaterservice)
- πΆ Mobile network and Wi-Fi (com.android.phone)
- π Data security and encryption (com.miui.guardprovider)
- π¨ Thematic design and fonts (com.miui.thememanager)
Removal of critical components can lead to:
- π¨ Cyclical Bootloop β The phone is turned on but does not load beyond the logo
- π΅ Loss of the network (calls and internet will not work)
- π Battery discharge due to power consumption errors
- π οΈ Inability to update the firmware through standard means
β οΈ Attention: On Poco M3 firmware MIUI 12.5+ Remove applications through Settings β Applications are blocked for most system services.Attempt to delete them will result in an error message.
Before you start cleaning, check which apps are taking up the most space. Go to Settings β Applications β Application Management β Size Sorting. Pay attention to programs marked System-based, which will require additional manipulation.
Method 1: Disabling applications (without root and risk)
The safest method is to disable, not completely delete.
- β It won't be on the menu.
- β No updates will be received via Google Play
- β It will not consume battery power in the background
- β But it will remain in the memory of the device (the seat occupied will not be vacant)
How to disable the system application on Poco M3:
- Open Settings β Applications β Application Management
- Select the app you want (such as Mi Video or Google Duo)
- Click "Disable" (if the button is inactive, the application is protected)
- Confirm the action in the window that appears
For mass shutdown, use the developer mode:
- Activate Developer Mode: Settings β About Phone β MIUI Version (click 7 times)
- Back to Settings β Additionally. β For developers
- Enable "Debugging by USB" and "Allow disabling system applications"
β οΈ Note: Some applications (e.g. com.miui.home) cannot be turned off, and this will cause the interface to crash, and you will have to reset to factory settings.
βοΈ Preparation for application deactivation
Method 2: Removal via ADB (without root but with risks)
ADB (Android Debug Bridge) is a tool for debugging Android devices through a computer, which can remove system applications that cannot be erased by standard means, and the advantage of the method is that it does not require root rights, but it provides almost the same functionality.
What you need:
- π₯οΈ Computer with Windows/Linux/macOS
- π USB-cable (preferably original)
- π¦ Installed drivers Xiaomi and ADB Tools
- π§ Included debugging by USB smartphone
Step-by-step:
- Download Googleβs Platform Tools and unpack the archive
- Connect Poco M3 to your computer and select File Transfer (MTP) mode
- Open the command line (Windows) or terminal (Linux/macOS) in the folder with the platform-tools
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Get a list of all packages: adb shell pm list packages -f
- Remove an unnecessary application (e.g. com.miui.calculator): adb shell pm uninstall-k --user 0 com.miui.calculator The flag -k stores cache and data, and --user 0 points to the current user.
List of safe packets for removal on Poco M3:
| Title of the annex | Packet name | Effects of removal |
|---|---|---|
| Mi Video | com.miui.videoplayer | There will be no standard video player. |
| Mi Music | com.miui.player | The music player will disappear. |
| Google Duo | com.google.android.apps.tachyon | There will be no Duo video calls |
| Mi Browser | com.android.browser | Removes the standard browser |
| Cleaner (Cleaning) | com.miui.cleanmaster | The built-in cleaning utility will disappear |
β οΈ Note: Deleting com.google.android.gsf (Google Services Framework) or com.android.vending (Google Play Market) will cause Google services to be completely inoperable, including contact synchronization and push notifications.
π‘
Before deleting through ADB, back up the list of all packages with the adb shell pm list packages > packages.txt command. This will help restore remote applications if something goes wrong.
Method 3: Removal with Magisk (root required)
If you are willing to take risks and get root rights, the ability to remove system applications is greatly expanded. Magisk is a root access management tool that allows you to modify system files without changing the boot partition (which is important for saving the root access). OTA-update).
Advantages of the method:
- π§Ή Complete removal of applications (including their data and cache)
- π Recovery of remote files via Magisk Modules
- π‘οΈ Better control of changes than through ADB
How to remove applications through Magisk:
- Install Magisk and get root rights (instructions for Poco M3 below)
- Download the App Systemizer or Debloater module from the Magisk repository
- Install the module via Magisk Manager and restart the device
- In the module settings, select the removal applications and apply the changes
Magisk modules for removing system applications:
- π¦ Universal Debloater β Removes most of the Blaatware from Xiaomi and Google
- π― Mi Debloater β Specialized in Devices Xiaomi/Poco/Redmi
- π App Systemizer β allows you to convert system applications into custom applications (and vice versa)
β οΈ Note: After installation of Magisk Poco M3 cease to OTA-You'll have to use the standard menu to update the firmware. TWRP Or hand-held firmware through fastboot.
How to get root on Poco M3 without brick?
Method 4: Using third-party uninstallers
If you don't want to mess with ADB or Magisk, you can use specialized applications to remove system software, but beware: many of these programs require root rights or contain ads/viruses.
Proven applications for uninstallation:
| Name of name | Needs root? | Features |
|---|---|---|
| App Inspector | β No. | Shows all packets, but only removes user packets |
| System App Remover | β Yes. | Remove system applications with backup |
| Debloater (by XDA) | β No, but you do. ADB) | It works through a computer, safer than analogues |
| SD Maid | β Yes. | Cleans up the remnants of remote applications |
How to use System App Remover:
- Install the app from XDA Developers (not from Google Play!)
- Provide root access (if required)
- In the list, tick off unnecessary applications
- Press Uninstall and confirm the action.
- Reset the device
What can't be done:
- π« Uninstall applications with unknown packages (e.g., com.qualcomm... are processor drivers!)
- π« Use Google Play βoptimizersβ with suspicious permissions
- π« Remove multiple system applications at a time (preferably one at a time, with a reboot)
π‘
Even if the app seems unnecessary, check its name on Google before removing it. com.miui.analytics is responsible for collecting statistics, but removing it won't disrupt the system, unlike com.miui.system.
Method 5: Reset to factory settings with a selection of applications
A little-known fact: Hard resets on some versions of MIUI allow you to choose which system applications to restore, which does not remove applications permanently, but does not allow you to install them after reset.
How it works:
- Go to Settings β About the phone β Reset settings
- Select "Erase all data"
- At the configuration stage after the reset (when you first turn on), the system will prompt you to choose which Google and MIUI apps to install.
- Uncheck the boxes from unnecessary apps (such as Mi Browser or Google Duo)
Limitations of the method:
- β It doesn't work on all versions. MIUI (Poco M3 s MIUI 12.5+ choice may not be available)
- β Does not remove applications physically β they remain in memory, just not installed
- β Requires a complete reinstallation of all your data and applications
If this method does not work, try an alternative:
- Make a backup copy of important data
- Sweep through the clean firmware through the Mi Flash Tool (selecting the option) clean_all)
- At the first setup, refuse to install additional applications
What to do if the phone stops working after removal?
If you delete a critical app and the Poco M3 stops booting or loses functionality, don't panic. In most cases, the system can be restored.
Recovery methods:
- π Recovery through ADB: If the phone turns on but doesnβt work properly, try returning the remote application with the command: adb shell cmd package install-existing <packet> For example: adb shell cmd package install-existing com.miui.home
- π¦ Installation through TWRP: Download. APK Remote application (for example, with APKMirror) and run it through TWRP β Install
- π§ Fastboot Flash: If the phone doesn't turn on, flash the original firmware through the Mi Flash Tool (Poco Instructions) M3 below)
If nothing helps:
- Contact the official Xiaomi Support Center (but note that the warranty may be cancelled due to system changes)
- Try flashing custom firmware (like LineageOS or Pixel Experience), but it will require unlocking the bootloader.
β οΈ Note: If you delete com.android.phone (Telephony Provider), the phone will lose the network, in which case the only way to restore is through firmware. EDL-Mode (requires an authorized Xiaomi account and a special cable).