What a MAC Address Is and Why You Need It

A MAC address (Media Access Control address) is a unique identifier assigned to your computer's network card. It looks like a string of six pairs of numbers and letters separated by colons or hyphens — for example, 00:1A:2B:3C:4D:5E. Your computer uses this address to communicate with other devices on the same local network, like your router or printer.

You'll need to find your MAC address when you're setting up a new device on your home or work network, registering a computer with your internet service provider, configuring network access controls, or troubleshooting connection problems. The method differs depending on whether you're using Windows, macOS, or Linux, but the process takes less than a minute on any system.

Key Takeaways

  • Your MAC address is a unique identifier for your computer's network card, displayed as six pairs of characters separated by colons or hyphens.
  • Windows users can find their MAC address by opening Command Prompt and typing ipconfig /all, then looking for "Physical Address."
  • Mac users can open System Preferences, select Network, choose their active connection, and click Advanced to view the MAC address.
  • Linux users can open a terminal and type ip link show or ifconfig to display the MAC address next to "link/ether" or "HWaddr."

Finding Your MAC Address on Windows

The quickest way to find your MAC address on Windows is through Command Prompt. Right-click the Windows Start button, select "Windows Terminal (Admin)" or "Command Prompt (Admin)," and type ipconfig /all then press Enter. A list of network adapters will appear on your screen.

Look for the section labeled with your active network connection — usually "Ethernet" if you're plugged in with a cable, or "Wireless LAN adapter" if you're using Wi-Fi. Scroll down within that section until you see "Physical Address." The string of characters next to it is your MAC address. If you have multiple network adapters, each one will have its own MAC address listed separately.

If you prefer a graphical method, you can also find it through Settings. Open Settings, go to Network & Internet, select your connection type (Wi-Fi or Ethernet), scroll down and click "Advanced," then look for "Physical address (MAC)" on that screen.

Finding Your MAC Address on macOS

On a Mac, open System Preferences (or System Settings on newer versions) and click Network. Select the network connection you want to check — Wi-Fi or Ethernet — from the list on the left side of the window.

Click the Advanced button in the lower right corner, then select the TCP/IP tab. You won't see the MAC address here, so click the Wi-Fi tab (or Ethernet tab if you're wired). At the top of that tab, you'll see "Wi-Fi Address" or "Ethernet Address" — this is your MAC address. It will be displayed in the standard format of six pairs of characters separated by colons.

Finding Your MAC Address on Linux

Open a terminal window and type ip link show then press Enter. Your network adapters will be listed with their names and MAC addresses. Look for the line that says "link/ether" followed by the MAC address. If you have multiple network adapters, each one will be numbered and displayed separately.

An older alternative command that still works on many Linux systems is ifconfig. Type this command and press Enter, then look for "HWaddr" (hardware address) next to your network adapter name. Both commands show the same information — use whichever one your system recognizes.

What to Do Once You Have Your MAC Address

Once you've found your MAC address, write it down or take a screenshot so you have it handy. If you're registering your computer with your internet service provider, they'll ask you to enter it into their system so they can recognize your device on their network. Some routers also use MAC addresses to control which devices can connect — this is called MAC filtering.

If you're troubleshooting a network problem, your MAC address helps your IT support person or internet provider identify your specific device among all the others on the network. Keep in mind that your MAC address only matters on your local network — it doesn't follow you to other networks or the internet at large.

Common Mistakes to Avoid

Don't confuse your MAC address with your IP address. Your IP address is a different number that looks similar but serves a different purpose — it's how devices find each other across the internet, while your MAC address only works on your local network. If someone asks for your MAC address and you give them your IP address instead, the registration or configuration won't work.

Also, make sure you're copying the correct network adapter if your computer has more than one. If you're using Wi-Fi, copy the MAC address from your wireless adapter, not your Ethernet adapter. Check which connection you're actually using before you write down the address.

Frequently Asked Questions

Can I change my MAC address?

Yes, you can change your MAC address through your network adapter settings or using command-line tools, a process called MAC spoofing. However, most people should not do this — it can break your network connection or cause conflicts with other devices. Only change your MAC address if a network administrator specifically instructs you to.

Why does my computer have more than one MAC address?

If your computer has both an Ethernet port and Wi-Fi, it has two network adapters, and each one has its own MAC address. Some computers also have additional adapters for Bluetooth or virtual networks. You only need the MAC address for the connection you're actually using.

Is my MAC address the same everywhere I go?

Yes, your MAC address stays the same no matter which network you connect to. It's burned into your network card's hardware. However, MAC addresses only matter on the local network you're connected to — they don't travel across the internet or identify you on other networks.

What if I can't find the Physical Address in ipconfig output?

Make sure you typed ipconfig /all with the space and forward slash — just ipconfig alone won't show the MAC address. Also check that you're looking at the right adapter section. If you're using Wi-Fi, look under "Wireless LAN adapter," not "Ethernet adapter."