How to Find My IP Address on Windows

Finding a computer's IP address

Finding a computer's IP address is relatively easy under Windows. If you are lazy, and do not want to use command-prompt to get this information, you can use an online service that will tell you your IP address. To determine your computer's IP over the Internet, you can use this link.

Those with more savvy, can find the computer's IP address using a special Windows command that can be invoked at the command-prompt.

This command is called ipconfig and to find your computer's IP you should do the following:

  1. Click Start > Run on the Windows taskbar.

  2. Select Run dialog box, and type cmd

  3. Click OK or press Enter

  4. Type ipconfig /all at the command prompt. A comprehensive configuration list for your network adapter will come up. Among the details you can find your IP address.

  5. If you wish to request a new IP from your DHCP server type ipconfig /renew. For more options and help type ipconfig -help