Windows

How to Enable or Disable Pen Visual Effects in Windows 11

Richard
Written by
Richard
Mar 29, 2026 Updated Apr 3, 2026 2 min read
How to Enable or Disable Pen Visual Effects in Windows 11

This tutorial shows you how to turn pen visual effects on or off in Windows 11. Why would you do this? Some pens show ripple effects when you tap the screen. You might want to disable these effects to reduce distractions.

First, let’s explain what’s happening. When you pair a pen with your Windows 11 PC via Bluetooth, you can customize how it works. One option is controlling whether visual effects appear when you use the pen.

Option One: Using Settings

This is the easiest method for most users.

  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
  4. Click on Additional pen settings to expand the menu.
  5. Look for the Show visual effects option. Check the box to enable it (turn on). Uncheck the box to disable it (turn off).
  6. Close Settings when you’re done.
Windows 11 Pen and Windows Ink settings menu location
Show pen visual effects checkbox toggle in Windows 11

Option Two: Using Windows Terminal (Advanced)

⚠️ Requires admin privileges

This method uses commands to change settings directly. Why use this? It’s faster if you need to change settings on multiple computers.

Open Windows Terminal and run one of these commands:

Turn On visual effects and cursor (default setting):

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v PenVisualization /t REG_DWORD /d 35 /f

Turn Off visual effects and cursor:

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v PenVisualization /t REG_DWORD /d 0 /f

Turn Off visual effects and keep cursor On:

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v PenVisualization /t REG_DWORD /d 32 /f

Turn On visual effects and turn Off cursor:

🗝️Registry
reg add "HKEY_CURRENT_USER\Control Panel\Cursors" /v PenVisualization /t REG_DWORD /d 3 /f

Summary

You can control pen visual effects in Windows 11 two ways. The Settings method is simple and doesn’t require admin access. The Windows Terminal method is faster for advanced users. Visual effects like ripples can be helpful or distracting depending on your preference. Choose whichever method works best for you. After making changes, your pen will work exactly how you want it to.

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 Change What the Power Button Does in Windows 11
Windows How to Change What the Power Button Does in Windows 11
How to Add a Family Member in Microsoft Family Safety
Windows How to Add a Family Member in Microsoft Family Safety
How to Hide or Show Network Icon in Windows 11 File Explorer
Windows How to Hide or Show Network Icon in Windows 11 File Explorer
How to Enable or Disable FilterKeys in Windows 11
Windows How to Enable or Disable FilterKeys in Windows 11

Leave a Reply

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