Back to tools

OUI Lookup

OUI Lookup (MAC Vendor)

Identify the manufacturer of a MAC address

Formats: 00:1A:2B:3C:4D:5E or 001A2B3C4D5E

Popular examples

What is OUI?

OUI (Organizationally Unique Identifier) is a 24-bit code assigned by the IEEE Registration Authority to network equipment manufacturers. The first 6 characters (3 octets) of a MAC address identify the manufacturer.

OUIs are represented in hexadecimal notation with hyphens (e.g. 00-1A-2B) or colons (00:1A:2B). The IEEE maintains a public registry of all assigned OUIs, which can be queried to determine which manufacturer produced a specific network device.

MAC addresses are formed by concatenating the 24-bit OUI with a 24-bit extension identifier assigned by the manufacturer, resulting in EUI-48 identifiers (also known as MAC-48). For more modern applications like IPv6, EUI-64 identifiers are used, which expand the address by inserting the bytes FF-FE in the middle.

Common Use Cases

  • Network administration: Identify device manufacturers on a corporate network for inventory and auditing
  • Security: Detect unauthorized or suspicious devices by analyzing MAC addresses in network traffic
  • Troubleshooting: Determine the source of connectivity issues by identifying the manufacturer of a switch or router
  • Access control: Implement MAC whitelists or blacklists by manufacturer on enterprise WiFi networks
  • Digital forensics: Trace the origin of devices involved in security incidents

Frequently Asked Questions

What is an OUI and how does it relate to a MAC address?

An OUI (Organizationally Unique Identifier) is a 24-bit code assigned by the IEEE to each network equipment manufacturer. The first 6 characters (3 octets) of a MAC address correspond to the OUI and identify the manufacturer. For example, 00:1A:2B belongs to Cisco. The remaining MAC portion is a unique identifier assigned by that manufacturer.

How do I look up a MAC address manufacturer?

Enter the MAC address in any format: 00:1A:2B:3C:4D:5E, 00-1A-2B-3C-4D-5E, or 001A2B3C4D5E. The tool automatically extracts the first 6 characters (OUI) and matches them against the official IEEE MA-L registry, returning the manufacturer name and registered address.

What MAC address formats are valid?

Common formats include: 1) Colon-separated: 00:1A:2B:3C:4D:5E (Cisco/standard format), 2) Hyphen-separated: 00-1A-2B-3C-4D-5E (Windows/IEEE format), 3) No separators: 001A2B3C4D5E. All are valid. The tool automatically normalizes any input format and extracts the OUI for lookup.

Where can I check the official IEEE OUI registry?

The IEEE maintains the public MA-L (OUI) registry at https://regauth.standards.ieee.org/. It contains all globally assigned OUIs. Our tool syncs IEEE data so you can perform fast lookups without manually checking the registry.

Related Tools