Windows Mouse Settings Guide ยท 2026

How to Disable Mouse Acceleration in Windows 10 & Windows 11

Turn off Enhance pointer precision, get more consistent cursor movement, and configure Windows for gaming, design work, or precise everyday control.

๐Ÿ–ฑ๏ธ Mouse Acceleration ๐ŸŽฏ Enhance Pointer Precision ๐ŸชŸ Windows 10 ๐ŸชŸ Windows 11 ๐ŸŽฎ Gaming Setup

What Is Mouse Acceleration in Windows?

Mouse acceleration changes how far the pointer moves depending on how fast you move the physical mouse. In Windows, this behavior is mainly controlled by the setting called Enhance pointer precision. When it is enabled, the cursor may travel farther during quick mouse movements and shorter during slow movements.

This can feel convenient for general desktop navigation, especially on large monitors. However, it can also make mouse movement less predictable because the same physical movement does not always produce the same cursor distance on the screen.

โ„น๏ธ
Important

To disable mouse acceleration in Windows 10 or Windows 11, you need to turn off Enhance pointer precision in the classic Mouse Properties window.

Should You Turn Off Enhance Pointer Precision?

You should consider disabling mouse acceleration if you want consistent pointer behavior. This is especially useful for first-person shooters, competitive games, CAD software, graphic design tools, video editing, photo editing, or any task where repeatable hand movement matters.

Use case Recommended setting Why
Competitive gaming Turn it off More consistent aiming and muscle memory.
Design, CAD, editing Usually turn it off Precise movements become easier to repeat.
Office work and browsing Personal preference Some users like faster pointer movement across the desktop.
Touchpad use Personal preference Touchpad drivers may also apply their own pointer behavior.

How to Disable Mouse Acceleration in Windows 11 Settings

In Windows 11, the easiest way is to open Mouse settings and then use the classic Additional mouse settings window.

  1. Press Win + I to open Settings.
  2. Go to Bluetooth & devices.
  3. Select Mouse.
  4. Scroll down and click Additional mouse settings.
  5. Open the Pointer Options tab.
  6. Under Motion, clear the checkbox named Enhance pointer precision.
  7. Click Apply, then click OK.
โœ…
Result

After this change, Windows will no longer apply its standard pointer acceleration curve to your mouse movement.

How to Turn Off Mouse Acceleration in Windows 10

The same option is available in Windows 10, but the Settings path is slightly different.

  1. Press Win + I to open Settings.
  2. Open Devices.
  3. Select Mouse in the left sidebar.
  4. Click Additional mouse options under related settings.
  5. Go to the Pointer Options tab.
  6. Uncheck Enhance pointer precision.
  7. Click Apply and then OK.

If you also want a neutral pointer speed, leave the Select a pointer speed slider near the middle. Many gamers prefer the default middle position and adjust sensitivity using mouse DPI or in-game sensitivity instead.

Open Mouse Properties Directly with the Run Command

This method works in both Windows 10 and Windows 11 and is the fastest option if you know the command.

  1. Press Win + R to open the Run dialog.
  2. Type the following command:
Run command
main.cpl
  1. Press Enter.
  2. Open the Pointer Options tab.
  3. Uncheck Enhance pointer precision.
  4. Click Apply and OK.

You can also use this command from Command Prompt, PowerShell, Windows Terminal, or the File Explorer address bar.

Disable Enhance Pointer Precision from Control Panel

If you prefer the traditional Control Panel interface, you can reach the same setting from Hardware and Sound.

  1. Open the Start menu.
  2. Type Control Panel and open it.
  3. Go to Hardware and Sound.
  4. Under Devices and Printers, click Mouse.
  5. Select the Pointer Options tab.
  6. Clear Enhance pointer precision.
  7. Click Apply and OK.

Disable Mouse Acceleration Using the Windows Registry

Advanced users and administrators can also change the setting through the Registry. This is useful when you need to apply the setting manually after a profile reset or when troubleshooting a setting that keeps returning.

โš ๏ธ
Before you edit the Registry

Changing the wrong Registry value can cause system or profile problems. Create a restore point or export the key before editing values.

  1. Press Win + R, type regedit, and press Enter.
  2. Confirm the User Account Control prompt if it appears.
  3. Go to the following key:
Registry path
HKEY_CURRENT_USER\Control Panel\Mouse

To disable standard Windows mouse acceleration, set these string values:

Value name Data
MouseSpeed 0
MouseThreshold1 0
MouseThreshold2 0

After changing these values, sign out and sign back in, or restart Windows.

PowerShell alternative
Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseSpeed" -Value "0"
Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseThreshold1" -Value "0"
Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseThreshold2" -Value "0"

Check Gaming Mouse Software and In-Game Mouse Settings

Disabling Enhance pointer precision turns off the Windows-level setting, but some mice and games can still apply their own sensitivity or acceleration behavior.

What to Do If Mouse Acceleration Turns Back On

If Enhance pointer precision keeps re-enabling itself, the cause is usually a driver utility, a mouse profile, a cloud-synced setting, or a third-party optimization tool.

1. Check vendor mouse software

Open your mouse manufacturer's app and look for active profiles. Some apps apply device profiles automatically when a game or program starts.

2. Reinstall or update the mouse driver

  1. Right-click Start and open Device Manager.
  2. Expand Mice and other pointing devices.
  3. Right-click your mouse and choose Uninstall device.
  4. Restart your PC so Windows can reinstall the driver.

3. Check startup apps

Open Task Manager โ†’ Startup apps and temporarily disable mouse utilities, macro tools, or performance optimizers to test whether one of them is restoring the setting.

4. Test a clean user profile

If the setting only resets in one Windows account, create a temporary local user account and test the mouse there. If the problem disappears, the original user profile or a startup item is likely responsible.

Frequently Asked Questions About Disabling Mouse Acceleration in Windows

Is Enhance pointer precision the same as mouse acceleration?

In practical Windows settings, yes. Enhance pointer precision is the main built-in option that changes pointer movement based on mouse movement speed.

Does disabling mouse acceleration improve aim in games?

It can help because mouse movement becomes more consistent. It does not automatically make aim better, but it makes it easier to build muscle memory over time.

Should I change the Windows pointer speed slider?

For gaming, many users leave the Windows pointer speed near the middle and adjust DPI or in-game sensitivity instead. For desktop use, choose whatever feels comfortable.

Does this affect touchpads?

The setting may affect pointer behavior, but laptop touchpads often have additional driver settings in Windows Precision Touchpad options or manufacturer software.

Do I need to restart Windows?

If you change the setting through Mouse Properties, a restart is usually not required. If you change Registry values manually, sign out and sign back in or restart the PC.

Can I turn mouse acceleration back on?

Yes. Open Mouse Properties again, go to Pointer Options, check Enhance pointer precision, and click Apply.

Best Way to Disable Mouse Acceleration in Windows 10 and Windows 11

The best method is to open Mouse Properties, go to the Pointer Options tab, and uncheck Enhance pointer precision. For most users, this is enough to disable Windows mouse acceleration. For gaming or precision work, also check your mouse software and in-game input settings to make sure no additional acceleration or smoothing is enabled.