Disable Enhance Pointer Precision (mouse acceleration)

SystemAll Windows 10/11 versionsRevertibleRequires Reboot

This will disable mouse acceleration which is enabled by default in Windows. This makes mouse movement more consistent and predictable.

Code to Apply

Disable Enhance Pointer Precision (mouse acceleration)Registry
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Control Panel\Mouse]

"MouseSpeed"="0"
"MouseThreshold1"="0"
"MouseThreshold2"="0"

Code to Revert

Enable Enhance Pointer Precision (mouse acceleration)Registry
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Control Panel\Mouse]

"MouseSpeed"="1"
"MouseThreshold1"="6"
"MouseThreshold2"="10"

Want to combine this with other tweaks?

Open Configurator