MAC Address Lookup - Find the Vendor Behind an OUI
Paste a MAC address (or just the first three octets, the OUI prefix) to identify the manufacturer that registered it with the IEEE. The tool also normalizes the address and decodes its unicast/multicast and universally/locally-administered bits.
Related guide: What is a MAC address?
What is a MAC address and an OUI?
A MAC (Media Access Control) address is a 48-bit hardware identifier assigned to a network interface. It is usually written as six pairs of hexadecimal digits, for example 00:1C:14:2A:3B:4C. The first three octets (24 bits) form the OUI - the Organizationally Unique Identifier - which the IEEE assigns to a manufacturer. The remaining three octets are chosen by that manufacturer to make each device unique.
How vendor lookup works
Because every OUI is registered to one organization, you can map the first three octets of any MAC back to the company that built the interface. This tool extracts the OUI from your input and matches it against a dataset derived from the IEEE MA-L registry.
Understanding the address bits
- Unicast vs. multicast - the least-significant bit of the first octet (the I/G bit). When it is
0the frame is unicast; when it is1it is a group/multicast address. - Universal vs. local - the second-least-significant bit of the first octet (the U/L bit). When it is
0the address is universally administered (vendor-assigned and globally unique); when it is1it is locally administered, which is what most devices use for MAC randomization on Wi-Fi.
Examples to try
00:1C:14:00:00:01- a VMware virtual NIC.F0:EE:7A- an Apple OUI prefix.D8:3A:DD:11:22:33- a Raspberry Pi device.01:00:5E:00:00:01- an IPv4 multicast address (note the multicast bit).
This tool matches against the full IEEE MA-L registry (~39,000 registered OUIs), refreshed from the official IEEE source.
Frequently Asked Questions
What does the MAC Address Lookup tool actually do?
What MAC address formats can I enter?
Where does the vendor data come from, and how current is it?
Why does it say no vendor was found for some addresses?
What do the unicast/multicast and universal/local labels mean?
How this tool works: This tool runs in your browser and on our server in real time. Depending on the tool, results are computed directly from the input you provide or retrieved from live, authoritative data sources at the moment you run a lookup. We do not sell your data, and your lookups are kept private — any history shown here is stored only on your device.