Quick fix: Open Settings → Bluetooth & devices → Touchpad → Scroll & zoom and toggle Scrolling direction between “Down motion scrolls down” and “Down motion scrolls up.” This is the native Windows 11 control for what Mac users call “natural scrolling.”
You switched from Mac to Windows (or vice versa) and the touchpad scrolling feels backwards. Two-finger swipe up scrolls the page down — or down scrolls up — depending on which side of the fence feels right to you. Windows 11 has a single toggle that flips this, and unlike the mouse-wheel registry hack of older Windows, the touchpad has its own clean setting.
Affects: Windows 11 (and Windows 10) Precision Touchpads.
Fix time: ~2 minutes.
What causes this
Touchpad scrolling has two conventions. Traditional: down motion scrolls the page down (you push the content downward). Natural / Reverse: down motion scrolls the page up (you push the page itself, like dragging a physical document). macOS defaults to Natural; Windows defaults to Traditional. The touchpad and mouse wheel are independent settings.
Method 1 fixes the touchpad. For mouse wheel reversal, see Method 3.
Method 1: Toggle touchpad scroll direction in Settings
The native fix. Works on every Windows 11 Precision Touchpad.
- Open Settings → Bluetooth & devices → Touchpad.
- Expand the Scroll & zoom section.
- Find Scrolling direction dropdown. The two options:
- Down motion scrolls down (Traditional, Windows default)
- Down motion scrolls up (Natural, Mac-style)
- Click the dropdown and pick your preference.
- Test immediately — two-finger swipe should produce the direction you expect.
The setting persists across reboots and Windows updates. Per-app reversal isn’t supported — this is a system-wide preference.
Method 2: Adjust touchpad scroll sensitivity if direction is right but feel is off
Use after Method 1 when direction is correct but scrolling feels too slow or jumpy.
- In the same Scroll & zoom section, find Scroll lines (or it may be on Settings → Bluetooth & devices → Mouse).
- Adjust the value. Default is typically 3 lines per scroll notch. Increase for faster scrolling, decrease for finer control.
- For smoother scrolling, also check Settings → Bluetooth & devices → Mouse → Scroll inactive windows when hovering over them — turn on. Lets you scroll within any visible window even if it’s not focused.
- Test in a long document or web page. Scrolling should feel smooth without overshooting.
This separates the “direction is wrong” complaint from the “direction is right but feel is off” complaint.
Method 3: Reverse mouse wheel direction via registry (separate from touchpad)
Use when you also use an external mouse and want both touchpad and wheel to scroll the same direction (the Settings toggle in Method 1 doesn’t affect mouse wheels).
- First identify your mouse’s device instance. Open Device Manager (Win + X → Device Manager).
- Expand Mice and other pointing devices. Right-click your mouse → Properties → Details tab → pick Device instance path from the Property dropdown.
- Note the path (e.g.,
HID\VID_046D&PID_4054&...). - Open Registry Editor. Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\<your VID/PID>\<...>\Device Parameters. - Find FlipFlopWheel DWORD. If it doesn’t exist, create it.
- Set value to 1 to reverse scrolling; 0 for default.
- Reboot or unplug-replug the mouse.
- Test — mouse wheel now scrolls in the reversed direction.
This is the right approach when you use both a touchpad and a mouse and want consistent behavior across both.
How to verify the fix worked
- Open a long web page in Edge. Two-finger swipe down on the touchpad — the page should move in the direction you expect.
- Two-finger swipe up should do the opposite.
- If you adjusted mouse wheel reversal in Method 3: roll mouse wheel down — page moves in the expected direction matching the touchpad.
- Settings → Touchpad → Scroll & zoom shows your selected direction.
If none of these work
If Scrolling direction dropdown is missing from Touchpad settings, your laptop has a Legacy Touchpad (Synaptics or ELAN with old driver), not a Precision Touchpad. Two options: Update the driver: check your laptop OEM’s support page for a Precision Touchpad driver — many manufacturers offer one. Install it; the Settings page now exposes the full controls. Use vendor utility: Synaptics control panel (still present on some older laptops) has its own scroll direction setting. Find it in Control Panel → Mouse → Synaptics (or ELAN) tab. For laptops with no Precision Touchpad support and no vendor utility, third-party tools like AutoHotkey scripts can intercept and reverse scroll input — but that’s a heavy solution for a simple preference.
Bottom line: Touchpad scroll direction reversal is a one-click toggle in Windows 11 Settings — pick the direction that feels natural to you. Mouse wheel reversal needs a separate registry tweak.