If you use Windows 11, you might notice that scrollbars (the bars you use to scroll up and down or left and right) are hidden most of the time. They only appear when you move your mouse over them. This guide will help you decide if you want to always see these scrollbars or keep them hidden until you hover.
Why Change Your Scrollbar Settings?
Some people like to see scrollbars all the time. Others prefer them to stay hidden until they need them. It’s all about what feels comfortable to you.
How to Turn On or Off Always Show Scrollbars (Easy Way)
Follow these simple steps to change your scrollbar settings using the Windows Settings app:
- Press the Windows key + I on your keyboard to open Settings.
- On the left side, click Accessibility.
- On the right side, click Visual effects.
- Look for the option called Always show scrollbars.
- Turn it On if you want scrollbars to always be visible, or Off to keep the default hiding behavior.
You can also open the Visual effects settings directly by clicking this link (it will open the Settings app): Open Visual Effects Settings


Once done, you can close the Settings window.
How to Turn On or Off Always Show Scrollbars Using the Registry (Advanced)
If you’re comfortable editing your computer’s registry (this is for more experienced users), you can change the scrollbar setting this way:
To Turn On Always Show Scrollbars:
reg add "HKCU\Control Panel\Accessibility" /v DynamicScrollbars /t REG_DWORD /d 0 /f
⚠️ Admin privileges required
To Turn Off Always Show Scrollbars (Default Setting):
reg add "HKCU\Control Panel\Accessibility" /v DynamicScrollbars /t REG_DWORD /d 1 /f
⚠️ Admin privileges required
Important: Editing the registry can cause problems if done incorrectly. Always back up your registry before making changes. If you’re unsure, stick to the Settings method above.
Summary
- What happens: You control how scrollbars appear on your screen — always visible or only when you hover.
- Two ways to do it: Use Settings (easy) or Registry Editor (advanced).
- Why it matters: Make your PC experience comfortable by customizing scrollbars to your liking.
- Next steps: Try it out and see what works best for you!
By following these simple steps, you can control how scrollbars appear on your Windows 11 PC.





Leave a Reply