The emoji keyboard on the Xiaomi Redmi 8 Pro can be annoying for many reasons, from random taps to extra space on the screen, especially for those who prefer a minimalist interface or use third-party keyboards like Gboard or SwiftKey. However, standard methods of removing applications do not work here - the Emoji Keyboard in MIUI is integrated into the system software and does not have a "Delete" button.
Many users mistakenly try to uninstall it through Settings β Applications, but are faced with the message βDelete is impossible.β This is due to the fact that the keyboard is part of the proprietary MIUI shell and is protected from accidental removal. In this article, we will discuss 5 working methods, including hidden settings, disabling updates and even radical reset of the system β taking into account the features of the Redmi 8 Pro.
It's important to understand that some methods will require administrator rights or access to developer mode, and if you're a beginner, start with the simplest options and then move on to the most complex manipulations.
1. Disable Emoji Keyboard via keyboard settings
The safest and fastest way is to simply deactivate the keyboard in system settings, which does not delete the application files, but makes it unusable.
Go to Settings β System and Device β Language and Input β Current Keyboard. Here you will see a list of all the keyboards installed. Find the "Emoji Keyboard" (or "Emoji Keyboard") and turn off the switch next to it. The system will request confirmation - agree.
After that:
- π Keyboard will disappear from the list of active input methods
- π± When typing, it will no longer appear in the switching panel.
- β οΈ Application files will remain in the system (take) ~15-20 MB)
If the keyboard still appears after turning off, check if it is installed as the default keyboard. Go to Settings β Language and Input β Keyboard Management and select another keyboard (such as Gboard) as the primary keyboard.
2. Removal of keyboard updates (reset to factory version)
Emoji Keyboard in MIUI is often updated through Google Play or system updates, which can add new emojis or change the interface, but also increase the size of the application.
Instructions:
- Open Settings β Applications β Application Management
- Find the list of "Emoji Keyboard" (use the search by title)
- Slip on the three-point in the upper right corner β βDelete updatesβ
- Confirm the action and restart the device
This method has limitations:
- π The keyboard will return to the version that was when you bought the phone
- π Updates can be installed automatically the next system update
- β οΈ Some emojis may not be displayed correctly (if they are added in new versions)
π‘
To prevent automatic updates, turn off auto-update for Emoji Keyboard in Google Play: open the app page β three-points β βDisable auto-updateβ.
3. Removal via ADB (for power users)
If you want to completely delete keyboard files, rather than just disable it, youβll need to use Android Debug Bridge (ADB), a method that works on Redmi 8 Pro with either unlocked bootloader or USB debugging enabled.
Step-by-step:
- Activate Developer Mode: Settings β About Phone β MIUI Version (Tap 7 times)
- Enable USB debugging in Settings β More β For developers
- Connect your phone to your PC and install ADB Tools
- Open the command prompt (Windows) or terminal (macOS/Linux) and type: adb devices Make sure the device is identified (serial number should appear)
- Run the command to remove: adb shell pm uninstall -k --user 0 com.sohu.inputmethod.sogou.xiaomi (this is the standard Emoji Keyboard package for MIUI)
Once you have completed the command, the keyboard will be deleted only for the current user (without affecting the system files). If you want to return it, use the command:
adb shell cmd package install-existing com.sohu.inputmethod.sogou.xiaomiInstall ADB Tools on PC|Enable debugging on USB phone-on|Connect your phone to the original cable|Check the visibility of the device in ADB|Make a backup copy of the data-->
4. Reset to factory settings (radical method)
If no other method has worked, and the keyboard keeps popping up, you'll have to completely reset your device, and this method will delete all user data, so only use it as a last resort.
How to reset the Redmi 8 Pro:
- Create a backup of important data (photos, contacts, messages)
- Go to Settings β About the phone β Reset settings
- Select βErase all dataβ and confirm the action
- Wait for the process to be completed (it will take 5-10 minutes)
After discharge:
- π± Emoji Keyboard will be deactivated (but files will remain in the system)
- π You can choose a different keyboard when you first set up.
- β οΈ All applications and data will be deleted without recovery.
What if the keyboard resets again?
5. Use of third-party utilities (Root access)
More flexible methods are available for users with an unlocked bootloader and Magisk or TWRP installed, one of which is using the Titanium Backup or SD Maid app to remove system APKs.
Instructions for Titanium Backup:
- Install the app and give it Root access
- Find the "Emoji Keyboard" package (com.sohu.inputmethod.sogou.xiaomi)
- Select the "Delete!" action and confirm
- Reset the device
Advantages of this method:
- π§Ή Delete keyboard files completely (releases) ~20-30 MB)
- π§ The ability to restore the application if necessary
- β οΈ Requires Root Rights (Risk of Loss of Guarantee)
Alternatively, use Debloater scripts for MIUI, which remove unnecessary system applications in batch.
- MIUI Debloater Tool (for PC)
- Universal Android Debloater (GUI-version)
π‘
Removing system applications through Root can disrupt MIUI. Always back up Nandroid before such operations!
Comparison of Emoji Keyboard removal methods
To choose the best way, compare them by key parameters:
| Method | Difficulty | Root is required. | Deletes files. | Risk to the system |
|---|---|---|---|---|
| Disconnection in settings | β | β No. | β No. | β No. |
| Resetting updates | ββ | β No. | β Partially. | β No. |
| Removal via ADB | βββ | β No. | β For the user | β οΈ Low. |
| Reset to factory | βββ | β No. | β No. | β οΈ Medium. |
| Root methods | ββββ | β Yes. | β Completely. | β οΈβ οΈ High-pitched |
For most Redmi 8 Pro users, the best solution is to disable through settings or reset updates. Methods with ADB and Root are suitable only for those who are ready for potential risks.
Frequent problems and solutions
When you remove the Emoji Keyboard, users experience common errors, and here's how to fix them:
β οΈ Note: If after removal through ADB The keyboard keeps popping up -- check if it's installed as a system application in another package. MIUI 12/13 Sometimes duplicated on com.miui.emojikeyboard.
Problem 1: The keyboard returns after the MIUI update.
Solution: Turn off auto-update for it in Google Play or use Package Disabler (requires Root).
Problem. 2: When removed through ADB There's a Failure error. [DELETE_FAILED_DEVICE_POLICY_MANAGER]".
Solution: This means that the application is protected by the device's policy.
- π§ Delete via pm uninstall with flag --user 0
- π§ Use App Inspector to search for an alternative package
Problem 3: After resetting, the keyboard is active again.
Solution: This is normal MIUI behavior. Immediately after reset, select another keyboard as your primary keyboard and turn off the Emoji Keyboard in the settings.
π‘
If you use custom firmware (e.g. Pixel Experience or LineageOS), the Emoji Keyboard may not be available initially, and no removal is required.