How to invert mouse scroll direction on Windows

Complete guide with multiple methods and troubleshooting

7-10 min read
Expert Verified
Last Updated: August 2025

Quick Answer

To invert mouse scroll direction on Windows, you can adjust settings through the Control Panel, use the Windows Registry, or utilize third-party software. Each method varies in complexity and user-friendliness, allowing you to choose the best fit for your needs.

Medium7-10 min read

Prerequisites & Requirements

Before you begin inverting your mouse scroll direction, ensure you have the following:
  • A Windows PC running Windows 10 or Windows 11.
  • Administrator access to modify system settings.
  • Basic understanding of navigating Windows settings and the Control Panel.
  • Backup important data before making changes to the registry or system settings.

Method 1: Using Windows Settings

This method is the simplest and most user-friendly way to invert mouse scroll direction. It is recommended for users who prefer not to delve into advanced settings.
  • Step 1: Open the Start menu by clicking the Windows icon or pressing the Windows key.
  • Step 2: Type 'Settings' and press Enter to open the Settings app.
  • Step 3: Click on 'Devices' and then select 'Mouse' from the left sidebar.
  • Step 4: Look for the option 'Scroll direction' and toggle it to your preference.
  • Step 5: Test the scroll direction to verify it has been inverted.

For Windows 11

Windows 11 users will find a slightly different interface but similar steps.
  • Step 1: Click on the Start menu and select 'Settings' (gear icon).
  • Step 2: Navigate to 'Bluetooth & devices' and then click on 'Mouse'.
  • Step 3: Under 'Scroll direction', choose 'Down to scroll down' or 'Up to scroll down' based on your preference.

For Windows 10

Windows 10 users can follow these steps to access mouse settings.
  • Step 1: Open the Start menu and select 'Settings'.
  • Step 2: Click on 'Devices' and select 'Mouse'.
  • Step 3: Find the 'Scroll direction' option and adjust it accordingly.

Method 2: Using the Windows Registry

This method is more advanced and should be used with caution. It allows for deeper customization of mouse settings.
  • Step 1: Press Win + R to open the Run dialog.
  • Step 2: Type 'regedit' and press Enter to open the Registry Editor.
  • Step 3: Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PrecisionTouchPad.
  • Step 4: Look for a DWORD value named 'ScrollDirection'. If it doesn’t exist, right-click and create a new DWORD (32-bit) value.
  • Step 5: Set the value to '1' to invert the scroll direction or '0' to keep it normal.
  • Step 6: Close the Registry Editor and restart your computer to apply the changes.

Troubleshooting Common Issues

If you encounter issues while trying to invert mouse scroll direction, consider the following solutions:
  • Error: 'Scroll direction not changing' - Solution: Ensure you have the latest mouse drivers installed. Visit the manufacturer's website for updates.
  • Issue: 'Settings revert after restart' - Fix: Check if any third-party mouse software is overriding your settings.
  • Problem: 'Registry changes not applying' - Workaround: Ensure you have administrative privileges and try running the Registry Editor as an administrator.

Advanced Tips & Shortcuts

For power users looking to enhance their experience, consider these tips:
  • Keyboard shortcut: Win + I - Opens Settings quickly.
  • Command line: 'Get-PnpDevice' - Use PowerShell to list all connected devices, including your mouse.
  • Hidden feature: Touchpad settings - Access additional scroll options by navigating to 'Touchpad' settings in the 'Devices' section.

Common Mistakes to Avoid

Avoid these common pitfalls:

Expert Tips

For the best experience, utilize the method that aligns with your comfort level and technical expertise.