# NPCAP Driver Upgrade Management

The Endpoint Agent Client leverages the NPCAP library to support running certain [network tests](https://docs.thousandeyes.com/product-documentation/global-vantage-points/endpoint-agents/installing/endpoint-agent-installation-reference#tcp-support-for-windows) and gather device metrics on Windows devices. The default NPCAP library distributed with the installer is version **1.86**.

### Verify the installed Npcap version on Windows

To confirm the Npcap OEM build present on a Windows endpoint, inspect the **DisplayVersion** value under the Npcap uninstall registry key (64-bit Windows example):

```
reg query HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\NpcapInst
```

The reported version should align with the Npcap build bundled with your Endpoint Agent release; see [Endpoint Agent release notes](https://docs.thousandeyes.com/release-notes) if you need the exact bundle for a specific client version.

Our software undergoes testing against the versions of NPCAP that we distribute. By default, your account group only permits the use of these versions. However, if you are running other software that uses this library, you may have a version of NPCAP installed that is either older or newer than the version we provide. If you'd like to use a different version, just follow these [instructions](https://docs.thousandeyes.com/product-documentation/global-vantage-points/endpoint-agents/managing/manage-endpoint-agent-settings#advanced-agent-settings) to include it. Please note that you must use a minimum version of 1.0 to use our software.

If you enable another version, please know that our QA process does not test against these other versions. You must test and report any issues to us promptly.

## Report an Upgrade Issue

Please open a [support case](https://docs.thousandeyes.com/product-documentation/getting-started/getting-support-from-thousandeyes) if you experience issues with the upgrade. In some scenarios, ThousandEyes may disable auto-updates temporarily on your production Account Group until the issue gets resolved.

Auto updates are important for stability, security, and product function.


---

# 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.thousandeyes.com/product-documentation/global-vantage-points/endpoint-agents/installing/npcap-upgrade.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.
