A Media Access Control address is a unique identifier assigned to every device that connects to a network

Every device with a network connection — your laptop, phone, printer, smart TV — has a Media Access Control address, often shortened to MAC address. Think of it like a serial number for network devices. While your IP address is like your mailing address (it can change and move with you), your MAC address is like the VIN on a car — it stays with that specific piece of hardware.

Your MAC address is what your router uses to recognize your device on a local network. When you connect to WiFi at home or at a coffee shop, the router doesn't just see "a laptop" — it sees your specific laptop by its MAC address. This matters because routers use MAC addresses to decide which device gets internet access, how much bandwidth each device can use, and sometimes whether to let a device connect at all.

MAC addresses only work on local networks. They don't travel across the internet the way IP addresses do. Once your data leaves your home network and heads out to a website, your MAC address stays behind — only your IP address goes along for the ride.

Key Takeaways

  • A MAC address is a unique identifier built into every network device, separate from and different from an IP address.
  • Your router uses your device's MAC address to recognize it on the local network and control what it can access.
  • MAC addresses only work on local networks and do not travel across the internet.
  • You can find your device's MAC address in network settings, though you rarely need to know it unless you are troubleshooting or setting up network restrictions.
  • MAC filtering — where a router only allows certain MAC addresses to connect — is a basic security tool, though not a strong one on its own.

How a MAC address is structured and where it comes from

A MAC address is 48 bits of information, usually written as six pairs of characters separated by colons or hyphens. You might see something like 00:1A:2B:3C:4D:5E or 00-1A-2B-3C-4D-5E. The first three pairs identify the manufacturer — every device made by Apple, Dell, or Lenovo has a recognizable prefix. The last three pairs are unique to that individual device.

The manufacturer burns the MAC address into the network hardware when the device is made. It is permanent in the sense that it does not change on its own, though some devices let you change it through software settings. Most people never need to do this, but it is possible if you know where to look in your network settings.

Where to find your device's MAC address

On Windows, open Command Prompt and type ipconfig /all, then look for "Physical Address" in the results. That is your MAC address. Alternatively, go to Settings > Network & Internet > WiFi, select your network, and scroll down to find it listed as "Physical address (MAC)".

On Mac, open System Preferences, go to Network, select your connection, and click Advanced. The MAC address appears under the WiFi tab as "MAC Address". On iPhone or iPad, go to Settings > General > About and look for "WiFi Address". On Android, go to Settings > About Phone > Status or Settings > System > About Phone > Status, depending on your version, and look for "WiFi MAC address".

On most routers, you can also see the MAC addresses of all connected devices by logging into the router's admin panel. This is useful if you are trying to figure out which device is which on your network, or if you want to set up MAC filtering.

Why routers care about MAC addresses

Your router uses MAC addresses to manage traffic on your local network. When you have multiple devices at home — a laptop, a phone, a printer, a smart speaker — the router needs a way to keep track of which data belongs to which device. It uses MAC addresses to do that.

Some routers also use MAC addresses to enforce rules. You can set up MAC filtering, which tells the router "only allow these specific MAC addresses to connect." This is a basic security tool — it prevents someone from connecting to your network even if they know your WiFi password, because their device's MAC address will not be on the allowed list. However, MAC filtering is not very strong on its own, because someone with technical knowledge can spoof a MAC address (make their device pretend to have a different one). It works best as one layer of security alongside a strong WiFi password.

Some routers also use MAC addresses to control bandwidth. You might tell your router "limit this device to 5 Mbps" by identifying it by its MAC address. This is useful if you want to make sure one device does not hog all the internet speed.

The difference between MAC addresses and IP addresses

These two are often confused because they both identify devices on a network, but they work in completely different ways and at different levels. Your IP address is assigned by your internet service provider or your router, and it can change. It is what websites see when you visit them. Your MAC address is burned into your hardware and never changes on its own. It only works on your local network.

Think of it this way: your MAC address is how your router recognizes your device in your home. Your IP address is how the rest of the internet recognizes your home. When you send data to a website, your MAC address gets stripped away at the edge of your network, and only your IP address travels across the internet.

When you might need to know your MAC address

Most of the time, you do not need to think about your MAC address at all. Your device handles it automatically. But there are a few situations where you might need it.

If you are setting up MAC filtering on your router to restrict which devices can connect, you will need to know the MAC addresses of the devices you want to allow. If you are troubleshooting a network problem and a technician asks for your MAC address, they are usually trying to see if your device is being recognized by the router. If you are setting up a device on a network that requires registration — like some corporate networks or guest networks at hotels — you might be asked to provide your MAC address so the network can recognize your device.

Some internet service providers also use MAC addresses to identify your modem or router. If you replace your modem, the ISP might need to know the new MAC address so they can set up it on your account.

Frequently Asked Questions

Can someone track me using my MAC address?

Not across the internet — your MAC address does not leave your local network. Someone on your WiFi network could see it, but they would need to be physically close to your router or already connected to it. Websites cannot see your MAC address. Your IP address is what travels across the internet and what websites can see.

Can I change my MAC address?

Yes, most devices let you change it through software, a process called MAC spoofing. However, the change is temporary and resets when you restart the device. The original MAC address is still built into the hardware. Changing it is rarely necessary for normal use, though some people do it for privacy reasons on public networks.

What happens if two devices have the same MAC address?

This should not happen — manufacturers are supposed to may support every device gets a unique MAC address. If it does happen by accident or intentionally, the router gets confused and may not route data correctly to both devices. This is one reason MAC spoofing can cause network problems.

Do I need to worry about my MAC address being stolen?

Not in the way you might worry about an IP address or password. Your MAC address is not a secret — anyone on your network can see it. The real security comes from your WiFi password and router settings. MAC filtering adds a small extra layer, but it is not a substitute for a strong password.

Why is it called a "Media Access Control" address?

The name comes from the technical layer it operates on — the media access control layer of network communication. It is the part of the network that controls how devices access the physical medium (the WiFi or ethernet cable). The name is technical jargon that does not affect how it works or why you might need it.