Skip to content
Follow
Windows

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

Richard
Written by
Richard
Apr 10, 2026 Updated Sep 15, 2026 3 min read
How to Show All Open Windows on Taskbar on All Desktops in Windows 11
How to Show All Open Windows on Taskbar on All Desktops in Windows 11

Enhance Pointer Precision in Windows 11 changes how fast your mouse cursor moves across the screen based on the physical speed of your hand. This setting acts as mouse acceleration, letting you make slow, careful movements for tiny adjustments while jumping larger distances when you flick the mouse quickly.

Advertisement

You can turn this feature on or off inside Mouse Properties, or by changing the `MouseSpeed` value in the Windows Registry at `HKCU\Control Panel \Mouse`. Turning it off gives you raw, predictable mouse movement that many gamers and graphic designers prefer for better muscle memory.

⚡ Quick Answer

Open Settings (Win+I), go to Bluetooth & devices, then Mouse, and toggle Enhance pointer precision under Motion. Alternatively, open Control Panel , click Mouse, go to Pointer Options, and check or uncheck the box. This setting adjusts pointer speed based on mouse movement.

Advertisement

Option 1

Turn On or Off Enhance Pointer Precision in Settings

You can turn enhance pointer precision windows on or off through the Windows 11 Settings app by pressing Win+I to open Settings , selecting Bluetooth & devices, clicking Mouse, and using the toggle under the Motion section to change your mouse sensitivity.

  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
Windows 11 Settings showing Enhance pointer precision toggle option

Option 2

Turn On or Off Enhance Pointer Precision in Control Panel

You can turn enhance pointer precision windows on or off using the classic Control Panel by opening Control Panel, setting View by to Large icons, clicking Mouse, opening the Pointer Options tab, and checking or unchecking the box next to the setting.

  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 3

Turn On or Off Enhance Pointer Precision using Registry

This method gives you direct control over the exact settings. Changes take effect immediately.

⚠️ Admin privileges required

Advertisement

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 changes how your mouse pointer moves, making it more accurate for some tasks.

Should I turn enhance pointer precision on?

Turn enhance pointer precision on if you do office tasks, as it helps accuracy with slow mouse movements, but gamers and designers often turn it off for consistent cursor speed.

How do I enhance cursor precision in Windows?

You can enhance cursor precision in Windows by opening Settings, going to Bluetooth & devices, selecting Mouse, and turning on the Enhance pointer precision option under Motion.

Advertisement

How to turn on enhanced pointer precision?

To turn on enhanced pointer precision, press Win + I to open Settings, click Bluetooth & devices, select Mouse, and then switch on the Enhance pointer precision option in the Motion section.

How to get 1600 DPI on 🪟 Windows 11?

Windows 11 does not have a native DPI setting for your mouse. To achieve 1600 DPI, 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
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.

Advertisement

📚 Related Tutorials

Windows 11 Control Panel Shortcuts Guide
Windows Windows 11 Control Panel Shortcuts Guide
How to Switch HKCU and HKLM Registry Keys in Windows 11
Windows How to Switch HKCU and HKLM Registry Keys in Windows 11
How to Switch Between Open Windows in Windows 11
Windows How to Switch Between Open Windows in Windows 11
How to Enable or Disable Windows Ready Print in Windows 11
Windows How to Enable or Disable Windows Ready Print 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 *