How to completely remove FaceMoji Keyboard from Xiaomi: 5 working ways

Xiaomi’s FaceMoji Keyboard is often the default on the brand’s smartphones, but not everyone likes it. The app takes up space in memory, consumes battery power with background processes and sometimes even replaces the system keyboard without the owner’s consent. Worse yet, standard removal through the app menu doesn’t always work – the β€œDelete” button may be inactive or absent at all.

In this article, we will discuss all possible ways to remove FaceMoji Keyboard from Xiaomi, Redmi and POCO devices, including models on MIUI 12/13/14 and HyperOS. You will learn how to uninstall an application without root rights, using ADB, through Safe Mode, and what to do if the keyboard returns after a reboot.

Why is FaceMoji Keyboard difficult to remove?

The FaceMoji Keyboard app falls into the category of system utilities that Xiaomi integrates into MIUI firmware.

  • πŸ”’ It is protected from accidental deletion (the button "Delete" is hidden or blocked).
  • πŸ“¦ Keyboard files can be decompressed in the system partition /system/priv-app, Where there's no root access.
  • πŸ”„ After resetting settings or updating the firmware, the application can recover automatically.
  • πŸ“± On some models (e.g. Xiaomi) 12T Or the Redmi Note 11 Pro.+) Keyboard is linked to Mi Account services.

FaceMoji is often linked to other components of Xiaomi’s ecosystem, such as:

  • 🎭 Thematic engine (com.android.themes)
  • πŸ€– Voice assistant XiaoAI (com.miui.voiceassist)
  • πŸ“± Mi Share (Fast File Transfer Service)

So simply turning off the keyboard in the settings doesn’t always solve the problem β€” it can continue to run in the background or appear after a reboot.

πŸ“Š How do you feel about FaceMoji Keyboard?
I like it – comfortable and functional.
I don’t like it, it slows and stops.
Indifferently
Already deleted(a) earlier

Method 1: Standard removal through settings (if the button is active)

On some Xiaomi models (especially those with global firmware), the FaceMoji keyboard can be removed in the standard way.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, type FaceMoji.
  3. Click on the FaceMoji Keyboard app (or com.facemoji.keyboard).
  4. If the "Delete" button is active, press it and confirm the action.

⚠️ Note: On most devices with MIUI The delete button will be blocked or replaced with "Disable". In this case, proceed to the following methods.

β˜‘οΈ Preparing for the removal of FaceMoji

Done: 0 / 4

If the Remove button is inactive, but there is a Disable option, use it. It won't delete the application files, but it will stop it from working and hide it from the interface. However, after updating the firmware, the keyboard may be activated again.

Method 2: Removal via ADB (no root rights)

If standard uninstallation is not available, the most reliable way is to use Android Debug Bridge (ADB), which works on any Xiaomi device, including models with a locked bootloader, and does not require superuser rights.

You'll need:

  • πŸ–₯️ Computer with Windows/Linux/macOS.
  • πŸ“± USB-cable (preferably original).
  • πŸ”§ Utilities. ADB Fastboot (you can download from the official Android website).
  • βš™οΈ Included debugging by USB smartphone.

Step-by-step:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Press 7 times on "MIUI Version." Go back to Settings β†’ Additional β†’ For Developers. Enable "Debugging on USB" and confirm permission.

File Transfer (MTP)

ADB

adb devices

The name of your device should appear.

adb shell pm uninstall --user 0 com.facemoji.keyboard

If you have an error, try an alternative command:

adb shell pm uninstall -k --user 0 com.facemoji.keyboard

⚠️ Note: Once the command is executed, the application will disappear from the menu, but its files will remain in the system partition.This means that after resetting the settings or updating the firmware, the keyboard can return).

What if the ADB can’t see the device?
1. Check if the drivers are installed for your Xiaomi (you can download on the official website). 2. Try another one. USB-cable or port. 3. In the developer settings, enable the option "Cancel authorization" USB-Debugs" and reconnect the device. 4. On Windows, run the command prompt on behalf of the administrator.

