# Display Driver Uninstaller Guide (DDU)

This guide shows you how to completely remove your GPU drivers and reinstall it. Reinstalling GPU drivers will ensure a clean driver install and resolve any potential issues.

**Reasons why you might need to do this:**

* If you're having crashes/black-screen or artifacts/glitches on your screen.\
  \
  These issues could be caused by a faulty/corrupted GPU driver. Your laptop has 2 GPUs.\
  — An **iGPU** (integrated in the processor) *<mark style="color:blue;">eg: Intel UHD/Iris graphics, AMD Radeon xxxM graphics</mark>*\
  — A **dGPU** (dedicated graphics card) *<mark style="color:green;">eg: Nvidia RTX/GTX series, AMD Radeon RX series</mark>*\\
* If you're having issues in **Standard/Eco/Optimized** modes, <mark style="color:yellow;">reinstall the iGPU driver</mark>.\
  If you're having issues in **Ultimate** mode or **while playing games**, <mark style="color:yellow;">reinstall the dGPU driver</mark>.\\

{% hint style="danger" %}
**BEFORE YOU START**

If you are reinstalling **dGPU drivers, switch to standard mode on GHelper/Armoury Crate**\
If you are reinstalling **iGPU drivers, switch to ultimate mode on GHelper/Armoury Crate**,

If you don't do this, you'll get a black screen after deleting the driver, requiring you to connect an external display to your laptop via the port that connects to your other functioning GPU.
{% endhint %}

## # Steps

{% stepper %}
{% step %}

#### Download official drivers

Download the newest drivers for your GPU from the manufacturer's website.

{% hint style="warning" %}
**DO NOT install or run them yet**
{% endhint %}

Nvidia: <https://www.nvidia.com/en-us/drivers/>\
AMD: <https://www.amd.com/en/support/download/drivers.html>

Save the driver installer on your desktop for easier access later. Preferably you'd want to have the latest driver because it will work best, especially with newer games as manufacturers often release bug fixes for them.
{% endstep %}

{% step %}

#### Install DDU

This software will completely uninstall everything related to your driver without leaving any trace of it, allowing you to fresh install new drivers.

<https://www.wagnardsoft.com/display-driver-uninstaller-DDU->

Portable mode is easier, just extract it to an empty folder on your desktop.
{% endstep %}

{% step %}

#### Preparing for DDU

1. Remove your internet connection completely (WiFi or ethernet). This prevents Windows from auto installing a GPU driver by itself through Windows Updates.
2. Open DDU, then on the top left open the `Options` menu,
3. Tick the `Enable Safe Mode dialog` option, it is the second to last option.
4. Reopen DDU, it should give you a `launch option` menu. Click the launch option drop-down box menu and select `Safe mode`
5. Your laptop will now restart and boot into safe mode. This is necessary to isolate any potential conflicts
6. DDU should open automatically after the restart, if it doesn't, run it manually.
   {% endstep %}

{% step %}

#### Using DDU

1. Once you're in DDU, there should be 2 drop-down menus on the right side,\
   `-Select device type-` and `-Select device-`\
   \
   Under the first menu, **select the GPU option**\
   Under the second one, **select the GPU driver you want to uninstall.**
2. Then press `clean and restart`, wait until it automatically restarts.
3. Once it restarts, install the GPU driver you downloaded earlier. After it finishes the installation, restart your laptop and re enable the internet.
   {% endstep %}
   {% endstepper %}

*Adapted from @yamen76 's guide on AsusTUF discord*


---

# 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://asustuf.gitbook.io/home/basics/ddu.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.
