How to remove the vibration when typing on Xiaomi Redmi Note 8 Pro – all ways

Vibrating the keyboard on the Xiaomi Redmi Note 8 Pro can be helpful for haptic feedback, but it gets annoying over time β€” especially if you type a lot. The constant jitter of the case is not only distracting, but also consuming battery power, and in some cases even hindering accurate dialing. Fortunately, the manufacturer has envisaged several ways to disable this feature, and today we will break down everything from standard settings to hidden MIUI settings.

It’s important to understand that typing vibrations can come from two sources: the MIUI system keyboard (Gboard or SwiftKey default) and the physical tactile response of the smartphone itself. In this article, we’ll look at both options, and we’ll also explain how to return the settings if the vibration suddenly disappears on its own. If your Redmi Note 8 Pro runs on custom firmware or an outdated version of MIUI, some menu items may be different β€” we’ll mention that too.

Why does the vibration of the keyboard interfere?

At first glance, the light recoil when touching the screen seems harmless, but in practice it creates several problems:

  • πŸ”‹ Increased battery consumption – Vibrator motor, even weak, consumes energy with each press.
  • 🎯 Inaccurate input – some users have vibrations that knock the rhythm of the print, especially when typing quickly.
  • πŸ”Š Noise in quiet places – in the library or at a meeting, a loud β€œscreaming” of the corps can attract unwanted attention.
  • πŸ› οΈ Wear mechanism - although the vibrator and designed for millions of cycles, the extra load reduces its life.

Also, on the Redmi Note 8 Pro, the vibration sometimes triggers a delay or double pulse – this is a firmware bug that occurs on MIUI versions below 12.5. If you encounter one, disabling the feature can be a temporary solution before you upgrade.

πŸ“Š How often do you type on your smartphone?
Constantly (social networks, messengers)
Sometimes (if necessary)
Nearly (calls only)
I never type.

Method 1: Turn off vibration in keyboard settings

The most obvious and quickest method is to deactivate the tactile response directly in the keyboard settings. The default Redmi Note 8 Pro has a Gboard (Google keyboard) or SwiftKey (Microsoft) installed, and the instructions for both are almost identical, but we'll look at them separately.

For Gboard (Google Keyboard)

If you use a standard keyboard from Google, follow the following steps:

  1. Open any application to enter text (such as Messages or Notes).
  2. Touch the gear badge (βš™οΈ) in the top panel of the keyboard to go to the settings.
  3. Select text entry options β†’ Vibration when pressing keys.
  4. Move the slider to the off position.

If there is no gear icon, an alternative path is: Settings β†’ System β†’ Language and input β†’ Virtual Keyboard β†’ Gboard β†’ Input options β†’ Vibration.

Check out the keyboard version in the Play Market

Close all messengers before changing the settings

Make sure your smartphone is at least 20% charged.

Take a screenshot of the current parameters (in case of rollback)

-->

For SwiftKey

In the keyboard from Microsoft, the algorithm is slightly different:

  1. Press the space on the keyboard and select SwiftKey Settings.
  2. Go to the section Sound and vibration.
  3. Turn off the Vibration option when pressed.
  4. You can also deactivate the sound when pressed if it is also irritating.

SwiftKey sometimes resets settings after an update – if the vibration returned on its own, check the app version in the Play Market and roll back to the previous one if necessary.

πŸ’‘

If after turning off vibration, the keyboard has become less responsive, try to enable the option β€œShow clicks” in the same settings – visual feedback compensates for the lack of tactile.

Method 2: Global Vibration Shutdown in MIUI

If the vibration persists even after changes to the keyboard, the problem may lie in the system settings of MIUI. In some versions of the firmware, the tactile response is controlled at the OS level, and it must be disabled separately.

Follow this path:

  1. Open the Settings. β†’ Sound and vibration.
  2. Scroll down to the Vibration block.
  3. Turn off the vibration slider when touching.
  4. For full effect, also deactivate Vibration when dialing (if there is a point in your version of MIUI).
MIUI versionAvailability of the item "Vibration in recruitment"An alternative path
MIUI 12 and higherThere are 80% of casesSettings β†’ Additional β†’ Special. capabilities β†’ Vibration
MIUI 11Yes, but it may be hiding.Settings β†’ System β†’ Advanced settings β†’ Vibration
MIUI 10 and belowAbsent.Only through the keyboard settings
The Pixel Experience (LineageOS)Depends on the build.Settings β†’ System β†’ Language and input β†’ Virtual keyboard

⚠️ Note: On some versions MIUI Global vibration shutdown also removes the response of calls and notifications. If you only need tactile signals when printing, use the first method (keyboard settings).

Method 3: Disconnection through Performance Modes