Method 3: Disable Safe Mode (if ADB doesn't help)

If deleting through ADB didn’t work or you don’t want to connect your phone to your PC, try turning off the keyboard in Safe Mode.This is a temporary solution, but it will help get rid of intrusive notifications and automatic activation.

How to Sign In to Safe Mode on Xiaomi:

  1. Press the power button until the shutdown menu appears.
  2. Press and hold the "Switch off" (or "Reboot" on some models).
  3. Confirm the safe mode entry (the Safe Mode will appear on the screen).

In safe mode:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find the FaceMoji Keyboard.
  3. Click "Disable" and confirm the action.
  4. Restart your phone in normal mode.

Instructions for devices with Magisk:

  1. Install a file manager with root rights support (such as Root Explorer or Mixplorer).
  2. Go to /system/priv-app/FaceMojiKeyboard/ or (on some firmware): /system/app/FaceMojiKeyboard/
  3. Delete all files in this folder (or rename it by adding.bak at the end).
  4. Reset the device.

Alternatively, through TWRP:

  1. Download to TWRP Recovery.
  2. Select "Advanced β†’ File Manager".
  3. Find and delete /system/priv-app/FaceMojiKeyboard/.
  4. Wipe your cache (Wipe β†’ Cache) and restart.

Important: Deleting system files can cause unstable operation of the device.Be sure to back up your system files via TWRP before the procedure!

Method 5: Resetting settings (extreme case)

If none of these methods worked, and the FaceMoji keyboard keeps popping up, you have a complete reset, and this method will delete all the data from the device, so only use it as a last resort.

How to reset your settings to Xiaomi:

  1. Make a backup copy of important data (photos, contacts, messages).
  2. Go to Settings β†’ About the phone β†’ Reset settings.
  3. Select "Erase all data."
  4. Confirm the action and wait for the process to be completed.

⚠️ Note: On some models (Xiaomi 13, Redmi) K50 After reset, FaceMoji Keyboard can be installed automatically along with other system applications:

  • πŸ“΅ Turn off the internet immediately after the first setup.
  • πŸ”§ Remove the keyboard through ADB network-connected.

What if FaceMoji returns after being deleted?

Many users find that after removing the FaceMoji Keyboard, it returns after a firmware update or reboot, which is due to the system application recovery mechanism in MIUI.

Problem.Reason.Decision
The keyboard is back after the MIUI updateFirmware restores system applicationsTurn off auto updates in Settings β†’ About Phone β†’ System Update
Appears after resetting settingsRecovery from Mi Cloud backupReset your settings without recovering from the cloud
Activate on its own.Communication with Xiaomi services (e.g. Mi Account)Turn off sync in Settings β†’ Xiaomi account
Not removed through ADBProtection of the system partitionUse root rights to completely remove

If the keyboard keeps coming back, try:

  • πŸ›‘οΈ Install an alternative firmware (e.g. LineageOS or Pixel Experience).
  • πŸ”§ Use the Magisk module to block installation of system applications.
  • πŸ“΅ Disable all Xiaomi services in account settings.

πŸ’‘

The most reliable way to prevent FaceMoji from returning is by combining uninstalling through ADB+ to disable firmware auto updates.

FAQ: Frequent questions about removing FaceMoji Keyboard

Can I remove FaceMoji without a computer?
Yes, but only if your device has root rights. Without them, you can only delete it through ADB (requires a PC) or turn it off in Safe Mode (temporary solution). On some firmware (e.g. Xiaomi.EU), you can delete the keyboard as a regular application.
Will the phone work after removing the system keyboard?
Yes, the phone will work, but you need to install an alternative keyboard (like Gboard or SwiftKey) and set it as default in the settings. Without the keyboard, you can't type text in the fields.
Why is the keyboard still on the list of applications after being deleted via ADB?
Adb uninstall --user 0 removes the application only for the current user, but does not delete its files from the system partition. To completely remove FaceMoji, you need root rights and access to the /system/priv-app/ folder.
Can I return FaceMoji after deleting it?
Yes, if you delete it through ADB without root permission, you just need to reset your settings or update your firmware, and if you delete your root-right system files, you need to refashion the device to restore it.
Will Mi Account work after FaceMoji is deleted?
Yes, removing the keyboard does not affect Mi Account, Mi Cloud or other Xiaomi services, but some features (such as theme synchronization) may not work properly.