How to Enable or Disable Use Pen as Mouse in Windows 11

This tutorial will show you how to turn on or off the pen as mouse feature for your account in Windows 11.

You can pair a pen to your Windows 11 PC via Bluetooth. Then you can customize what your pen does.

Why would you want this? By default, your pen scrolls and pans the screen. But you can change it to act like a mouse instead. This gives you more control over how you use your pen with your computer.

Option One

Enable or Disable Use Pen as Mouse in Settings

  1. Open Settings by pressing Win+I on your keyboard.
  2. Click on Bluetooth & devices on the left side.
  3. Click on Pen & Windows Ink on the right side.  Open Pen & Windows Ink settings
  1. Click on Additional pen settings to expand the section.
  2. Check the box next to Let me use my pen as a mouse when it’s available to turn it on. Or uncheck it to turn it off (this is the default setting).
  1. You can now close Settings.

What happens? Your pen will now work like a mouse when you have this setting turned on.

Option Two

Enable or Disable Use Pen as Mouse Using Registry

⚠️ Admin Privileges Required

  1. Open Windows Terminal as an administrator.
  2. Run the command below for what you want to do.

To Turn On Use Pen as Mouse:

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Pen" /v PenInteractionModel /t REG_DWORD /d 1 /f

To Turn Off Use Pen as Mouse:

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Pen" /v PenInteractionModel /t REG_DWORD /d 0 /f

This is the default setting.

Summary

You now know how to enable or disable the pen as mouse feature in Windows 11. You can do this two ways. The easiest way is through Settings. Or you can use the Registry if you prefer the command line. Either way works the same. Once enabled, your pen will act like a mouse instead of scrolling the screen.

Categories:

Tags:

Leave a Reply

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

Exit mobile version