How to find IP address with ipconfig

Learn how to find your computer IP address using ipconfig.

You can find the IP address of your computer using the ipconfig utility.

  1. Open Command Prompt.

    ipconfig open command prompt app

  2. Type ipconfig /all to get the network information from your computer.

     ipconfig /all
  3. It would output the network information of your computer, including the IP Address (see IPv4 Addressline)

    ipconfig all parameter shows IPv4 address

     C:\Windows\system32>ipconfig /all
    
     Windows IP Configuration
        
        Host Name . . . . . . . . . . . . . . . . . : PC53
        Primary Dns Suffix. . . . . . . . . . . . . : ____.com
        Node Type . . . . . . . . . . . . . . . . . : Hybrid
        IP Routing Enabled. . . . . . . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . . . . . . : No
        DNS Suffix Search List. . . . . . . . . . . : ____.com
    
     Ehternet adapter Ethernet
        
        Connection-specific DNS Suffix . . . : ____.com
        Description. . . . . . . . . . . . . : Intel (R) Ethernet Connection I217-LM
        Physical Address . . . . . . . . . . : 18-66-DA-0E-2D-0A
        DHCP Enabled . . . . . . . . . . . . : Yes
        Autoconfiguration Enabled  . . . . . : Yes
        Link-local IPv6 Address. . . . . . . : fe80::2c1f:53df:a2fc:fbc4%14(Preferred)
        IPv4 Address . . . . . . . . . . . . : 192.168.101.102(Preferred)
        Subnet Mask. . . . . . . . . . . . . : 255.255.255.0
        Lease Obtained . . . . . . . . . . . : Thursday, September 8, 2022 7:43:31 PM