Windows

How to Enable or Disable Display Additional Keys Pressed when using Pen in Windows 11

Richard
Written by
Richard
Mar 29, 2026 Updated Apr 3, 2026 2 min read
How to Enable or Disable Display Additional Keys Pressed when using Pen in Windows 11

This tutorial shows you how to turn on or off the display of additional keys pressed when using a pen in Windows 11.

You can connect a pen to your Windows 11 PC via Bluetooth. Then you can customize what your pen does and how it works.

Why would you want this?

When you press certain keys on your keyboard while using your pen, you might want to see them displayed on your screen. These keys are Shift, Ctrl, Alt, and Win. They are called modifier keys. This feature shows these keys under your pen cursor when you press them.

What happens when you enable this?

You will see the modifier keys appear on your screen whenever you press them while using your pen. This helps you know which keys are active.

Option One: Use Settings

  1. Open Settings by pressing Win+I on your keyboard.
  2. Click or tap Bluetooth & devices on the left side. Then click or tap Pen & Windows Ink on the right side.  Open Pen & Windows Ink settings
Windows 11 Pen and Windows Ink settings menu location
  1. Click or tap Additional pen settings to expand it.
  2. Check the box to enable or uncheck the box to disable Display additional keys pressed when using my pen. By default, this is unchecked (disabled).
Display additional keys pressed checkbox in pen settings
  1. You can now close Settings.

Option Two: Use Registry

Open the Windows Terminal app and run the commands below.

Enable Display Additional Keys Pressed when using Pen

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

Disable Display Additional Keys Pressed when using Pen

This is the default setting.

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

Summary

You can show or hide modifier keys on your screen when using a pen in Windows 11. Use Settings for an easy way to change this. Or use the Registry if you prefer commands. The modifier keys are Shift, Ctrl, Alt, and Win. By default, these keys are hidden. Enable this feature if you want to see them displayed under your pen cursor.

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.

2459 articles → Twitter

📚 Related Tutorials

How to Enable or Disable Pen Cursor in Windows 11
Windows How to Enable or Disable Pen Cursor in Windows 11
How to Change Windows Terminal Themes
Windows How to Change Windows Terminal Themes

Leave a Reply

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