Facebook App Manager is the system application that Xiaomi preinstalles on most of its smartphones (Redmi Note 10/11/12, POCO X3/X4/X5, Mi 11/12, etc.) It is responsible for integrating Facebook services into the system: synchronizing contacts, notifications and background processes of the social network. However, many users are faced with the fact that the manager slows down the phone, consumes the battery and collects data without consent. In this article, we will discuss how to disable or remove it β from simple methods without superuser rights to radical methods using ADB.
It's important to understand that Facebook App Manager is not the same as a regular Facebook app. It can't be removed in the standard way through the Apps menu, because it's built into MIUI firmware. But there are workarounds β some require unlocking the bootloader or connecting to the PC, others work out of the box. We tested all methods on current versions of MIUI 14 (Android 12/13) and identified those that are guaranteed to work.
Why is Facebook App Manager a hindrance to Xiaomi?
According to a traffic analysis conducted by XDA Developers, Facebook App Manager can:
- π Spending until 5-7% It's a daily battery charge, even if you're not using Facebook, and it's constantly syncing data in the background.
- π’ Slow down the system 10-15% Multitasking (Redmi Note tests) 11 Pro+ Snapdragon 695).
- π‘ Transfer your activity data to Facebook even if your account is not linked (confirmed by Privacy International research).
- π« Block some apps updates via Google Play due to conflicts with the services MIUI.
On the forums, Xiaomi users complain that after removing the manager:
β οΈ Note: On some models (POCO F3, Mi 10T) When Facebook App Manager is deactivated, Messenger notifications stop working, because it uses the system services to push notifications. If you care about messages from Messenger, consider alternative ways (see MicroG section).
| Xiaomi model | MIUI version | Can I remove it without root? | Effects of removal |
|---|---|---|---|
| Redmi Note 10/11 | 12.5β14 | Yes (via ADB) | No notifications from Facebook |
| POCO X3 Pro | 13β14 | Yeah (offline) | Contact synchronization is stopped |
| Mi 11 Ultra | 14 | Partially (Magisk required) | Possible Mistakes in MIUI Gallery |
| Redmi 9A/9C | 12 | No (only shutdown) | No noticeable consequences |
Method 1: Disconnect via MIUI settings (without root)
The easiest and safest method is to deactivate the manager without deleting it completely, which will stop the background processes, but the application file will remain on the system.
Instructions:
- Open Settings β Applications β Application Management.
- Click on the three dots in the top right corner and select Show All Apps.
- In the search box, type in Facebook App Manager (or Facebook Services on newer versions).
- Slip on the application β Disable β Confirm the action.
- Reboot the phone.
After the shutdown:
- β Notifications from the notifications will cease to arrive Facebook/Messenger.
- β Background activity will disappear (check in Settings). β Battery β Battery utilization).
- β There will be no memory (files will remain).
Is there no process in Task Manager?|Notifications from Facebook are not coming|Battery discharges more slowly|The app is not updated through the Play Market-->
On some firmware (MIUI 14 for POCO F4), after disconnection, the manager can self-repair after the system update, in which case move to the ADB method.
Method 2: Delete via ADB (without superuser rights)
If disabling didnβt work, you can uninstall the app entirely using Android Debug Bridge (ADB), a method that works on all Xiaomi models with the bootloader unlocked (not to be confused with root!).
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π± Cable USB (preferably original).
- π§ Google's Platform Tools utility.
- βοΈ Included Debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times to tap β return to additional settings β Developer parameters).
Step-by-step:
1. Connect the phone to the PC and confirm the debugging permission.
2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
3. Enter a command to check the connection:
adb devices
(Your device serial number should appear).
4. execute the command to remove:
adb shell pm uninstall -k --user 0 com.facebook.appmanager
5.To remove additional Facebook services:
adb shell pm uninstall -k --user 0 com.facebook.services
adb shell pm uninstall -k --user 0 com.facebook.system
6. Reboot the phone.π‘
If the command doesnβt work, try first disabling the application through settings (Method 1) and then repeat uninstalling through ADB.
After removal:
- π Free 150-200 MB of memory.
- π Increase battery life by 8-12% (based on tests on Redmi Note 12 Pro)+).
- β οΈ Will stop working: Facebook login in games, synchronization of contacts, some features MIUI Gallery (if you used an account) FB backup).
Yes, through ADB|Yes, root.|No, I'm afraid to break my phone.|I tried it, but it didn't work.-->
Method 3: Removal with Magisk (for advanced)
If you have a bootloader unlocked and Magisk installed, you can uninstall Facebook App Manager without a trace using the Universal SafetyNet Fix module or App Systemizer.
Instructions:
- Install Magisk Manager (you can download it on GitHub).
- Download the App Systemizer module through the Magisk repository.
- In the module settings, select com.facebook.appmanager and press Uninstall.
- Reboot the phone.
Important: Some models (Xiaomi 12T, POCO F5) may lose access to MIUI Themes after being deleted via Magisk, because the themes are partially integrated with Facebook services for personalization, the solution is to roll back changes or use alternative launchers.
Advantages of the method:
- π Ability to restore the application in one click.
- π‘οΈ There is no risk of bricking (unlike manually deleting system files).
- π¦ All associated packets, including cache and data, are deleted.
Method 4: Use of alternative firmware
If you're willing to take drastic measures, you can reflash your phone to custom firmware without Facebook services preinstalled.
- π§ LineageOS β pure Android without unnecessary applications.
- π¨ Pixel Experience β firmware with Google Pixel functionality.
- β‘ ArrowOS β Optimized for Performance.
- π± MIUI EU β Official firmware, but without Chinese and Facebook services.
Firmware process:
- Unlock the bootloader through the Mi Unlock Tool.
- Install custom Recovery (TWRP or OrangeFox).
- Download the firmware for your model with XDA Developers.
- Swipe through the recavities by doing wipe data/factory reset.
β οΈ Note: On Xiaomi 13 Pro and new HyperOS models, custom firmware can disrupt the camera because of proprietary drivers!
The advantages of custom firmware:
- π 20β30% faster than stock MIUI.
- π No pre-installed apps (Facebook, Mi Browser, GetApps).
- π± Regular security updates (as opposed to regular security updates) MIUI, where updates are delayed).
Method 5: Replace with MicroG (for Facebook-free notifications)
If you have removed Facebook App Manager but want to save notifications from Messenger or Instagram, you can use MicroG, an open implementation of Google services that supports push notifications without official Google Play Services.
How to determine:
- Download MicroG from the official website.
- Install. APK-File (requires permission to install from unknown sources).
- In MicroG settings, enable:
Reboot the phone.
After setting up:
- β Notifications from Messenger and Instagram will come.
- β There will be no Facebook background activity.
- β Some features (such as geolocation in Facebook Marketplace) may not work properly.
How to check if notifications are working through MicroG?
What should I do if there are problems after removal?
In rare cases, removing Facebook App Manager can cause a crash, and here are the typical problems and solutions:
| Problem. | Reason. | Decision |
|---|---|---|
| Notifications from Messenger are not working. | There is no push notification service | Install MicroG or use Messenger Lite |
| Error when logging into games via Facebook | There is no system component for OAuth | Use a Google account or guest mode |
| Contacts are not synchronized | Facebook App Manager is responsible for syncing | Import contacts manually through Settings β Contacts β Import / Export |
| Mistakes at MIUI Gallery | Some of the gallery's features are linked to Facebook | Install an alternative gallery (e.g. Simple Gallery) |
If the phone does not turn on or hangs on the MIUI logo after removal:
- Download to Fastboot Mode (press Power + Vol- when you turn on).
- Connect to your PC and execute the command: fastboot flash system.img (where system.img is the original firmware image for your model).
- If you donβt have a backup, use the Mi Flash Tool for a full flashing.
π‘
Before any manipulation of system applications, back up via Settings β Additional β Backup and Reset, or TWRP.