How to completely disable the vibration response on Xiaomi: 5 ways for all models

Vibrational response on Xiaomi smartphones is one of those features that either quietly improves the interaction with the device or annoys you to shivers. If you fall into the second category, welcome to the detailed guide, where we will analyze all possible ways to turn off vibration on devices running MIUI (including the latest versions 14 and 15) and Android 13/14. There is no universal โ€œmagic buttonโ€, but there are 5 proven methods that work on models from Redmi Note 12 to Xiaomiโ€™s flagship 14 Ultra.

The problem is that the manufacturer has hidden the vibration settings in different menus, and not all of them are obvious. For example, turning off the vibration response when typing does not always remove the vibration when touching the screen or notifications. We structured the instructions by vibration types (keyboard, system events, touches) and added unique solutions for cases where standard settings do not work, such as through ADB or engineering menus. You will also find a table of methods compatibility with popular models and answers to frequent questions that are not covered even in the official documentation of Xiaomi.

1. disable the keyboard vibration response (Gboard, MIUI Keyboard)

Let's start with the most common source of irritation, typing vibrations. There are two types of keyboards in MIUI: the standard MIUI Keyboard (set by default) and Google's Gboard, and the settings are different, so let's look at both.

For MIUI Keyboard:

  1. Open any field to enter text (such as notes or a message).
  2. Touch the badge. โš™๏ธ keyboard โ†’ Select the keyboard settings.
  3. Go to Sound and Vibration โ†’ turn off the Vibration slider when pressed.

For Gboard:

  • ๐Ÿ“ฑ Open the Settings. โ†’ System system โ†’ Language and input โ†’ Virtual keyboard โ†’ Gboard.
  • ๐Ÿ”Š Select Settings โ†’ Pressed sound โ†’ Turn off the vibration when pressed.
  • ๐Ÿ”„ If you donโ€™t have a point, update Gboard to Google Play.

โš ๏ธ Attention: On some firmware MIUI (particularly POCO F5 redmi K60) Keyboard settings may be reset after system updates. To avoid this, back up your settings through Settings before you update. โ†’ The phone. โ†’ Backup.

๐Ÿ“Š What keyboard do you use on Xiaomi?
MIUI Keyboard
Gboard
Other (specify in the comments)
I don't know which one's installed.

2. How to remove vibration when touching the screen (tactile response)

Tactile response (or vibration when you press the screen) is a brief jitter of the device when you interact with the interface: opening applications, scrolling through menus or clicking on virtual buttons, and this is turned off through hidden MIUI settings that are not always visible in the main menu.

Instructions for MIUI 14/15:

  1. Go to Settings. โ†’ Sound and vibration.
  2. Scroll down to the Vibration block and select Vibration when touched.
  3. Turn off the slider or select the No Vibration option.

If there is no Vibration when touching:

Open Settings โ†’ Special Opportunities

Choose Physical Interaction โ†’ Vibration.

Turn off touch vibration or tactile response

Restart the device to apply changes-->

๐Ÿ’ก Useful tip: On some models (e.g. Xiaomi) 13T) The tactile response can be linked to the Developer Settings. To activate them, go to Settings. โ†’ About the phone and 7 times click on the version MIUI. Then go back to the main settings menu, open additionally. โ†’ For developers and find the item Disable tactile response.

3. Disable vibration notifications and calls

Vibration for incoming calls, SMS and application notifications is set up separately, and it is important to understand that MIUI separates these parameters into global (for all notifications) and individual (for specific applications).

Global settings:

  • ๐Ÿ“ž For calls: Settings โ†’ Sound and vibration โ†’ Vibration on the bell โ†’ Choose No Vibration.
  • ๐Ÿ“ฉ For notifications: Settings โ†’ Notifications โ†’ Notification vibration โ†’ turn off the slider.

Settings for individual applications:

  1. Go to Settings โ†’ Notifications โ†’ Notifications Management.
  2. Select an app (such as WhatsApp or Telegram).
  3. Turn off Vibration slider or select No Sound in the Notification Sound section.
Xiaomi modelDoes disabling vibration support notificationsNotes
Redmi Note 12/13Yes.Settings are in the Notifications โ†’ Additional
POCO X5/F5Yes, but with limitations.Some system notifications vibrate despite settings
Xiaomi 13/14Yes.There is a separate regulator of vibration intensity.
Redmi A2Partially.No division into global/individual settings

โš ๏ธ Warning: On Android 14 devices (such as Xiaomi 14) the alarm clock may disappear after the notification vibration is turned off. To avoid this, check the alarm settings in the Watch app and set a separate sound profile for it.

4. Advanced Methods: ADB and Engineering Menu

If standard settings donโ€™t work (such as on custom firmware or after updates), youโ€™ll have to use hidden tools. Weโ€™ll look at two methods: through ADB (for power users) and the engineering menu (for all Xiaomi models).

Method 1: Disabling Vibration Through ADB

This method requires connecting your smartphone to your computer and installing Android Debug Bridge (ADB), which works on 100% of devices, but if used improperly can disrupt the stability of the system.

adb shell settings put global haptic_feedback_enabled 0


adb shell settings put global vibration_intensity 0

