The vibratory response to the Xiaomi Mi 8 Pro can be useful for alerts, but it is often a source of annoyance โ especially when the smartphone is lying on the table and โjumpsโ from each notification. MIUI to the hidden parameters of the developer. MIUI 12, 13 and 14 (including global and Chinese versions).
Many users mistakenly think that it is enough to turn off the vibration in the audio settings โ but on the Mi 8 Pro there are 4 sources of vibration: system notifications, keyboard, calls and haptic feedback. We will also tell you what to do if settings are reset after rebooting โ this is a common problem on older versions. MIUI.
If you're looking for a way to get rid of the twitchy screen when typing or playing games, you're in the right place. And if the vibration is unpredictable (i.e., not), there's a section at the end of this article that diagnoses hardware malfunctions.
1. Turn off vibration for notifications and calls
The most obvious source of vibration is message, call and system events alerts, and on the Mi 8 Pro, these settings are scattered across multiple menus, which is often confusing.
Go to Settings โ Sound and Vibration โ Vibration. Here you will see three main switches:
- ๐ Vibration when ringing โ turns off the tremors when calling (does not affect the melody)
- ๐ฑ Vibration when touching โ responsible for tactile return when pressing the screen (for example, in the menu)
- ๐ฌ Vibration of notifications โ manages the tremors when SMS, push notifications and system alerts
An important caveat: some firmware may not have a touch vibration option, which means that your MIUI version uses unified haptic feedback settings (which will be discussed in the next section), and note that turning off vibration for calls does not affect the alarm clock, its settings are separately located in the Clock app.
๐ก
If it still works after the vibration is turned off in this menu, check the settings of specific applications (for example, WhatsApp or Telegram) โ they can ignore the system settings.
2. How to Remove Keyboard Vibration (Including Gboard and MIUI Keyboard)
Type-vibration is one of the most annoying features, and on the Xiaomi Mi 8 Pro, it can come from two sources: the MIUI Keyboard system keyboard or a third-party keyboard (like Googleโs Gboard).
For MIUI Keyboard:
- Open any input field (for example, in Notes).
- Press the badge. โ๏ธ keyboard โ Keyboard settings.
- Go to Additional Settings โ Vibration when pressed and turn off the slider.
For Gboard:
- Go to Settings โ System โ Language and input โ Virtual keyboard.
- Select Gboard โ Settings โ Sound and vibration.
- Turn off the vibration when you press the keys.
If the vibration remains after these manipulations, the problem may lie in the system haptic feedback, which is hidden deeper in its settings, and this is discussed in the next section.
Vibration turned off in MIUI Keyboard | settings
Vibration turned off in Gboard (if used)|
haptic feedback settings checked in the developer menu |
Reboot the phone after the changes-->
3. Deep Customization: Disabling haptic feedback through the developer menu
The haptic feedback on the Mi 8 Pro is controlled separately from the standard vibration options, which is responsible for the easy clicks when you click virtual buttons, scroll through menus or use gestures to turn it off:
First, activate the developer menu:
- Go to Settings. โ The phone.
- Click on the MIUI version 7 times in a row (you will be notified โYou became a developerโ).
- Return to the main settings menu - there will be a new item Additional โ For developers.
Now turn off haptic:
- Go to the developers โ Enter โ Vibration when touching.
- Choose Unplugged or Short Vibration (if you want to keep minimum returns).
What is haptic feedback and why is it needed?
Warning: The developer menu includes the option Disable all vibrations, which will completely shut down the vibration in all scenarios, including alarms and emergency alerts. Use with caution!
4 Vibration in Games and Applications: How to Manage
Many games (like PUBG Mobile or Call of Duty: Mobile) and some apps (like TikTok or Instagram) have their own vibration settings that are independent of system settings.
For games:
- ๐ฎ In most shooters, vibration is enabled in the control settings. Look for items like Vibration Feedback or Haptic Effects.
- ๐น๏ธ In racing games (such as Asphalt 9), vibration can be tied to collisions or drifting โ switched off in the Game Settings menu. โ Controls.
For social media:
- ๐ธ On Instagram, the vibration when scrolling Reels turns off in Settings โ Notifications โ Vibration.
- ๐ต TikTok does not have a separate option for vibration, but it can be removed through system settings (see section 1).
If the application ignores system settings, try to limit its rights:
- Go to Settings โ Applications โ Application Management.
- Select the desired application โ Permissions โ Other permissions.
- Turn off the vibration (if there is one).
5 Problems and Solutions: Vibration doesnโt turn off or doesnโt work properly
If the vibration on the Mi 8 Pro continues to work or behaves strangely after all the manipulations (for example, it only trembles when charging), the problem may be one of the following factors:
| Symptoms. | Possible cause | Decision |
|---|---|---|
| The vibration turns on on itself. | Failure of the approach sensor or accelerometer | Calibrate sensors in Settings โ Additional โ For developers โ Sensors |
| The vibration only works when connected to the charger | Activated mode "Do not disturb" with an exception for charging | Check the settings Do not disturb โ Automatic rules |
| Settings are reset after rebooting | System cache or conflict with MIUI optimizer damaged | Clear the cache to Settings โ Applications โ Application Management โ Three Points โ Show System โ Optimization |
| Vibration too weak or too strong | Infrastructure is incorrectly configured in the developer menu | Adjust in For Developers โ Enter โ Vibration Intensity |
Critical case: if the vibration is accompanied by extraneous sounds (squeaking, crackling) or the smartphone overheats, this may indicate a physical malfunction of the vibration engine.
โ ๏ธ Warning: Don't try to disassemble the Mi 8 Pro yourself - the vibration motor is soldered to the motherboard. Contact the service center, especially if the warranty is still valid. Replacing the engine will cost 800-1,500 rubles (depending on the region).
6.Alternative methods: Disabling vibration through ADB
For advanced users who want to completely block the vibration at the system level, there is a radical method using ADB (Android Debug Bridge).
- ๐ง You want to turn off vibration for all applications without exception.
- ๐ฑ Settings MIUI Ignored due to custom firmware.
- ๐ Vibration returns after resetting settings.
Instructions:
- Install ADB Tools on your computer.
- Turn on USB debugging on your phone (Settings โ Developer).
- Connect the Mi 8 Pro to your PC and execute the command:
adb shell settings put global vibrate_on 0To return the vibration, use:
adb shell settings put global vibrate_on 1Warning: This method turns off all vibrations at the system level, including emergency alerts (e.g., emergency warnings).
๐ก
ADB-commands allow you to turn off the vibration globally, but this method is irreversible without re-entering the command. MIUI ignores manual settings.