The Xiaomi Redmi Note 5 is one of the brandโs most popular smartphones, but its vibration when unlocking the screen can be annoying, especially at night when the phone is lying on the table, or in quiet rooms where every sound is distracting. Fortunately, you can turn it off in a number of ways, from standard settings to hidden MIUI settings.
In this article, weโll take a look at all the methods available, from simple to advanced (including ADB for power users), learn how to permanently remove the vibration when unlocking without losing the functionality of the phone, and if the standard settings donโt work, find a solution for your version of MIUI.
Why does the Redmi Note 5 vibrate when unlocked?
The unlock vibration is the part of MIUI feedback that signals successful screen unlocking, and on the Xiaomi Redmi Note 5, it is activated by default and works in three scenarios:
- ๐ฑ Fingerprint unlocking
- ๐ Unlocking by PIN-code/pattern lock
- ๐ Unlock gesture (swipe up on the locked screen)
In some versions of MIUI (especially 9-11), the vibration can be duplicated: first when touching the screen, then when successfully unlocking, this is due to tactile feedback settings that work independently of the audible signals.
On the Redmi Note 5 with MIUI 12+, the vibration when unlocked can be activated automatically after the updates โ even if you have disabled it before โ due to Xiaomiโs policy of resetting some custom settings when major updates are made.
Method 1: Disconnection through standard settings
The easiest method is to use the built-in MIUI options, which is suitable for most users and does not require additional knowledge.
- Open the Settings. โ Sound and vibration.
- Scroll down to the Vibration block.
- Press the vibration when you touch it.
- Turn off the Vibration slider when unlocking (if any).
If there is no such item, try an alternative path:
- Go to Settings โ Lock screen and password.
- Select Additional Settings.
- Find the Vibration option when unlocking and deactivate it.
Is the "Do Not Disturb" mode off"|Have the sound profile settings been checked|Is the firmware updated to the latest version?|Reload your phone after the changes-->
Important: Some Xiaomi firmware may have a different name for the option, such as Tactile Feedback when unlocked or Vibration when locking is triggered. If you don't find the exact name, use the settings search (the magnifier icon in the upper right corner).
Method 2: Use of the "Do Not Disturb" mode
If the vibration doesn't turn off through the settings, you can bypass it with Do Not Disturb mode, which is temporary, but effective for night time.
- ๐ Go to Settings. โ Sound and vibration โ Don't disturb.
- ๐ Set up a schedule (for example, from 23:00 to 8:00).
- ๐ In the Rules section, select No Sound and No Vibration.
- โ Activate the mode manually or wait for the activation on the schedule.
The downside is that the vibration will shut down completely, including the notifications, but if you're interested in night peace, that's the best solution.
๐ก
In Do Not Disturb mode, you can add exceptions for important contacts, such as calls from Favorites that are vibrating and others that are not.
Method 3: Reset the sound settings (if the vibration returned after the update)
After the MIUI update, some settings are reset to factory settings. If the vibration when unlocked suddenly appears, try resetting the sound settings:
- Open the Settings โ Applications.
- Press three points (โฎ) in the upper right corner and select Reset application settings.
- Confirm the action (this will not delete your data, only return the sound settings to the factory).
- Restart your phone and check the vibration.
If this method didnโt work, it could be a system application conflict, in which case a deeper reset will help โ but through Settings โ About Phone โ Reset (select Reset only settings, without deleting data).
What if the reset didn't help?
Method 4: Disconnect via ADB (for advanced users)
If standard methods fail, you can turn off vibrations when unlocked via ADB (Android Debug Bridge), which requires a computer and minimal command line knowledge.
Preparation:
- Turn on Developer Mode on your phone: Settings โ About Phone โ 7 times click on the MIUI version.
- Return to Settings โ Additional โ For developers and activate Debugging over USB.
- Connect the phone to the PC and confirm the debugging permission.
Commands to turn off vibration:
adb shell settings put global haptic_feedback_enabled 0
adb shell settings put global vibration_intensity 0After you've done the commands, restart your phone. If the vibration is still there, try the additional command:
adb shell settings put secure lock_screen_haptic_feedback 0Attention! These commands will turn off all tactile feedback on the phone, including the keyboard and notifications. To return the vibration only for the keyboard, use:
adb shell settings put system haptic_feedback_enabled 1Yes, often |Tryed 1-2 times |No, but I want to learn |No and I don't plan-->
Method 5: Install custom firmware (extreme case)
If none of the methods worked, the problem may be in the firmware itself. On Redmi Note 5 (codenamed whyred), there are several custom firmwares where the vibration when unlocked is turned off by default or easily adjustable:
| Firmware | Features | Complexity of installation |
|---|---|---|
| LineageOS | Pure Android without unnecessary MIUI features | Medium (needs an unlocked bootloader) |
| Pixel Experience | Google Pixel interface, flexible vibration settings | Medium |
| MIUI EU | Official MIUI, but without Chinese restrictions | Light (installed via TWRP) |
| Havoc-OS | Maximum customization, including vibration | High (requires experience) |
Before installing custom firmware:
โ ๏ธ Warning: Unlocking the bootloader will reset all data on the phone! Also, it can lead to loss of warranty (if it is still valid). MIUI backup TWRP.
Instructions for installing TWRP and firmware:
- Unlock the bootloader through the official Xiaomi tool.
- Install TWRP for Redmi Note 5 (the version should match the model!).
- Download firmware (e.g. MIUI EU) and GApps (if you need Google services).
- Download to TWRP and run the firmware through Install.
Frequent Mistakes and How to Avoid Them
When you turn off the vibration, users often face typical problems, and here's how to solve them:
- ๐ Vibration returns after rebooting โ Check if the settings are reset due to optimization MIUI. Try turning off Adaptive Brightness and Battery Optimization for System Applications.
- ๐ต The debugging doesn't work. USB โ Install the latest Xiaomi drivers on PC or try another cable (original).
- ๐ง ADB fails to find the device โ Turn on Debugging. USB (Security settings) in the developer settings and reconnect the phone.
- ๐ You can't change the vibration settings. โ It is possible that the phone has corporate policy (for example, through Android Enterprise). โ Passwords and security.
If you've had all the vibrations left, it could be a hardware malfunction, like a vibrator malfunction or a plume injury, and then only the service center will help.
๐ก
Before visiting the service, check if the vibration is due to the installed launcher or design themes. For example, themes from the MIUI Theme Store sometimes override system sounds.