Follow
Windows

How to Change Touchpad Scrolling Direction in Windows 11

Richard
Written by
Richard
Mar 23, 2026 Updated Mar 24, 2026 2 min read
How to Change Touchpad Scrolling Direction in Windows 11

This tutorial shows you how to change your touchpad scrolling direction in Windows 11. You can make your touchpad scroll down when you swipe down, or scroll up when you swipe down. It’s your choice.

If your Windows 11 laptop has a built-in precision touchpad, you can change how scrolling works.

Windows 11 uses reverse scrolling by default. But you can switch to natural scrolling if you prefer.

Reverse scrolling (Down motion scrolls up) = When you swipe down on the touchpad, the page scrolls up. When you swipe up on the touchpad, the page scrolls down.

Natural scrolling (Down motion scrolls down) = When you swipe down on the touchpad, the page scrolls down. When you swipe up on the touchpad, the page scrolls up.

Reference: Precision touchpad tuning (touchpad-tuning-guidelines) This page has information about touchpad settings in Windows 10 and newer versions.

Option One

Change Touchpad Scrolling Direction in Settings

  1. Open Settings (press Win+I).
  2. Click Bluetooth & devices on the left side. Then click Touchpad on the right side. (see screenshot below)
  3.  Open Touchpad settings
  4. Click Scroll & zoom to open it. (see screenshot below step 4)
  5. Choose what you want in the Scrolling direction dropdown menu. Select Down motion scrolls up (the default) or Down motion scrolls down. (see screenshot below)
  6. You can now close Settings.
Windows 11 settings menu showing touchpad scroll and zoom options

Option Two

Change Touchpad Scrolling Direction Using Registry

⚠️ Admin privileges required

Change Touchpad Scrolling Direction to “Down motion scrolls up”

This is the default setting.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ScrollDirection /t REG_DWORD /d 0 /f

Change Touchpad Scrolling Direction to “Down motion scrolls down”

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad" /v ScrollDirection /t REG_DWORD /d 0xFFFFFFFF /f

Summary

You can easily change how your touchpad scrolls in Windows 11. Use Settings for a simple way to switch between reverse scrolling and natural scrolling. Or use the Registry if you prefer a more advanced method. Either way, you control how your touchpad works.

Was this guide helpful?

Tags: #Windows 11
Richard

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.

2472 articles → Twitter

📚 Related Tutorials

How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Switch Between Open Windows in Windows 11
Windows How to Switch Between Open Windows in Windows 11

Leave a Reply

Your email address will not be published. Required fields are marked *