Few people know, but on the Redmi Note 8 Pro, the vibration when typing can be tied to performance mode. If the smartphone is in Battery or Balance mode, some feedback functions are automatically limited. Here's how to check this:

  1. Go to Settings β†’ Battery and Performance.
  2. Select Performance Mode.
  3. Activate the Battery Mode (economical).
  4. Go back to the vibration settings and check if the problem persists.

If the vibration is gone, it must have been tied to energy-saving policies, in which case you can either leave the Battery mode or manually turn off the vibration via ADB (more on this below).

What to do if there are no performance modes?
Some firmware has this section hidden. To return it, reset it through Settings β†’ System β†’ Reset β†’ Reset application settings. This will not delete your data, but will return hidden menu items.

Method 4: Using ADB for deep shutdown (for advanced)

If standard methods fail, it leaves the vibration off via ADB (Android Debug Bridge), which requires connecting your smartphone to your computer and basic command line knowledge, but is guaranteed to work even on custom firmware.

You'll need:

  • πŸ–₯️ Computer with installed ADB Tools.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Included Debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to tap according to the version β†’ return to β†’ For developers).

Then execute commands in the terminal:

adb shell settings put system haptic_feedback_enabled 0


adb shell settings put system vibration_intensity 0

Once you reboot your smartphone, the vibration of typing (and other things) will be completely turned off. To get it back, replace the 0 with 1 commands.

⚠️ Attention: Some teams ADB They may be in conflict with energy saving functions. MIUI. If after execution the smartphone began to warm up or discharge quickly, reset settings through adb shell settings reset.

πŸ’‘

ADB-commands are the most reliable way to turn off vibration, but it requires caution. Always check the syntax of commands and backup data before experimenting.

What if the vibration returns after the update?

One of the most common frustrations of Redmi Note 8 Pro owners is that they automatically reset after the MIUI update, which is because newer versions of the firmware overwrite user settings to avoid the problem:

  1. Turn off automatic update in Settings β†’ About Phone β†’ System Update β†’ Three Points β†’ Settings β†’ Auto Update.
  2. Create a backup of settings through Settings β†’ Additional β†’ Backup and Reset β†’ Local Backup.
  3. Use third-party keyboards (such as Fleksy or Chroom) that are independent of MIUI system settings.

If the update is already installed and the vibration is back, try:

  • πŸ”„ Reinstall the keyboard from the Play Market.
  • πŸ”§ Manually repeat steps from Method 1 or Method 2.
  • πŸ“± Reset keyboard settings through Settings β†’ Annexes β†’ Application management β†’ Gboard/SwiftKey β†’ Warehouse β†’ Clear the data.

Alternative solutions: if nothing helps

In rare cases, the vibration of typing can be caused by hardware malfunctions or application conflict.

  • πŸ› οΈ Check the vibrator motor, if it's jammed, the smartphone can vibrate arbitrarily. Use test software like Phone Doctor Plus to diagnose it.
  • 🧹 Clear the system cache through Settings β†’ Warehouse β†’ Cleanup β†’ Cash.
  • πŸ” Check conflicting apps – some launchers (like Nova Launcher) or optimizers (like Clean Master) can interfere with vibrations.
  • πŸ”„ Go back to stock firmware if you use custom build. Vibration often gets stuck on unofficial ports. MIUI.

If the problem persists, the last option is to reset to factory settings. Before doing so, be sure to back up the data via Settings β†’ Additional β†’ Backup and Reset.

πŸ’‘

Before resetting, try creating a new user on the system (Settings β†’ System β†’ Multiplayer) and check if the vibration is still in the clean profile.

FAQ: Frequent questions about vibration on Redmi Note 8 Pro

Can vibrations be turned off only for specific applications?
Yes, but not through system settings. You'll need an app like MacroDroid or Tasker that will automatically turn off the vibration when you open a selected program (like WhatsApp or Telegram), which you can't manually do.
Why did the keyboard start to lay after the vibration was turned off?
This is a well-known MIUI bug related to feedback services conflict. Solutions: Reinstall the keyboard. Clear the cache of the Android System WebView app. Turn off animations in Settings β†’ Additional β†’ For developers β†’ Animation Scale (set 0.5x).
Vibration works, but with a delay, how do you fix it?
Tactile typical latency is typical for MIUI 12.5 and below. Helps: Update the firmware to the latest version. Disable Game Turbo in settings. Reset keyboard settings to factory settings. If nothing helps, try alternative keyboards like Simple Keyboard.
Can you adjust the vibration force?
There's no such option in stock MIUI, but on Android 12+ firmware (like MIUI 13), you can use a Magisk module called Vibration Tuner, which allows you to adjust the vibration intensity for different events, including typing.
The vibration has disappeared on its own – how to get it back?
It's probably a firmware bug or an application conflict. Try: Reboot your smartphone. Enable vibration through the phone. ADB: adb shell settings put system haptic_feedback_enabled 1 Check if the function is disabled in Settings β†’ Special opportunities β†’ Vibration.