Windows - Displaying, Releasing, and Renewing a DHCP Lease
This document outlines how to see your current IP address and MAC address as well as how to release and renew a DHCP lease.
Releasing and renewing your DHCP lease will pull a new IP address for your device from the DHCP host. This can solve many network connection issues.
Note: Releasing and renewing the current configuration can only be done if your adapter is configured to obtain an IP address automatically.
Displaying a DHCP Lease
- Open the Start menu.
- Type "cmd" into the search bar.
- Either click Command Prompt (or press Enter once the Command Prompt listing is highlighted).
- In the Command Prompt, type "ipconfig /all," and press Enter. Your IP Address is listed to the right of IPv4 Address while your MAC Address is listed to the right of Physical Address.

Releasing and Renewing a DHCP Lease
- Open the Start menu.
- Type "cmd" into the search bar, and click Command Prompt (or press Enter once the Command Prompt listing is highlighted).

- In the Command Prompt, type "ipconfig /release," and press Enter.

-
Then type "ipconfig /renew," and press Enter. Note: There is supposed to be a space between "ipconfig" and "/renew."

You have renewed your DHCP lease.