Ширина скролла windows 10

The Scroll bar is a vertical or horizontal bar that appears when scrolling the content. It remains visible to the extreme sides of the screen and sometimes at the bottom of the screen.

By default, Windows 11 hides the scrollbars automatically when they’re not in use. However, using Settings, you can always display Scrollbars in Windows 11, even if it is not in use.

But, sometimes, the default scrollbars width may not be sufficient when a person with fat fingers touches a scroll bar on a touchscreen computer. They will get little success when moving it up or down or across.

If you find the Windows scroll bar hard to find or use, you can change the Scrollbar width on Windows 11 or 10.

In this gearupwindows article, we will guide you on changing the Scrollbars Width in Windows 11 and 10 by tweaking the registry because you will not find any option in Windows Settings that allows you to adjust the width of the Scrollbars.

How to Change Scrollbar Width in Windows 11 or 10?

To change or adjust scrollbars width in Windows 11 or 10, use the following steps:-

Step 1. First, open Registry Editor.

Step 2. When the Registry Editor appears on your computer, browse to the following key in the left side navigation pane:-

HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics

Step 3. On the right pane of WindowsMetrics, double-click the ScrollHeight REG_SZ to edit it.

Note: The default value for scroll width is -225. You can enter the value to –500 to make it approx double the width. However, you can enter any value up to –1500. The higher the value, the wider scrollbar.

Step 4. Once you enter the desired number in the “Value data” field, click the OK button to save the changes.

Step 5. Now, double-click the ScrollWidth REG_SZ and enter the same value that you set in ScrollHeight.

Step 6. Click OK.

Step 7. At last, restart your computer to apply the changes.

Now, open File Explorer and see the Scrollbar if it needs your requirement.

That’s it.

Conclusion

In conclusion, the scroll bar is a fundamental component of the Windows user interface, which allows users to navigate through long documents or web pages easily. Windows 11 hides the scrollbars automatically, but users can always display them in Windows 11 by adjusting the settings. However, sometimes the default scrollbar width may not be sufficient, especially when using a touchscreen computer. To change the scrollbar width in Windows 11 or 10, users have to tweak the registry since there’s no option available in the Windows Settings. This article provides a step-by-step guide on how to change the scrollbar width in Windows 11 or 10 using the Registry Editor. Additionally, it also includes a guide on how to change scrollbars width in Chrome and Firefox browsers.

Since Windows 8, Microsoft removed all options to control any advanced appearance settings of the operating system. While you can still change the Windows theme, you cannot adjust how specific controls look, like it was possible in all releases starting from Windows 95 all the way up to Windows 7. Windows 10 does not bring those options back. If you are looking for a way to change the appearance of scrollbars in Windows 10, in this article I will share how it can be done.

There are two ways to change the size of scrollbars in Windows 10. Let’s explore them.

Change scrollbar size with Winaero Tweaker

In version 0.3.1, I added the appropriate option to Winaero Tweaker. Run it and go to Advanced appearance — Scrollbars. Here, you can adjust the width of scrollbars and change the size of scrollbar buttons in Windows 7, Windows 8/8.1 and Windows 10. The changes will be applied instantly. No reboot is required.

default scrollbars Winaero Tweaker

tweaked scrollbars Winaero Tweaker

That’s it. You can download Winaero Tweaker here:
Download Winaero Tweaker | The list of Winaero Tweaker features | Winaero Tweaker FAQ

The alternative way involves Registry editing.

Adjust scrollbars appearance with a Registry tweak

It is possible to adjust window title bar height using Windows Registry Editor. This method is worth mentioning for those who like tinkering with the system themselves.

  1. Open Registry Editor. If you are not familiar with Registry Editor, see this detailed tutorial.
  2. Go to the following Registry key:
    HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics

    Tip: You can access any desired Registry key with one click.

  3. To change the scollbar width, change the string value named «ScrollWidth». Set its value using the following formula:
    -15*desired width in pixels

    For example, to set the scrollbar width to 18px, set the ScrollWidth value to

    -15*18 = -270
  4. To change the size of scrollbar buttons, edit the value ScrollHeight using the same formula.
    Windows 10 chage scrollbars size

  5. After that, sign out and sign in back to your user account to apply the changes.

