# DIAG: Checking tablet driver diagnostics

## Overview

All tablet drivers allow you to see some diagnostic information. This makes it easier to understand what is happening with the tablet without an application interfering or modifying the tablet behavior.

This diagnostic information is very useful for troubleshooting common issues such as pressure problems or non-detection of the pen.

## Wacom > Wacom tablet properties

* Launch Wacom Tablet Properties
* Click **About**
* Click **Diagnose**
* The **Diagnostics** window will appear
* As you move your mouse over the Diagnostics window, it will show you information about the pen position, pressure, tilt, etc.

<figure><img src="/files/oV4khN8a94erPNzhtzX6" alt="" width="375"><figcaption></figcaption></figure>

## Wacom > Wacom Center

* Launch the **Wacom Center**
* Click **Advanced** on the top right to bring up the **Advanced settings** panel
* Click **Diagnostics** on the bottom right of the **Advanced settings** panel to show the diagnostics information
* NOTE: Only a portion of the Diagnostics information can be seen at one time, so you will need to vertically scroll that section.

<figure><img src="/files/79tPVvakuyCLqtA9KGFh" alt="" width="375"><figcaption></figcaption></figure>

## XP-Pen PenTablet (v4.x)

* Launch the XP-Pen **PenTablet** application
* Click on the **Gear** icon on the left
* Under **Current device**, click **Diagnostic tool**
* The **Diagnostic tool** will appear

<figure><img src="/files/vHlExRqxJqiMw7cbnQVu" alt="" width="375"><figcaption></figcaption></figure>

## Huion HuionTablet app

Unfortunately, there is no equivalent diagnostic tool in the **HuionTablet** application. Instead Huion has a separate diagnostic tool called the QC tool.

As of May 27 2025, I have suggested to Huion that they incorporate some features of their QC tool into the HuionTablet app. I think that would be very helpful.

## Huion QC tool

To get the Huion QC tool, contact Huion customer support and they will send you a download link and instructions on how to use it.

<figure><img src="/files/3UmFkE4ZpRlyVqdrxdSk" alt=""><figcaption></figcaption></figure>


---

# 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/troubleshoot/diag-tablet-driver-diagnostics.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.
