A MAC (Media Access Control) address is a unique identifier assigned to a network interface controller (NIC) of a device. It plays an essential role in network security and management by ensuring that only authorized devices can access specific networks. Knowing how to look up a MAC address can be useful for troubleshooting, security audits, and managing connected devices.
What is a MAC Address?
A MAC address consists of six groups of two hexadecimal digits separated by colons or hyphens (e.g., 00:1A:2B:3C:4D:5E). Each network adapter has a unique MAC address that helps in identifying devices on a local network.

How to Find a MAC Address
There are several methods to look up a MAC address depending on the device or operating system being used. Below are step-by-step guides for different platforms.
On Windows
- Press Windows + R to open the Run dialog box.
- Type
cmd
and press Enter to open the Command Prompt. - Type
ipconfig /all
and press Enter. - Look for “Physical Address” under the active network adapter. This is the MAC address.
On macOS
- Click on the Apple menu and select System Settings.
- Go to Network and select your active connection (Wi-Fi or Ethernet).
- Click on “Details” and look for the “Hardware Address” or “MAC Address.”
On Linux
- Open the Terminal.
- Type
ifconfig
orip link
and press Enter. - Find the MAC address listed next to
ether
or “HWaddr”.
On Android
- Open the Settings app.
- Go to About Phone or About Device.
- Select Status or Hardware Information to see the Wi-Fi MAC address.
On iOS
- Open the Settings app.
- Go to General > About.
- Scroll down to find the “Wi-Fi Address,” which is the device’s MAC address.
Using a Router to Lookup MAC Addresses
Network administrators can also check MAC addresses via a router’s admin panel:
- Log in to the router’s web interface by entering its IP address into a web browser.
- Navigate to the section for connected devices, DHCP clients, or ARP tables.
- Find the MAC address listed alongside the assigned IP address.

Using Third-Party Tools
There are several third-party tools available that can scan a network and list all connected devices along with their MAC addresses. Some popular options include:
- Advanced IP Scanner (Windows)
- Angry IP Scanner (Cross-platform)
- Wireshark (For packet analysis)
Frequently Asked Questions (FAQs)
Can a MAC Address Be Changed?
Yes, MAC addresses can be changed or “spoofed” using special software or network adapter settings. Some operating systems allow MAC address spoofing for privacy or troubleshooting reasons.
Why Do Some Devices Have Multiple MAC Addresses?
Devices with multiple network interfaces (e.g., Wi-Fi and Ethernet) have a unique MAC address for each interface.
Is a MAC Address the Same as an IP Address?
No, a MAC address is a hardware-based identifier, while an IP address is a logical address assigned to a device within a network.
Can Two Devices Have the Same MAC Address?
In normal circumstances, each MAC address should be unique. However, MAC address spoofing can cause duplicate MAC addresses within a network, leading to connectivity issues.
How Can MAC Addresses Be Used for Security?
Network administrators can use MAC filtering to allow or block specific devices from accessing a network. This can add an extra layer of security alongside other authentication methods.