How to Find Your MAC Address in Windows 11
Your MAC address in Windows 11 is a unique hardware identifier for your network adapter, and you can find it using either the Settings app or the Command Prompt.
This Media Access Control (MAC) address acts like a digital serial number for your computer’s network connection. It’s a 12-character code, usually shown in a format like ’00:1A:2B:3C:4D:5E’.
Knowing your MAC address is helpful for network troubleshooting or when setting up security features on your home router, such as MAC filtering. It helps identify your specific device on your local network.
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
Finding your MAC address in Windows 11 is straightforward using the Settings app. Open Settings, go to Network & internet, then click on Advanced network settings. Your MAC address, also known as the network adapter’s physical address, will be listed there.
- Press the Windows key + 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
Finding your MAC address in Windows 11 using the Command Prompt is quick. Open Command Prompt, type the command `ipconfig /all` and press Enter. Then, look for the ‘Physical Address’ line under your active network connection to see your MAC address.
- Click the Start button and type cmd.
- Select Command Prompt.
- Type the following command and press Enter:
ipconfig /allMethod 3Using PowerShell
PowerShell offers another way to view your network hardware. You can open the Windows PowerShell app.
- Right-click the Start button and select Terminal or PowerShell.
- Type the following command and press Enter:
Get-NetAdapterYou will see a table. The MacAddress column lists the ID for each adapter.
Troubleshooting and Common Issues
If you cannot find your address, ensure your network drivers are installed correctly. Sometimes, virtual machines can create additional network adapters that appear in your list. If you are having trouble connecting, you might want to learn how to set a static IP in Windows 11 to stabilize your connection.
MAC Address Randomization
Windows 11 uses random hardware addresses to protect your privacy. This means your device might display a different MAC address on public Wi-Fi networks compared to your home router. You can toggle this in your Wi-Fi settings if you need a consistent address for filtering.
Summary
A MAC address is like a unique serial number for your computer on any network, often called the physical address. It’s how devices are identified online. In Windows 11, finding your MAC address can be done using the Settings app or the Command Prompt.- 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 your network hardware by the manufacturer. An IP address is a temporary digital label assigned by your router or network to help route data to your specific device. They serve different purposes in network communication.
Can I change my MAC address in 🪟 Windows 11?
Yes, you can change it through the Device Manager. Note: This requires admin privileges. Right-click the Start button, select Device Manager, find your network adapter, and look for the Network Address property under the Advanced tab. Changing this can cause connectivity issues if not done correctly.
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!