Windows

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

Richard
Written by
Richard
Mar 29, 2026 2 min read
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
Windows 11 Pen and Windows Ink settings menu
  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).
Use pen as mouse checkbox enabled in Windows 11 settings
  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:

🗝️Registry
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:

🗝️Registry
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.

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.

2458 articles → Twitter

📚 Related Tutorials

How to Keep Microsoft Teams Running in the Taskbar
Windows How to Keep Microsoft Teams Running in the Taskbar
How to Create Live Kernel Dumps in Windows 11
Windows How to Create Live Kernel Dumps in Windows 11
How to Deactivate Windows 11 Activation Key
Windows How to Deactivate Windows 11 Activation Key
How to Enable or Disable Mouse Pointer Shadow in Windows 11
Windows How to Enable or Disable Mouse Pointer Shadow in Windows 11

Leave a Reply

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