How to Reverse the Scrolling Direction in Windows 10

Windows users can be split into two different types of people. There are the ones that scroll the default way, and some that prefer to use a reversed scrolling direction. I’m a proud member of the default category, but I know some people that regard reversed scrolling to be the “more natural” way.

Reversing the scrolling direction used to be as easy as turning on a switch, but Microsoft decided to make things harder for those who prefer to scroll the “unnatural” way. It’s no longer possible to navigate to Devices > Mouse & Trackpad and toggle Reverse scrolling direction.

If you’re on one of the latest Windows 10 updates, you can’t reverse the scrolling direction as easily anymore. However, it’s still possible to do it, but you’ll have to take the long route. From our investigations, we discovered three different ways of reversing the scroll direction in Windows 10 (if you’re on the latest update).

Method 1 might not be possible to replicate in your situation depending on your laptop manufacturer, but the other two methods should work if followed on any Windows-based computer. If you use a touchpad, stick with Method 1. Let’s begin.

Method 1: Reverse the Scrolling Direction of a Touchpad (Touchpad only)

The steps of this method are highly dependable on the manufacturer of your laptop. Most laptop manufacturers use proprietary touchpad technologies, so you can expect your screen to look different than ours. We managed to reverse the scrolling direction of an ELAN Touchpad. If you have an Asus laptop, you should be able to follow this guide with no problems. If not, read the Note paragraphs for additional information.

  1. Press Windows key + I and click on Devices.
  2. Select Touchpad from the left-hand side menu, then click on Additional settings under Related settings.
  3. This is where it starts to be different according to your manufacturer. Once you arrive in the Mouse Properties screen, look for the tab belonging to your Touchpad software. In our case it’s ELAN. If it doesn’t take you to another window directly, look for an Options button.
    Note: Depending on your manufacturer, the tab can be named Clickpad settings, Smart Gestures, Synaptics, or Device Settings. If you can’t identify it, note that it’s usually located last when counting from the left and it’s usually the only tab with a logo.
  4. Look for the Multi-finger tab, select Scrolling, and then check the box next to Reverse.
    Note:
    Remember that this menu is likely to look entirely different on your side. Generally, look for an option similar to Two-finger scrolling and look for a reverse toggle.

Method 2: Reversing the Scrolling direction for a Mouse Wheel (Mouse only)

If you decide to use a mouse, reversing the touchpad’s settings will not have an effect on the mouse wheel. To change the direction of your mouse wheel, you need to dig deep into your Windows Registry files. Here’s what you need to do:

  1. Press Windows key + R to open a Run dialog. Type in “devmgmt.msc” and hit Enter.
  2. Expand the drop-down menu within Mice and other pointing devices and double-click on your mouse (HID-compliant mouse).
  3. Expand the Details tab and use the drop-down menu under Property to select Device instance path.
  4. Right-click on the path and select Copy, just to be safe. Once the path is copied to your clipboard, you can safely close Device Manager, but make sure you leave the HID-compliant mouse Properties window open.
    Note: 
    You can make sure you don’t lose the path by pasting it into a notepad file. This isn’t necessary if you leave the window open.
  5. Press Windows key + R, type “regedit” and press Enter.
  6. In Registry Editor, navigate to HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Enum \ HID.
  7. Compare the registry keys in HID with the path you’ve discovered in the device manager. Once you found a match, click on the folder in Registry Editor to expand it.
  8. Explore the key further until you get to Device Parameters. Click it once to select it, then double-click on FlipFlopWheel.
  9. Set the base to Hexadecimal, then modify the Value data to 1. Click OK and Close Registry Editor to save your configuration.
  10. The changes won’t take effect until you restart your computer or log out and in with your user.
    Note: If you want to revert to the default way of scrolling, get back to the FlipFlopWheel in Registry editor and change the Value data to 0.

Method 3: Reversing the Scrolling Direction with a Macro Script (Mouse and Touchpad)

Another way to go around reversing your scrolling direction is to use software capable of setting up macro scripts. By far, the most reliable way of doing this is with AutoHotkey. It’s completely free and the difficulty of utilizing it is minimal. This method will reverse both your touchpad and your mouse wheel scroll direction. Here’s what you need to do:

  1. Visit this link and press the Download button to download the freeware, then install it on your computer.
  2. Right-click anywhere on your desktop and create a New Text Document. It doesn’t really matter how you name it. At least not right now.
  3. Open the new document and paste the following commands:
    WheelUp::
    
    Send {WheelDown}
    
    Return
    
    WheelDown::
    
    Send {WheelUp}
    
    Return

  4. Save your modifications, then change the extension from .txt to .ahk. It will prompt you that the file might become unusable. Ignore it and hit OK.
    Note: If you are unable to view extensions, open a File Explorer window, go to View and check the box next to File Name Extensions.
  5. You should thee the icon of the text file transform into something else as soon as you hit OK. This means that Windows is recognizing it as an AutoHotkey file. Double-click on it to enforce the hotkey and reverse the scrolling of your mouse.
    If you decide to disable the hotkey and revert to the default way of scrolling, press Ctrl + Alt + Delete and click on Task Manager. From there, select the Processes tab and find AutoHotkey Unicode under Background processes. Select it and click End Task to revert to the default scrolling.

Note: Keep in mind that you need to run the script again whenever you restart or turn off your computer.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.