Devices Change Mouse Scrolling Direction in Windows 11


  • Staff
Mouse_scroll_wheel_banner.png

This tutorial will show you how to change the scrolling direction of the mouse scroll wheel for all users in Windows 10 and Windows 11.

Windows uses reverse scrolling by default, but you can use natural scrolling if wanted.

Reverse scrolling = When you roll the mouse scroll wheel back, the scroll bar moves down as the page scrolls in an upward direction. When you roll the mouse scroll wheel forward, the scroll bar moves up as the page scrolls in a downward direction.

Natural scrolling = When you roll the mouse scroll wheel back, the scroll bar moves down as the page scrolls in a downward direction. When you roll the mouse scroll wheel forward, the scroll bar moves up as the page scrolls in an upward direction.

You must be signed in as an administrator to change the mouse scrolling direction in Windows.




Here's How:

1 Open Device Manager (devmgmt.msc).

2 Expand Mice and other pointing devices, and double click/tap on your mouse device (ex: "HID-compliant mouse"). (see screenshot below)

Mouse_HID_VID_Device_Manager-1.png

3 Click/tap on the Details tab, and select Device instance path in the "Property" drop menu. (see screenshot below step 4)

4 The Value box will show you the HID key path used in Registry Editor for this mouse device. (see screenshot below)

For example: HID\VID_046D&PID_C52B&MI_01&COL01\7&476E50E&0&0000

VID_046D&PID_C52B&MI_01&COL01
will be the subkey under the HID key.

7&476E50E&0&0000 will be the subkey under the VID_046D&PID_C52B&MI_01&COL01 key.


You will want to keep this window open for now to reference from in Registry Editor at step 6.


Mouse_HID_VID_Device_Manager-2.png

5 Open Registry Editor (regedit.exe).

6 Navigate to the key below in the left pane of Registry Editor. (see screenshot below)

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\<HID path>

You would substitute <HID path> in the key path above with the actual HID path from step 4.

For example:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\VID_046D&PID_C52B&MI_01&Col01\7&476e50e&0&0000


Mouse_scroll_direction_regedit-1.png

7 Expand the 7&476e50e&0&0000 key with your HID path name instead, and click/tap on the Device Parameters subkey. (see screenshot below step 8)

8 In the right pane of the Device Parameters key, double click/tap on the FlipFlopWheel DWORD value to modify it. (see screenshot below)

Mouse_scroll_direction_regedit-2.png

9 Enter 0 (default - reverse scrolling) or 1 (natural scrolling) in the value data box for what you want, and click/tap on OK. (see screenshots below)

Mouse_scroll_direction_regedit-3.png
Mouse_scroll_direction_regedit-4.png

10 You can now close Device Manager and Registry Editor.

11 Restart the computer to apply.


That's it,
Shawn Brink


 

Attachments

  • Mouse_scroll_wheel.png
    Mouse_scroll_wheel.png
    24.8 KB · Views: 12
Last edited:
Back
Top Bottom