Keyboard on Xiaomi smartphones is one of the most controversial elements of the interface MIUI. The standard Mi Keyboard is constantly tossing ads, collecting typing data, and sometimes refuses to work properly. Third-party keyboards like Gboard or SwiftKey can also conflict with the system, causing lags or accidental changes in layout. If youβre tired of fighting bugs or just want to get rid of unnecessary software, this article will help you completely remove the keyboard from your device, whether itβs Xiaomi 13 Pro, Redmi Note 12 or more. POCO F5.
It's important to understand that the uninstall process depends on the type of keyboard (system or third-party), the version of MIUI (12 to 15) and even the model of the smartphone. Somewhere it is enough to turn off the application in the settings, and somewhere you will need ADB or factory reset. We will look at all the current methods, including hidden MIUI functions that are not written about in the official documentation. We warn in advance: some ways can lead to data loss or system malfunction - so do not miss the blocks with warnings!
1. How to disable the standard Xiaomi keyboard without removing
If you donβt like the Mi Keyboard, but donβt want to risk the systemβs stability, deactivate it and switch to an alternative (like the Gboard), which works on all Xiaomi, Redmi and POCO devices with MIUI 12-15 and doesnβt require superuser rights.
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, type βKeyboardβ (or βMi Keyboardβ on English firmware).
- βοΈ Tap on Mi Keyboard, then select Disable (if the button is inactive, first click Stop).
- π The system will prompt you to select another keyboard by default β confirm the choice (for example, Gboard).
β οΈ Note: After disabling the Mi Keyboard, some system features (such as searching in settings or entering a password when unlocked) may temporarily use the Android emergency keyboard with limited functionality.
2. Complete removal of Mi Keyboard via ADB (no root)
If you donβt want to physically remove a standard keyboard, youβll need an ADB (Android Debug Bridge) that works on MIUI 13-15 and doesnβt require superuser rights, but can cause the system to malfunction if executed incorrectly.
Preparation:
- π₯οΈ Install. ADB Tools on PC.
- π± Enable Developer Mode on Smartphone: Settings β The phone. β Version. MIUI (tap 7 times).
- π Connect your phone to the PC by USB and select the File Transfer Mode.
- π In the Developer Settings, activate Debugging by USB.
Removal:
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: adb devices (should display the serial number of the device).
- Execute Mi Keyboard: adb shell pm uninstall --user 0 com.miui.miuiinputmethod.latin For MIUI 14-15, an additional command may be required: adb shell pm uninstall --user 0 com.miui.miuiinputmethod
Installed ADB drivers on PC
Debugging on USB on the phone is enabled
The smartphone is connected in the mode "File transfer"
Data backup created
Alternative keyboard (Gboard, SwiftKey) installed)-->
β οΈ Note: After removing the Mi Keyboard through ADB You can't get it back with standard methods. Recovery requires factory reset or manual installation. APK-Keyboard file. Also some functions MIUI (For example, search in settings may not work properly.
3. Removal of third-party keyboards (Gboard, SwiftKey, etc.)
Third-party keyboards are easier to remove than system keyboards, but there are nuances here, too: Googleβs Gboard is often integrated into Google Play services, and deleting it could affect other apps.
Methods of disposal:
| Method | Instructions | Effects of consequences |
|---|---|---|
| Standard removal | Settings β Applications β [keyboard name] β Delete | No consequences if the keyboard is not system |
| Through Google Play | Open the Play Store, find the keyboard β | Automatic recovery is possible when updating Google services |
| ADB (for pre-installed) | adb shell pm uninstall --user 0 com.google.android.inputmethod.latin (for Gboard) | Can disrupt Google Assistant or voice input |
π‘ Tip: Before removing Gboard, check if it is used in other services. For example, voice input in Google Search or Google Translate may stop working. Alternatively, disable the keyboard instead of deleting it.
4. Resetting the keyboard to factory settings
If the keyboard is not working properly (lag, no prompts, reset), but you donβt want to delete it, try resetting it, which will help you return the original state without losing data.
For Mi Keyboard:
- Go to Settings β Applications β Application Management β Mi Keyboard.
- Select Warehouse β Clear data and Clear cache.
- Reset the device.
For Gboard:
- Open the Gboard, tap on it. βοΈ Settings β Additionally. β Resetting settings.
- Confirm the reset.
What if the keyboard doesnβt work after resetting?
5. Radical methods: TWRP removal or phone reset
If neither of these methods worked, there are extreme measures: installing custom firmware via TWRP or completely resetting the phone, which are guaranteed to remove the keyboard, but have serious side effects.
Reset to factory settings:
- π Go to Settings. β The phone. β Resetting settings β Delete all data.
- π± After restarting, the keyboard will be reset, but all data will be deleted.
Remove via TWRP (unlocked bootloader required):
- Install TWRP Recovery on your Xiaomi.
- Download to TWRP (Power buttons + Volume up).
- Go to Advanced β File Manager.
- Delete folders: /system/priv-app/MiuiKeyboard/system/app/MiuiKeyboard
- Reset the device.
β οΈ Note: Delete system files through TWRP It can cause bootloop (locked boot) or loss of functionality. MIUI. This method is recommended only to experienced users with a backup of data.
π‘
Before using TWRP, be sure to back up through Nandroid Backup in the recovery itself. Without a backup, system recovery may not be possible!
6. How to return the keyboard after removal
If you have removed the keyboard and want to restore it, there are a few ways:
For Mi Keyboard:
- π₯ Download. APK-Keyboard file from a trusted source (such as APKMirror) and install manually.
- π Reset to factory settings (return all system applications).
For Gboard or other third-party keyboards:
- π Install the keyboard again through the Play Store.
- π§ If the keyboard does not appear in the list of available, check the language settings: Settings β Additionally. β Language and input β Virtual keyboard.
π‘ Tip: If the keyboard is not activated after recovery, try switching to it manually. To do this, open any text field, swipe the notification panel down and tap the keyboard icon (usually in the lower right corner).
7.Alternative Keyboards for Xiaomi: What to Choose Instead of Mi Keyboard
If you have removed the standard keyboard, you should find a decent replacement.
| keyboard | Pluses | Cons | Reference |
|---|---|---|---|
| Gboard (Google) | Voice input, built-in translator, GIF-search | Collects data, sometimes lays on weak devices | Play Market |
| SwiftKey (Microsoft) | Predicting words accurately, synchronizing between devices | Closed in 2026 (last version is up but not updated) | APKMirror |
| Fleksy | Minimalist design, gestures, support for themes | Plugins require subscriptions | Play Market |
| AnySoftKeyboard | Open-source, high customization, no advertising | A complex setup for beginners | Play Market |
π Recommendation: If you care about privacy, choose AnySoftKeyboard or FlorisBoard (another open-source project) which does not send data to servers and supports encryption.