Updated September 6, 2026
In Windows, the MAC (Media Access Control) address is a unique identifier assigned to network interfaces for communications on a network. A MAC address consists of six (6) groups of two (2) hexadecimal digits, usually separated by colons or hyphens (XX:XX:XX:XX:XX:XX).
If you need to find the MAC address for your network adapter in Windows, you can do so through the Settings app or by using the Command Prompt / Windows PowerShell. In this article, we will explore both methods to help you quickly locate the MAC address for your network adapter(s).
Windows 11
Using the Settings app

- Open the Settings app by left-clicking on the Start
button and selecting the Settings app (gear icon), or press the Windows logo key
+ I on your keyboard.
- In the left-hand column of the Settings app, left-click on Network & internet.
- In the right-hand column, select either Wi-Fi or Ethernet, depending on the type of network connection you are using.
- If you are using a Wi-Fi connection, in the right-hand column, left-click on Hardware properties.
- If you are using an Ethernet connection, scroll down the right-hand column for the properties of the Ethernet adapter(s).
- The MAC address for your network adapter will be displayed under the Physical address (MAC) field.
Using the Command Prompt / Windows PowerShell

- Left-click on the Start
button to bring up the Start menu.
- In the upper right-hand corner of the Start menu, left-click on All apps.
- Scroll down the list of programs and double left-click on Windows Tools.
- Double left-click on Command Prompt.
- At the prompt, type the following command and press Enter:
ipconfig /all
- Look for the network adapter you want to find the MAC address for. The MAC address will be listed next to the Physical Address field.
or
- Right-click on the Start
button to bring up the Power User menu.
- Left-click on Terminal.
- At the prompt, type the following command and press Enter:
ipconfig /all
- Look for the network adapter you want to find the MAC address for. The MAC address will be listed next to the Physical Address field.
Windows 10
Using the Settings app

- Open the Settings app by left-clicking on the Start
button and selecting Settings (gear icon), or press the Windows logo key
+ I on your keyboard.
- In the Settings app, left-click on Network & internet.
- In the left-hand column, select either Wi-Fi or Ethernet, depending on the type of network connection you are using.
- If you are using a Wi-Fi connection, in the right-hand column, left-click on Hardware properties.
- If you are using an Ethernet connection, left-click on the network name and then scroll down for the properties of the Ethernet adapter.
- The MAC address for your network adapter will be displayed under the Physical address (MAC) field.
Using the Command Prompt / Windows PowerShell

- Left-click on the Start
button.
- Scroll down the program list and then left-click on the Windows System folder to expand.
- Left-click on Command Prompt.
- At the prompt, type the following command and press Enter:
ipconfig /all
- Look for the network adapter you want to find the MAC address for. The MAC address will be listed next to the Physical Address field.
or
- Right-click on the Start
button to bring up the Power User menu.
- Left-click on Windows PowerShell.
- At the prompt, type the following command and press Enter:
ipconfig /all
- Look for the network adapter you want to find the MAC address for. The MAC address will be listed next to the Physical Address field.
Whichever method you choose, you should now have your network adapter's MAC address. It's worth noting it if you need it for network configuration or troubleshooting. Keep in mind that theMAC address is unique to each network adapter and identifies your device on a network; it differs from an IP address, which can change depending on your network configuration.