How to Find Your MAC Address in Windows 11
A MAC address is a unique 12-character physical hardware code that identifies your computer on a network. Windows 11 assigns this digital serial number to your Wi-Fi card or Ethernet adapter so routers and network gear can recognize your device.
Finding this number takes just a few clicks in your Windows settings or a quick command in Command Prompt. You need this code most often when you set up home router security, like MAC filtering, or when you troubleshoot stubborn connection problems.
Find your MAC address in Windows 11 via Settings under Network & internet Advanced network settings, or use the Command Prompt with ipconfig /all. Look for “Physical address (MAC)” in either location.
Method 1Using Windows Settings
The Settings app offers the quickest path to this information without touching the command line. Open Settings , go to Network & internet, then click on Advanced network settings. Your MAC address, also known as the network adapter’s physical address, appears right there.
- Press the Win+I on your keyboard to open Settings .
- Click Network & internet.


- Click Advanced network settings at the bottom of the list.

- Click the arrow next to your Ethernet or Wi-Fi adapter.

- Click View additional properties.

- Look for the line labeled Physical address (MAC).

Method 2Using Command Prompt
The Command Prompt provides another method for tracking down network details. Open Command Prompt, type the command `ipconfig /all` and press Enter. Then, check the ‘Physical Address’ line under your active network connection to find the hardware ID.
- Click the Start button and type cmd.
- Select Command Prompt.
- Type the following command and press Enter:
ipconfig /allLook for Physical Address under your active network connection. Pro Tip: Highlighting the address in the window and pressing Enter copies it directly to the clipboard.
Method 3Using PowerShell
PowerShell offers an alternative way to view network hardware. Launch the Windows PowerShell app to begin.
- Right-click the Start button and select Terminal or PowerShell.
- Type the following command and press Enter:
Get-NetAdapterA table appears on screen displaying network details. The MacAddress column lists the ID for each adapter present on the system.
Troubleshooting and Common Issues
Missing network hardware details usually point to missing or broken network drivers. Virtual machines can also generate extra network adapters that clutter the list. Anyone experiencing connection drops might want to learn how to set a static IP in Windows 11 to stabilize their connection.
MAC Address Randomization
Windows 11 utilizes randomized hardware identifiers to protect user privacy on public networks. This means the system might display a different identifier on public Wi-Fi compared to a home router. Users requiring a consistent ID for router filtering can toggle this behavior within the Wi-Fi configuration menu.
Summary
Wrapping things up, remember that this physical address remains your device's permanent digital fingerprint on any local network. Operating systems provide multiple built-in utilities for uncovering this code whenever necessary.- A MAC address is a unique ID used to identify your device on a network.
- You can find this easily in the Settings app under Network & internet.
- Advanced users can use the
ipconfig /allcommand in Command Prompt. - You can also use the
Get-NetAdaptercommand in PowerShell to see a list of your network hardware. - MAC address randomization is a privacy feature that may change your visible ID on public networks.
Is the MAC address the same as the IP address?
No. A MAC address is a permanent physical ID assigned to network hardware by the manufacturer. An IP address is a temporary digital label assigned by a router or network to route data packets properly. Both serve completely separate functions during network communication.
Can I change my MAC address in 🪟 Windows 11?
Yes, modifying it through the Device Manager remains possible for users with administrator rights. Right-click the Start button, select Device Manager, locate the network adapter, and check the Network Address property under the Advanced tab. Altering this value improperly creates persistent connectivity problems.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!