How to permanently remove Emoji Keyboard from Xiaomi Redmi 9: 5 working ways

The emoji keyboard on the Xiaomi Redmi 9 often comes unexpectedly: replaces the standard layout, slows down text input, or even blocks access to the main keyboard. The problem is compounded by the fact that MIUI aggressively integrates system applications, and simply disabling through settings does not always work. In this article, we will discuss all possible methods for removing the Emoji Keyboard from basic to advanced (including ADB and manual intervention in system files).

The Redmi 9 (M2003J15SC/M2003J15SS) feature is that the emoji keyboard here can be either a separate application (com.sohu.inputmethod.sogou.xiaomi) or part of the MiuiSystemUI system package. This means that there is no universal solution – you will have to test several approaches. We analyzed user feedback on the 4PDA and Mi Community forums to collect only working methods for current versions of MIUI 12.5-14.

Why does the Emoji Keyboard appear on its own?

The reasons for automatically activating the emoji keyboard on Redmi 9 fall into two categories:

  • πŸ”„ Update MIUI: After installing the new firmware version, the system can reset the default keyboard settings by activating Sogou Input (Chinese keyboard with emoji) instead of Gboard or MiuiKeyboard.
  • πŸ“± Application Conflict: Installing third-party keyboards (such as SwiftKey or Chroom) sometimes results in the installation of keyboards. MIUI Β«Loses the main layout and substitutes the backup - Emoji Keyboard.
  • πŸ”§ Failure in settings: In the Settings menu β†’ Additionally. β†’ Language and input may disappear from the main keyboard, and the Emoji Keyboard will be the only active option.
  • 🦠 Viral software: Rarely, but it happens that malware applications change the input settings. Check permissions in Settings β†’ Annexes β†’ Application management.

Before you start deleting, make sure that the problem is not a temporary failure. Restart your phone and try to manually select another keyboard in the settings. If that doesn't help, read on.

πŸ“Š How often do you have keyboard issues on Xiaomi?
Constantly.
Sometimes.
Rarely.
Never.

Method 1: Disconnect via MIUI settings (without root rights)

The safest method is to deactivate the Emoji Keyboard from the keyboard control menu, which is suitable for most users, but does not always work (depending on the version of MIUI).

  1. Open Settings β†’ System β†’ Language and input.
  2. Slip on the current keyboard (or keyboard management in older versions).
  3. In the list of active keyboards, find the Emoji Keyboard (may be called the Sogou Input or the Emoji Keyboard).
  4. Turn off the slider next to the name. If there's no slider, click on the keyboard name and select Turn it off.
  5. Return to the menu and activate the main keyboard (such as Gboard or MiuiKeyboard).

If the Emoji Keyboard is not on the list, then the keyboard is integrated into the system software.

Make sure that an alternative keyboard is installed (Gboard, SwiftKey)

Make a backup of settings in Settings β†’ Additional β†’ Backup

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

Close all applications that use text input-->

Method 2: Remove via ADB (without root)

If the keyboard is not disabled through the settings, you can delete it using Android Debug Bridge (ADB).The method requires connecting the phone to a PC, but does not violate the warranty and does not require superuser rights.

Attention: before executing commands, make sure that the phone is debugging via USB (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times tap on version β†’ return to Additional β†’ For developers β†’ Debugging by USB).

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

If the team returns the Failure error [DELETE_FAILED_INTERNAL_ERROR], Try an alternative package:

adb shell pm uninstall -k --user 0 com.xiaomi.miui.emoji

Once done, restart the phone. The emoji keyboard should disappear from the system.

What to do if ADB is not working?
If the commands return the error, check: 1. Phone connection correct (try another one). USB-2. Availability of drivers ADB on PC (download Minimal) ADB and Fastboot). 3. Activation of debugging by USB on the phone (sometimes you need confirmation on the smartphone screen). 4. MIUI β€” Some of the scalings need to be turned off first. MIUI Optimization in the settings for developers.

Method 3: Reset keyboard settings (without data loss)

If the Emoji Keyboard appears due to a glitch in the input settings, you can reset them to factory without affecting the rest of the phone data.

  1. Go to Settings β†’ System β†’ Resetting settings.
  2. Select Reset App Settings (not to be confused with a full reset!).
  3. Confirm the action. The phone will reboot.
  4. After turning on, reconfigure the keyboard in Settings β†’ Language and input.

This method helps in 60 percent of cases where the problem is caused by a setting conflict, but it won't remove the emoji keyboard itself, it will only make the main layout more important.

πŸ’‘

If the Emoji Keyboard is activated again after reset, try installing a third-party keyboard (such as Gboard) and assigning it to the default keyboard before the system prompts you to select the layout.

