Windows

How to Enable or Disable Ignore Touch Input when using Pen in Windows 11

Richard
Written by
Richard
Mar 29, 2026 2 min read
How to Enable or Disable Ignore Touch Input when using Pen in Windows 11

This guide shows you how to turn on or off the ignore touch input feature when using a pen in Windows 11. Why would you want this? If you often accidentally touch your screen while writing with a pen, this setting helps prevent those accidental touches from interfering with your work.

What is a Touchscreen?

A touchscreen lets you interact directly with what you see on your display. Instead of using a mouse or touchpad, you can touch the screen with your finger or a stylus pen.

Why Use This Feature?

When you enable the “Ignore touch input when I’m using my pen” setting, your computer stops responding to finger touches on the screen. This is useful if you bump or accidentally touch the screen while writing or drawing with your pen.

Option One: Use Settings

  1. Open Settings by pressing Win+I.
  2. Click on Bluetooth & devices on the left side.
  3. Click on Pen & Windows Ink on the right side.
Windows 11 Settings showing Pen and Windows Ink options
  1. Click on Additional pen settings to expand it.
  2. Check the box next to Ignore touch input when I’m using my pen to turn it on. Uncheck it to turn it off.
Checkbox to ignore touch input when using pen enabled

Close Settings when done.

    Option Two: Use Registry

    ⚠️ REQUIRES ADMIN PRIVILEGES

    Open the Terminal app as administrator and run the commands below.

    Enable Ignore Touch Input when using Pen

    🗝️Registry
    reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Pen" /v PenArbitrationType /t REG_DWORD /d 1 /f

    Disable Ignore Touch Input when using Pen

    This is the default setting.

    🗝️Registry
    reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Pen" /v PenArbitrationType /t REG_DWORD /d 3 /f

    Summary

    You now know how to enable or disable the ignore touch input feature when using a pen in Windows 11. The easiest way is through Settings. If you prefer using commands, you can use the Registry method with admin access. Either method will let you stop accidental touch input while writing or drawing with your pen.

    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.

    2457 articles → Twitter

    📚 Related Tutorials

    How to Change what Pen Shortcut Button Does in Windows 11
    Windows How to Change what Pen Shortcut Button Does in Windows 11

    Leave a Reply

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