How to remove vibration when unlocking Xiaomi Redmi Note 5: 5 working ways

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.

  1. Open the Settings. โ†’ Sound and vibration.
  2. Scroll down to the Vibration block.
  3. Press the vibration when you touch it.
  4. Turn off the Vibration slider when unlocking (if any).

If there is no such item, try an alternative path:

  1. Go to Settings โ†’ Lock screen and password.
  2. Select Additional Settings.
  3. 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:

  1. Open the Settings โ†’ Applications.
  2. Press three points (โ‹ฎ) in the upper right corner and select Reset application settings.
  3. Confirm the action (this will not delete your data, only return the sound settings to the factory).
  4. 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?
If the vibration remains after the reset, the problem may be in the firmware. Try: 1. Update MIUI to the latest version via Settings โ†’ About Phone โ†’ System Update. 2. Install a patch via MIUI Optimization (requires an unlocked bootloader). 3. Return to stable firmware if you use the beta version.

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:

  1. Turn on Developer Mode on your phone: Settings โ†’ About Phone โ†’ 7 times click on the MIUI version.
  2. Return to Settings โ†’ Additional โ†’ For developers and activate Debugging over USB.
  3. 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 0

After 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 0

Attention! 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 1

Yes, 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:

FirmwareFeaturesComplexity of installation
LineageOSPure Android without unnecessary MIUI featuresMedium (needs an unlocked bootloader)
Pixel ExperienceGoogle Pixel interface, flexible vibration settingsMedium
MIUI EUOfficial MIUI, but without Chinese restrictionsLight (installed via TWRP)
Havoc-OSMaximum customization, including vibrationHigh (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:

  1. Unlock the bootloader through the official Xiaomi tool.
  2. Install TWRP for Redmi Note 5 (the version should match the model!).
  3. Download firmware (e.g. MIUI EU) and GApps (if you need Google services).
  4. 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.

FAQ: Answers to Frequent Questions

Can you turn off the vibration just to unlock, but leave it for the keyboard?
Yeah, but not in all versions. MIUI. In the latest updates (MIUI 12+) Vibration settings are divided: Open Settings โ†’ Sound and vibration โ†’ Touch vibration. Turn off Vibration when unlocked, but keep the keyboard vibration active. If there's no partition, use it. ADB-method 4, Replace the last command with: adb shell settings put system haptic_feedback_enabled 1 This will save the vibration for the keyboard, but remove it when unlocked.
Why did the vibration turn on itself after the MIUI update?
Xiaomi periodically resets custom audio and vibration settings with major updates. This is due to: Changes in the structure of system files, optimization of power consumption (vibration affects the battery), bugs in firmware (especially in beta). To avoid this, make a backup of the settings through Settings โ†’ Additional โ†’ Backup and Reset before updating.
Are there any applications for vibration control?
Yes, but their effectiveness depends on the version of Android and MIUI. Popular options: Vibration Tuner allows you to adjust the vibration intensity for different actions. MacroDroid can automatically turn off vibration when you unlock on a schedule. Tasker - advanced automation (requires customization skills). Important: on MIUI 12+, many applications lose access to vibration settings due to security restrictions. Before using, give them special access rights in settings.
Will the vibration shutdown on the Redmi Note 5 Pro work?
The Redmi Note 5 Pro (codenamed whyred) uses the same platform as the standard model, so all the methods in this article apply to it. Except for custom firmware: the Pro version requires you to download individual builds (for example, LineageOS for whyred). If you have a Redmi Note 5A or other modification, check the device codename in Settings โ†’ About Phone โ†’ Version of the kernel (for example, ugg for Note 5A).
Can you turn off the vibration without root rights?
Yes, all the ways in this article (except installing some custom firmware) work without root. However, to fully control the vibration (for example, turning off for individual applications), superuser rights may be required. If you need root, it can be obtained on the Redmi Note 5 via Magisk after unlocking the bootloader. But remember that this: Deprives you of warranties. May cause problems with banking applications (due to SafetyNet). Requires caution when updating (to avoid losing access to the system).