Devices Turn On or Off Accelerated Scrolling on Touchpad in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:
  • Tags Tags
    touch

Touchpad_scroll_banner.webp

This tutorial will show you how to turn on or off accelerated scrolling on the touchpad for your account in Windows 11.

Starting with Windows 11 build 26300.8376 (Experimental), Microsoft is adding new gesturing-related functionality to precision touchpads in Settings. The new features should be widely available across applications, with the exception that WinUI3-based UI requires new WinAppSDK versions for complete functionality - Microsoft is in the process of bringing the necessary changes to versions 1.8 and 2.0.

If your Windows 11 device (ex: laptop) has a built-in precision touchpad, you can turn on or off accelerated scrolling. Repeatedly scrolling increases the speed, allowing quick traversal of long documents.



Contents

  • Option One: Turn On or Off Accelerated Scrolling on Touchpad in Settings
  • Option Two: Turn On or Off Accelerated Scrolling on Touchpad using REG file




Option One

Turn On or Off Accelerated Scrolling on Touchpad in Settings


1 Open Settings (Win+I).

2 Click/tap on Bluetooth & devices on the left side, and click/tap on Touchpad on the right side. (see screenshot below)


Toucpad_settings.webp

3 Under Gestures & interaction, click/tap on Scroll & zoom to expand it open. (see screenshot below step 4)

4 Check (on - default) or uncheck (off) Accelerated scrolling for what you want. (see screenshot below)

Toucpad_accelerated_scrolling_settings.webp

5 You can now close Settings if you like.




Option Two

Turn On or Off Accelerated Scrolling on Touchpad using REG file


1 Do step 2 (on) or step 3 (off) below for what you want.

2 Turn On "Accelerated Scrolling"

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_ON_Accelerated_scrolling_for_touchpad.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad]
"BoostedPanningEnabled"=dword:ffffffff

3 Turn Off "Accelerated Scrolling"

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Turn_OFF_Accelerated_scrolling_for_touchpad.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad]
"BoostedPanningEnabled"=dword:00000000

4 Save the .reg file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

6 Double click/tap on the downloaded .reg file to merge it.

7 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

8 Restart the computer to apply.

9 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:

Latest Support Threads

Back
Top Bottom