Enable Handwriting: Use Your Fingertip in Windows 11
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.
- Open the Windows Settings app by clicking the Start menu or pressing the Windows key + I shortcut.
- Click on Bluetooth & devices on the left sidebar.

- Select the Pen & Windows Ink tile on the right.

- Look for the Handwriting section and click on Use your handwriting to enter text to expand the menu.
- Check the box labeled Write with your fingertip to turn it on. Uncheck it to turn it off.

- 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.
- Open the Run dialog by pressing Windows key + R, type
regedit, and press Enter. - Navigate to this path:
HKEY_CURRENT_USER\Software\Microsoft\TabletTip\EmbeddedInkControl - If you do not see the EmbeddedInkControl folder, right-click the TabletTip key, select New, and create the subkey folder.

- Right-click in the empty space on the right side of the window. Select New then DWORD (32-bit) Value. Name it
EnableInkingWithTouch. - Double-click
EnableInkingWithTouch. Set the Base to Decimal. - In the Value data box, type
1to turn the feature on, or0to turn it off.

- 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:
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?
Leave a Reply