How To Know The Ip Address Of My Computer
Ipconfig
command is used to find the IP address of a system from command line. Run the command ipconfig
to print IP addresses for all network adapters installed on the system.
Open a web browser on a computer or device. You can use any computer or device connected to your network to determine your network's public IP address. Make sure the device is connected to your network first.
/001_how-to-find-your-default-gateway-ip-address-2626072-5c65d92746e0fb0001cec25a.jpg)


If you are interested in just knowing the IP address and not bothered about all other details printed by the command, you can use findstr to filter out unwanted details.
Here, it shows IP addresses for various interfaces installed on the computer, it includes IPv6 interfaces as well.
- How to find your IP address from the Command Prompt (all versions of Windows) Open the Command Prompt, type the command ipconfig and press Enter. This command lists all the network adapters (both Ethernet and wireless) found on your Windows computer, and it shows details about each of them. Windows, IP address, IPv4, IPv6.
- Your computer's IP address, the string of numbers used to identify your computer online, can be found in Windows easily. You usually don't need to know your IP address, and it's usually assigned.
- In the Connection Properties window, under This connection uses the following items:, select Internet Protocol Version 4 (TCP/IPv4), then click Properties and make sure that Obtain an IP address automatically and Obtain DNS server address automatically are selected.

If the system is connected to a DHCP configured network then you can release the IP obtained from DHCP.
How To Know The Ip Address Of My Computer

How To Get The Ip Address Of My Computer
The above command works for IPv4. To release IPv6 address the command is given below.