That’s it. Note that if you edit the Registry manually, the changes are not instant. So, if you wish to experiment to determine the right size of the scrollbar, I recommend you to use Winaero Tweaker.

This trick also works in Windows 8 and Windows 8.1.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won’t take a lot from you, but it will help us grow. Thanks for your support!

The size of the scrollbar in Windows 11 may sometimes be too small or too large for users’ preferences. Fortunately, Windows allows you to customize the scrollbar width and height by making some adjustments within the system’s registry. This guide will walk you through the steps to resize the scrollbar to suit your needs. Keep in mind that making changes in the Windows Registry can affect your system, so proceed with caution.

Scrollbars are an essential part of navigating through long pages or documents, whether you’re using a browser, file explorer, or another program. Some users find that the default size of the scrollbars in Windows 11 is either too narrow or too wide, affecting usability. While there are no direct options in the settings menu to adjust scrollbar size, you can use the Registry Editor (Regedit) to modify these dimensions.

In this tutorial, you’ll learn two methods: adjusting the scrollbar button size and changing the scrollbar width. Both of these methods require editing values in the Windows Registry, but we’ll guide you step-by-step to ensure a smooth process.

⚠️ Please note: The process described below is the same in Windows 11 as it is in Windows 10. However, bear in mind that we’ll be using screenshots from Windows 11, so your UI may look a little different.

How to Change Windows 11 Scrollbar Button Size to Smaller or Larger

This method allows you to make the scrollbar buttons—those small arrows at the top and bottom of the scrollbar—either smaller or larger. This can be helpful for users who find the default buttons difficult to click.

  1. Open Registry Editor (Regedit)Open Windows search, type “regedit” and press Enter. This will launch the Registry Editor.

     

    Windows 11 - Open Regedit

  2. Navigate to the “WindowMetrics” KeyIn the Registry Editor, follow this path:
    HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics

     
    This section contains various visual settings for your desktop, including scrollbar dimensions.
     

    Windows 11 - Regedit - WindowMetrics

  3. Open the “ScrollHeight” SettingScroll through the list and locate “ScrollHeight“. This value controls the height of the scrollbar buttons. Double-click “ScrollHeight” to open the value editor.

     

    Windows 11 - Regedit - WindowMetrics - ScrollHeight

  4. Modify the ScrollHeight ValueBy default, the value is set to -255. To make the scrollbar buttons larger, increase the negative value (e.g., -300), and to make them smaller, decrease the value (e.g., -200).
     
    After adjusting the value, click “OK” to save the change. Restart your computer for the changes to take effect.

     

    Windows 11 - Regedit - WindowMetrics - ScrollHeight - Value Data - Accept

How to Change Windows 11 Scrollbar Width

The second method involves adjusting the actual width of the scrollbar. This is particularly useful for users who find the default scrollbar too narrow or too wide for comfortable navigation.

  1. Open Registry Editor (Regedit)Open Windows search, type “regedit” and press Enter. This will launch the Registry Editor.

     

    Windows 11 - Open Regedit

  2. Navigate to the “WindowMetrics” KeyIn the Registry Editor, follow this path:
    HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics

     
    This section contains various visual settings for your desktop, including scrollbar dimensions.


     

    Windows 11 - Regedit - WindowMetrics

  3. Locate the “ScrollWidth” EntryLook for “ScrollWidth” in the list of entries. This value represents the current width of your scrollbar in pixels.

     

    Windows 11 - Regedit - WindowMetrics - ScrollWidth

  4. Edit the ScrollWidth ValueDouble-click “ScrollWidth” to bring up the value editor. By default, this value is set to -255, which determines the width of the scrollbar. Increasing the negative number (e.g., -300) makes the scrollbar wider, while decreasing it (e.g., -200) makes it narrower.

     

    Windows 11 - Regedit - WindowMetrics - ScrollWidth - Value Data - Accept

