Xiaomiβs built-in Emoji Keyboard is often installed by default on the brandβs smartphones, but not everyone likes it.Some complain about an uncomfortable interface, some complain about automatic emoji swapping, and some simply prefer third-party solutions like Gboard or SwiftKey. The problem is that standard methods to remove this keyboard is not so easy: in MIUI it is often hidden in system applications and does not have a βDeleteβ button.
If you're facing this problem, don't rush to reset your phone to factory settings. In this article, we'll discuss three working ways to uninstall the Emoji Keyboard, from simple shutdown to complete uninstallation via ADB. All methods have been tested on MIUI 14 and MIUI 15, but they'll work for older versions as well. The main thing is to follow the instructions carefully so you don't disrupt the system.
Before you start, make sure you have a backup of your important data, and while the risk of losing information is minimal, you should be safe, and check if the Emoji Keyboard is used as the default keyboard, in which case turning it off can cause problems with text input.
1. Method: Disabling Emoji Keyboard in Settings
The easiest and safest way to do this is to deactivate the keyboard through the settings menu, which won't remove it completely, but will make it unusable, and is suitable for those who don't want to risk the stability of the system.
To disable the Emoji Keyboard:
- Open Settings β System and device β Language and input.
- Slip on the Keyboard (or Keyboard Management in some versions of MIUI).
- Find the Emoji Keyboard (may be called the Xiaomi Emoji Keyboard or MiuiEmojiKeyboard).
- Switch the slider to the off position. or press Disconnect.
After that, the keyboard will disappear from the list of active input methods, but it will remain in the system and can be activated again after the MIUI update. To avoid this, move to the next method.
π‘
If there is no Emoji Keyboard in the keyboard list, try typing any text in the settings search bar β sometimes system apps are hidden and only appear when youβre actively using them.
2. Method: Removal through application settings
In some versions of MIUI (especially on POCO and Redmi Note), the Emoji Keyboard can be removed as a regular app, but this method does not work on all devices, it all depends on Xiaomi's policy on system components.
Try to do the following:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, type Emoji or the emoji keyboard.
- ποΈ If the name appears next to the button Remove (not "Disable"), tap it.
- β οΈ Confirm the action β the system can warn about possible consequences.
If there is no delete button, then the keyboard is protected as a system application, in which case only the third way will help - uninstall via ADB.
Why Xiaomi is not letting you remove the Emoji Keyboard?
Method 3: Complete removal via ADB (for advanced)
If the first two methods donβt work, the radical way is to uninstall the Android Debug Bridge (ADB) β this requires connecting the smartphone to the computer, but is guaranteed to remove the keyboard permanently.
This will require:
- π» Computer with installed ADB-driver.
- π± Xiaomi smartphone with enabled debugging USB (How to turn it on - see below).
- π USB-cable (preferably original).
Step-by-step:
- Turn on USB debugging: Go to Settings β About Phone. Tap 7 times on MIUI until the notification "You're a developer" appears. Return to Settings β Additional β Developer and activate Debugging via USB.
Connect your phone to your PC
Open the command line (Windows)
ADB
Enter a command to check the connection
adb devicesThe name of your device should appear.
Remove the Emoji Keyboard
adb shell pm uninstall --user 0 com.sohu.inputmethod.emoji.xiaomicom.miui.emojikeyboard
Once the command is complete, the keyboard will be completely removed.Reboot the phone so that the changes take effect.
Debugging is on. USB|Installed ADB-PC-driver|Smartphone connected with original cable|Backup of important data is made|The name of the Emoji Keyboard package is checked-->
Possible problems and solutions
It can be difficult to remove the Emoji Keyboard, and let's look at the most common ones and how to fix them.
| Problem. | Reason. | Decision |
|---|---|---|
| The ADB team is not working. | Incorrect package or no access | Check the name of the package through adb shell pm list packages | grep emoji |
| The keyboard reappeared after the update | MIUI has restored the system application | Repeat deletion via ADB or disable auto-update system applications |
| You cannot enter text after removal | The Emoji Keyboard was the main keyboard. | Install an alternative keyboard (Gboard) and activate it in the settings |
| ADB does not see the device | No drivers installed or debugging not included | Reinstall the drivers, check. USB-cable |
If after deleting you notice a slowdown or input error, try resetting the keyboard settings:
- Go to Settings β System and device β Resetting.
- Select Reset App Settings (not a full reset!).
- Confirm the action and restart the phone.
To install a new keyboard:
- Download it from Google Play.
- Go to Settings β System and Device β Language and Input β Keyboard.
- Activate the new keyboard and set it by default.
If you use POCO Launcher or MIUI without Google services, some keyboards may not work, in which case we recommend Simple Keyboard, a lightweight application with no unnecessary features.
π‘
Before installing a new keyboard, check reviews about its compatibility with your Xiaomi model. For example, on the Redmi Note 12, some keyboards may conflict with MIUI signature gestures.
6 How to Return the Emoji Keyboard if Something Goes Wrong
If you have problems after removal or just changed your mind, you can restore the keyboard in two ways:
Method 1: Through resetting application settings
- Open Settings β Applications β Application Management.
- Click on the three dots in the upper right corner and select Show System.
- Find the Emoji Keyboard in the list and tap Enable.
Method 2: Reinstallation via ADB
If the keyboard has been removed completely, restore it with the command:
adb shell cmd package install-existing com.sohu.inputmethod.emoji.xiaomiThen restart the phone. The keyboard will return to its original state, but all of its settings will reset.
What if ADB does not restore the keyboard?
FAQ: Frequent questions about removing Emoji Keyboard
β Can I remove the Emoji Keyboard without root rights?
β Will auto-replacement smileys work after removal?
β Why After Updating MIUI keyboard appears again?
β Can I remove the keyboard on POCO F5 Pro?
β Does removing affect the performance of the phone?
π‘
If you use Xiaomi.eu or custom firmware, the removal process may be different, and in such cases, it is better to consult your firmware documentation or forums like 4PDA.