How to Turn On/Off Enhance Pointer Precision in Windows 11
You can turn on or off Enhance Pointer Precision in Windows 11 to adjust how your mouse pointer speed changes based on how fast you move your mouse.
Enhance Pointer Precision is a Windows setting that modifies mouse pointer movement. It aims to make precise movements easier when you move your mouse slowly while increasing speed with faster movements.
This feature can significantly impact gaming or detailed design work. You’ll find the setting within Windows 11’s Mouse Properties, often under Pointer Options.
Specifically, the underlying registry keys controlling this behavior are typically found in `HKCU\Control Panel\Mouse`, using values like `MouseSpeed`, `MouseThreshold1`, and `MouseThreshold2`.
Option One:
Turn On or Off Enhance Pointer Precision in Settings
Enhance pointer precision in Windows 11 Settings by opening Bluetooth & devices, selecting Mouse, and toggling the Motion setting on or off—the fastest method for newer Windows 11 builds.
- Open Settings by pressing
Win+I. - Click on Bluetooth & devices on the left side. Then click on Mouse on the right side.
- Under Motion, turn Enhance pointer precision On (default) or Off depending on what you want.
- Close Settings when you’re done.


Option Two:
Turn On or Off Enhance Pointer Precision in Control Panel
Why: This method works on older versions of Windows 11 and Windows 10.
- Open Control Panel in icons view. Click on the Mouse icon.
- Click on the Pointer Options tab.
- Under Motion, check the box (turns it on – default) or uncheck the box (turns it off) next to Enhance pointer precision.
- Click OK.
- Close Control Panel when you’re done.

Option Three:
Turn On or Off Enhance Pointer Precision using Registry
Why: This method gives you direct control over the exact settings. What happens: Changes take effect immediately.
⚠️ Admin privileges required
Turn On Enhance Pointer Precision
This is the default setting.
reg add "HKEY_CURRENT_USER\Control Panel\Mouse" /v MouseSpeed /t REG_SZ /d 1 /f
reg add "HKEY_CURRENT_USER\Control Panel\Mouse" /v MouseThreshold1 /t REG_SZ /d 6 /f
reg add "HKEY_CURRENT_USER\Control Panel\Mouse" /v MouseThreshold2 /t REG_SZ /d 10 /f
Turn Off Enhance Pointer Precision
reg add "HKEY_CURRENT_USER\Control Panel\Mouse" /v MouseSpeed /t REG_SZ /d 0 /f
reg add "HKEY_CURRENT_USER\Control Panel\Mouse" /v MouseThreshold1 /t REG_SZ /d 0 /f
reg add "HKEY_CURRENT_USER\Control Panel\Mouse" /v MouseThreshold2 /t REG_SZ /d 0 /f
Summary
Enhance pointer precision is a Windows feature that helps your mouse pointer move more accurately. You can turn this feature on or off depending on what feels most comfortable for you. There are three ways to do this: through Settings (easiest for newer Windows 11 versions), through Control Panel (works on all versions), or through the Registry (most advanced method). Choose the option that works best for your version of Windows.
Should I turn enhance pointer precision on?
Whether you should enable enhance pointer precision depends on your usage. It is generally recommended for office tasks as it improves accuracy during slow movements. However, gamers and designers usually disable it to maintain consistent, predictable cursor speed, as the feature introduces mouse acceleration that can hinder muscle memory and precision.
How do I enhance cursor precision in Windows?
To enhance cursor precision, open Windows Settings, navigate to Bluetooth & devices, and select Mouse. Under the Motion section, toggle the Enhance pointer precision setting to On. This feature adjusts the cursor speed based on how quickly you move your mouse, helping you target specific items on your screen more accurately.
How to turn on enhanced pointer precision?
You can turn on enhanced pointer precision by pressing Win+I to open Settings. Click on Bluetooth & devices in the left sidebar, then select Mouse. Locate the Motion section and toggle the switch for Enhance pointer precision to the On position. This immediately applies the acceleration settings to your mouse pointer.
How to get 1600 DPI on Windows 11?
Windows 11 does not have a native DPI setting for your mouse. To achieve 1600 DPI, you must use your mouse manufacturer's dedicated software, such as Logitech G Hub, Razer Synapse, or Corsair iCUE. Install the software, locate the sensitivity or DPI tab, and manually adjust the slider to 1600 DPI.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!