Why Facebook is so hard to remove from Xiaomi and what to do
Have you noticed that Facebook continues to work in the background even after being βdeletedβ through the standard menu?Itβs no coincidence that Xiaomi integrates Meta services at the MIUI firmware level, especially in models for the global market (Redmi Note 12, POCO X5, Mi 11 and later).
Automatically update via Google Play or MIUI System Updater
Continue to send notifications through MIUI Push Services
β Take up to 300-500 MB in Settings β Memory β Applications, even if you do not use it.
In this article, the only working way to completely uninstall Facebook with Xiaomi, including system components, without root rights.We tested the methods on MIUI 14/15 (Android 13/14) and identified key differences for Chinese (CN) and global (Global/EEA) firmware.
Method 1: Standard removal (works only for custom versions)
If you have manually installed Facebook (not preinstalled), it can be removed in the classic way:
- Open Settings β Applications β Application Management.
- In the search box, enter Facebook.
- Slip on the app β Delete (if the button is active).
β οΈ Attention: 90% of Xiaomi devices will have an inactive (shadowed) Delete button, which means that the application is system-based and requires alternative methods. If the button is active, you are lucky: after deleting, make sure to clear the cache in Settings. β Memory. β Clear, otherwise the residual files will continue to take up space.
Method 2: Disable Facebook via MIUI settings (without deleting)
If complete deletion is not possible, you can deactivate the application and prevent it from working in the background, which reduces battery load by 15-20% (based on the tests on the Redmi Note 11 Pro+).
- π§ Go to Settings. β Annexes β Application management β Facebook.
- π« Click Disable (the app will disappear from the menu, but will remain in the system).
- π In Battery and Performance, select Limit Background Activity.
- π΅ In Permissions, disable access to contacts, location, camera and microphone.
πΉ Pros: does not require technical skills, reversible.
πΈ Cons: the application will remain in memory (takes up) ~100 MB), can be updated through MIUI System Updater.
π‘
After you turn off Facebook, check Settings β Special Features β Special Rights Apps. Sometimes you have permissions to display over other windows or change system settings.
Method 3: Removal via ADB (no root rights)
This is the most effective method for removing system applications on Xiaomi, requiring a computer with ADB Tools installed and USB debugging enabled on the phone.
Step 1: Preparation
- π₯οΈ Download Platform Tools from Google (official source).
- π± On the phone: Settings β The phone. β Version. MIUI (Tap 7 times to turn on the developer mode).
- π Back to Settings β Additionally. β For developers and enable debugging by USB.
Step 2: Connect and commands
- Connect your phone to your PC via USB (select File Transfer Mode).
- Open the command line (cmd) in the folder with the platform-tools and type: adb devices If the device is displayed, type: adb shell pm uninstall -k --user 0 com.facebook.appmanager adb shell pm uninstall -k --user 0 com.facebook.services adb shell pm uninstall -k --user 0 com.facebook.
β οΈ Attention: On some firmware (MIUI 14 EEA) These teams can return the Failure error. [DELETE_FAILED_INTERNAL_ERROR]. In this case, use an alternative syntax:
adb shell pm disable-user --user 0 com.facebook.appmanagerMake sure that USB debugging is enabled
Check the connection of the device with the adb device command
Make a backup copy of the data
Close all background apps on your phone-->
Table: Which Facebook Packets Can Be Deleted
| Packet name | What's removed | Is it safe? |
|---|---|---|
| com.facebook.appmanager | Facebook's main app | Yes. |
| com.facebook.services | Background services (notifications, analytics) | Yes. |
| com.facebook.system | System integrations (e.g., in Quick Settings) | Yeah, but it can break MIUI widgets. |
| com.facebook.katana | Older version of the app (rarely found) | Yes. |
Method 4: Remove via TWRP (for advanced users)
If your Xiaomi has a custom TWRP recavator installed, you can remove Facebook directly from the /system section.This method is risky: wrong actions can lead to a bootloop ( looped download).
- π οΈ Boot in. TWRP (clamp down on power. + Volume up when switched on).
- π Go to Advanced. β File Manager.
- ποΈ Delete the folders: /system/priv-app/Facebook /system/app/Facebook /data/app/com.facebook.* (all the folders with this prefix)
- π Reset the device.
πΉ Warning: Before removing, make a backup section /system into TWRP (Backup β On some firmware (MIUI 15) removal APK It can disrupt the work of Google Play Services.
What if Facebook notifications stopped working after deleting?
Method 5: Using third-party uninstallers
For users who donβt want to work with ADB or TWRP, there is an alternative β applications like App Inspector or Package Disabler.
- π Finding Facebookβs Hidden System Packages.
- β Disable them without root rights (analogue adb disable).
- π Monitor the activity of background processes.
π Recommended annexes:
| Name of name | Functions | Demands a rut? |
|---|---|---|
| App Inspector | Viewing all packages, disabling | No. |
| Package Disabler | Massive shutdown of system applications | No. |
| SD Maid | Removal of residual files after uninstallation | For a complete cleanup, yes. |
β οΈ Note: applications such as Titanium Backup or Root App Deleter require root rights. MIUI Without unlocking the bootloader, the device can be locked (Anti-Rollback trigger).
π‘
Third-party uninstallers don't delete packets completely - they only disable them for the current user. ADB or TWRP.
What to do if Facebook is back after the MIUI update
After updating the firmware through Settings β Update to Facebook can be restored automatically. This is because Xiaomi includes it in the system image (system.img).
- Reverse to the previous version of MIUI via Fastboot (instructions on xiaomi.eu).
- Install custom firmware (like Pixel Experience or LineageOS) where Facebook is not the default.
- Use the Universal Facebook Remover (requires root) module.
πΉ Prevention: Before Updating MIUI Turn off automatic installation of system applications:
- Go to Settings β About the phone β System update.
- Slap the icon. βοΈ (setting) β Turn off Auto Install Updates.