10 Responses to “7 ways to find your MAC address in Windows”

  • Gert-Jan says:

    wmic nic get MACAddress,Name,NetEnabled

  • STEVEN says:

    Setting-Wifi-hardware properties.

  • Moataz says:

    Thanks, great compilation.

    But what about the compatibility ?, people want “one way work for all”
    “Get-NetAdapter” doesn’t even work for Win7 SP1.

    I think (work for XP and above):
    ipconfig /all | findstr “adapter Phy”
    is the better.
    or if you look for “Wi-Fi”:
    ipconfig /all | findstr /i “fi: phy”

  • b says:

    Very Helpful! Thank you

  • Mordasinski says:

    arp -a

  • Sweety says:

    Is there any way to get the MAC address of the disabled adapter?
    Can registry be used to find disabled adapter address?

    • Ciprian Adrian Rusen says:

      Read our tutorial carefully and you will find a method that works for your specific scenario.

    • Ciprian Adrian Rusen says:

      Read our tutorial carefully and you will find a method that works for your specific scenario.

  • Chiadi says:

    In Windows 8.1, one can also go through:
    PC Settings –> Network –>> Click on any enabled network connection; the details, including Physical Address will show up and can easily be copied.
    Thanks for your post.
    Chiadi L MBIBI

  • Juanito says:

    What am I doing wrong? The command “get-NetAdapter” in Windows PowerShell does not work in Win7 Pro. The command “getmac” does work.

Leave a Reply