TechZerg is reader supported. When you purchase through links on our site, we may earn a commission.
- There are five different methods to find MAC address on Windows 10. The easiest method is the Command Prompt.
- Other methods to find MAC address on Windows 10 includes the Settings menu, System Information, Network Connection Settings, and Windows PowerShell.
Using a Mac computer instead? Here’s how to find MAC address on a Mac.
What is MAC address and what is a MAC address used for?
Every network-compatible device or interface, such as your Windows 10 device, has a unique twelve-digit alphanumeric code known as the media access control (MAC) address, also known as the hardware address or physical address.
Like the internet protocol (IP) address, the MAC address is also used to identify your device. The main difference between MAC address and an IP address is that MAC address is used to identify devices on a network while the IP address is used to connect and locate devices on a network.
Although, for the most part, you might never need to access your MAC address. If you’re setting up your router, for example, you could allow (whitelist) or block (blacklist) service to a specific device if you know its MAC address. Another reason is if your router lists connected devices by their MAC address, and you want to know which Mac address belongs to which device. Whatever the reason might be, Windows 10 makes it easy to find your MAC address with just a couple of clicks.
How to find your MAC address in Windows 10
You can use any of the five methods in this guide, but we’ll start with the Command Prompt. It’s the quickest way to find MAC address in Windows 10. Then we’ll cover the rest methods.
Command Prompt (CMD)
Fret not about the Command Prompt interface, don’t let it intimidate you. It’s not as complicated as it looks; you just need to follow this guide step by step.
1. Type Command Prompt in the search bar and click the top result that pops up, or if you are using the older version of Windows, right-click on the Windows Start button and select Command Prompt from the menu.
2. To display your network configuration, type in ipconfig /all, and hit Enter. You can also copy and paste it from here. (Notice there’s a letter-space between g and /).
3. Locate your adapter’s physical address. The value next to “Physical Address” is your Windows MAC address. You can copy and paste it to your clipboard if you need to.
Network Connection Settings
Using the Network Setting method is also very easy. You only need to find the MAC address by looking at your network adapter’s details in Windows.
1. Click on your Network icon in the bottom right (your Wi-Fi connection signal), select Network & Internet settings in the menu that appears. Or, right-click on the Network icon and select Open Network and Internet settings.
2. Click Network and Sharing Center located at the bottom of the screen.
3. Click on your network connection.
4. In the Wi-Fi Status window, click the Details button.
5. Locate the value next to Physical Address (usually fourth from the top). That is your Windows MAC address.
Settings menu
1. Open Settings. Right-click on Windows Start at the bottom-left, scroll down, and select Settings.
2. Click Network & Internet.
3. Select Ethernet or Wi-Fi, depending on your network connection, and click on the connection.
4. Scroll down and locate the value next to Physical address. That is your Windows 10 MAC address.
System Information
1. Type System Information into the search bar and click the top result to open the page.
2. On the System Information page, double-click on Components in the left panel.
3. Double-click on Network.
4. Select Adapter.
5. You will see many options, scroll down, and locate the network adapter you want, look for the values next to Physical Address. That is your Windows 10 MAC address.
PowerShell
You can also find your MAC address in Windows 10 with PowerShell by following these steps:
1. Type PowerShell into the search bar and click the top result to open the page, or right-click on the Windows Start button and select Windows PowerShell from the menu.
2. Type Get-NetAdapter and Press Enter.
3. Find your MAC address — PowerShell will list the MAC address for every network adapter configured on your Windows 10 Computer.
Find MAC address on Windows FAQs
Answer to related questions people also ask:
How can I find MAC address of my PC (Windows 7, 8, 10)?
Click on the Start menu in the bottom-left corner of your PC > Type ‘ipconfig /all’ >
Your MAC address is listed as the Physical Address (example: 00:2A:E4:9B:00:47)
What is the command to find MAC address in Windows?
Open the Command Prompt window, type ‘ipconfig /all,’ and hit Enter. Under ‘Ethernet Adapter Local Area Connection,’ you’ll see ‘Physical Address’ — that’s your MAC address.
How do I find my MAC address in Windows 10 without CMD?
Open Start > Search for System Information and click the top result > Expand the Components branch and then the Network branch > Select the Adapter option > Scroll down to the particular network adapter > You’ll see your PC’s MAC address.