Skip to content
Follow
Windows

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

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

Windows 11 lets you show onscreen feedback whenever you press keyboard shortcuts while using a stylus. Connecting a digital pen via Bluetooth unlocks several customization options.

⚡ Quick Answer

Go to Settings Bluetooth & devices Pen & Windows Ink Expand Additional pen settings and check or uncheck the box for “Display additional keys pressed when using my pen” to enable or disable it.

Why would you want this?

Displaying modifier keys (Shift, Ctrl, Alt, and Win) underneath the cursor provides instant visual confirmation whenever those keys are held down.

What happens when you enable this?

This setting shows your active shortcuts immediately. Keeping track of complex keystrokes becomes much simpler during detailed drawing or writing sessions.

Option 1Use 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 & Windows Ink settings page for pen customization.
Windows 11 Pen & Windows Ink settings page
  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).
Enable or disable display additional keys pressed when using pen setting.
Enable or disable display additional keys pressed when using pen setting.
  1. You can now close Settings.

Option 2Use Registry

Open Windows Terminal and execute the commands below.

Enable Display Additional Keys Pressed when using Pen

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 restores the factory default configuration.

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

Summary

Controlling pen feedback takes seconds through the Settings app or the Windows Registry. Modifier keys remain hidden by default. Toggling this behavior on ensures every keystroke registers visibly beneath the cursor.

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 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
How to Rename Bluetooth Devices in Windows 11
Windows How to Rename Bluetooth Devices in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

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

Leave a Comment

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