This tutorial will show you how to turn mouse haptic feedback on or off in Windows 11. This feature works with your account.
Why use haptic feedback? Haptic feedback means your mouse vibrates when you do certain actions. This gives you more control and lets you feel what’s happening on your screen.
What happens when you turn it on? You’ll feel vibrations when you snap windows, resize them, align objects in PowerPoint, and hover over buttons like Close. Your mouse will give you gentle feedback through vibrations.
Starting with Windows 11 build 26300.8142 (Dev 25H2) and build 26220.8148 (Beta 25H2), you can feel haptic feedback on compatible mice. You can turn this feature on or off in Settings under Bluetooth & devices > Mouse > Haptic signals. You can also adjust how strong the vibrations feel.
Option One
Turn Mouse Haptic Feedback On or Off in Settings
- Open Settings by pressing
Win+I. - Click on Bluetooth & devices on the left side. Then click on Mouse on the right side. (See screenshot below)
- Open Mouse settings
- Turn Haptic signals on or off. The default is on.
- You can close Settings now.


Option Two
Turn Mouse Haptic Feedback On or Off Using Registry
⚠️ Admin privileges required
Open Windows Terminal as an administrator and run the commands below.
Turn On Mouse Haptic Feedback
This is the default setting.
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\EnhancedPenSupport" /v MouseFeedbackEnabled /t REG_DWORD /d 1 /f
Turn Off Mouse Haptic Feedback
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\EnhancedPenSupport" /v MouseFeedbackEnabled /t REG_DWORD /d 0 /f
Option Three
Turn Mouse Haptic Feedback On or Off in Logi Options+
This option only works with supported Logitech mice like the MX Master 4.
- Open Logi Options+.
- Click on your supported mouse.
- Click on HAPTIC FEEDBACK.
- Click on the haptic feedback details.
- Turn Haptic feedback on or off. The default is on.

Note: If you turn off haptic feedback in Logi Options+, it will override your settings in Option One and Option Two.
Summary
Mouse haptic feedback lets your mouse vibrate when you perform actions in Windows 11. You can turn this feature on or off in three ways: through Settings, through the Windows Registry, or through Logi Options+ if you have a Logitech mouse. The default setting is on. Turning off haptic feedback in Logi Options+ will override any settings you made in the other options.




Leave a Reply