How to Change Touchpad Three-finger Swipe Gestures in Windows 11
Three-finger swipe gestures in Windows 11 let you switch between open apps, show your desktop, or change audio volume by sliding your fingers across your laptop touchpad. Most modern Windows 11 laptops support these shortcuts right out of the box using a precision touchpad.
You can change what each swipe does in the Windows settings app to match how you like to work. Setting up these motions saves time so you do not have to click around with a mouse.
Go to Settings Bluetooth & devices Touchpad Three-finger gestures. Select your desired action from the Swipes dropdown menu to customize what three-finger swipes do.
Option One
Change Touchpad Three-finger Swipe Gestures in Settings
You can easily change touchpad gestures in Windows 11 using the built-in Settings app to match how you like to navigate. Open Settings with the Win+I shortcut, go to Bluetooth & devices, and click Touchpad. From there, look for the Swipes section under Three-finger gestures and pick the shortcut action you want from the dropdown menu.- Open Settings by pressing
Win+I. - Click on Bluetooth & devices on the left side. Then click on Touchpad on the right side. Open Touchpad settings
- Click on Three-finger gestures to open it.
- Choose what you want from the Swipes dropdown menu. Your options are:
- Nothing
- Switch apps and show desktop (this is the default)
- Switch desktops and show desktop
- Change audio and volume
- You can now close Settings.

Option Two
Change Touchpad Three-finger Swipe Gestures Using Registry
You can also change touchpad gestures using Registry Editor if the standard settings menu does not give you the control you need. This advanced method lets you turn off three-finger swipes completely by editing system keys directly, which overrides your normal settings app choices. Make sure you follow the exact command strings carefully to avoid system errors.
Change Touchpad Three-finger Swipe Gestures to “Nothing”
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ThreeFingerSlideEnabled /t REG_DWORD /d 0 /f
Change Touchpad Three-finger Swipe Gestures to “Switch apps and show desktop”
This is the default setting.
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ThreeFingerSlideEnabled /t REG_DWORD /d 1 /f
Change Touchpad Three-finger Swipe Gestures to "Switch desktops and show desktop"
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ThreeFingerSlideEnabled /t REG_DWORD /d 2 /f
Change Touchpad Three-finger Swipe Gestures to "Change audio and volume"
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ThreeFingerSlideEnabled /t REG_DWORD /d 3 /f
Summary
Configuring touchpad gestures in Windows 11 relies on two distinct approaches depending on technical preference.
How do you customize the Trackpad gestures on a Mac?
This guide concentrates entirely on Windows 11 hardware. Mac trackpad configuration lives inside System Settings (or System Preferences) under the Trackpad menu. Individual gestures toggle on or off there alongside sensitivity adjustments. Tapping with one finger performs standard clicks.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!