/
/

How to Enable or Disable “Use the Top of the Pen to Erase Ink” in Windows 11

by Joey Cole, Technical Writer
How to Enable or Disable "Use the Top of the Pen to Erase Ink" in Windows 11 blog banner image

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

In Windows 11, the “Use the top of the pen to erase ink” setting (or, for Surface device users, the Surface Pen eraser function) can enhance a user’s experience with ink-enabled applications. By enabling it, users can use the top of the pen to erase ink on the screen, similar to how you would do it with a pencil and paper.

This function can make using compatible pens or styluses easier. However, there may be cases where the feature needs to be disabled or further configured.

If you need ways to easily enable or disable the pen eraser, read on. This guide covers different methods for enabling or disabling the pen’s top via the Settings app, Control Panel, Registry Editor, and .reg file.

How to enable or disable erasing with the top of a digital pen

Devices with pen support can enable or disable a convenient feature on Surface Pens: the use of the top of the pen to erase ink. This is extremely helpful and intuitive, especially for users who need to take notes. However, some users and environments may want the feature disabled for reasons, such as standardization.

📌 Prerequisites:

Before you make any changes, make sure that you have a Windows 11 device with pen support.

📌 Recommended deployment strategies:

Click to Choose a Method💻

Best for Individual Users

💻💻💻

Best for Enterprises

Method 1: Configure via Settings app
Method 2: Configure via Control Panel
Method 3: Configure via Registry Editor
Method 4: Configure via .reg file

Method 1: Enabling or disabling the pen eraser function using the Settings app

The Settings app is the quickest and simplest method of configuring the pen, making it ideal for fast changes.

📌 Use Cases: This method is great for:

  • Individual end-users
  • Non-technical users who want a GUI for making quick and simple changes
  • Small teams that manage devices on a case-by-case basis

📌 Prerequisites:

  1. Open Settings.

💡 Tip: You can press the Windows key + I to quickly open the Settings app.

  1. Navigate to Bluetooth & devices > Pen & Windows Ink.

Pen & Windows Ink

  1. Expand the Additional pen settings.

⚠️ Important: The Additional pen settings will only be visible when a pen is connected to your device. Read more about this in the Things to look out for section.

  1. Configure the “Use the top of the pen to erase ink” when it’s available:
    • Toggle it On to enable the eraser function.
    • Toggle it Off to disable the eraser function.
  2. Close the Settings app.

Method 2: Configuring the pen eraser function via the Control Panel

If the Settings app doesn’t work or if you’re simply looking for an equally simple alternative method to configure the use of the top of the pen, you can also use the Control Panel.

📌 Use Cases: This method is suitable for:

  • Legacy environments that use old Windows tools
  • When the Settings app method doesn’t work

To use this method, follow these steps:

  1. Open Control Panel (icons view).
  2. Click on Pen and Touch.
  3. In the Pen Options tab, under “Pen buttons”, check (enable) or uncheck (disable) “Use the top of the pen to erase ink” (where available).
  4. Click OK to apply changes.

Method 3: Enabling or disabling the pen eraser function using the Registry Editor

The Registry Editor is another method that configures the Surface Pen eraser feature. Since this method involves scripting and can cause issues when not done correctly, it’s recommended for advanced users.

📌 Use Cases: This method is ideal for:

  • Advanced users and IT administrators who need granular control over the device
  • Testing environments that require settings to be toggled repeatedly
  • Environments requiring custom scripts and configurations

📌 Prerequisites: Before deploying this method, you’ll need administrator privileges.

To use the Registry Editor to configure the eraser settings, follow these steps:

  1. Press Win + R, type regedit, and press Enter to open Registry Editor.
  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Wisp\Pen\SysEventParameters
    • If the SysEventParameters key doesn’t exist, create it.
  3. In the right pane, create or modify the EraseEnable DWORD (32-bit) value:
    • Use “1” to enable the eraser function.
    • Use “0” to disable the eraser function.

⚠️ Warning: Editing the registry can cause system issues. Create a backup before proceeding. The Things to look out for section explains more about the consequences of misconfigured registry edits.

  1. Close Registry Editor.
  2. Sign out, then sign back in or restart your computer to apply changes.

