NetworkEdge resolution

MAC Vendor Lookup

Identify the hardware manufacturer (OUI) of any MAC address.

Quick presets
💻

Hardware MAC / OUI Identifier

Enter any MAC address in standard colon, hyphen, or Cisco dot format to resolve the manufacturer.

Technical specification & engineering details

What this tool does

The first 24 bits (3 octets) of a MAC address are the Organizationally Unique Identifier (OUI), assigned by the IEEE to a specific hardware manufacturer. This tool looks up that prefix against a vendor database and returns the manufacturer name.

When you'd use this

Identifying unknown devices on a network scan, auditing a DHCP lease table for unauthorized hardware, or confirming that a device claiming to be a specific vendor's product actually has a MAC prefix that matches.

A note on locally administered addresses

Not every MAC address maps to a real manufacturer — devices can use locally administered addresses, and virtual machines, containers, and privacy-focused mobile OSes increasingly randomize MAC addresses for Wi-Fi scanning to prevent tracking. A lookup returning no vendor doesn't necessarily mean anything is wrong.

What is an OUI, exactly?

The Organizationally Unique Identifier is the first half of a MAC address (24 of the 48 bits, shown as the first three hex octet pairs) that the IEEE assigns to hardware manufacturers in blocks. A vendor with a large product line may hold dozens of OUI blocks; a small manufacturer might have just one. The remaining 24 bits are assigned by the manufacturer itself to uniquely identify each individual device they produce.

Finding a device's MAC address

On most operating systems this is available via a network settings screen or a quick terminal command -- `ipconfig /all` on Windows, `ifconfig` or `ip link` on Linux/macOS. On a router's admin page, it usually shows up in the connected-devices or DHCP client list, often labeled "physical address" or "hardware address."

Frequently asked questions

Why did my lookup return no vendor?

The prefix may be unassigned, reserved for future use, or a randomized/locally-administered address (common on modern phones and laptops for Wi-Fi privacy) rather than a real manufacturer's registered OUI.

What is an OUI?

The Organizationally Unique Identifier -- the first 24 bits of a MAC address, assigned by the IEEE to a specific hardware manufacturer in blocks. This tool looks that prefix up against the vendor database.

How do I find a device's MAC address?

On Windows, run ipconfig /all in Command Prompt. On Linux/macOS, use ifconfig or ip link. On a router's admin page, check the connected-devices or DHCP client list.

Is a MAC address the same as a serial number?

No -- a MAC address identifies a network interface for communication purposes and is often (but not always) burned into the hardware, while a serial number is a separate manufacturer-assigned identifier for the whole device.