What a Mac Address Is and Why You Need It

A MAC address is a unique identifier assigned to every network device — your computer, phone, printer, or smart TV. It stands for Media Access Control address, and it works at the local level of your home network, unlike an IP address which routes traffic across the internet. Your router uses MAC addresses to recognize which device is which on your network, to assign IP addresses, and to enforce rules like parental controls or bandwidth limits.

You need to find your Mac address when you want to set up MAC filtering on your router (allowing only certain devices to connect), when you need to reserve a specific IP address for a device, or when troubleshooting network problems. Windows stores this information and makes it visible through a few straightforward methods.

Key Takeaways

  • Your Mac address is a 48-bit identifier shown as six pairs of numbers and letters, like 00:1A:2B:3C:4D:5E, and is unique to each network adapter in your computer.
  • The Command Prompt method using ipconfig /all is the fastest way to find your Mac address on any Windows version.
  • You can also find your Mac address in Settings under Network & Internet, or in Device Manager under Network Adapters.
  • If your computer has both Wi-Fi and Ethernet, each connection has its own separate Mac address.

Finding Your Mac Address Using Command Prompt

Open Command Prompt by pressing Windows key + R, typing cmd, and pressing Enter. At the prompt, type ipconfig /all and press Enter. Windows will display detailed information about every network adapter on your computer.

Look for the section labeled with your connection type — either "Ethernet adapter" if you are wired, or "Wireless LAN adapter" if you are on Wi-Fi. Find the line that says Physical Address. That is your Mac address. It will look like a series of two-character segments separated by hyphens, such as A4-B8-05-2C-7F-E9. If your computer has both Ethernet and Wi-Fi, you will see two separate Physical Address entries — one for each adapter.

Finding Your Mac Address in Windows Settings

Open Settings by pressing Windows key + I. Navigate to Network & Internet in the left sidebar, then select Wi-Fi or Ethernet depending on which connection you use. Scroll down and click on Advanced.

Under the Advanced section, scroll down until you see Physical address (MAC). The address displayed there is your Mac address for that specific connection. This method works on Windows 10 and Windows 11, though the exact menu layout may vary slightly between versions.

Finding Your Mac Address in Device Manager

Right-click the Start button and select Device Manager, or press Windows key + X and choose it from the menu. Expand the Network adapters section by clicking the arrow next to it. You will see a list of all network devices on your computer — typically something like "Realtek Ethernet Controller" or "Intel Wireless-AC".

Right-click the adapter you want and select Properties. Click the Advanced tab. In the Property list, scroll down to find Network Address or Physical Address. The value shown is your Mac address. If the field appears empty, your adapter is using the factory-assigned address and you may need to use Command Prompt instead.

Understanding Mac Address Format

A Mac address is always 48 bits long, displayed as six pairs of hexadecimal characters (0-9 and A-F). Windows shows them separated by hyphens, like 2C-5A-8E-1F-B3-D7, though some routers and other devices display them with colons instead, like 2C:5A:8E:1F:B3:D7. Both formats represent the same address — the separator is just a display choice.

The first three pairs identify the manufacturer — for example, addresses starting with 00:1A:2B belong to Intel devices. The last three pairs are unique to your specific device. This is why every computer, phone, and printer has a different Mac address, even if they are the same brand and model.

When You Have Multiple Network Adapters

If your computer has both Ethernet and Wi-Fi, or if you have added a USB network adapter, each one has its own Mac address. When you run ipconfig /all, you will see a separate section for each adapter with its own Physical Address. Make sure you are looking at the correct one — if you are setting up MAC filtering for your Wi-Fi, use the address from the "Wireless LAN adapter" section, not the Ethernet one.

Some computers also have virtual network adapters created by software like VirtualBox or Hyper-V. These will appear in the list as well, but you typically only need the Mac address of your actual physical network connection — the one you actually use to reach your router.

Frequently Asked Questions

Can I change my Mac address in Windows?

Yes, but only if your network adapter driver supports it. In Device Manager, right-click your adapter, select Properties, click the Advanced tab, and look for "Network Address" in the property list. If it exists, you can enter a new value. However, most home users do not need to change their Mac address, and doing so can cause network problems if done incorrectly.

Why does my Mac address look different on my router than in Windows?

Your router may display the Mac address with colons instead of hyphens, or it may show it in a different order. The address itself is the same — 2C-5A-8E-1F-B3-D7 in Windows is the same as 2C:5A:8E:1F:B3:D7 on your router. Some routers also display a shortened version or a nickname you assigned to the device.

Do I need my Mac address to connect to Wi-Fi?

No. Your Mac address is used by your router to recognize your device and assign it an IP address, but you do not need to know it to connect. You only need your Mac address if you are setting up MAC filtering, reserving an IP address, or troubleshooting a network problem.

What if I cannot find the Physical Address in Device Manager?

Some older or generic network drivers do not expose the Mac address in Device Manager. Use Command Prompt with ipconfig /all instead — this method works on all Windows versions and always shows the Physical Address if the adapter is installed correctly.