Method 2: Engineering Menu (CIT)

  • ๐Ÿ“ฑ Open the Phone app and enter the code: ##4636##.
  • ๐Ÿ”ง Choose Equipment Testing โ†’ Vibration.
  • โš™๏ธ Turn off all sliders associated with Haptic Feedback.
What to do if after ADB-The vibration team is back?
If the vibration reappears after the reboot, the system resets. To record the changes, follow the additional command: adb shell cmd overlay enable-exclusive com.android.internal.systemui.hapticfeedback.disabled This command creates a system overlay that blocks the vibration at the firmware level. Note: on some devices (e.g. POCO F4), this can turn off the vibration completely, including the alarm clock!

๐Ÿ”ง Key conclusion: Methods through ADB And the engineering menu should only be used if the standard settings don't work, and they give you full control of the vibration, but you need to be careful, because the wrong commands can cause the sensor or speaker to malfunction.

5. Disabling vibration in games and specific applications

Many games (like PUBG Mobile or Genshin Impact) and some apps (like TikTok) have their own vibration settings that are independent of system settings, so you have to dig into the settings of each application separately.

For games:

  • ๐ŸŽฎ Open the game settings (usually the icon) โš™๏ธ main-menu).
  • ๐Ÿ”Š Find the Sound/Vibration or Control section.
  • โŒ Turn off firing vibration, tactile response or Haptic Feedback.

For social media:

On TikTok and Instagram, the vibration is turned on when you scroll through a feed or interact with content, to remove it:

  1. In TikTok: Profile โ†’ Settings โ†’ Time Balance โ†’ Vibration โ†’ Turn off.
  2. On Instagram: Vibration can only be turned off through system settings (see section 2).

โš ๏ธ Note: In games with support for gamepad (for example, Call of Duty Mobile), disabling vibration can also block the return from the virtual joystick. If you want tactile feedback in games, use vibration profiles:

  • ๐ŸŽฏ Create a separate profile in Settings โ†’ Sound and vibration โ†’ Vibration profiles.
  • ๐Ÿ”• Turn off vibration for everyday tasks, but leave it for play.

Problems and Solutions: Vibration does not turn off

Sometimes even after you've applied all the settings, the vibration keeps working, and this can be due to:

  • ๐Ÿ”„ Firmware failure (especially after update) MIUI).
  • ๐Ÿ“ฑ Hardware failure (for example, sticking of the vibromotor).
  • ๐Ÿค– Application conflict (some programs forcefully include vibrations).

Decisions:

  1. Reset: Go to Settings โ†’ System โ†’ Reset โ†’ Reset all settings โ†’ Reset (does not delete data, but returns system settings to factory settings).
  2. Vibrator check: Enter the code ##0*## in the phone application โ†’ Vibration โ†’ Test the motor. If it's running all the time, it's a hardware problem.
  3. Search for conflicting applications: Run the device in Safe Mode (press the power button โ†’ Safe Mode). If the vibration is lost, it is the fault of third-party software.

๐Ÿ’ก

If the vibration only appears when you connect to the charger, check the cable and the power supply. Unoriginal accessories can cause false alarms of the charging sensor, which leads to a parasitic vibration.

๐Ÿ“Š According to service centers, most often problems with vibration occur at Redmi 9/10 (12% cases) and POCO X3 (8%). V 60% In some cases, the fault is caused by a failure of the 30% โ€” hardware defects, and in 10% โ€” Application conflicts (most often with launchers like Nova Launcher).

FAQ: Frequent questions about vibration on Xiaomi

Why did the vibration turn on itself after the MIUI update?
Xiaomi sometimes resets custom vibration settings after major updates (e.g., when switching from MIUI 13 to 14).This involves changing the configuration file structure. To avoid a problem, back up before upgrading via Settings โ†’ About Phone โ†’ Backup and select System Settings.
Can vibrations be turned off only for certain contacts?
Yes, but only for calls. Open the Contacts app, select the contact you want โ†’ Edit โ†’ Call and Vibration โ†’ Set No Vibration. There is no such feature for SMS and instant messenger notifications โ€” you have to manually adjust it in each application.
The vibration works even in silent mode. Is that normal?
No, it's a glitch. In silent mode (Settings) โ†’ Sound and vibration โ†’ Regimes โ†’ No sound, vibration must shut down completely. If it doesn't: Check if Do Not Disturb with Exceptions is on (it can allow vibration for important notifications). Reset the sound settings: Settings โ†’ System system โ†’ Resetting settings โ†’ Reset the sound settings.
How to check if the vibrator is working?
There are two ways: Enter ##0*## โ†’ Vibration โ†’ Press Test. Motor should vibrate 1 time. Through ADB: Connect your phone to your PC and execute the command: adb shell vibrator test 1 The motor vibrates 1 second. If no command, the motor is faulty.
Does the vibration shutdown affect the battery?
Yes, but not much. ~5-10 mAh for short-term vibration (for example, when notifying). If you turn off all vibration, the smartphone will consume the battery on the device. 0.5-1% slower per day (at average load). AMOLED-screens (e.g. Xiaomi) 13 Pro) savings can be achieved 2-3% by reducing the load on the processor that processes the tactile response.