Table of Contents
Do you want to be precise and Turn Off Mac Mouse Acceleration when you design or play games? Read the next article to learn different ways to stop the Mac mouse from accelerating. There are many reasons why you might need to turn off mouse acceleration on a Mac.
For example, a lot of web apps turn off mouse acceleration to get accurate pointer-events. Also, first-person shooter (FPS) games need raw mouse input, which means the mouse can’t move faster. This way, how fast or slow you move controls how the camera turns, making the game better overall by making it easier to shoot accurately.
Turn Off Mac Mouse Acceleration on Mac
Via Command Line Scripts
- Hit Command + Space together to launch Spotlight.
- Open the Terminal Window by typing Terminal in the search bar.
- Type any of the below-mentioned commands in the Terminal Window:
- Curl-O http://ktwit.net/code/killmouseaccel
- Chmod+x+killmouseaccel
- ./killmouseaccel mouse
- Press Enter and wait for a few seconds.
- Close the Terminal Window and restart your MacBook.
- The mouse acceleration feature will now be disabled.
Via Default
- Press Command + Space simultaneously to open Spotlight.
- Type Terminal in the search bar and hit Enter.
- Type the command defaults write .GlobalPreferences com.apple.mouse.scaling -1
- press Enter.
- Wait for a while so that the command can run successfully.
- Close the Terminal Window and log out of your Mac and back in to complete the process.
- The mouse acceleration option on your Mac will now be turned off.
How to Turn Off Mac Mouse Acceleration on Windows
- Enter “mouse settings” in the search field and then select “Mouse settings” from the results that pop up. Alternatively, you can use the Windows keyboard shortcut [Windows] key + [R] to open the “Run” dialog box, enter the CMD command “main.cpl” and then press Enter to go directly to the “Mouse settings”.
- In the mouse settings, click on “Additional mouse options”. You do not need to perform this step if you used the “Run” dialog box to access the settings.
- This opens the “Mouse Properties” window. Go to the “Pointer Options” tab.
- Find the “Motion” section. Is the checkbox next to “Enhance pointer precision” selected? If so, deselect it.
- Finish by clicking “Apply” and “OK”. Mouse acceleration is now disabled in Windows 10
Why Would I Want to Turn off Mouse Acceleration?
- When drawing, to be more exact. If you use your Mac to sketch designs, mouse acceleration can make it hard to be accurate. Nothing beats a stylus, but slowing down or turning off the mouse’s acceleration can help.
- To get better at playing games. If you play Mac games like Fortnite, you know how important it is to shoot accurately. Changing the mouse acceleration can be helpful if you don’t like how it works by default.
- To feel more at ease. We all use different types of keyboards and mice. If you just switched to a Mac, changing the mouse acceleration settings may make you feel more in charge.
- To have more control. If you turn off mouse acceleration, the mouse pointer will move the same distance as your mouse on the mousepad. This can make sense to some people.
What is mouse acceleration?
The Mac has a built-in feature called “mouse acceleration,” which speeds up the response time between your mouse and the cursor. Most of the time, the distance your cursor moves on the screen is proportional to how far you move your mouse. But after a certain speed (a fast swipe) or a certain boundary (when the mouse is moved over a certain point), mouse acceleration kicks in and your cursor moves faster and farther.
The main goal of this feature is to make the mouse easier to reach and more useful, especially so that it doesn’t need as much space to work well. If you turn off mouse acceleration on a Mac, the cursor will go back to moving naturally with the mouse.