This tutorial will show you how to change the mouse haptic feedback intensity level in Windows 11. This feature works with compatible mice.
What Is Haptic Feedback?
Haptic feedback gives you small vibrations on your mouse. Why use this? It helps you feel when you snap windows into place, align objects, or resize things on your screen. It gives you better control and precision.
When Can You Use This?
Starting with Windows 11 build 26300.8142 (Dev 25H2) and build 26220.8148 (Beta 25H2), you can feel haptic feedback effects on compatible input devices. You’ll feel vibrations when aligning objects in PowerPoint, snapping windows, resizing windows, or hovering over the Close button.
When haptic signals is turned on for the mouse, you can choose how strong you want the vibrations to be.
Option One
Change Mouse Haptic Feedback Intensity in Settings
- Open Settings by pressing
Win+I. - Click Bluetooth & devices on the left side. Then click Mouse on the right side.

- Click Haptic signals to expand it open.
- Move the Signal intensity slider left (less vibration) or right (more vibration). You can choose intensity levels 1 to 4. Level 2 is the default. Hover your pointer over the slider to see the current level number.

- You can now close Settings if you like.
Option Two
Change Mouse Haptic Feedback Intensity Using Registry Editor
⚠️ Admin Required: You need administrator privileges for this option.
Open Windows Terminal as an administrator and run the commands below. Choose the intensity level you want:
Intensity Level 1:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\EnhancedPenSupport" /v MouseFeedbackIntensity /t REG_BINARY /d 000000000000D03F /f
Intensity Level 2 (Default):
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\EnhancedPenSupport" /v MouseFeedbackIntensity /t REG_BINARY /d 000000000000E03F /f
Intensity Level 3:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\EnhancedPenSupport" /v MouseFeedbackIntensity /t REG_BINARY /d 000000000000E83F /f
Intensity Level 4:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\EnhancedPenSupport" /v MouseFeedbackIntensity /t REG_BINARY /d 000000000000F03F /f
Option Three
Change Mouse Haptic Feedback Intensity in Logi Options+
This option only works with supported Logitech mice like the MX Master 4.
- Open Logi Options+.
- Click on your supported Logitech mouse.
- Click HAPTIC FEEDBACK.
- Click on the Haptic feedback details.
- Select Subtle, Low, Medium (default), or High for the haptic intensity you want. (see screenshot below)

Note: Changing the haptic intensity in Logi Options+ will override Option One and Option Two.
Summary
Haptic feedback adds vibrations to your mouse when you perform certain actions in Windows 11. You have three ways to adjust the intensity. Option One uses the Settings app and is the easiest method. Option Two uses the registry editor and requires admin privileges. Option Three uses Logi Options+ if you have a compatible Logitech mouse. Choose the intensity level that feels right for you. Level 2 is the default setting.




Leave a Reply