Jump to content
  • How To Turn Off Mouse Acceleration in Windows 10 Easily


    Karlston

    • 1 comment
    • 146 views
    • 3 minutes
     Share


    • 1 comment
    • 146 views
    • 3 minutes

    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

    1. Click the Start button or press the Windows key, and then type Control Panel.
    2. Select the Control Panel app below the Best match section.
    3. Go to the Hardware and Sound menu.

    Hardware-and-Sound.jpg

    1. Now, click Mouse under the Devices and Printers in the Control Panel.
    Devices and Printers
    1. In the Mouse Properties window, switch to the Pointer Options tab.
    Enhance pointer precision
    1. Uncheck the box for the Enhance pointer precision option to disable mouse acceleration.
    2. Click Apply and then OK to save your changes and close the window.

    Using the Settings App

    1. Start by clicking on the Start button in the bottom-left corner of your screen.
    2. From the menu, click on the Settings icon—it looks like a little gear—or just type Settings in the search bar.
    3. In the Settings window, select Devices.
    4. On the left-hand side, click Mouse from the list of options.
    mouse in devices
    1. Look for a link that says Additional mouse options under the Related settings section.
    mouse in devices
    1. A new window called Mouse Properties will pop up. Switch to the Pointer Options tab.
    2. Find the section labeled Motion and uncheck the box that says Enhance pointer precision.
    3. After making the change, click Apply to save it, and then hit OK.
    Pointer settings tab

    From a PowerShell Terminal

    1. Right-click on the Windows flag or Start button to bring up the Power User menu.
    2. Click on the Windows PowerShell (Admin) option.
    3. You should now see the PowerShell terminal.
    4. Copy the following code and paste it into the terminal window:
    New-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name MouseSpeed -Value 0 -PropertyType String -Force
    powershell code 1
    1. Hit Enter to execute the script.
    2. Now, type in the following PowerShell script and hit Enter again to run this code:
    Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name MouseThreshold1 -Value 0
    powershell code 2
    1. Finally, copy and paste the following script and press the Enter key to execute:
    Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name MouseThreshold2 -Value 0
    powershell code 3

    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.

     

    Source


    Hope you enjoyed this news post.

    Thank you for appreciating my time and effort posting news every day for many years.

    2023: Over 5,800 news posts | 2024 (till end of November): 5,298 news posts

    RIP Matrix | Farewell my friend  :sadbye:


    User Feedback

    Recommended Comments

    "Knowing how to turn off mouse acceleration in Windows 10 is a simple tweak that can dramatically improve your mouse navigation experience" ----> this is not completely true for Logitech G mouses. Keep enhanced pointer precision enabled if you use LGHUB app. LGHUB has no option to control mouse acceleration.

    Link to comment
    Share on other sites




    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...