# Older Wacom drivers

There are several ways of finding older Wacom drivers for your tablet.

{% tabs %}
{% tab title="Wacom.com" %}

## Wacom support site

Go here: <https://www.wacom.com/en-us/support/product-support/drivers>

By entering the model name or number. The latest driver for the tablet is shown and link is provided to older drivers.

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

If you click on Older versions you'll find a small list of older driver versions

<figure><img src="/files/iO5cyGDzKQ3p6qXm0X0e" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="My list of wacom drivers" %}
Go here for the list: <https://thesevenpens.github.io/Wacom-Driver-List/>

Docs are here:  [SevenPens Wacom Driver List](/drawtab/resources/sevenpens-wacom-driver-list.md)

This is a single unified list for drivers found on Wacom.com and Archive.org

It is useful if you want a simple flat list to look at.

I think this list is also more complete than the other options.
{% endtab %}

{% tab title="Archive.org" %}

## Archive.org (for Windows drivers)

LINK: <https://archive.org/details/wacom-tablet-drivers-for-windows>

Click on SHOW ALL and you'll be taken to the list: <https://archive.org/details/wacom-tablet-drivers-for-windows>

Many versions of Wacom drivers are there:

* Some very old
* Some newer
* They may not have the very latest versions though

NOTE: These drivers are stored on archive.org and don't come directly from Wacom's site. So, take precaution against malware.
{% endtab %}
{% endtabs %}


---

# 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/older-wacom-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.
