How to find MAC address with ipconfig

Learn how to find your computer MAC address using ipconfig.

You can find the MAC 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 MAC Address (see Physical Addressline)

    ipconfig all parameter shows Physical MAC 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