What is a MAC Address? The Complete 2026 Guide to Network Hardware Identification
Last updated: February 21, 2026
In networking, devices require unique identifiers at different layers. While IP addresses manage logical routing across networks, the MAC Address (formally EUI-48 – Extended Unique Identifier, 48-bit) provides a hardware-level, typically permanent identity for every Network Interface Controller (NIC).
MAC addresses enable precise delivery of Ethernet frames within local networks (LANs). Whether you're troubleshooting connectivity issues, implementing access controls, analyzing IoT traffic, or protecting user privacy, understanding MAC addresses is fundamental for network professionals and enthusiasts alike.
1. What is a MAC Address?
A MAC address is a 48-bit (6-byte) unique identifier burned into or assigned to a device's network interface by the manufacturer. It operates at Layer 2 (Data Link Layer) of the OSI model and ensures frames reach the correct physical device on the same local segment.
Unlike IP addresses, MAC addresses are usually fixed at manufacturing time, although software can override them (spoofing or randomization).
2. Structure and Format of a MAC Address
MAC addresses are 48 bits long, expressed as 12 hexadecimal digits. Common notations include:
- Colon-separated (most common):
00:1A:2B:3C:4D:5E - Hyphen-separated:
00-1A-2B-3C-4D-5E - Period-separated (Cisco style):
001A.2B3C.4D5E - No separators (compact):
001A2B3C4D5E
Key Bits and Parts
The 48 bits are divided into:
- First 24 bits (OUI – Organizationally Unique Identifier): Assigned by IEEE to the manufacturer (e.g., Apple often starts with
00:1C:B3or similar). Use our MAC Address Lookup Tool to instantly identify the vendor. - Last 24 bits (NIC-specific / Device ID): Assigned by the manufacturer to make each interface unique within their OUI block.
Important flags in the first octet:
- U/L bit (2nd least significant bit): 0 = Universally Administered (UAA/factory), 1 = Locally Administered (LAA).
- I/G bit (least significant bit): 0 = Unicast/Individual, 1 = Multicast/Group.
3. Types of MAC Addresses
A. By Administration
- UAA (Universally Administered Address): Globally unique, factory-assigned by the manufacturer using an IEEE OUI. Most real hardware uses this.
- LAA (Locally Administered Address): Manually or software-assigned (e.g., virtualization, privacy randomization). Second hex digit is typically
2,6,A, orE.
B. By Transmission / Destination Type
- Unicast: Targets one specific device (I/G bit = 0). Example:
00:1A:2B:3C:4D:5E→ sent to a single NIC. - Multicast: Targets a group of devices (I/G bit = 1). Used for protocols like IPv6 neighbor discovery or streaming. Example:
01:00:5E:00:00:01(IPv4 multicast mapped). - Broadcast: Special multicast address that reaches every device on the local segment:
FF:FF:FF:FF:FF:FF.
4. IEEE MAC Address Block Types (2026 Current)
The IEEE Registration Authority assigns address blocks based on organization needs. Our lookup tool uses the latest IEEE databases (MA-L, MA-M, MA-S, etc.) for accurate vendor identification.
- MA-L (MAC Address Block Large): Traditional large allocation (~16 million EUI-48 addresses, full 24-bit OUI). Used by big vendors like Apple, Cisco, Intel.
- MA-M (MAC Address Block Medium): ~1 million EUI-48 addresses (28-bit IEEE prefix). Cost-effective for mid-sized companies.
- MA-S (MAC Address Block Small): ~4,096 EUI-48 addresses (36-bit prefix, includes OUI-36). Ideal for smaller vendors or projects. Replaces the older IAB registry.
- IAB (Individual Address Block): Legacy/small allocation (now inactive; owners can still use existing blocks).
- CID (Company ID): Used mainly for non-Ethernet protocols (e.g., Bluetooth, Zigbee).
Note: Modern devices sometimes support EUI-64 (64-bit) for certain applications, but EUI-48 remains dominant for Ethernet/Wi-Fi.
5. How to Find Your Device's MAC Address
Instructions vary by platform (note: many devices now show randomized "private" addresses by default):
Windows
Run Command Prompt as admin → ipconfig /all. Look for "Physical Address" under your adapter.
macOS
System Settings → Network → Wi-Fi/Ethernet → Details → Hardware tab. Or Terminal: ifconfig | grep ether.
Linux
Terminal: ip link show or cat /sys/class/net/*/address. Look for "link/ether".
Android
Settings → About phone → Status → Wi-Fi MAC address (may show randomized value if Private MAC is enabled).
iOS / iPadOS
Settings → General → About → Wi-Fi Address (randomized by default since iOS 14).
Important 2026 note: Most smartphones, laptops, and modern OSes use MAC randomization (private Wi-Fi addresses) to prevent cross-network tracking. The "real" hardware MAC is often hidden unless you disable the feature.
6. Security and Privacy Implications
MAC addresses were once considered permanent trackers, but privacy protections have evolved:
- MAC Randomization / Private Addresses: Devices generate temporary random MACs per network (widely adopted since ~2015–2020; mandatory in many OSes by 2026). This significantly reduces location tracking risk on public Wi-Fi.
- MAC Filtering: Routers can whitelist/blacklist devices by MAC, but easily bypassed via spoofing → not a strong security control.
- MAC Spoofing: Changing the MAC (legitimate for testing/privacy or malicious to bypass filters). Many tools and OS features support it.
7. Practical Uses of MAC Addresses
- Device identification during network troubleshooting (ARP tables, switch CAM tables).
- Vendor/OUI lookup to detect unauthorized or counterfeit hardware.
- Enterprise access control (802.1X, NAC systems whitelisting known MACs).
- IoT and asset management (tracking devices in large deployments).
- Security monitoring (detecting spoofing or rogue devices).
Conclusion
The MAC address (EUI-48) remains a cornerstone of local network communication, bridging physical hardware to Layer 2 frames. With evolving privacy features like randomization and updated IEEE allocation types, it balances functionality with modern security needs.
Curious about a specific device's manufacturer? Try our free, fast MAC Address Lookup Tool right now — powered by the latest IEEE registries.
Have questions or need help with a particular MAC? Feel free to share in the comments or contact us!