The Emoji Keyboard (or Sogou Input in some firmware) keyboard is often installed by default on Xiaomi Redmi smartphones along with the proprietary MIUI shell. Despite being convenient for emoji lovers, it interferes with many users: it takes up space in memory, conflicts with other keyboards (for example, Gboard or SwiftKey), or just annoys with constant prompts. Unfortunately, standard removal through the application menu does not always work - the system can block the uninstallation of system components.
In this article, weβll look at 5 proven ways to get rid of the Emoji Keyboard on the Redmi Note 10/11/12, Redmi 9/10/13C and other models, from simple shutdown to complete removal via ADB. Also, weβll find out why the keyboard can reappear after the MIUI update, and how to avoid it. All methods are tested on MIUI 12-14 firmware (including global and Chinese versions).
β οΈ Warning: Removing system applications can cause your smartphone to run unsteady.If you are unsure of your actions, use disabling techniques (sections 1β2) instead of completely uninstalling (sections 3β5).
1. Disable Emoji Keyboard via keyboard settings
The safest way to do this is to deactivate the keyboard in the settings, not to free up the memory, but to remove it from the list of active input methods and stop interfering.
Instructions:
- π± Open the Settings. β System and device β Language and input.
- π Find the Emoji Keyboard (or Sogou Input) and tap it.
- π Press Disable (or move the slider to the off position.).
- βοΈ In some versions MIUI You need to remove the box Use for all languages.
If after disabling the keyboard still appears when you enter text, clear the application cache:
- Go to Settings β Applications β Application Management.
- Find the Emoji Keyboard and select Warehouse.
- Click Clear the cache and Clear the data.
π‘
If the keyboard continues to pop up, check the default settings: in the Language and Entering section, select another keyboard (such as Gboard) as the primary one.
2. Remove updates (if the keyboard was installed separately)
On some Redmi models (e.g. Redmi Note 11 Pro+), the Emoji Keyboard may not be a system application, but installed via Google Play or Mi App Store, in which case it can be removed as a regular application.
How to check and delete:
- π Go to Settings. β Annexes β Application management.
- π Find the Emoji Keyboard and look at the button: if there is Delete (not Disable), then the application is not system-based.
- ποΈ Click Remove and confirm the action.
- π If there is no Remove button, but there is Remove updates - use it to return the keyboard to the factory version (it will take up less space).
β οΈ Note: After removing updates, the keyboard may update again via the Play Market. To avoid this, open its page in the store and click Remove from Auto Update (or disable auto-update for all apps in the Google Play settings).
3. Complete removal via ADB (for power users)
If the keyboard is a system application, it can only be removed using ADB (Android Debug Bridge), a method that requires connecting the smartphone to the computer and enabling debugging over USB.
Step-by-step:
- π₯οΈ Install. ADB Tools on the computer (Windows/macOS/Linux).
- π± On your smartphone, turn it on: π§ Settings β The phone. β Version. MIUI (Tap 7 times to activate Developer Mode). π Back to Settings β Additionally. β For developers and enable debugging by USB.
Redmi
File transfer
Terminal
adb devices(Your device name should appear β if not, check the drivers.)
adb shell pm list packages | grep -i emoji(This command will output an exact keyboard package, such as com.sohu.inputmethod.sogou.xiaomi.)
adb shell pm uninstall -k --user 0 com.sohu.inputmethod.sogou.xiaomi(Replace com.sohu.inputmethod.sogou.xiaomi with the name of the package from the previous step.)
β Once the command is executed, the keyboard will be deleted for the current user (without root permissions). To return it, you just need to reinstall it from the Play Market or reset the settings.
Install ADB Tools on PC|Enable the developer mode on Xiaomi|Activate debugging by USB|Connect the phone in file transfer mode|Check the connection of the team `adb devices`-->
4. Remove via TWRP (unlocked bootloader required)
If you have a bootloader unlocked and custom recovery TWRP installed, you can manually remove the Emoji Keyboard as a system application, a method that is suitable for advanced users, as it requires firmware manipulation.
Instructions:
- π² Boot in. TWRP (clamp down on power. + Volume up when switched on).
- ποΈ Go to Advanced. β File Manager.
- π Find the file. /system/priv-app/ or /system/app/ and find a folder with a name that contains emoji or sogou (e.g. SogouInput).
- ποΈ Delete the folder (or move it to another directory, for example, /sdcard/ in case of restoration).
- π Reboot your smartphone.
β οΈ Note: Delete system files through TWRP This can lead to bootloop if you remove critical components. TWRP β Backup!
What if the keyboard is returned after removal?
5. Reset to factory settings (last resort)
If none of these methods worked, and the keyboard continues to interfere, you can perform a hard reset, which will delete all user data, but return the smartphone to the βout of the boxβ state, where the Emoji Keyboard will be disabled by default (on some firmware).
How to drop Redmi:
- π Go to Settings. β The phone. β Resetting settings.
- π Select to erase all data and enter a password (if required).
- β³ Wait for the process to be completed (it will take 5-10 minutes).
β οΈ Attention: After discharge:
- π± All apps, photos and files will be deleted (backup in advance!).
- π The Emoji Keyboard can reappear after the first Internet connection (if it was pre-installed via the Mi App Store).
- π§ To avoid re-installation, immediately after setting up, disable auto-update apps in the Play Market.
| Method | Difficulty | PC required | Risk to the system | Removing it completely? |
|---|---|---|---|---|
| Disconnection in settings | β | β No. | β No. | β No (only deactivate) |
| Removal of updates | ββ | β No. | β No. | β Partially (returns to factory version) |
| ADB-team | βββ | β Yes. | β οΈ Medium (with error - without consequences) | β Yes, for the current user) |
| TWRP | ββββ | β Yes. | β οΈβ οΈ High (bootloop risk) | β Yes (fully) |
| Resetting settings | βββ | β No. | β οΈ Average (data loss) | β No, she might come back) |
Why does Emoji Keyboard return after being deleted?
Many Xiaomi Redmi users are faced with the fact that the keyboard appears again after:
- π Updates MIUI β The system restores remote system applications.
- π₯ Install apps from the Mi App Store β some programs (such as Mi Community or Themes) can automatically install the keyboard.
- π§ Dalvik cache reset β if you use Magisk or TWRP, Cache cleanup can bring back system applications.
The only reliable way to prevent a return is to disable MIUI Optimization via ADB or Magisk (see spoiler section 4). Also check your auto-update settings in the Play Market and Mi App Store after each major firmware update.
π‘
If you donβt plan to get root rights or unlock a bootloader, the safest way to get rid of the Emoji Keyboard is to disable it in the settings and prevent auto-update.