The keyboard vibratory response on the Xiaomi Redmi Note 7 can be annoying, especially if youโre actively texting or working with documents. Many users complain that the feature is on by default and itโs not always intuitive to know where to turn it off. In this article, weโll look at all the possible ways to remove the vibration, from standard settings to hidden system settings.
The problem is complicated by the fact that on different versions MIUI And some users are faced with a situation where the vibration returns after an update or reset. MIUI 10โ14 and collected only working methods.
If you've tried to turn off the vibration through your keyboard settings, but it didn't work, don't rush to drop your phone. It could be because of third-party apps or system failures. Then you'll find step-by-step instructions for each case, including rare bugs that Xiaomi doesn't mention.
1. Standard vibration shutdown in keyboard settings
The most obvious way is to turn off the vibration directly in the keyboard settings. The Redmi Note 7 has its default Gboard (Google) or MIUI Keyboard (Xiaomi) keyboard installed, and the instructions are different.
For Gboard:
- Open any field to enter text (e.g. in messages).
- Press the badge. โ๏ธ (gear) in the top panel of the keyboard.
- Select Settings โ Sound and vibration.
- Translate the slider Vibration when pressed to the off position.
For MIUI Keyboard:
- ๐ฑ Go to Settings. โ Additional settings โ Language and input.
- ๐ Find it. MIUI Keyboard and tap it.
- ๐ Go to the keyboard settings โ Vibration.
- ๐ซ Turn off the Vibration option when pressed.
โ ๏ธ Note: If after the update MIUI menu items have changed, try to find the settings by searching for Settings (the magnifier icon at the topยป.
If you use the side of a keyboard (like SwiftKey or Yandex.Key), the algorithm will be similar. Look for the Sound/Vibration section in the settings of a particular application.
2. disable vibration through special features settings
Sometimes the keyboard vibration is tied to the system parameters of special features, which is true if standard methods have not worked.
- Go to Settings. โ Special facilities.
- Select Physical buttons (or Vibration, depending on the version of MIUI).
- Turn off the option Vibration when pressed or Tactile feedback.
On some firmware, this parameter may be called "Touch Vibration." If you don't find it, search for the settings (magnifying glass icon).
Important: On MIUI 12+, this method may conflict with the keyboard settings. If the vibration remains after the switch is turned off, return the setting to its original state and try another method.
๐ก
If Special Options doesnโt have the right option, try updating the firmware. Older versions of MIUI (below 11) may not have the option.
3. Reset keyboard settings to factory
If the vibration returns after rebooting or updating, the cause may be a failure in the configuration files of the keyboard.
- ๐ For Gboard: Go to Settings โ Annexes โ Application management โ Gboard โ Storage and click Clear Data.
- ๐ For MIUI Keyboard: Similar path, but choose MIUI Keyboard in the list of applications.
Once reset, the keyboard will go back to factory settings, and you'll have to reset the language, theme, and other settings, but the vibration must disappear.
โ ๏ธ Attention: Clearing the data will remove all the saved words from the keyboard dictionary. If it is critical, back up first through Settings. โ Google โ Backup (for Gboard).
Save important texts from the clipboard
Take screenshots of the current keyboard settings
Check the backup of the dictionary (for Gboard)
Close all applications with active text input-->
4. Verification of third-party applications
The typing vibration may not be caused by the keyboard, but by other applications that intercept touch events.
- ๐ต Music players with gestures (e.g. Poweramp or AIMP).
- ๐ฎ Game launchers (Xiaomi Game Turbo, NoxPlayer).
- ๐ Screen locking applications (AcDisplay, Always On) AMOLED).
- ๐ค Automators like Tasker or MacroDroid.
To identify the culprit:
- Go to Settings โ Applications โ Application Management.
- Sort the list by Last Launch.
- Turn off suspicious applications (Stop or Disable button) alternately.
- Check if the vibration has disappeared after each step.
If you find a problem app, update it or delete it, and if you do, write the developers a description of the bug.
How to check the permissions of applications?
5. Manual editing of system files (for advanced)
If all previous methods failed, the problem may lie in system files. This method requires root rights and is suitable only for advanced users. Xiaomi Redmi Note 7 based on Snapdragon 660 can be unlocked through Fastboot, but this voids the warranty.
Instructions for users with unlocked bootloader and Magisk:
- Install Root Explorer or FX File Manager.
- Go to /system/usr/keylayout/.
- Find Generic.kl and qwerty.kl files.
- Open them in the text editor and find lines with key 139 MENU VIRTUAL or vibrator.
- Add the VIBRATOR 0 parameter to the end of the line.
- Save files and restart the device.
| File. | Search for a line | Action. |
|---|---|---|
| Generic.kl | key 139 MENU | Add VIBRATOR 0 |
| qwerty.kl | key 158 BACK | Add VIBRATOR 0 |
| mtk-kpd.kl | vibrator = 1 | Replace with vibrator = 0 |
โ ๏ธ Warning: Incorrect editing of system files can lead to bootloop ( looped boot).Before changes, back up through TWRP Or OrangeFox Recovery.
๐ก
Editing system files is a last resort, and 90% of the time, the problem is solved by standard settings or resetting the keyboard.
6.Alternative solutions: shutting down vibration at the core level
If the vibration is caused by a hardware failure (e.g., a vibration motor malfunction), it can be turned off completely via ADB. This method blocks vibration for all applications, including notifications.
Instructions:
- Turn on USB Debugging in Settings โ About Phone โ MIUI version (tap 7 times on version, then go back to Additional settings โ For developers).
- Connect your phone to your PC and open the command line (Windows) or Terminal (macOS/Linux).
- Enter the command: adb shell settings put global vibrate_on 0
- Reset the device.
To return the vibration, use the command:
adb shell settings put global vibrate_on 1This method is radical, but it's effective, and it will turn off vibrations even in games and when you call, so only use it if other methods have failed.
7. Frequent mistakes and how to avoid them
Many users make the same mistakes when trying to remove the vibration.
- ๐ They don't update the firmware. MIUI (Below 11) Vibration bugs are more common. โ The phone. โ Updating the system.
- ๐ Looking for settings on the wrong menu, keyboard vibrations and notification vibrations are configured in different sections.
- ๐ฑ They use the wrong keyboard. If you have multiple keyboards installed, check each keyboard settings.
- ๐ง Drop the phone to the factory. This is an extreme measure - first try to reset only the keyboard (see section 3).
Another common problem is that once you reset the vibration returns, it comes back because you sync it to your Xiaomi account, to avoid:
- Turn off sync in Settings โ Xiaomi Account โ Sync.
- Reset the keyboard settings (Section 3).
- Turn the sync back on.