MAC Vendor Lookup
LookupLook up the vendor for a MAC address's OUI, and decode its unicast/multicast and administration bits. Runs entirely in your browser.
About this tool
About MAC Vendor Lookup
Every network interface has a MAC (Media Access Control) address, a 48-bit identifier whose first 3 bytes — the OUI (Organizationally Unique Identifier) — are registered to the manufacturer by the IEEE. This tool decodes a MAC address's OUI against a curated set of commonly seen vendors, and reads two bits that are always meaningful regardless of vendor: whether the address is unicast or multicast, and whether it's universally administered (factory-assigned by the vendor) or locally administered (randomly generated or manually set, as with virtual machines, containers, or MAC-randomizing operating systems).
The lookup accepts a MAC address in any common format (colon-, dash-, or dot-separated, or with no separators at all), normalizes it, checks the individual/group bit and universal/local bit directly from the first byte — this part is always accurate since it's defined by the IEEE 802 standard itself — and cross-references the OUI against a curated table covering common virtualization platforms (VMware, VirtualBox, Hyper-V, QEMU/KVM, Xen), single-board computers (Raspberry Pi, ESP32/ESP8266), and a selection of popular consumer and networking vendors.
Use this to quickly identify whether a MAC address seen in a router's client list, a packet capture, or a DHCP lease table belongs to a known virtualization platform or common device vendor, or to determine whether an unrecognized MAC is a real, factory-assigned hardware address or a locally administered one (common for VMs, containers, and privacy-focused devices that randomize their MAC).
Instant, fully client-side lookup with no data ever leaving your browser. Note the vendor database covers a curated set of commonly encountered vendors, not the complete IEEE OUI registry (which has roughly 30,000 entries) — a MAC not found in the database simply isn't in this curated set, it doesn't mean the address itself is invalid.
Key Features
- Accepts any common MAC format — colons, dashes, dots, or no separators
- Always-accurate unicast/multicast and universal/local administration bit decoding
- Curated vendor database covering common virtualization platforms and popular devices
- Correctly explains when a MAC is locally administered and therefore has no registered vendor
- Clear messaging when an OUI isn't in the curated database
- 100% browser-based, no data ever transmitted
FAQ
MAC Vendor Lookup — Frequently Asked Questions
What is a MAC address OUI?
OUI stands for Organizationally Unique Identifier — the first 3 bytes (6 hex characters) of a MAC address. The IEEE assigns each OUI block to a specific manufacturer, who then assigns the remaining 3 bytes to individual devices, so the OUI is what tells you which vendor made a given network interface.
Why does this tool say my MAC has no registered vendor?
Two reasons are possible. First, the address may be 'locally administered' — meaning it was randomly generated or manually set rather than assigned by a hardware vendor, which is common for virtual machines, Docker containers, and privacy-focused operating systems that randomize their Wi-Fi MAC address. Second, the OUI may simply not be in this tool's curated vendor database, which covers common virtualization platforms and popular devices rather than the full ~30,000-entry IEEE registry.
What does 'locally administered' mean?
It means the second-least-significant bit of the first byte is set to 1, which by the IEEE 802 standard indicates the address was not assigned from a manufacturer's registered OUI block. This is common for virtual network adapters, containers, and any system that generates a random MAC address rather than using factory-burned-in hardware.
What's the difference between unicast and multicast MAC addresses?
It's determined by the least-significant bit of the first byte. A 0 means unicast — the address identifies a single network interface. A 1 means multicast — the address is used to reach a group of interfaces at once, as with protocols like IPv6 neighbor discovery or certain routing protocols.
Why doesn't this tool have the full IEEE OUI database?
The complete registry has roughly 30,000 entries and several megabytes of data. This tool instead bundles a smaller, curated set focused on virtualization platforms, single-board computers, and commonly encountered consumer and networking vendors — the ones people most often need to identify quickly.
Tips
- If your MAC starts with 08:00:27, it's almost certainly a VirtualBox virtual machine — one of the most recognizable OUIs in networking
- A locally administered address (second bit of the first byte set) is normal for VMs, containers, and privacy-randomized Wi-Fi — it doesn't indicate a problem
- MAC addresses can be entered with colons, dashes, dots, or no separator at all — this tool normalizes any common format
- This lookup never sends your MAC address anywhere — everything is checked entirely in your browser
Explore more
Related Tools
Other tools that might be useful for your workflow