# How to manually update the firmware on my D-Link DIR-BE3602 router?

Updating your router’s firmware helps improve performance, add new features, and enhance security. Follow the steps below to perform a manual firmware update.

{% stepper %}
{% step %}
**Download the Latest Firmware**

* Visit the official **D-Link Support Website**
* Search for your router model: **DIR-BE3602**
* Go to the **Downloads** or **Firmware** section
* Download the latest firmware file to your computer and extract it if it is in **ZIP** format

{% hint style="info" %}
Tip: Always make sure the firmware file matches your router’s hardware version (e.g., A1, A2). You can find the hardware version printed on the label under your router.
{% endhint %}
{% endstep %}

{% step %}
**Log in to the Router Interface**

* Connect your device to the router (via Wi-Fi or Ethernet cable)
* Open a web browser and go to **192.168.0.1** or **<http://dlinkrouter.local>**
* Log in using your admin credentials.
  * Username: **admin**
  * Password: ***(use the one you set during setup)***

<figure><img src="/files/B28Xqa1NyjKyJVEKKa0d" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Go to the Firmware Update Section**

* From the top menu, click **More**

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

* Under **System Control**, click **Update**
* The page will show Local Update, FOTA Update, and Backup Configuration options
  {% endstep %}

{% step %}
**Upload the Firmware File**

* Under **Local Update**, make sure **Save Configuration** is checked if you want to keep your current settings. If you prefer a clean install, uncheck **Save Configuration**
* Click the **Update** button next to **Local Update**

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

* A file selection window will appear
* Browse and select the firmware file you downloaded earlier (e.g., DIR-BE3602\_FW\_v1.xx.bin). Then, Click **Open** to start the update

{% hint style="info" %}
*Important:*&#x20;

* *Do not power off or unplug the router during the firmware update process.*&#x20;
* *The update may take several minutes to complete.*
  {% endhint %}
  {% endstep %}

{% step %}
**Wait for the Router to Reboot**

* Once the update is completed, the router will automatically restart.
* After reboot, log in again and verify the Current Version under FOTA Update to ensure the firmware has been successfully updated
  {% endstep %}
  {% endstepper %}


---

# 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://support.dlink.com.sg/consumer/wi-fi-7-multi-gigabit-router/dir-be3602/faqs/how-to-manually-update-the-firmware-on-my-d-link-dir-be3602-router.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.
