Table of Contents
If the macOS trackpad feels too slow — even after setting it to the maximum speed in System Settings → Trackpad — you’re not alone. Many power users prefer a much faster cursor movement, especially when switching from Windows or using large/dual monitors.

Why Increase Trackpad Speed on macOS?
Boosting trackpad sensitivity can help you:
- Move the cursor across large screens faster
- Improve productivity & workflow
- Mimic Windows-style pointer speed
- Reduce hand movement and fatigue
macOS hides advanced speed levels — but Terminal unlocks them.
1. Check Current Trackpad Speed Value
To see your current setting before Increase macOS Trackpad Speed Using Terminal:
defaults read -g com.apple.trackpad.scaling
2. Increase macOS Trackpad Speed Using Terminal Beyond the Limit
You can boost the speed higher than the System Settings slider allows:
defaults write -g com.apple.trackpad.scaling -float 6
killall Dock
You can use any value:
- 4 = slightly faster
- 6 = fast
- 7–10 = extremely fast
4. Reset Trackpad Speed to Default
If the cursor becomes too fast:
defaults delete -g com.apple.trackpad.scaling
killall Dock
This restores the default macOS trackpad behavior.
Final Thoughts
Using Terminal to adjust trackpad speed provides much greater control than the macOS interface allows. Whether you want a small boost or a dramatically faster experience, these commands give you flexibility while remaining fully reversible.
Want more simple yet powerful macOS tweaks like this? Explore more tips and tricks on Our Blog
