How to Remove FaceMoji Keyboard from Xiaomi Phone: From Shutdown to Deep Cleanup

Xiaomiโ€™s FaceMoji Keyboard is often the default on MIUI devices, but not everyone likes it. Many people complain about intrusive emojis, slow work, or conflicts with other keyboards like Gboard or SwiftKey. If you want to get your keyboard back, this article will help you figure out how to remove FaceMoji Keyboard from your Xiaomi phone once and for all.

It's important to understand that simply turning off the system through settings doesn't always solve the problem. In some cases, the keyboard continues to take up space in memory and its processes work in the background. We'll look at everything from standard deletion to manually cleaning system files through ADB (for advanced users), and we'll also look at why the keyboard can reappear after MIUI updates.

Why is FaceMoji Keyboard coming to Xiaomi and can it be safely removed?

The FaceMoji keyboard is a Xiaomi-branded application that has been integrated into MIUI firmware since MIUI 12.

  • ๐ŸŽจ Customized themes and stickers
  • ๐Ÿค– AI word prediction (but often works worse than competitors)
  • ๐Ÿ” Built-in search GIF and memes
  • ๐Ÿ“ฑ Optimize for high-resolution screens (e.g. Xiaomi 13 Ultra or Redmi Note 12 Pro)+)

However, the application has serious shortcomings:

  • ๐Ÿข Slows down text input on weak devices (e.g. Redmi) 9A POCO M3)
  • ๐Ÿ“ฑ It takes up to 150-200 MB of memory (including cache)
  • ๐Ÿ”„ Update via Google Play or MIUI App Store
  • ๐Ÿšซ Conflicts with keyboards from Samsung, Microsoft or third-party solutions

Can you delete FaceMoji without harming the system? Yes, but with reservations:

  • โœ… On most models (Xiaomi) 12/13, Redmi Note 11/12, Poco F4/X5) Keyboard is a system application with low priority โ€“ its removal will not disrupt the work MIUI.
  • โš ๏ธ On some devices (for example, Xiaomi Mix Fold 2 or Black Shark 5) the keyboard can be tied to branded services โ€“ in this case, the complete removal will require root rights.
  • ๐Ÿ”„ After major updates MIUI (for example, MIUI 14 on MIUI 15) the keyboard may return - you will have to delete it again.
๐Ÿ“Š What keyboard do you use instead of FaceMoji?
Gboard (Google)
SwiftKey (Microsoft)
Fleksy
Another system keyboard
Third-party annex

Method 1: Standard removal via MIUI settings

The easiest way is to turn off the keyboard in the settings, and it won't remove it completely, but it will hide it from the active keyboard list and stop the background processes.

  1. Open Settings โ†’ System and device โ†’ Language and input.
  2. Slip on the Virtual Keyboard (or Keyboard Management in older versions of MIUI).
  3. Find the FaceMoji Keyboard and turn off the slider.
  4. Confirm the action by clicking Disconnect in the pop-up window.

If you don't have the Disable item, it means that the keyboard is an updated system application.

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find FaceMoji Keyboard in the list (you can use search).
  3. Tap the three-point menu (โ‹ฎ) and select Remove Updates.
  4. After that, it will be possible to disable the keyboard through Language and input.

โ˜‘๏ธ Preparing for the removal of FaceMoji

Done: 0 / 4

โš ๏ธ Note: On some devices (e.g. Xiaomi Pad 6 or Redmi) K60) After disabling FaceMoji may lose access to built-in emoji MIUI. If youโ€™re actively using branded emojis, install an alternative in advance (e.g. Googleโ€™s Emoji Kitchen).

Method 2: Uninstall via Google Play (if the keyboard has been updated)

If FaceMoji Keyboard was updated via Google Play, it can be removed as a regular app, a method that works on most devices with MIUI 13-15, where the keyboard is not a critical system component.

  1. Open the Google Play Store.
  2. In the search box, type FaceMoji Keyboard.
  3. Slip on the app and select Remove (if the button is active).
  4. Confirm the action.

If there is no Delete button, but there is Open or Update, then the application is protected from removal.

  • Try rolling back updates (see Method 1).
  • Use ADB (see Method 4).

What if the keyboard reappears after removal, because it automatically syncs with the MIUI App Store, to prevent re-installing:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find GetApps (or MIUI App Store) and turn off auto updates.
  3. Disable the application from accessing the Internet through Settings โ†’ Mobile Network โ†’ Data Use.

Method 3: Remove via MIUI Hidden Settings (for advanced)

MIUI has hidden settings that allow you to remove system applications without root permissions, which works on most devices, but requires care.

  1. Open the phone app and enter the combination: ##4636##
  2. In the menu that appears, select Phone Information.
  3. Scroll down and tap on Show Hidden MIUI Settings (multiple taps may be required).
  4. Go back to the main settings menu and find the new Hidden Settings โ†’ Application Management section.
  5. Find FaceMoji Keyboard in the list and select Delete for all users.

Important: On some devices (e.g. Xiaomi 13T or Poco F5), this method may not work due to manufacturer restrictions.

  • Try using ADB (Method 4).
  • Or do a reset (but it will delete all the data!).
What happens if you delete FaceMoji through hidden settings?
If you incorrectly remove the system application, access to some MIUI functions may be lost, for example: - Embedded emoji themes in messages - Quickly enter emojis through a long space press - Synchronization of the keyboard with the Xiaomi account However, in practice such problems occur extremely rarely - usually the removal is without consequences.

Method 4: Complete removal via ADB (for power users)

If previous methods have failed, you have to remove FaceMoji via ADB (Android Debug Bridge), which is the most reliable way, but it requires connecting the phone to your computer.

