Xiaomiβs FaceMoji Keyboard is often the default keyboard on the brandβs smartphones, but not everyone likes it. Many people complain about automatic emoji replacement, slow operation or intrusive animations. If you want to get rid of this keyboard, our guide will help you do it quickly and without consequences for the system.
In this article, weβll break down the three official ways to disable FaceMoji: through MIUI settings, deactivate in the app menu, and completely uninstall (if your device supports this option), and learn how to return a standard Google keyboard or SwiftKey if they suddenly disappeared after the update. All methods are tested on Xiaomi 11/12/13/14, Redmi Note 10/11/12 and POCO F3/F4/F5.
Warn in advance: some actions may require rebooting your device or temporarily disabling the main keyboard.If you use FaceMoji as your only input method, install an alternative from Google Play first.
Why do users want to remove FaceMoji Keyboard?
Despite the striking design and integration with MIUI, the FaceMoji keyboard has several critical flaws that make Xiaomi owners look for ways to turn it off:
- π’ Slows down text input: Users note delays in printing, especially on budget models (Redmi) 9A, POCO M3).
- π€ Intrusive animations: Emojis and stickers automatically replace words, which is annoying when you're texting a business.
- π± It conflicts with other keyboards, such as blocking Gboard or SwiftKey after an update. MIUI.
- π Battery drains. Keyboard background processes are consumed to 5-7% Charge per day (according to GSMArena tests).
- π You can't turn it off through the standard menu. Unlike the Google keyboard, FaceMoji is hidden in the system settings.
According to a survey by the Mi Community forum, 68 percent of users tried to remove the keyboard in the first three months after buying a smartphone, the main claim being to impose the service without the possibility of an easy shutdown, which contradicts Xiaomi's policy on "clean" Android.
Method 1: Disconnect via MIUI settings (without deleting)
The safest method is to deactivate the keyboard in system settings, which does not require super-user rights (root) and works on all versions of MIUI starting from 12.0.
- Open Settings β System and device β Language and input.
- Slip on the Current Keyboard (or Keyboard Management in older versions).
- In the list, find the FaceMoji Keyboard and switch the slider to the βOffβ position.
- Confirm the action by selecting an alternative keyboard (e.g. Gboard).
If FaceMoji is not on the list, try an alternative route:
Settings β Applications β Application Management β Three points (menu) β Show system β FaceMoji Keyboard β DisableInstall an alternative keyboard (Gboard, SwiftKey)
Make a backup copy of important messages
Close all active chats (Telegram, WhatsApp)
Reboot the smartphone after disconnecting-->
β οΈ Note: On some devices (Xiaomi) 12T, POCO X5) FaceMoji may not be able to access the system emojis after it's disabled. To get them back, reinstall the keyboard from the Mi App Store.
Method 2: Remove via ADB (for power users)
If deactivation isnβt enough, you can completely remove the keyboard using Android Debug Bridge (ADB), a technique that requires connecting your smartphone to your PC and basic command line knowledge, and the advantage is that FaceMoji will disappear from the system forever, freeing up to 150 MB of memory.
Instructions for Windows/macOS/Linux:
- Download ADB Tools and unpack the archive.
- Turn on the smartphone Developer Mode (7 times tap the version of MIUI in Settings β About phone).
- Activate Debugging by USB in Settings β Additional β For developers.
- Connect the phone to the PC and enter in the terminal:
adb devices
adb shell pm uninstall --user 0 com.miui.facemojikeyboardIf the command fails, try an alternative package:
adb shell pm uninstall --user 0 com.sohu.inputmethod.sogou.xiaomi| Xiaomi model | FaceMoji Package | Supports removal? |
|---|---|---|
| Xiaomi 13/13 Pro | com.miui.facemojikeyboard | Yes. |
| Redmi Note 12 | com.sohu.inputmethod.sogou.xiaomi | Yes. |
| POCO F4 | com.miui.facemojikeyboard | Yes (reboot required) |
| Xiaomi 11 Lite | com.sohu.inputmethod.sogou.xiaomi | No (only shutdown) |
β οΈ Attention: Removal through ADB It may cause updates to fail. MIUI, If the keyboard is integrated into the firmware, you can only return it via fastboot or reset.
π‘
Before using ADB, check if the partition /system is blocked on your device. To do this, type the command adb shell mount | grep system - if there is ro (read-only) in the answer, deletion is impossible.
Method 3: Reset keyboard settings (if it does not turn off)
Sometimes FaceMoji continues to appear even after deactivation, due to cached data or conflicts with other applications, in which case the reset will help:
- Go to Settings β Applications β Application Management.
- Find the FaceMoji Keyboard and tap it.
- Select Warehouse β Clear cache and Clear data.
- Reset the device.
If the keyboard is still active, try resetting the input settings:
Settings β System and device β Language and input β Additional (three points) β ResettingThis will return all keyboards to factory settings, but will not remove custom dictionaries.
What if all the keyboards are missing after reset?
How to Restore Googleβs Standard Keyboard After Deleting FaceMoji
After deactivating FaceMoji, some users are faced with a problem: the system keyboard (Android Keyboard AOSP or Gboard) disappears to return it:
- Install Gboard from Google Play.
- Go to Settings β System and Device β Language and Input β Current Keyboard.
- Activate Gboard and set it with the default keyboard.
If Gboard doesnβt appear in the list, check:
- π Is the installation blocked from unknown sources (Settings) β Annexes β Special access β Installation of unknown applications).
- π₯ Google Play service updated (Go to Play Market) β Settings β Auto-update of applications).
- π§ Are system applications disabled through ADB (Check the adb shell pm list packages -d).
π‘
If you don't have a keyboard after all the manipulations, try temporarily activating FaceMoji, then turning it off again, and immediately select Gboard as the primary keyboard, which resets the input priorities.
Frequent Mistakes and How to Avoid Them
When you turn off the FaceMoji Keyboard, users often make errors that lead to loss of functionality or system failures, and here are the most common ones:
| Mistake. | Effects of consequences | Decision |
|---|---|---|
| Remove without an alternative keyboard | Impossible to enter text | Install Gboard in advance |
| Using pm uninstall on a locked boot loader | Mistake. DELETE_FAILED_DEVICE_POLICY_MANAGER | Disable via MIUI settings |
| Data reset without backup | Loss of user words | Export the dictionary to Keyboard Settings |
Another common problem is that the keyboard comes back after the MIUI update, and that's because the system restores the system applications, to prevent this from happening:
- After the update, immediately disable FaceMoji through Settings β Applications.
- Use ADB to lock the packet: adb shell pm disable-user --user 0 com.miui.facemojikeyboard