Uninstall guide

Uninstall Wacom driver on Windows — complete removal guide

Uninstall the Wacom driver completely from Windows. Standard Control Panel removal plus optional complete cleanup of all files, AppData and registry entries.

Uninstall Wacom driver via Control Panel

cmd.exe
# Stop Wacom service first:
C:\> net stop WTabletServicePro
# Open Programs and Features:
C:\> appwiz.cpl
# Find "Wacom Tablet" > right-click > Uninstall
# Follow the uninstall wizard and reboot when prompted
For a standard uninstall this is sufficient. Only do the complete clean removal below if you are troubleshooting persistent issues.

Remove all Wacom files and registry entries

PowerShell — Administrator
# Delete Wacom program folders:
PS> Remove-Item "C:\Program Files\Tablet" -Recurse -Force -ErrorAction SilentlyContinue
PS> Remove-Item "$env:APPDATA\WTablet" -Recurse -Force -ErrorAction SilentlyContinue
# Remove registry keys:
PS> reg delete "HKLM\SOFTWARE\Wacom" /f 2>$null
PS> reg delete "HKCU\SOFTWARE\Wacom" /f 2>$null

What remains after uninstall

LocationContentsSafe to delete?
C:\Program Files\TabletDriver binariesYes — delete manually if present
%APPDATA%\WTabletPen settings, preferencesYes
HKLM\SOFTWARE\WacomRegistry settingsYes — use reg delete
Device Manager entriesUSB driver entriesYes — uninstall device

Uninstall questions

Wacom does not appear in Programs and Features
The driver may have been partially installed. Look for the uninstaller directly: C:\Program Files\Tablet\Wacom\32\uninstalldriver.exe. Run it as Administrator. If not found, use the clean removal steps above.
After uninstalling, pen still works as a mouse
Windows has a built-in HID driver for pen tablets that provides basic pointer movement without the Wacom driver. This is expected — the Wacom driver provides pressure, tilt, and button customisation on top of basic HID.

Reinstalling after uninstall?

Fresh install guide for Windows 10 and 11.

Install guide