Skip to content
Follow
Windows

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

Richard
Written by
Richard
Mar 29, 2026 Updated Jul 12, 2026 2 min read
How to Enable or Disable Ignore Touch Input when using Pen in Windows 11
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.

⚡ Quick Answer

Go to Settings > Bluetooth & devices > Pen & Windows Ink > Additional pen settings. Check or uncheck the box next to “Ignore touch input when I’m using my pen” to enable or disable it. This prevents accidental touches from interfering with your pen.

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 1Use 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. (see image below)
Windows 11 Pen & Windows Ink settings page
Windows 11 Pen & Windows Ink settings page
  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. (see image below)
Enable or disable ignore touch input when using pen setting
Enable or disable ignore touch input when using pen setting

Close Settings when done.

Option 2Use 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
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips 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.

📚 Related Tutorials

How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Change what Pen Shortcut Button Does in Windows 11
Windows How to Change what Pen Shortcut Button Does in Windows 11
How to Enable or Disable Use Pen as Mouse in Windows 11
Windows How to Enable or Disable Use Pen as Mouse in Windows 11
How to Enable or Disable Pen Cursor in Windows 11
Windows How to Enable or Disable Pen Cursor in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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