Windows

How to Turn On/Off Enhance Pointer Precision in Windows 11

Richard
Written by
Richard
Apr 10, 2026 4 min read
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.

  1. Open Settings by pressing Win+I.
  2. Click on Bluetooth & devices on the left side. Then click on Mouse on the right side.
  3. Under Motion, turn Enhance pointer precision On (default) or Off depending on what you want.
  4. Close Settings when you’re done.
windows mouse tile
windows mouse tile
Windows 11 Settings showing Enhance pointer precision toggle option

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.

  1. Open Control Panel in icons view. Click on the Mouse icon.
  2. Click on the Pointer Options tab.
  3. Under Motion, check the box (turns it on – default) or uncheck the box (turns it off) next to Enhance pointer precision.
  4. Click OK.
  5. Close Control Panel when you’re done.
Control Panel Mouse settings with Enhance pointer precision checkbox
windows 11 disable enhanced pointer precision

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.

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

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

Tags: #Windows 11
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.

2470 articles → Twitter

📚 Related Tutorials

Registry Editor in Windows 11: How to Quickly Switch between HKCU and HKLM Keys
Windows Registry Editor in Windows 11: How to Quickly Switch between HKCU and HKLM Keys
How to Change Mouse Scrolling Direction in Windows 11
Windows How to Change Mouse Scrolling Direction in Windows 11

Leave a Reply

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