How to Turn On/Off Enhance Pointer Precision in Windows 11
This guide shows you how to turn on or off enhance pointer precision for your account in Windows 10 and Windows 11.
The mouse pointer, sometimes called the cursor, is what you see on your screen when you move your mouse. It shows you where your mouse is pointing.
Enhance pointer precision is a feature that controls how fast your mouse pointer moves when you move your mouse. Enhance pointer precision makes your pointer more accurate when you move your mouse slowly. However, it can make the pointer less precise when you move your mouse quickly. Results may vary depending on your personal preferences.
The MouseSpeed, MouseThreshold1, and MouseThreshold2 settings in the HKCU\Control Panel\Mouse key in Registry Editor control how much your cursor speeds up when you move your mouse quickly.
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?
Leave a Reply Cancel reply