Windows

How to Turn On or Off Scroll Inactive Windows in Windows 11

Richard
Written by
Richard
Mar 20, 2026 1 min read
How to Turn On or Off Scroll Inactive Windows in Windows 11

This tutorial will show you how to turn on or off scroll inactive windows when hovering over them in Windows 11. It’s easier than you might think!

Windows has a built-in feature that lets you scroll windows in the background just by moving your mouse over them. Your main window stays active the whole time. Let’s learn how to turn this feature on or off.

Option One

Turn On or Off Scroll Inactive Windows in Settings

  1. Open Settings by pressing Win+I on your keyboard.
  2. Click Bluetooth & devices on the left side.
  3. Click Mouse on the right side.

 Open Mouse settings

  1. Find the option Scroll inactive windows when hovering over them.
  2. Turn it On (this is the default) or Off based on what you want.
  3. Close Settings when you’re done.
windows mouse tile
windows mouse tile
windows scroll inactive windows when hovering over them tile
windows scroll inactive windows when hovering over them tile

Option Two

Turn On or Off Scroll Inactive Windows Using Command Line

  1. Open Windows Terminal.
  2. Select either Windows PowerShell or Command Prompt.
  3. Copy and paste one of the commands below and press Enter.

To Turn On:

reg add "HKCU\Control Panel\Desktop" /V MouseWheelRouting /T REG_DWORD /d 2 /F

To Turn Off:

reg add "HKCU\Control Panel\Desktop" /V MouseWheelRouting /T REG_DWORD /d 0 /F

That’s it! Your setting will take effect right away.

Summary

You now know three easy ways to control scroll inactive windows in Windows 11. The Settings option is the simplest if you prefer using the graphical interface. The Registry and Command Line options work if you’re comfortable with those tools. All three methods do the same thing—they just give you choices based on how you like to work with your computer.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2457 articles → Twitter

📚 Related Tutorials

How to Change Minimum PIN Length in Windows 11
Windows How to Change Minimum PIN Length in Windows 11
How to Enable or Disable Show Recommended Section in File Explorer Home in Windows 11
Windows How to Enable or Disable Show Recommended Section in File Explorer Home in Windows 11
How to Create Desktop Shortcuts in Windows 11
Windows How to Create Desktop Shortcuts in Windows 11
How to Burn a CD or DVD in Windows 11
Windows How to Burn a CD or DVD in Windows 11

Leave a Reply

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