> For the complete documentation index, see [llms.txt](https://docs.ssz.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ssz.gg/troubleshooting/common-fixes/install-directx.md).

# Install DirectX

*DirectX provides the graphics files that games and overlays depend on. Windows 10/11 already includes DirectX 12, but many games and overlays still need the **older DirectX 9/10/11 files** that are only installed by this package — install it even if your system is up to date.*

{% hint style="info" %}
**Install this if you see errors like:**

* `d3dx9_43.dll is missing`
* `d3dx11_43.dll is missing`
* `xinput1_3.dll is missing`
* `D3DCOMPILER_43.dll is missing`
* Overlay/ESP not rendering in game
  {% endhint %}

<a href="https://www.microsoft.com/en-us/download/details.aspx?id=35" class="button primary" data-icon="desktop-arrow-down">Download DirectX End-User Runtime</a>

{% stepper %}
{% step %}

### Download the Installer

1. Click the download button above to open the official Microsoft page.
2. Click **“Download”** to get `dxwebsetup.exe`.
   {% endstep %}

{% step %}

### Run the Installer

1. Right-click **`dxwebsetup.exe`** → select **“Run as administrator”**
2. Accept the license agreement and click **Next**.
3. **Uncheck** the “Install the Bing Bar” offer if it appears, then click **Next**.
   {% endstep %}

{% step %}

### Wait for Installation to Complete

* The installer will download and install all missing DirectX components.
* When it says “Installation Complete,” click **Finish**.
  {% endstep %}

{% step %}

### Restart Your PC

* Once finished, restart your system so all changes take effect.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
**Still getting DirectX errors after a restart?** Make sure you have also followed the [Install Runtimes](/troubleshooting/common-fixes/install-runtimes.md) guide. If the problem persists, create a ticket in our [Discord](https://ssz.gg/discord) and our support team will assist you.
{% endhint %}


---

# 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:

```
GET https://docs.ssz.gg/troubleshooting/common-fixes/install-directx.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.
