Vibration when pressing the keys on Xiaomi Poco X3 Pro: how to remove forever

Xiaomi Poco X3 Pro is one of the most popular smartphones among gamers and active users thanks to the powerful Snapdragon 860 processor and high-frequency display. However, many owners face an annoying vibration when typing, which not only distracts, but can lead to premature wear of the vibrator motor due to frequent operation. Unlike flagship models, where tactile response is flexible, the Poco X3 Pro options are limited – but this does not mean that the problem cannot be solved.

In this article, we'll look at all the ways you can turn off the key vibration, from standard MIUI settings to hidden commands for power users. We'll focus on methods that don't require root rights, but they do work perfectly well. If you're tired of rattling around in instant messengers or games, read on.

Why the keyboard vibrates on the Poco X3 Pro: technical reasons

Vibration when pressing the keys on Xiaomi Poco X3 Pro is laid at the level of the MIUI firmware and works according to two scenarios:

  • πŸ”Ή Tactile keyboard response – vibration when touching the screen buttons (included in the keyboard settings).
  • πŸ”Ή System vibration - works at any press on the display (configured in the parameters of special features).

Xiaomi’s budget models often use a simplified fixed-parameter vibration system, such as the Poco X3 Pro, which lacks a separate intensity regulator for the keyboard, only on/off, and is associated with cost optimization: the manufacturer reduces the cost of the device by removing the β€œextra” settings.

The vibration may also be increased due to:

  • πŸ“± Incorrectly installed keyboard shells (for example, Gboard with haptic response enabled).
  • πŸ”„ Mistakes in firmware (especially relevant for customized ROM orbeta MIUI).
  • πŸ› οΈ Physical wear of the vibrator motor – if the vibration has become louder or longer than before.

⚠️ Note: If the vibration is accompanied by extraneous sounds (squeaking, crackling), this may indicate that dust enters the body. In this case, it is better to contact the service center - self-disassembly will lead to loss of warranty.

Method 1: Turn off vibration in the MIUI keyboard settings

The easiest method is to deactivate the tactile response directly in the keyboard settings. The Poco X3 Pro uses the MIUI Keyboard by default, but the instruction will work for others (Gboard, SwiftKey, etc.).

Follow the following steps:

  1. Open any application to enter text (such as Messages or Notes).
  2. Touch the badge. βš™οΈ (gears) on the keyboard to go to its settings.
  3. Select the keyboard settings β†’ Vibration when pressed.
  4. Move the slider to the off position.

If you have a Gboard installed, the path will be different:

  1. Start Settings β†’ System β†’ Language and input β†’ Virtual Keyboard β†’ Gboard.
  2. Go to Settings β†’ Sound when pressed and turn off Vibration.

Open the keyboard in any application|Find the settings icon (βš™οΈ)|Deactivate "Vibration upon pressing"|Reboot your smartphone (optional)

-->

After these actions, the vibration should disappear. If not, move on to the next way.

Method 2: Deactivation of System Vibration in MIUI

Sometimes the keys are not vibrating with the keyboard settings, but are part of the system's tactile response. MIUI has a hidden parameter that controls the vibration when you touch the screen, so you can turn it off.

  1. Go to Settings β†’ Special Opportunities β†’ Physical Opportunities β†’ Vibration.
  2. Turn off the Vibration option when touching.
  3. For reliability, also deactivate Vibration when you press the buttons.

This method is universal and works on all Xiaomi smartphones running MIUI 12 and later. However, it has a disadvantage: along with the vibration of the keys, all tactile responses in the system will be turned off (for example, when unlocking the screen or using navigation gestures).

Setting upWhat's off?Impact on the keyboard
Vibration on touchTactile response whenever you press the screenRemove the vibration of the keys completely
Vibration when you press the buttonsVibration of system buttons (back, home)Doesn't affect the keyboard.
Vibration of incoming callsVibration on calls and notificationsDoesn't affect the keyboard.

⚠️ Note: Some firmware may not have a touch vibration, which means your version MIUI Use an alternative vibration mechanism – try updating the system or using a method of vibration. ADB (described below).

Method 3: Using ADB to Deeply Shut Down Vibration

If the standard settings do not help, you can resort to ADB-This method requires you to connect your smartphone to your computer, but it allows you to turn off vibration at the system level without root rights.

You'll need:

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB Tools.
  • πŸ“± Included Debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β€” Press 7 times, then return to Settings β†’ Additionally. β†’ For developers).
  • πŸ”Œ USB-cable (preferably original).

Instructions:

  1. Connect Poco X3 Pro to your computer and confirm the debugging permission.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Execute the command to turn off vibration when touching: adb shell settings put system haptic_feedback_enabled 0
  5. Reboot your smartphone.

If the key vibration is associated with a specific application (for example, only in WhatsApp), you can turn off the tactile response selectively:

