Windows

Enable Handwriting: Use Your Fingertip in Windows 11

Richard
Written by
Richard
Mar 14, 2023 Updated Apr 30, 2026 3 min read

Do you own a Windows tablet or a device with a touchscreen? You can use the touch keyboard to type out text easily. Windows also includes a handwriting panel that lets you draw or write using a pen or your finger. This is very helpful when you do not have a physical keyboard attached.

Why use this? Enabling handwriting allows you to write naturally on your screen, which is great for quick notes or filling out forms.

What happens when done? Your device will recognize your finger movements as ink strokes instead of just mouse clicks.

Method 1: Using the Settings App

This is the easiest way to change your settings.

  1. Open the Windows Settings app by clicking the Start menu or pressing the Windows key + I shortcut.
  2. Click on Bluetooth & devices on the left sidebar.
windows 11 bluetooth and device icon in settings app
  1. Select the Pen & Windows Ink tile on the right.
Windows pen and windows ink tile
  1. Look for the Handwriting section and click on Use your handwriting to enter text to expand the menu.
  2. Check the box labeled Write with your fingertip to turn it on. Uncheck it to turn it off.
Windows enable or disable write with your fingertip
  1. Close the Settings app when you are finished.

Method 2: Using the Windows Registry Editor (Advanced)

Note: This method requires admin privileges.

You can also use the Windows Registry Editor to change this setting.

  1. Open the Run dialog by pressing Windows key + R, type regedit, and press Enter.
  2. Navigate to this path: HKEY_CURRENT_USER\Software\Microsoft\TabletTip\EmbeddedInkControl
  3. If you do not see the EmbeddedInkControl folder, right-click the TabletTip key, select New, and create the subkey folder.
Windows enable or disable writing with fingertip registry
  1. Right-click in the empty space on the right side of the window. Select New then DWORD (32-bit) Value. Name it EnableInkingWithTouch.
  2. Double-click EnableInkingWithTouch. Set the Base to Decimal.
  3. In the Value data box, type 1 to turn the feature on, or 0 to turn it off.
Windows enable or disable writing with fingertip registry value data
  1. Save your changes and restart your computer to apply the new settings.

Troubleshooting Missing Handwriting Panel

If the handwriting panel does not appear, ensure your language pack supports handwriting recognition. Go to Settings > Time & language > Language & region. Click the three dots next to your language and select Language options. Check if Handwriting is installed under the Keyboards section.

Enterprise Deployment

For IT administrators, you can deploy this setting across multiple machines using a PowerShell script or Group Policy. Use the following PowerShell command to enable the feature for the current user:

PowerShell
Set-ItemProperty -Path "HKCU:\Software\Microsoft\TabletTip\EmbeddedInkControl" -Name "EnableInkingWithTouch" -Value 1

Summary

You now know how to control the handwriting panel in Windows 11. By adjusting these settings, you can decide whether your fingertip acts as a pen or just a pointer. Use the Settings app for a quick change, or the Registry Editor if you prefer advanced system controls. For more information, visit the official Microsoft support documentation.

Why does the touch keyboard appear instead of the handwriting panel?

The touch keyboard is the default input method in Windows 11. To switch, tap the keyboard icon in the top-left corner of the touch keyboard interface. From the menu that appears, select the handwriting icon (which looks like a pen writing on a line) to toggle the mode.

How do I fix the handwriting panel if the settings icon is missing?

If the settings icon is missing, your Windows 11 installation may be missing the necessary touch input components. Run the System File Checker by opening Command Prompt as an administrator and typing sfc /scannow. This repairs corrupted system files that might be preventing the handwriting panel from displaying correctly.

Was this guide helpful?

Tags: #Windows 11
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.

Leave a Reply

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

Exit mobile version