MAC Address Lookup
Free tool to identify the manufacturer of any network device by its MAC address. Search the complete IEEE OUI database by MAC prefix or vendor name — supports all major formats.
00:1A:2B
00-1A-2B
001A2B
001A.2B3C
00.1A.2B
| # | MAC Prefix | Vendor Name | Block | Address |
|---|---|---|---|---|
| 1 | 8C:1F:64:03:7 | ENLESS WIRELESS | MA-S | 45 TER AVENUE DE VERDUN BRUGES FR 33520 |
This MAC Address Lookup tool helps you identify vendor information from any MAC address or Organizationally Unique Identifier (OUI). Enter a MAC address or vendor name to get detailed manufacturer information instantly from the official IEEE database.
- IEEE SourceOfficial IEEE database — highest accuracy vendor identification.
- All FormatsSupports
AA:BB:CC,AA-BB-CC,AABBCC,AA.BB.CC.DDand more. - All BlocksCovers MA-L (OUI), MA-M, MA-S, CID and IAB assignments.
Key Features
- Universal Format Support: Any MAC format accepted and auto-normalized.
- Vendor Name Search: Find all MAC prefixes for a company e.g. "Cisco", "Apple".
- Block Type Details: Precise identification across all IEEE block types.
- Daily Database Updates: We refresh the IEEE OUI database every day — you always get the latest vendor registrations.
- Downloadable Database: CSV, JSON and XML on the Download page.
A MAC (Media Access Control) address is a unique 48-bit hardware identifier permanently assigned to a network interface controller (NIC) by the manufacturer. Every device that connects to a network — whether via Ethernet, Wi-Fi, Bluetooth, or any other interface — has at least one MAC address burned into its hardware. Unlike IP addresses, which can change dynamically, a MAC address is fixed at the hardware level and operates at OSI Layer 2 (the Data Link layer).
MAC Address Structure
- Total length: 48 bits — 6 bytes — 12 hexadecimal digits
- Common notation:
00:1A:2B:3C:4D:5Eor00-1A-2B-3C-4D-5E - First 3 bytes (OUI): Organizationally Unique Identifier — identifies the manufacturer. Assigned by IEEE.
- Last 3 bytes (NIC-specific): Assigned by the manufacturer to uniquely identify each device.
- Bit 0 of first byte: If set to 1, it is a multicast address; if 0, it is unicast.
- Bit 1 of first byte: If set to 1, it is a locally administered address; if 0, it is globally unique (OUI enforced).
Common MAC Address Formats
00:1A:2B:3C:4D:5E— Colon-separated (most common, used in Linux/Mac)00-1A-2B-3C-4D-5E— Hyphen-separated (used in Windows)001A2B3C4D5E— No separator (used in some databases and tools)001A.2B3C.4D5E— Cisco dot notation00.1A.2B.3C.4D.5E— Dot-per-byte notation
This tool accepts all of the above formats automatically.
IEEE Block Types (MA-L, MA-M, MA-S, CID, IAB)
-
MA-L (MAC Address Block Large) — 24-bit OUI prefix, ~16.8 million addresses per block.
The classic OUI used by large manufacturers like Cisco, Apple, Samsung.
Example:
00-00-0C→ Cisco Systems. - MA-M (MAC Address Block Medium) — 28-bit prefix, ~1 million addresses per block. Used by mid-size manufacturers who do not need a full MA-L block.
- MA-S (MAC Address Block Small) — 36-bit prefix, 4,096 addresses per block. Ideal for small vendors and IoT device manufacturers. Replaced the older OUI-36 standard.
- CID (Company ID) — A 24-bit company identifier that is not globally unique for MAC addresses. Used in specific protocol contexts such as IEEE 802.1 and is not intended for general Ethernet address assignment.
- IAB (Individual Address Block) — Legacy block type, inactive since 2014. Provided 4,096 addresses using special IEEE-owned OUIs. Superseded by MA-S. Existing IAB assignments remain valid and are included in this database.
MAC address lookups are an essential part of day-to-day network administration and security work. Knowing the vendor behind a MAC address can instantly tell you what type of device is connected to your network, help you identify rogue or unauthorized hardware, and speed up fault diagnosis.
Common IT Use Cases
- Unknown device on network: When a new device appears in your DHCP lease table or ARP cache, look up its MAC to confirm whether it belongs to a legitimate vendor (e.g., a Raspberry Pi, a Cisco switch, or an employee's phone) or a suspicious unknown manufacturer.
- Network security audits: During a security review, cross-referencing all MAC addresses on a segment against the OUI database helps identify unrecognized or potentially rogue devices before they become a threat.
- BYOD policy enforcement: IT teams use MAC lookups to distinguish between company-issued hardware and personal devices attempting to connect to corporate infrastructure.
- Wireless troubleshooting: On busy Wi-Fi networks, MAC lookups help identify client device manufacturers to diagnose driver or compatibility issues specific to certain hardware vendors.
- IoT device management: With the explosion of IoT devices, quickly identifying the manufacturer of a device via its MAC prefix helps network teams determine firmware update requirements, security patch status, and risk posture.
- Forensics and incident response: During a security incident, MAC addresses captured in logs or packet captures can be resolved to manufacturers, helping investigators reconstruct what hardware was present and active on the network.
How to Find a MAC Address on Your Device
- Windows: Open Command Prompt → type
ipconfig /all→ look for "Physical Address". - macOS: System Settings → Network → select interface → Details → Hardware tab.
- Linux: Run
ip link showorifconfigin a terminal. - Android: Settings → About phone → Status → Wi-Fi MAC address.
- iOS: Settings → General → About → Wi-Fi Address.
- Network switch/router: Use
show mac address-table(Cisco) or check the ARP table.
00:1A:2B:3C:4D:5E), hyphen-separated (00-1A-2B-3C-4D-5E), plain hex (001A2B3C4D5E), Cisco dot notation (001A.2B3C.4D5E), and dot-per-byte (00.1A.2B.3C.4D.5E). You can also search using just the first 3 bytes (OUI prefix only).