Vibration when typing on Xiaomi Mi 10 can be annoying, especially if you are actively texting or working with documents. Even a weak tactile response of the keyboard eventually becomes distracting, and in quiet rooms creates unnecessary noise. Fortunately, the manufacturer has provided several ways to disable this feature, both through standard settings and using hidden system settings.
In this article, we will discuss all the current methods of vibration removal, including little-known tricks for advanced users, you will learn how to deactivate tactile response for the standard Gboard keyboard, system MIUI Keyboard, as well as through the engineering menu and ADB. Separately, we will consider the cases when vibration returns after a firmware update - and how to fix it once and for all.
Why does the keyboard vibrate on Xiaomi Mi 10
The haptic response on the Xiaomi Mi 10 is activated by default for two purposes: to improve the perception of clicks and compensate for the lack of physical buttons. However, not all users like this effect.
- ๐น System settings of the keyboard - in MIUI Tactile response is enabled for all virtual buttons.
- ๐น Third-party apps โ some keyboards (like SwiftKey) have their own vibration settings.
- ๐น Firmware errors - after updating MIUI parameters can be dropped.
- ๐น Hardware features โ vibrator in Mi 10 more sensitive than in budget models.
Interestingly, some firmware (e.g. MIUI 12.5 and later) can automatically activate vibration when connected to Bluetooth devices or in game mode, and this is due to optimizing response for gamepads. If you notice this behavior, check the Game Turbo settings.
Method 1: Turn off vibration in MIUI settings
The easiest method is to deactivate the tactile response through system settings, which works for all keyboards installed on the device, including the Gboard and MIUI Keyboard.
- Open the Settings. โ Sound and vibration.
- Scroll down to the Vibration block and select Vibration when pressed.
- Transfer the slider to the off position or select the No Vibration option (depending on the MIUI version).
If you don't have Vibration, you're using an alternative route.
- Go to Settings โ Additional โ Special Opportunities โ Vibration.
- Turn off the tactile response option.
โ๏ธ Verification of vibration shutdown
Important! On some versions of MIUI (e.g. 13.0.4), this parameter may be called Vibration on touch or Response on press. If you don't find a point, use the settings search (the magnifier icon in the upper right corner).
Method 2: Setting up a specific keyboard
If the system shutdown didnโt work, the vibration can be activated in the keyboard settings themselves. Consider two popular options: Googleโs standard MIUI Keyboard and Gboard.
For MIUI Keyboard
- Open any text field (such as Notes) to allow the keyboard to appear.
- Press the gear icon (โ๏ธ) keyboard.
- Select keyboard settings โ Vibration when pressed.
- Turn off the slider or select No.
For Gboard (Google)
- Launch Gboard and tap three points (โฎ) top-down.
- Select Settings โ Basic settings โ Vibration when you press the keys.
- Set the value off.
If you use another keyboard (e.g. SwiftKey or Fleksy), the algorithm is similar: look for Vibration settings or tactile response in the app settings.
๐ก
After turning off the vibration in the keyboard, check if it is activated in messengers (for example, in Telegram or WhatsApp). Some applications have their own response settings when typed.
Method 3: Through the Engineering Menu (for Advanced)
If standard methods fail, you can use the Engineering Mode, which requires caution, as improper changes can disrupt the phone.
- Open the phone app and enter the combination: ##4636##
- In the menu that opens, select Hardware Testing.
- Scroll to the Vibration Test (or Vibration) section.
- Press Disable Haptic Feedback (if you have one).
โ ๏ธ Note: On some Xiaomi Mi 10 firmware, the engineering menu may not contain options to turn off vibration.In this case, do not change other settings - this may cause sensors or camera malfunctions.
What to do if the engineering menu is not opened?
Method 4: Disconnect via ADB (for power users)
If the vibration returns after a reboot or update, disabling through ADB will help.This method requires connecting the phone to a computer and basic command line knowledge.
Step 1: Preparation
- ๐ Install. ADB and Fastboot Tools on PC.
- ๐ฑ Turn on Debugging. USB on the phone: Settings โ The phone. โ Version. MIUI (Press 7 times to activate Developer Mode, then return to Settings โ Additionally. โ For developers โ Debugging by USB.
- ๐ฅ๏ธ Connect Xiaomi Mi 10 to your computer and confirm debugging permission.
Step 2: Execution of commands
Open the command prompt (cmd) in the folder with ADB and enter alternately:
adb shell settings put system haptic_feedback_enabled 0
adb shell settings put system vibration_intensity 0After you've done the commands, restart your phone. The typing vibration should disappear.
โ ๏ธ Warning: These commands will disable all tactile feedback in the system, including vibrations on calls and notifications. If you only need to return the notification vibration, use the:
adb shell settings put system haptic_feedback_enabled 1
adb shell settings put system vibration_intensity 50๐ก
ADB commands are reset after resetting settings or updating the firmware. To save the changes, use Tasker or auto-execution scripts.
Method 5: Resetting keyboard settings
If the vibration comes after you update MIUI or install new software, resetting your keyboard to factory settings will help, and it won't delete your data, but it will return all your input parameters to default.
- Go to Settings โ Applications โ Application Management.
- Find your keyboard (such as MIUI Keyboard or Gboard) and tap it.
- Select Warehouse โ Clear data and Clear cache.
- Reboot the phone.
Once you reboot, open the keyboard and reconfigure it without activating the vibration in the settings, and if the problem was that the configuration files were crashing, this method will help.
โ ๏ธ Warning: Clearing the keyboard data will remove the input history and saved words from the dictionary. If it is critical, pre-backup through Settings โ Additionally. โ Backup.
What to do if the vibration returns
Some Xiaomi Mi 10 users are faced with the fact that the vibration when typing turns on itself after:
- ๐ Updates MIUI (Especially when switching to a new version, for example, from 12.5 to 13).
- ๐ฑ Connections to Bluetooth devices (earphones, gamepads).
- ๐ Battery discharge below 15% (energy saving mode can reset settings).
Decisions:
- Turn off automatic keyboard updates in Google Play (for Gboard) or MIUI App Store (for standard keyboard).
- Use Tasker or MacroDroid to run automatically ADB-teams after reboot.
- Install an alternative keyboard (such as Simple Keyboard) that doesnโt have a built-in vibration.
| Problem. | Probable cause | Decision |
|---|---|---|
| Vibration returns after update | Resetting MIUI settings | Repeat the shutdown via ADB or settings |
| Vibration in a specific application only | Messaging/Game settings | Check the response parameters in the application itself |
| Vibration when connecting Bluetooth | Game Turbo or Dual App Mode | Turn off the Improved Tactile Response in Settings โ Special. |
| Vibration despite the shutdown in the settings | Firmware failure or application conflict | Reset the keyboard settings (see Method 5) |