Windows 10 device, phone, and pretty much anything that connects to a network has a unique identification number known as the media access control (MAC) address embedded on the physical network adapter (Ethernet, Wi-Fi, and Bluetooth), and it's a necessary component, alongside the Internet Protocol (IP) address, to allow communication between devices inside a local network.
Although, for the most part, you never have to worry about this information, sometimes you may need to find out the MAC address of the network adapter, for example, to identify the device or configure networking permissions on a router.
Whatever the reason it might be, Windows 10 includes several ways to determine the hardware address using the Settings app, PowerShell, Command Prompt, Control Panel, and even using System Information.
How to find MAC address using Settings
To find the MAC address for a network adapter with Settings, use these steps:
- Open Settings.
- Click on Network & Internet.
- Click on Ethernet or Wi-Fi depending on your network connection.
- Select the connection.
- Under the "Properties" section, confirm the physical address (MAC) of the device.
Once you complete the steps, you'll have an understanding of the MAC address for the network adapter installed on your computer.
How to find MAC address using Control Panel
To determine the physical address of a network card on Windows 10 with Control Panel, use these steps:
- Open Control Panel.
- Click on Network and Internet.
- Click on Network and Sharing Center.
- Click the Change adapter settings from the left pane.
- Double-click the Ethernet or Wi-Fi adapter depending on your connection.
- Click the Details button.
- Confirm the MAC address of the network adapter.
After you complete the steps, you'll know the physical address of the network card, which you can use filter access in the network settings or identify a device on the router.
How to find MAC address using System Information
To view the MAC address without Command Prompt, use these steps:
- Open Start.
- Search for System Information and click the top result to open the app.
- Expand the Components branch.
- Expand the Network branch.
- Select the Adapter option.
- Scroll down to the network adapter you want.
- Confirm the PC's MAC address.
Once you complete the steps, you'll be able to determine the media access control address of the network adapter.
How to find MAC address using Command Prompt
To find the MAC address with Command Prompt on Windows 10, use these steps:
- Open Start.
- Search for Command Prompt and click the top result to open the app.
- Type the following command to determine the MAC of your computer's network connection and press Enter:
ipconfig /all
- The MAC will be listed in the "Physical Address" field.
- (Optional) Type the following command to check the MAC address of the active network adapters and press Enter:
getmac
Quick tip: Although this should have been the best option to find the MAC address of your computer, it's only a good option if you have a single adapter because it doesn't display a friendly name to identify to which adapter the address belongs.
After you complete the steps, Command Prompt will display the hardware address of all the network adapters installed on Windows 10.
How to find MAC address using PowerShell
To find the MAC address with PowerShell, use these steps:
- Open Start.
- Search for PowerShell and click the top result to open the app.
- Type the following command and press Enter:
Get-NetAdapter
- Confirm the MAC address of the adapter install on Windows 10.
Once you complete the steps, PowerShell will list the MAC address for every network adapter configured on your Windows 10 device.