Why Xiaomi Redmiโs Emoji Keyboard is Hindering Users and How to Remove It Forever
The Emoji Keyboard (or Gboard with integrated emojis) on Xiaomi Redmi smartphones often appears unexpectedly: after updating MIUI, resetting settings or installing third-party applications. It can automatically substitute for the main keyboard, slow down text input or even block access to familiar characters, especially annoying owners of Redmi Note 10/11/12, Redmi 9/10 and POCO X3/X4 models, where MIUI aggressively imposes brand solutions.
In this article, we will discuss 5 You will learn how to remove the Emoji keyboard on Xiaomi Redmi โ from simply turning off the settings to completely uninstall the system application (including methods for devices without root rights). All instructions are relevant to MIUI 12/13/14 Android 11/12/13.
Before you start, check which keyboard is the default, go to any text field (such as Notes or Messages) and hold your finger on the space, the name of the active keyboard appears, and if it says Emoji Keyboard or Gboard (with an emoji), then it is the problem.
Method 1: Disable the Emoji keyboard through Android settings
The safest and fastest method is to deactivate the keyboard in the system settings, which won't remove it completely, but will prevent automatic appearance, suitable for all Redmi models without root rights.
Instructions:
- Open Settings โ System and device โ Language and input.
- Slip on the Virtual Keyboard (or Keyboard Management in older versions of MIUI).
- Find the Emoji Keyboard or Emoji Keyboard and click on it.
- In the upper right corner, tap three points (โฎ) and select Disconnect.
After that, the keyboard will disappear from the active list, but will remain in the system. If it reappears after the update, repeat the procedure.
๐ก
If there is no โDisableโ option, try first to set a different keyboard (like Gboard) by default, and then go back to the Emoji Keyboard settings.
Method 2: Reset keyboard settings to factory
Sometimes the Emoji keyboard is activated because of a failure in the input settings, in which case resetting the keyboard settings will help without losing personal data.
How to do this:
- ๐ฑ Go to Settings. โ Annexes โ Application management.
- ๐ In the search bar, type the Emoji Keyboard (or the Emoji Keyboard).
- ๐ ๏ธ Open the application page and select Storage โ Clear the data.
- ๐ Back to Settings โ System system โ Language and input and reset the default keyboard settings.
This method often solves the problem if the keyboard appeared after updating the MIUI or installing a new application, but it does not guarantee that the Emoji Keyboard will not return after the next reboot.
What if the reset didn't help?
Method 3: Installation of an alternative keyboard and prioritization
MIUI can automatically select the Emoji keyboard if it is installed as a system keyboard, and to avoid this, install a different keyboard (such as Gboard or SwiftKey) and make it the main one.
Step-by-step:
- Download an alternative keyboard from Google Play (Gboard is recommended).
- After installation, open any text field (e.g., in Messages).
- Click on the keyboard icon in the lower right corner and select a new keyboard.
- Return to Settings โ System โ Language and input โ Virtual keyboard.
- Turn off the Emoji Keyboard (as in Method 1) and leave only the keyboard you want.
If MIUI still substitutes the Emoji Keyboard, try disabling auto-replacement in its settings:
- ๐ง Go to the Emoji Keyboard Settings โ Text input.
- ๐ซ Turn off Auto Replace, Text Prediction and Autocorrection options.
Install an alternative keyboard (Gboard/SwiftKey)
Turn off the Emoji Keyboard in the settings
Make a new keyboard the main one
Check the text entry in 2-3 appendices-->
Method 4: Remove Emoji Keyboard via ADB (without root)
If the keyboard is integrated into MIUI and not disabled by standard methods, it can be removed using ADB (Android Debug Bridge).
Warning: Incorrect ADB commands may disrupt the system. Follow the instructions carefully.
Steps:
- Turn on Debugging. USB: ๐ง Go to Settings. โ The phone. โ Version. MIUI. ๐ Press 7 times on the version MIUI, to activate the Developer Mode. ๐ Back to Settings โ Additionally. โ For developers. ๐ Turn on Debugging. USB.
Redmi
ADB Tools
Open the command prompt (Windows) or terminal (Mac/Linux) in the folder with ADB.
adb devices(The name of your device should appear)
adb shell pm uninstall -k --user 0 com.sohu.inputmethod.emojior for new versions of MIUI:
adb shell pm uninstall -k --user 0 com.miui.emojikeyboardOnce the command is executed, the Emoji keyboard will be removed for the current user (without deleting system files).Reboot the phone so that the changes take effect.
๐ก
Removing the ADB is the only way to get rid of the Emoji Keyboard forever without root rights, but after resetting or updating the MIUI, it can return.
Method 5: Complete removal of system APK (root only)
If you have root rights, you can completely remove the Emoji keyboard files from the system.This is a radical method that is guaranteed to solve the problem, but requires caution.
Instructions:
- ๐ฑ Install a root-enabled file manager (such as Root Explorer or Solid Explorer).
- ๐ Cross the path: /system/app/EmojiKeyboard or /system/priv-app/EmojiKeyboard
- ๐๏ธ Delete the EmojiKeyboard folder or files inside it (usually this is the case). EmojiKeyboard.apk and EmojiKeyboard.odex).
- ๐ Reset the device.
โ ๏ธ Note: Deleting system files can lead to unstable work MIUI. Before the action, make a backup copy through TWRP Or Mi Flash Tool.
If you have any errors after deleting (e.g., com.android.systemui stopped working), restore deleted files from the backup or reflash your phone.
Why does the Emoji keyboard return after being deleted?
Even after successful removal, the keyboard may reappear, for three reasons:
| Reason. | How to prevent |
|---|---|
| MIUI Update | Turn off automatic updates of system applications in Settings โ The phone. โ Updating the system โ โฎ โ Settings โ Auto-update of applications. |
| Resetting settings | Before reset, back up through Settings โ Additional โ Backup and Reset. |
| Restore factory applications | Use ADB to re-delete or install custom firmware (e.g. Xiaomi.EU). |
If the keyboard is back after the update, try rolling back the MIUI version via Fastboot or Recovery.
- Download the stable firmware version for your model from the official Xiaomi website.
- Go to Fastboot (clip Power + Volume down when turned on).
- Sweep through the Mi Flash Tool (select Clean all option).