Method 4: Remove the system APK (root required)

For root users, a radical method is available, the physical deletion of keyboard files. Attention: wrong actions can cause the system to fail!

Use any root-enabled file manager (such as Root Explorer or FX File Explorer) and delete the following files:

  • πŸ“ /system/priv-app/EmojiKeyboard/EmojiKeyboard.apk
  • πŸ“ /system/app/SogouInput/SogouInput.apk
  • πŸ“ /data/app/com.sohu.inputmethod.sogou.xiaomi-*/base.apk (if)

After deleting, restart the phone. If the system detects an error when booting, return the files back or reset to factory settings.

⚠️ Attention: Removal of system APK may disrupt MIUI, Especially if the keyboard is integrated into MiuiSystemUI. Before the action, make a full backup through the TWRP Mi Backup.

Method 5: Firmware rollback (extreme case)

If none of the methods worked and the Emoji Keyboard is disrupting the work, the last option is to roll back to an older version of MIUI, where the emoji keyboard was not yet available, a radical solution only suitable for power users.

Instructions:

  1. Download stable firmware for Redmi 9 (e.g. MIUI 12.0.8) from Xiaomi’s official website.
  2. Unpack. ZIP-firmware file and find the file recovery_rom.zip.
  3. Connect your phone to your PC and copy the ZIP to your internal memory.
  4. Start System Update (Settings β†’ About Phone β†’ MIUI Update).
  5. Click on three dots in the upper right corner β†’ Select a firmware file β†’ specify the downloaded ZIP.
  6. Confirm the rollback. The phone will reboot and install the old version.
MIUI versionEmoji Keyboard's presencePossibility of disconnection
MIUI 12.0–12.5Aye (optional)Yeah, through the settings.
MIUI 13.0–13.5Aye (integrated)Partially (ADB required)
MIUI 14.0+There's (systemic)Only through root or rollback

Running back firmware is a last resort, as you will lose all data (if you don’t back up) and new MIUI features. Use it only if other methods haven’t helped.

πŸ’‘

Before rolling back the firmware, be sure to check the compatibility of the version with your Redmi 9 model. Installing firmware from another modification (for example, Redmi 9A) will lead to a brick (inoperability) of the phone!

Frequent Mistakes and How to Avoid Them

When you remove the Emoji Keyboard, users often face typical problems, and here's how to prevent them:

  • πŸ”Œ The phone is not detected through ADB: Install Xiaomi drivers USB Drivers and check the connection in File Transfer Mode (not Charging).
  • πŸ”„ The keyboard comes back after the reboot: This means it's integrated into the system software. ADB root.
  • ⚠️ Error: "Unfortunately, the keyboard has stopped": Install any third-party keyboard (such as Gboard) and assign it to the default.
  • πŸ“± Can't find the Emoji Keyboard in the settings: It could be hidden under the name Sogou Input or Keyboard MIUI.

⚠️ Note: If after removing the keyboard, the phone stopped loading (hang on the logo) MI), Try to go to Fastboot Mode (squeeze power). + Volume down) and flash the device through the Mi Flash Tool, which will bring the phone back to life, but delete all the data.

Can I remove the Emoji Keyboard without a computer?
Yes, but only if it appears in the keyboard list (Settings) β†’ Language and input. If it's not in the settings, no ADB Or root, you can't remove it. Alternatively, you can turn it off via Safe Mode. β†’ Download to Safe Mode, but it's a temporary solution.
Why is the Emoji Keyboard coming back after the MIUI update?
Xiaomi integrates the emoji keyboard into system updates. To prevent it from coming back, immediately follow the command adb shell pm uninstall -k --user 0 com.sohu.inputmethod.sogou.xiaomi or turn off automatic keyboard installation in Settings β†’ Applications β†’ Application Management β†’ Three Points β†’ Special Access β†’ Install Unknown Applications.
Will Google Gboard work after the Emoji Keyboard is removed?
Yes, Gboard and other third-party keyboards are not dependent on the system Emoji Keyboard, and they often work more stable, and the main thing is to assign the Gboard to the default keyboard in the settings.
Can I return the Emoji Keyboard after deleting it?
If you deleted it through ADB with the --user 0 flag, you can only reset it with a reset or a flashback, and if you deleted system files through root, you'll have to restore them from the backup or reinstall the firmware.
Why is the Redmi 9A/9C not having an Emoji Keyboard issue?
Redmi 9A and 9C models use a simplified version of MIUI (MIUI Go), where the emoji keyboard is not integrated by default. The problem is typical for Redmi 9 (M2003J15SC/SS) due to differences in firmware.