Windows - Displaying, Releasing, and Renewing 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 and click Command Prompt.
Windows 7, 8, 10
-
Windows 10: Open the Start Menu, type cmd and press Enter.
-
Windows 8: Open the Start Menu, type cmd and press Enter.
-
Windows 7 and Windows Vista: Click on the Start Menu, type cmd in search box, and press Enter.
-
-
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.
- In the Command Prompt, type "ipconfig /release" and press Enter.
-
Type "ipconfig /renew" and press Enter.
You have renewed your DHCP lease.