What you need:

  • ๐Ÿ–ฅ๏ธ A computer with installed Xiaomi drivers and ADB.
  • ๐Ÿ“ฑ Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Tap 7 times, then return to the additional โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ”Œ USB-Type C Cable (preferably original).

Step-by-step:

  1. Connect the phone to your computer and confirm the debugging permission.
  2. Open the Command Prompt (Windows) or Terminal (macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to remove FaceMoji Keyboard: adb shell pm uninstall --user 0 com.xiaomi.midrop.facemoji If the package is not found, try an alternative identifier: adb shell pm uninstall --user 0 com.miui.facemoji
  5. Reboot the phone.

Possible errors and their solutions:

Mistake.Reason.Decision
Failure [DELETE_FAILED_INTERNAL_ERROR]Application protected from removalTry the flag team --user 0 Or you get rooted.
Error: device unauthorizedNot confirmed debugging on USBDisconnect/connect the cable and confirm the permission on the phone
package: com.xiaomi.midrop.facemoji not foundIncorrect packet IDCheck the correct package name through adb shell pm list packages | grep facemoji
adb: command not foundADB is not installed on your computer.Download Platform Tools from Android Developers

โš ๏ธ Note: Removing system applications through ADB It can lead to unstable work MIUI, If you remove dependent components, make sure to check that the phone has an alternative keyboard (Gboard, SwiftKey, etc.) before performing commands, or you will not be able to type text!

Method 5: Resetting settings (extreme case)

If none of these methods work, you'll have to reset your phone to factory settings, which is a radical solution, but it's guaranteed to remove FaceMoji Keyboard along with all the other apps you don't need.

How to do the reset correctly:

  1. Back up your data through Settings โ†’ About Phone โ†’ Backup or Mi Cloud.
  2. Open Settings โ†’ System and device โ†’ Resetting settings.
  3. Choose to Erase All Data (not to be confused with Network Settings Reset!).
  4. Confirm the action and wait for the reboot.

What to do after the discharge:

  • ๐Ÿ” Do not restore data from backup MIUI โ€” It could bring FaceMoji back.
  • ๐Ÿ“ฑ Immediately after setting up, install an alternative keyboard (e.g. Gboard).
  • ๐Ÿšซ Turn off auto-update apps in Google Play and GetApps.

๐Ÿ’ก

If you are afraid of losing data, export important SMS messages via SMS Backup & Restore before reset, and sync your contacts with Google Account, which will allow you to recover only the necessary information, avoiding the return of unnecessary applications.

How to prevent FaceMoji from reappearing after MIUI updates?

Even after removal, the keyboard can return after the MIUI update.

  1. Turn off auto-updates for system applications: Go to Settings โ†’ Apps โ†’ App management. Find GetApps and MIUI App Store, disable auto-updates.

Block the installation via ADB:

adb shell pm hide com.xiaomi.midrop.facemoji

This command hides the application from the system, but does not physically remove it.

Use Magisk (for root devices):

  • Install Universal GMS Doze or App Systemizer.
  • Add FaceMoji Keyboard to the list of blocked apps.

If the keyboard is back anyway:

  • Repeat deletion via ADB (Method 4).
  • Check to see if there are new packages with the name com.xiaomi.facemoji.
  • Install MIUI Optimizer (requires root) for deep cleaning.

๐Ÿ’ก

The most reliable way to avoid returning FaceMoji is to disable updates through the MIUI App Store and use ADB-This won't physically remove the keyboard, but it will make it invisible to the system.

Frequent problems and their solutions

When you remove FaceMoji Keyboard, users face some problems, and here are the most common ways to solve them:

Problem.Possible causeDecision
The keyboard is gone, but takes up space in memory.Application disabled but not removedUse ADB or MIUI Hidden Settings to remove completely
After removal, emojis in messages disappearedFaceMoji was responsible for displaying branded emojisInstall Google Emoji or SwiftKey with MIUI-enabled theme
ADB does not see the deviceNot installed drivers or not included debuggingReinstall Mi PC Suite and check the developer settings
The keyboard returns after the rebootAutorecovery of system applicationsDisable MIUI Optimization via ADB: adb shell pm disable-user --user 0 com.miui.personalassistant
You cannot enter text after removalNo alternative keyboard is installedConnect your phone to Wi-Fi and install Gboard via your browser

If nothing helps:

  • Try to reflash your phone on custom firmware (like LineageOS or Pixel Experience).
  • Contact Xiaomi Service Center โ€“ sometimes the keyboard is blocked at the firmware level (relevant for Xiaomi Mix 4 or Black Shark 5 Pro).
Can I remove FaceMoji without a computer?
Yes, if the keyboard is not a critical system component, try: Disable it in Settings โ†’ Language and input. Remove updates through Settings โ†’ Applications. Use MIUI Hidden Settings (see Method 3). If these methods do not work, you can not do without ADB or root rights.
Why did some MIUI functions stop working after FaceMoji was removed?
This happens if the keyboard was tied to system services (e.g., Xiaomi Pad 5 or Mi 11 Ultra). Return it via: adb shell cmd package install-existing com.xiaomi.midrop.facemoji Or reset.
How to find out the exact FaceMoji package for your Xiaomi model?
Follow the command: adb shell pm list packages | grep -i facemoji or use the App Inspector app from Google Play.
Will Google Assistant work after FaceMoji is removed?
Yes, FaceMoji Keyboard is not linked to Google Assistant, but if you use voice input via a MIUI keyboard, install Gboard for this feature.
Can I transfer FaceMoji settings to another keyboard?
No, FaceMoji's settings are not compatible with other keyboards, but you can: Export the user dictionary through Settings โ†’ System โ†’ Language and input โ†’ Personal dictionary. Sync with Google Account (works on Gboard).