How to completely remove the Emoji Keyboard on Xiaomi: disable, deactivate and reset

Why keyboard with emoji interferes with Xiaomi users

The emoji keyboard on Xiaomi smartphones (including the Redmi, POCO and Mi models) often appears automatically when you update MIUI or install branded apps. Many users find it replaces the standard keyboard, slows down when typing or offers unnecessary emojis at inappropriate moments, especially annoying in messengers like Telegram or WhatsApp, where typing speed is important.

Complicating the problem is that in some versions of MIUI (e.g. 14.0.5), the emoji keyboard is integrated into the com.sohu.inputmethod.sogou.xiaomi system application and does not have a "Delete" button. Even after being disabled through settings, it can reappear after the device is restarted. In this article, we will discuss all the current ways of deleting, from simple to radical, including working with ADB and manual editing of system files.

Method 1: Disconnect via keyboard settings

The safest method is to deactivate the emoji keyboard in the keyboard control menu, which works on all Xiaomi devices with MIUI 12-15 and does not require superuser rights.

Instructions:

  • ๐Ÿ“ฑ Open the Settings. โ†’ System and device โ†’ Language and input.
  • ๐Ÿ” Find the list of "Emoji Keyboard" or "Sogou Input".
  • โš™๏ธ Stick to three points (โ‹ฎ) Next to the name and select "Disable".
  • ๐Ÿ”„ Reboot your smartphone to make changes take effect.

If the keyboard is activated again after the reboot, it's protected by the system, and the following method will help.

Make sure you have an alternative keyboard (Gboard, SwiftKey) installed.

Make a backup copy of important data

Check the version of MIUI in Settings โ†’ About the phone

The battery should be charged. >30%-->

Method 2: Remove keyboard updates

Often, the emoji keyboard appears after an automatic update via Google Play, in which case you can roll it back to the factory version.

How to do this:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the "Emoji Keyboard" or com.sohu.inputmethod.sogou.xiaomi.
  3. Stick to three points (โ‹ฎ) and select "Delete updates".
  4. Confirm the action and restart the device.

If the Remove Updates button is inactive, the application is system-based and does not have separate updates, in which case only complete removal via ADB (method 4) will help.

๐Ÿ’ก

After rolling back updates, block the automatic keyboard update in Google Play: open its page โ†’ three-point โ†’ โ€œDisable auto-updateโ€.

Method 3: Reset keyboard settings to factory

Sometimes the emoji keyboard is activated because of a failure in the input settings.Resetting to factory settings can solve the problem without removing the application itself.

Step-by-step:

  • ๐Ÿ”ง Go to Settings. โ†’ System and device โ†’ Additionally. โ†’ Resetting settings.
  • ๐Ÿ”„ Select "Reset App Settings" (not to be confused with a full reset!).
  • ๐Ÿ“ฑ Confirm the action and wait for the process to be completed.
  • ๐Ÿ”‘ After restarting, reconfigure the main keyboard (e.g., Gboard).

This method doesn't physically remove the keyboard, but it resets all of its settings, including forced display. If the problem persists, move on to radical measures.

What if the reset didn't help?
If the emoji keyboard still appears after reset, it means that it is registered in the system file /system/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk. In this case, only deletion through ADB or manual editing of system files (requires root) will help.

Method 4: Removal via ADB (without root)

If standard methods donโ€™t work, you can remove the emoji keyboard via Android Debug Bridge (ADB). This method does not require the rights of a superuser, but requires a computer and a computer. USB-cable.

Instructions:

  1. Download and install ADB Tools on PC.
  2. Turn on "Debugging by" USB" on a smartphone: Settings โ†’ The phone. โ†’ Version. MIUI (tap 7 times) โ†’ return to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB.
  3. Connect the phone to the PC and type in the command line:
adb devices


adb shell pm uninstall -k --user 0 com.sohu.inputmethod.sogou.xiaomi

If the command is successful, the keyboard will be removed for the current user. For complete removal (including other users), use:

adb shell pm uninstall com.sohu.inputmethod.sogou.xiaomi

๐Ÿ’ก

Removing via ADB does not require root rights, but after resetting the phone to factory settings, the keyboard may reappear.

Method 5: Manually delete system files (requires root)

For advanced users with unlocked bootloader and root rights, a radical method is available - deleting the keyboard system files, which is guaranteed to delete the application forever, but requires caution.

What needs to be done:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app/SogouInput/ or /system/app/EmojiKeyboard/.
  3. Delete files: SogouInput.apk SogouInput.odex (if any) Lib folder (if present)

Reset the device.

โš ๏ธ Warning: Incorrectly deleting system files can lead to bootloop ( looped boot).Before actions, back up through TWRP Or OrangeFox.

Deleting methodNeed root?ReversibilityRisk to the system
Disconnection in settingsโŒ No.โœ… Yes.โŒ No.
Removal of updatesโŒ No.โœ… Yes.โŒ No.
Resetting settingsโŒ No.โœ… Yes.โš ๏ธ Low.
Removal via ADBโŒ No.โŒ No (no reset)โš ๏ธ Medium.
Manual deletion of filesโœ… Yes.โŒ No.โ— High-pitched

What to do if the emoji keyboard appears again

In some cases, after updating the MIUI or resetting the keyboard, the emoji may return, because it is written in the system image of the firmware, to prevent it from reappearing:

  • ๐Ÿ”’ Turn off automatic updates of system applications in Google Play.
  • ๐Ÿ“ต Install an alternative keyboard (like Gboard) and make it default.
  • ๐Ÿ›ก๏ธ Use apps like App Inspector or Package Disabler to block com.sohu.inputmethod.sogou.xiaomi.
  • ๐Ÿ”„ Check the keyboard list in settings regularly after updates.

If the problem comes back after each MIUI update, consider switching to custom firmware (like LineageOS or Pixel Experience) that lacks proprietary Xiaomi apps.

Gboard (Google)

SwiftKey (Microsoft)

Standard MIUI

Emoji Keyboard (Xiaomi)

other-->

FAQ: Frequent questions about removing Emoji Keyboard

Can I remove the emoji keyboard without a computer?
Yes, if it's not system-based. Try method 1 (disable settings) or method 2 (delete updates). If the "Delete" button is inactive, you can't do without ADB or root.
Why does the keyboard return after being deleted via ADB?
This is because MIUI restores system applications when it updates. To prevent a return, turn off automatic update checks in Settings โ†’ About Phone โ†’ System Update.
Is it safe to remove the emoji keyboard through root?
Deleting system files is always risky, but with the keyboard, it is minimal, because it is not a critical component. /system/bin/ or /system/lib/.
How to return the keyboard emoji if you need it?
If you deleted it through ADB, you can only restore it by resetting your phone to factory settings or flashing it back. If you just turned it off, re-activate it in Settings โ†’ Language and Enter.
Are there alternatives to the standard Xiaomi keyboard?
Yes, the most popular options are Gboard (Google) โ€” gesture and voice input support. SwiftKey (Microsoft) โ€” better text prediction. Fleksy โ€” minimalist design with advanced emojis. AnySoftKeyboard โ€” open source, high customization. All of them are available on Google Play.