Free Converter

MAC Address Vendor Lookup

Look up the manufacturer and vendor of any device by its MAC address OUI. Instantly identify network hardware makers. Free, fast, and private.

e.g. 00:1A:2B:3C:4D:5E or 001A2B3C4D5E

About MAC Address Lookup

A MAC address (Media Access Control address) is a 48-bit identifier assigned to network interface controllers — Ethernet ports, Wi-Fi radios, Bluetooth chips. The first 24 bits, called the OUI (Organizationally Unique Identifier), identify the manufacturer. The remaining 24 bits are assigned by the manufacturer to specific devices. MAC addresses are typically displayed as six pairs of hex digits separated by colons or hyphens (00:1A:2B:3C:4D:5E).

Looking up the OUI portion of a MAC address reveals which company made the network hardware. The IEEE maintains the official OUI registry; commercial databases enrich this with model information for popular vendors (Apple iPhones, Cisco routers, Samsung devices). The registry is public and the lookups are free.

This tool extracts the OUI from a MAC address you provide and matches it against a current OUI database. Both colon and hyphen formats work, and addresses with or without separators are accepted.

Why Look Up a MAC Address

Network troubleshooting frequently requires identifying which device on a network corresponds to a given MAC. Inventory tools, DHCP logs, and switch port tables list MAC addresses; mapping each to a manufacturer narrows down which physical device is involved without walking the data center.

Security investigations also rely on MAC lookup. Suspicious devices on a network can be partially identified by their OUI — a printer manufacturer's OUI on a workstation port suggests an unusual device. While MACs can be spoofed, the OUI is a useful first signal.

How to Look Up a MAC Address

Paste the MAC, get the manufacturer.

  1. Enter the MAC address: Paste the MAC in any common format: 00:1A:2B:3C:4D:5E, 00-1A-2B-3C-4D-5E, 001A2B3C4D5E, or 0024.D6FF.AABB (Cisco-style).
  2. Look up the OUI: The tool extracts the first three bytes (OUI) and queries the IEEE registry. Manufacturer name appears in the result.
  3. Review additional information: Where available, the tool shows registration date, country of registration, and any extended manufacturer information.
  4. Identify the device: Use the manufacturer to narrow down which device the MAC belongs to. Combined with port location or DHCP context, this often pinpoints the exact device.

Common Use Cases

Technical Details

MAC addresses are 48 bits (6 bytes). The first three bytes form the OUI, assigned by the IEEE Registration Authority. The IEEE publishes the OUI registry as a public database, updated regularly as new OUIs are assigned.

Bit 0 of the first byte indicates unicast (0) or multicast (1). Bit 1 indicates universally administered (0, by IEEE) or locally administered (1, by the network admin). Locally-administered addresses do not appear in the IEEE OUI registry; their bytes are chosen by the local network operator.

Some manufacturers register many OUIs (Apple has dozens). Lookup should match against the current registry rather than a cached snapshot, since assignments continue over time.

Best Practices

Frequently Asked Questions

What does the MAC address tell me?
The OUI portion (first 3 bytes) identifies the network hardware manufacturer. The remaining 3 bytes are vendor-assigned and do not have a public lookup. MAC alone does not reveal the device owner or specific model in most cases.
Why doesn't my MAC return a manufacturer?
Most likely the MAC is locally-administered (random or admin-set) rather than universally-assigned. Modern phones, laptops, and many privacy-respecting devices randomize MACs for Wi-Fi to prevent tracking. Locally-administered MACs have no OUI lookup.
Can I trust the manufacturer info for security decisions?
Cautiously. MAC addresses can be spoofed in software. The OUI is a hint, not an authentication mechanism. For security-critical decisions, combine with other identifiers.
What MAC formats are accepted?
Colon-separated (00:1A:2B:3C:4D:5E), hyphen-separated (00-1A-2B-3C-4D-5E), Cisco dotted (001A.2B3C.4D5E), and concatenated (001A2B3C4D5E). Case is ignored.
Is the OUI database up to date?
The IEEE updates the public OUI database regularly. Lookups use the current registry where possible; very recently-assigned OUIs may not be present in cached data.
What's the difference between OUI and MAC?
The MAC address is the full 6-byte identifier. The OUI is the first 3 bytes, identifying the manufacturer. The remaining 3 bytes (the NIC-specific portion) are assigned by the manufacturer to specific devices.
Can I look up multiple MACs at once?
Yes. Paste multiple MACs separated by newlines and the tool returns OUI lookups for each.
Is my data uploaded to a server?
OUI database lookups happen against a local copy or via a public API; no personal data is involved beyond the MAC bytes themselves, which are typically already public on the local network.