How to Change Scrollbar Style Using Windows High Contrast Settings

While this method doesn’t allow you to precisely change the scrollbar size, it modifies the appearance of scrollbars for better visibility, which can make them seem larger or more distinct.

Steps to Enable High Contrast Mode:

  1. Open Windows SettingsPress “Windows + I” to open the Settings app, then navigate to Accessibility.

  2. Enable High Contrast ModeUnder the “Vision” section, select “Contrast themes”. Choose a theme with more distinguishable scrollbars, such as “Desert”, “Dusk” or “Night Sky”.

  3. Apply the ThemeClick “Apply” to enable the selected contrast theme. This will enhance the visibility and size appearance of the scrollbars, though not in the same way as adjusting their physical size through the registry.

How to Change Scrollbar Size in Windows 11 Using Third-Party Tools

There are also third-party programs designed to offer more control over the Windows user interface, including scrollbar size and appearance. These apps provide graphical interfaces to adjust settings that would normally require registry tweaks.
 
We recommend Winaero Tweaker, which is a popular free tool that offers a wide range of customization options for Windows, including adjusting the scrollbar size without diving into the registry.

Steps to Use Winaero Tweaker:

  1. Download and Install Winaero TweakerVisit the official website of Winaero Tweaker, download the program, and install it on your system.

  2. Adjust Scrollbar SizeOpen Winaero Tweaker, navigate to the Advanced Appearance Settings section, and find the option to adjust scrollbar size. Set your desired width and height for the scrollbars.

  3. Apply the ChangesSave and apply the changes, then restart your system to see the new scrollbar sizes.

Related: How to Change the Display DPI Scaling Level in Windows 11

If you are experiencing issues with text or applications appearing too small or too large on your Windows 11 display, adjusting the DPI scaling might be the solution. DPI (Dots Per Inch) scaling allows you to fine-tune how content is displayed on your screen, enhancing readability and optimizing the overall user experience, especially on high-resolution monitors. In our other guide, we show you how to adjust DPI scaling in Windows 11 using Settings or the Registry Editor and how you can restore default DPI scaling quickly.

 

Featured - Change Display DPI Scaling Level in Windows 11

FAQ – Frequently Asked Questions About Adjusting Scrollbars

Can I resize scrollbars without using the Registry Editor?

Yes, you can resize scrollbars without manual registry edits by using third-party applications such as Winaero Tweaker. This software offers a user-friendly graphical interface that lets you adjust scrollbar dimensions easily, providing sliders and input boxes to set your desired width and height, which greatly simplifies the process compared to manual registry tweaks.

Is restarting the computer necessary after resizing the scrollbars?

Yes, restarting your computer is necessary to apply the changes fully after resizing scrollbars, whether you adjust them through Registry Editor or a third-party tool. The restart helps the system to reload its graphical user interface components with the new scrollbar dimensions effectively.

What happens if I incorrectly modify registry values?

Incorrectly modifying registry values can lead to various issues ranging from minor graphical glitches to severe system instability or boot failures. It’s crucial to back up the registry before making changes. If an error occurs, you can restore the registry from this backup or use System Restore to revert the system to a previous state when it was functioning correctly.

Can I make the scrollbar wider than the maximum limit set in the registry?

The maximum and minimum dimensions of the scrollbar are constrained by system-defined limits, usually based on the negative value range in ScrollWidth and ScrollHeight. Adjusting beyond these defined limits (-255 to -1500 approx) generally won’t have any additional effect, as Windows imposes these boundaries to ensure consistent user interface behavior.

What should I do if the scrollbar changes do not apply?

