Change Windows Computer IP address

  • Shutdown your computer for a minute and turn it back on. Again, the common nature of DHCP is to assign the device same IP address each time it connects to the network, it’s unlikely that you’ll receive different address first time your restart your computer. If you restart a few times, you may get lucky and get a new IP address from your router.
  • Renew your IP address. You may manully release your IP address and obtain a new IP address with Windows ipconfig utility. Please follow the following steps.

On Windows 7 and below, click Start -> Run, and type cmd as shown below. On Windows 8, type WIN key and X key to bring Power User Menu -> Choose Run.

On the Command Prompt screen, run “ipconfig /release” and “ipconfig /renew” commands as shown below. You’ll have to start Elevated Command Prompt (Run as System Administrator) to execute ipconfig command.

C:\> ipconfig

Windows IP Configuration

Ethernet adapter Wireless Network Connection:

        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 192.168.1.101
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1

C:\> ipconfig /release
Windows IP Configuration

No operation can be performed on Local Area Connection while it has its media
disconnected.

Ethernet adapter Wireless Network Connection:

        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 0.0.0.0
        Subnet Mask . . . . . . . . . . . : 0.0.0.0
        Default Gateway . . . . . . . . . :

Ethernet adapter Local Area Connection:

        Media State . . . . . . . . . . . : Media disconnected

C:\> ipconfig /renew

Windows IP Configuration

Ethernet adapter Wireless Network Connection:

        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 192.168.1.102
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1

Verify that you have a new IP address by either typing ipconfig command, or by visiting IPINFO. On our example above, the IP address has been changed from 192.168.1.101 to 192.168.1.102. Again, the nature of DHCP is to assign the device same IP address as before so you may have run this step multiple times to change your IP address.

  • You may use a proxy server or VPN to conceal your true IP address, and borrow an IP from a 3rd-party Proxy or VPN provider.

Comments

Leave a Reply