adb shell settings put global haptic_feedback_vibrator_intensity 0
What if the ADB does not recognize the device?
If the adb device command returns an empty list: 1. Make sure debugging is enabled USB And you've confirmed your PC permission. 2 Check the drivers: download Mi. PC Suite for automatic installation. 3. Try another one USB-cable (not all cables support data transfer). 4. Restart your computer and smartphone.

This is the most effective way, but it has the flip side: when you reset your settings or update your firmware, you can go back to factory settings. To consolidate the result, repeat the procedure after each major update.

Keyboard settings|Special facilities|ADB-team|Nothing helped.|Used a different method.

-->

Method 4: Third-party applications for vibration control

If you don’t want to mess with ADB, you can use specialized utilities from Google Play that allow you to flexibly adjust the vibration, including turning off for individual applications.

Top.-3 POCO X3 Pro:

  • πŸ› οΈ Vibration Tuner – adjusts the vibration intensity for different events (including the keyboard.
  • πŸ”‡ Disable Haptic Feedback – completely disables tactile response without root (works through Accessibility Service).
  • πŸŽ›οΈ MacroDroid – allows you to create rules for automatically turning off vibrations in certain applications (for example, only in games).

Example of settings in Disable Haptic Feedback:

  1. Install the application and open it.
  2. Click Start Service and grant permission for Special Features.
  3. Enable the Disable Haptic Feedback option.
  4. Add exception apps (if you want to leave the vibration somewhere else).

⚠️ Note: Applications that use the Accessibility Service may conflict with certain features MIUI (If you have lags after installation, turn off the service in the special features settings.

Method 5: Manual editing of system files (for advanced ones)

This method is only suitable for users with unlocked bootloader and root rights. It allows you to permanently remove vibration at the system file level, but requires caution - incorrect actions can lead to bootloop.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/vendor/overlay/.
  3. Find files with names that contain haptic or vibrator (e.g. HapticFeedbackOverlay.apk).
  4. Rename them by adding the.bak extension (e.g. HapticFeedbackOverlay.apk.bak).
  5. Reset the device.

If the vibration is still present after the reboot, check the files in /system/usr/keylayout/. This can store the configurations of the vibrator for different events. For example, the Generic.kl file may contain lines like:

key 103   HOME            WAKE_DROPPED


key 102   MENU            VIBRATE

Delete the VIBRATE mentions and save the file (don’t forget to backup!).

πŸ’‘

Before editing system files, make sure to back up your system through TWRP or an application like Titanium Backup, which will allow you to restore the system in case of an error.

What do you do if nothing helps?

If you’ve tried all the ways, but the key vibration on the Poco X3 Pro is still worrisome, the problem may lie deeper:

  • πŸ”„ Firmware failure - try updating MIUI Up to the latest version or reset settings (Settings) β†’ The phone. β†’ Resetting settings).
  • πŸ› οΈ Hardware malfunction – if the vibrator is physically damaged, it can vibrate arbitrarily).
  • πŸ“² Application conflict – some programs (such as launchers or optimizers) can override vibration settings. Try to start your smartphone in Safe Mode (hold the power button). β†’ Safe regime).

If the vibration only appears in specific applications (such as PUBG Mobile or Telegram), check their settings:

  • In games, turn off tactile response in the Control section.
  • In instant messengers (for example, Viber) find the option Vibration when dialing.

In extreme cases, contact the Xiaomi service center with a description of the problem. Please indicate that the vibration is not switched off programmatically, this will help the wizard to diagnose the cause faster.

πŸ’‘

If the vibration is accompanied by spontaneous reboots or overheating, this may indicate a short circuit in the vibrator, in which case self-repair is not recommended - a replacement of the module is required.

FAQ: Frequent questions about vibration on the Poco X3 Pro

❓ Why After Updating MIUI keyboard vibration is back?
Firmware updates often reset user settings, including settings ADB After the update, repeat the vibration switch-off in the selected way. To avoid this in the future, turn off the automatic update. MIUI In Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update.
❓ Can vibrations be turned off only for certain applications?
Yes, with apps like MacroDroid or Tasker, make a rule: If X is running β†’ Turn off vibration. Alternatively, some keyboards (like Gboard) allow you to customize vibrations separately for each text field.
❓ Does the vibration shutdown affect the smartphone?
No, vibration is an additional feature that does not affect performance. However, in some games, tactile response can be part of gameplay (for example, in racing simulators).
❓ Why does the vibration of the keys work even in silent mode?
Type vibration and tactile response are independent of the sound profile, controlled separately through keyboard or special features settings. To turn off vibration completely, use methods 2 or 3 from this article.
❓ Can you reduce the vibration intensity rather than shutting it down completely?
In the standard Poco X3 Pro firmware, intensity adjustment is not available. However, with root rights, you can use the Vibration Tuner app to fine-tune it. Alternatively, some custom firmware (such as the Pixel Experience) offer advanced vibration options.