If the scrollbar dimension changes do not appear after restarting, double-check the registry values you entered for typos. Make sure you have modified the right registry keys and followed the correct format. If everything seems correct but still doesn’t work, revert to the original settings from a backup and try adjusting the values again.

Can I use High Contrast settings to change scrollbar appearance?

Yes, enabling High Contrast mode in the Accessibility settings can significantly enhance scrollbar visibility, making them easier to distinguish against the background. Although this mode does not change the physical dimensions of the scrollbars, it alters the color and contrast, making them stand out more, thus aiding those with visual impairments.

Will changing the scrollbar size affect system performance?

Modifying scrollbar sizes is primarily a visual tweak that should not impact system performance. These changes are limited to user interface elements and do not require additional processing power. However, excessively large values might lead to unusual behaviors or graphical issues in some applications.

What are the risks of using third-party tools for adjusting scrollbars?

Using third-party tools like Winaero Tweaker generally poses low to minimal risk if downloaded from legitimate sources. However, downloading software from unverified sources can risk installing malicious software. Always ensure that you are obtaining software from the official website or a reputable distributor.

How can I increase scrollbar visibility for better accessibility?

To enhance scrollbar visibility for accessibility reasons, you can either adjust the size via Registry Editor or third-party tools or enable High Contrast themes. These themes alter colors and contrast, which does not increase the scrollbar’s physical size but makes it more visible against the background, aiding those with visual challenges.

Can I adjust scrollbars on a per-app basis in Windows 11?

Scrollbar settings in Windows 11 are generally global, impacting all applications that use standard system scrollbars. Individual application settings might allow for further customization, but most applications will adhere to the system-wide settings specified through the registry or third-party tools.

Are scrollbar settings different in Windows 10?

Scrollbar resizing methods and default values are essentially the same in Windows 10 as in Windows 11. The main difference lies in the user interface and accessibility options that each system version offers, but the underlying registry keys and values are consistent across these versions.

How do I safely backup the Registry before making changes?

To safely back up the registry, open the Registry Editor and navigate to ‘File’ > ‘Export’. Ensure ‘All’ is selected under export range to back up the entire registry. Choose a secure location on your drive to save the REG file. This backup can be restored by simply running the saved REG file, effectively undoing any changes if needed.

What is the impact of scrollbar size on user experience?

Adjusting the scrollbar size can profoundly affect user experience, especially for those with motor skill difficulties or visual impairments. Larger scrollbars make it easier to navigate through content, reducing the precision needed for mouse movements. Conversely, smaller scrollbars might provide more screen real estate for content but can be challenging to use for those needing clearer and more substantial interactive elements.

Can changes to scrollbars be automated for multiple machines?

Yes, if you manage multiple machines, such as in a corporate environment, you can automate the resizing of scrollbars using scripts in PowerShell or batch files. These scripts can modify the registry settings on multiple systems simultaneously. This approach is efficient for applying consistent settings across an enterprise, ensuring all users benefit from improved accessibility or preferred visual settings.

How do I restore my system if a registry edit causes issues?

If a registry adjustment leads to system instability or functionality issues, you can restore your system by starting in Safe Mode and running the previously created backup registry file. Alternatively, if you have System Restore enabled, you can revert your system to a restore point taken before the changes were made, essentially undoing all recent modifications to the registry and other system settings.

Related: How to Use a Custom or Larger Mouse Cursor in Windows

Now that you know how to change the Windows color scheme, you might be wondering if you can extend the color to your mouse cursor. While there’s no direct option, you can follow our guide on how to use a custom cursor in Windows to find one that better fits with your OS.

 

Windows 10 - How to Change Mouse Cursor Size or use Custom Cursor Themes

Related: How to Change Accent Color in Windows 11 and Windows 10

