# Uninstalling tablet drivers

## Overview

Just as they are installed, tablet drivers can also be uninstalled.

Normally, you would only be interested in uninstalling a tablet driver if you don't plan to to use your drawing tablet again. However, uninstalling/re-installing is a common troubleshooting technique so it is useful to be familiar with the process.

## Windows uninstall process

### **Windows**

* Steps
  * Go to **Start** > **Apps** > Installed apps
    * On earlier version of Windowss, search for "Add Remove Programs" and then uninstall apps
  * Locate the applivation for your tablet brand
  * Click on it and select to uninstall
  * The uninstall process may ask you to restart your computer, do that.
  * If you are not asked to restart your compute, after the uninstall process is finished, restart your computer anyway.
* About the needed to restart the computer
  * Uninstalling a driver may require a restart of your system. So, get this out of the way before you proceed with the next steps. Even if a driver uninstalled without asking you to restart. I highly recommend you restart your computer after you uninstall a tablet driver.

### Extended uninstall process

Some tablet drivers leave bits of themselves installed, even after an uninstallation process. To ensure nothing remains, use the [Tablet Driver Cleanup tool](/drawtab/guides/drivers/tablet-driver-cleanup-tool.md).

### Starting the uninstall process from the driver

Even though I normally use the standard operating system methods to start the uninstall process, for some tablet brands, you can launch the uninstall process from the driver app itself.

## MacOS uninstall process

Wacom

* Search for **Wacom Tablet Utility**&#x20;
* Under **Tablet Software** click **Uninstall**

Resources

* [Wacom - How do I uninstall and re-install the Wacom driver on Mac OS for a Pen Tablet, Pen Display, or Pen Computer?](https://support.wacom.com/hc/en-us/articles/1500006264581-How-do-I-uninstall-and-re-install-the-Wacom-driver-on-Mac-OS-for-a-Pen-Tablet-Pen-Display-or-Pen-Computer)
* [Huion - How to Uninstall Version 15 Driver (MacOS)](https://support.huion.com/en/support/solutions/articles/44002222326-how-to-uninstall-version-15-driver-macos-)
* [Huion - How to Uninstall the HUION MAC Driver V13 or V14 Properly](https://support.huion.com/en/support/solutions/articles/44001164144-how-to-uninstall-the-huion-mac-driver-v13-or-v14-properly)

## Resources

* [Huion - How to Uninstall Version 15 Driver (Windows)](https://support.huion.com/en/support/solutions/articles/44002136887-how-to-uninstall-version-15-driver-windows-)
*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sevenpens.com/drawtab/guides/drivers/uninstalling-tablet-drivers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
