> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/gpu-vds/drivers/updating-drivers/updating-nvidia-drivers/updating-nvidia-drivers-on-windows.md).

# Updating NVIDIA drivers on Windows

### 1. Login to your VPS via RDP and open up your web browser.

### 2. Check your current driver version

Start by opening the NVIDIA Desktop Manager by Double-Clicking on the Icon \[2] on the TaskBar as instructed on the screenshot.

<figure><img src="/files/TTXHFWW77GVIUsoJcZB6" alt=""><figcaption></figcaption></figure>

Then, Check the driver version following the screenshot.

<figure><img src="/files/bK6DGLAUYQVmDWcv6o7B" alt=""><figcaption></figcaption></figure>

Keep note of the driver version to match with what you find on the NVIDIA Drivers Site

### 3. Find the right drivers

On your browser, open the official Nvidia Website and go to the Drivers Download Page. Then, type the name of your card correctly in field 1 and select it. Next, select the correct OS and the Language in Dropdown 2 and 3 respectively, then click `Find` \[4]. The official link to the page is: <https://www.nvidia.com/en-us/drivers/>

<figure><img src="/files/tHsv1egxyFnOhdKrdltt" alt=""><figcaption></figcaption></figure>

On the page that opens, check and validate the driver version \[1] and compare if the number is higher than the one installed on your machine and click `View` \[2] and then click on `Download` \[2] on the page that opens after clicking on `View` \[2].

<figure><img src="/files/A1sBiw8uEq9YJIRtVHNa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sHC8khvawm0zhDltikZS" alt=""><figcaption></figcaption></figure>

### 4. Installing the Driver

Start by opening the downloaded executable and leave the inputs as default and follow the on-screen instructions, then click on the `OK` button.

<figure><img src="/files/0HtBM4krY4kUrLdHkSh5" alt=""><figcaption></figcaption></figure>

Then read the License agreement, and if you agree to it's contents click `AGREE AND CONTINUE`

<figure><img src="/files/StfxXFrufWyD1MjiTxdN" alt=""><figcaption></figcaption></figure>

Next, select the Express option, and click `NEXT`

<figure><img src="/files/VU7xOVlnrY0CeSJepxUE" alt=""><figcaption></figcaption></figure>

Wait for it to finish installing, and click `CLOSE`

<figure><img src="/files/ZXGjvPjAYuaauf96NZwp" alt=""><figcaption></figcaption></figure>

Just like that, you have successfully updated the GPU drivers on your windows VPS.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.synteq.com/gpu-vds/drivers/updating-drivers/updating-nvidia-drivers/updating-nvidia-drivers-on-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