Windows 10 and 11 offer a built-in customization option that allows you to change the accent color – a vibrant hue that highlights various UI elements like the Start menu, taskbar, and title bars. This simple tweak can personalize your desktop and make it more visually appealing. In our other guide, we show you how to change your accent color in Windows 11 by both picking from its preset options and creating an entirely custom shade.

 

Featured - Change Accent Color in Windows 11

Related: How to Install Fonts in Windows 11 or Windows 10

Windows comes with a variety of pre-installed fonts, but you can also add more fonts to customize your experience. Many apps install additional fonts in Windows which then are also available to other programs. In our other guide, we show you how to install fonts in Windows 11 / Windows 10 to use them in applications like Microsoft Word, PowerPoint and where you can download fonts for free.

 

Featured - How to install fonts in Windows 11 and Windows 10

Last Updated on November 7, 2024 2:57 pm CET

[yasr_overall_rating] [yasr_visitor_votes]

This tutorial explains how to change the scrollbar width and height in Windows 10.

We know that when we open a new window (say File Explorer) and adjust its size, the horizontal and vertical scrollbars are visible. However, these scrollbars are of default width and height and Windows 10 or lower versions don’t provide any option to change them. Still, it is possible to adjust the height and width of these scrollbars. You need to tweak Windows 10 Registry. Don’t worry, it won’t harm your PC and also very easy to do.

In the screenshot below, you can see the comparison of default and customized scrollbars. I reduced the size of scrollbars and it is looking quite good (well at least I’m happy with the changes). The changes are added to all types of windows like File Explorer, a folder, Save as window, Open window, etc.

before and after comparison of scrollbars

If you want to do the same, you need to follow very easy steps.

You may also check:

  • How To Customize The Windows 10 Taskbar.
  • How To Adjust Separate Volumes On Windows 10.
  • How To Speed Up Application Launch On Windows 10 Startup.

Step 1: Open Registry Editor and then go to HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrices. The WindowMetrices key has two different string values: ScrollHeight and ScrollWidth.

access WindowMetrics key

Step 2: Double click on ScrollHeight key and you will see its default value is set to ‘-255’. If you want to decrease the height, then enter value lower than -255, say -320. And to increase the height, enter value greater than -255.

Repeat the same for ScrollWidth.

After changing these values, you must logoff or restart your computer to apply these changes. Then, you can easily see the difference in width and height of scrollbars of any window.

Verdict:

You might not be satisfied with the default width and height of the scrollbars in Windows 10. Then go ahead, and change their values by accessing the Registry.

[yasr_overall_rating]
[yasr_visitor_votes]

The vertical scroll bar in Windows 11 is very thin and how can I make the scroll bars wider? For touch screen users, you may want to make the scrollbar bigger so you can operate easier. In this tutorial we’ll show you how to change the scrollbar width in Windows 11 or 10, without using third-party software.

How to Change the Scrollbar Width in Windows 11 or 10

  1. Open Registry Editor and browse to the location: HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics​. Double-click the DWORD ScrollWidth in the right pane to modify its value data.

  2. The default value of ScrollWidth is -255 and it is based on this formula: -15 multiplied by the width you want in pixels, so you can figure out the default width of the scrollbar is 17 pixels. To make the scrollbar wider, I would like to change it to 20 pixels, so I enter -300 in the Value data field and click OK.

    Note that the value of ScrollWidth should be between -120 and -1500. There is also a similar registry entry called ScrollHeight, which allows you to adjust the height of the scrollbar.

  3. Close Registry Editor. You need to log out of your user account and then log back in to see the changes.

That’s it!

  • Previous Post: 2 Methods to Disable / Enable Slideshow on Windows 11 Lock Screen
  • Next Post: Easy Ways to Delete Unused Printer Ports in Windows 11

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Sonicstage для windows 10 на русском
  • Упрощенная сборка windows 10
  • Программы для windows 7 starter
  • Драйвер asus usb n53 драйвер windows
  • Oneclickstarter windows 10 как отключить