How To Turn Off Mouse Acceleration in Windows 10 Easily
Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more
Knowing how to turn off mouse acceleration in Windows 10 is a simple tweak that can dramatically improve your mouse navigation experience.
You might need to disable this option for increased accuracy during PC gaming, better mouse pointer control, or improved muscle memory. Whatever the reason, the following techniques are tried-and-tested solutions to this problem.
How To Turn Off Mouse Acceleration in Windows 10
I’ve organized the methods by complexity. Let’s get started!
From the Control Panel App
- Click the Start button or press the Windows key, and then type Control Panel.
- Select the Control Panel app below the Best match section.
- Go to the Hardware and Sound menu.
- Now, click Mouse under the Devices and Printers in the Control Panel.
- In the Mouse Properties window, switch to the Pointer Options tab.
- Uncheck the box for the Enhance pointer precision option to disable mouse acceleration.
- Click Apply and then OK to save your changes and close the window.
Using the Settings App
- Start by clicking on the Start button in the bottom-left corner of your screen.
- From the menu, click on the Settings icon—it looks like a little gear—or just type Settings in the search bar.
- In the Settings window, select Devices.
- On the left-hand side, click Mouse from the list of options.
- Look for a link that says Additional mouse options under the Related settings section.
- A new window called Mouse Properties will pop up. Switch to the Pointer Options tab.
- Find the section labeled Motion and uncheck the box that says Enhance pointer precision.
- After making the change, click Apply to save it, and then hit OK.
From a PowerShell Terminal
- Right-click on the Windows flag or Start button to bring up the Power User menu.
- Click on the Windows PowerShell (Admin) option.
- You should now see the PowerShell terminal.
- Copy the following code and paste it into the terminal window:
<code>New-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name MouseSpeed -Value 0 -PropertyType String -Force</code>
- Hit Enter to execute the script.
- Now, type in the following PowerShell script and hit Enter again to run this code:
<code>Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name MouseThreshold1 -Value 0</code>
- Finally, copy and paste the following script and press the Enter key to execute:
<code>Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name MouseThreshold2 -Value 0</code>
The first PowerShell script will only show an outcome. The rest of the codes will run and won’t generate any results, as intended.
If you’re here, congratulations! You’ve learned how to turn off mouse acceleration in Windows 10.
The Control Panel and Settings are suitable if you’re a basic Windows 10 user and happy with the manual methods.
However, if you love to automate processes using scripts, you should go for the PowerShell-based approach. Moreover, if you’re having problems with your mouse not locking to your game or not showing up, we can help out.
The above is the detailed content of How To Turn Off Mouse Acceleration in Windows 10 Easily. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Microsoft's latest PowerToys update introduces a game-changing search feature reminiscent of macOS' Spotlight. This improved "Command Palette" (formerly PowerToys Run) surpasses the functionality of the Windows R Run command and the task

KB5054979 is a cumulative security update released on March 27, 2025, for Windows 11 version 24H2. It targets .NET Framework versions 3.5 and 4.8.1, enhancing security and overall stability. Notably, the update addresses an issue with file and directory operations on UNC shares using System.IO APIs. Two installation methods are provided: one through Windows Settings by checking for updates under Windows Update, and the other via a manual download from the Microsoft Update Catalog.

Nanoleaf's Pegboard Desk Dock: A Stylish and Functional Desk Organizer Tired of the same old charging setup? Nanoleaf's new Pegboard Desk Dock offers a stylish and functional alternative. This multifunctional desk accessory boasts 32 full-color RGB

Kamrui GK3Plus Mini PC: Small and powerful, affordable! During Amazon's spring sale, the Kamrui GK3Plus Mini PC is priced as low as $150! This mini computer has powerful performance, easy upgrade and small size, making it an ideal choice for users who pursue cost-effectiveness. Whether it’s a mini computer enthusiast or a first-time user who’s trying out a small computer, the Kamrui GK3Plus Mini PC is an excellent starter choice. Originally priced at $199, Amazon currently enjoys a 15% discount (and a $20 coupon) and can be purchased for less than $149. Such a affordable price, but with a good configuration: equipped with a slightly old but competent In

Dell's UltraSharp 4K Thunderbolt Hub Monitor (U2725QE): An LCD That Rivals OLED For years, I've coveted OLED monitors. However, Dell's new UltraSharp 4K Thunderbolt Hub Monitor (U2725QE) has changed my mind, exceeding expectations with its impressiv

Many free apps rival their paid counterparts in functionality. This list showcases excellent free Windows alternatives to popular paid software. I firmly believe in using free software unless a paid option offers a crucial, missing feature. These

Mastering Malware Detection in Windows 11: Three Easy Methods Malware, encompassing viruses, adware, and data-stealing code, poses a significant threat. With a staggering 190,000 attacks per second, effective malware detection is crucial. This guide

The accessibility features of Windows systems are not designed only for people with disabilities, they can also significantly improve the productivity of ordinary users. Even without a disability, I rely on some accessibility features to improve efficiency and can't even imagine how to use Windows without them. Here are some features worth trying: Watch videos easily: Use real-time subtitles Sometimes to save time, I speed up the video, but this makes the audio difficult to understand. Or, the speaker has a heavier accent, contains professional terms, or I can’t use my headphones in the library. In these cases, I would rely on Windows' real-time subtitles feature, which generates real-time subtitles for any audio for easy reading. Enable this feature, open the Settings app, and navigate to Assistant
