Skip to content
Follow
Windows

How to Enable or Disable Mouse Haptic Feedback in Windows 11

Richard
Written by
Richard
Apr 13, 2026 Updated Aug 12, 2026 2 min read
How to Enable or Disable Control Panel and Settings in Windows 11
How to Enable or Disable Control Panel and Settings in Windows 11

Mouse haptic feedback in Windows 11 adds physical vibrations to your desktop so you feel clicks, window snaps, and interface borders. This feature works on compatible hardware starting with Windows 11 build 26300.8142 (Dev 25H2) and build 26220.8148 (Beta 25H2).

You can turn the vibration on or off, and change the intensity, by going to Settings Bluetooth & devices Mouse Haptic signals

⚡ Quick Answer

Mouse haptic feedback in Windows 11 can be enabled or disabled in Settings. Navigate to Settings Bluetooth & devices Mouse to toggle haptic signals on or off and adjust intensity. This feature provides tactile vibrations for actions like snapping or resizing windows on compatible mice.

Option One

Turn Mouse Haptic Feedback On or Off in Settings

  1. Open Settings by pressing Win+I.
  2. Click on Bluetooth & devices on the left side. Then click on Mouse on the right side. (See screenshot below)
  3. Turn Haptic signals on or off. The default is on.
  4. You can close Settings now.
windows mouse tile
windows mouse tile
Windows 11 mouse settings showing Haptic signals toggle button.
Windows 11 mouse settings showing Haptic signals toggle button.

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.

🗝️Registry
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

🗝️Registry
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.

  1. Open Logi Options+.
  2. Click on your supported mouse.
  3. Click on HAPTIC FEEDBACK.
  4. Click on the haptic feedback details.
  5. Turn Haptic feedback on or off. The default is on.
Windows 11 mouse settings for haptic feedback vendor options.
Windows 11 mouse settings for haptic feedback vendor options.
📝Note
Disabling haptic feedback inside Logi Options+ overrides any configuration applied through Option One and Option Two.

Summary

Mouse haptic feedback creates physical vibrations during Windows 11 tasks. Three configuration paths exist for this feature: Settings, the Windows Registry, and Logi Options+ for compatible hardware. The default configuration keeps the feature active. Disabling haptic feedback within Logi Options+ overrides any configuration applied via alternate methods.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Change Mouse Haptic Feedback Intensity in Windows 11
Windows How to Change Mouse Haptic Feedback Intensity in Windows 11
How to Turn Touchpad Haptic Feedback On or Off in Windows 11
Windows How to Turn Touchpad Haptic Feedback On or Off in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Enable or Disable Snap Windows in Windows 11
Windows How to Enable or Disable Snap Windows in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *