# DIAG: Testing with Windows PNP drawing tablet drivers

## Overview

Windows has built-in tablet drivers through its Plug-and-play framework.

More here:

* [Windows PNP support](/drawtab/guides/platforms/windows/windows-pnp-support.md)
* [Windows PNP driver compatibility testing](/drawtab/guides/platforms/windows/windows-pnp-compat-testing.md)

## Using Windows PNP tablet drivers to investigate problems

The Windows PNP tablet driver is extremely basic. However, you can use it to diagnose problems with a drawing tablet.

* if a problem occurs with both the manufacturer tablet driver and the Windows PNP tablet driver, then the problem is likely not related to drivers.
* if a problem only occurs with the manufacturer driver, then you know the problem is driver related.

## **Instructions**

* First uninstall your manufacturer's tablet driver
* Restart your computer.
* Then try to reproduce the problem.

## Notes

* You do NOT need to disconnect your tablet.
* Some tablets do not work with Windows PNP drivers. This is usually a deliberate choice of the tablet manufacturer. So if the tablet isn't working with the PNP drivers, don't worry.

## The pointer

When Windows PNP drivers are being used and you are moving your pen, you'll see the pointer look like this

<img src="/files/nEWMRUYyxHIMwt0zswtM" alt="" data-size="original">

If you see it look like the normal mouse pointer when you use the pen, that usually means the manufacturer driver is being used.


---

# 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-windows-pnp-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.