Method 4: Using a .reg file to configure the top of a pen or stylus

The final method is via a .reg file, which is a good alternative to Registry Editor.

📌 Use Cases: This method is ideal for:

  • Environments requiring mass deployment across many devices
  • MSP and enterprise environments using remote device management tools

📌 Prerequisites: Before deploying this method, you’ll need administrator privileges.

Enable Eraser Function

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Wisp\Pen\SysEventParameters]
"EraseEnable"=dword:00000001

Disable Eraser Function

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Wisp\Pen\SysEventParameters]
"EraseEnable"=dword:00000000

To apply:

  1. Save the desired code snippet with a .reg extension (e.g., enable_eraser.reg).
  2. Double-click the file to merge it into the registry.
  3. Confirm any prompts.
  4. Sign out, then sign back in or restart the computer to apply changes.

⚠️ Things to look out for

RisksPotential ConsequencesReversals
No pen is connected to your deviceAdditional pen settings will not be visible.
Misconfigured Registry editsYou may experience system issues.Ensure that you have backed up your registry before making any changes.

Additional considerations before toggling the “Use the top of the pen to erase ink” feature

If you’re unsure which method to use, here are some considerations to keep in mind:

Lack of Group Policy setting

The pen eraser function can’t be applied via Local Group Policy. To configure multiple devices efficiently, you’ll need to use either the Registry Editor or a .reg file. Both methods require careful deployment to prevent any issues with your device.

User-specific setting

Generally, the Surface Pen eraser is a user-specific configuration. Unless you need a large group of individuals to have this feature enabled or disabled, then using the Settings app or Control Panel methods is the fastest way to configure the feature.

Standardized pen behaviour across devices

In a managed environment, using the Registry Editor or deploying the changes with a .reg file is a faster way to standardize pen behaviour across your Windows devices.

Troubleshooting

Here are common issues you may encounter while configuring the pen settings:

Pen not detected

Ensure the pen’s battery is charged and Bluetooth is paired.

Pen settings are missing or not visible

The following may be reasons for this issue:

The pen is not connected to your device

Fix: Ensure that your stylus or pen is connected to your device via Bluetooth and that it is fully charged and paired properly.

The device does not have pen support

Fix: There is no fix for this, since Pen Support is a prerequisite for configuring the Surface Pen eraser feature.

The necessary drivers to configure Pen settings are missing

Fix: Update your drivers to ensure that the settings are visible.

Quick-Start Guide

Enabling or Disabling the Use of the Top of a Pen to Erase Ink in Windows 11

To manage whether the top of your pen is used to erase ink in Windows 11, follow these steps:

Using Control Panel
1. Open Control Panel (in icons view).
2. Click/tap on the Pen and Touch icon.
3. Under Pen buttons, uncheck the box for Use the top of the pen to erase ink (where available) to disable this feature.
– To enable it, check the box.

Using Settings
1. Open Settings (Windows key + I).
2. Navigate to Bluetooth & devices > Pen & Windows Ink.
3. Under Pen buttons, toggle the Use top of pen to erase ink option on or off.

This setting determines whether the top of your pen functions as an eraser. If disabled, the top of the pen will not erase ink unless supported by the specific application you are using.

Standardize pen or stylus use by configuring the eraser settings

Enabling or disabling the top of the pen to erase ink in Windows 11 is straightforward when tailored to your environment. For individual users, the Settings or Control Panel methods are quick and user-friendly. For IT admins and managed environments, Registry Editor and .reg file deployments offer scalability and precision.

Related topics:

FAQs

There may be a number of reasons why the feature isn’t working. If you’ve used any of the methods above but the feature isn’t working, you might have skipped a step or done a step incorrectly. Check out the Things to look out for section for possible errors, or re-read the configuration methods to see if you did a step incorrectly.

You can also check if your Surface Pen is working, especially the tip. If the entire pen isn’t working, there may be other issues, such as:

  • Battery problems
  • Software glitches
  • Driver issues
  • Connection issues

There are different ways to resolve Surface Pen issues, depending on the specific cause.

Your device may not support pen input, or the necessary drivers may be missing.

You might also like

Ready to simplify the hardest parts of IT?