Skip to main content
  1. Posts/

Disable acceleration for Apple’s Magic Mouse

··168 words·1 min·

Edit: After further research, I found that this fix only adjusts the speed at which your mouse moves. It doesn’t do anything for the acceleration curve.

I recently picked up a Magic Mouse and discovered that I like almost all of its features. The biggest headache is the funky mouse acceleration curve that it applies by default. When you make small movements, they barely even register on the screen. When you make big movements and slow down a little mid-move, the pointer slows down much too rapidly.

A quick Google search revealed a support discussion post where users were discussing possible solutions. Someone suggested running this in the terminal:

defaults write -g com.apple.mouse.scaling -1

That improved things a little for me, but it’s not perfect. If you adjust the tracking speed in System Preferences after running this command, the acceleration curve will be reset to the default.

Update: After some tinkering (and further Googling), I found that `` or .1 seemed to work better for me than -1.