MAC address lookup: find the vendor behind any hardware address
This free MAC address lookup tool identifies the manufacturer of any network interface
from its MAC address, and decodes everything else the address encodes along the way. Paste
a single address or thousands, in any notation, and this MAC vendor lookup returns the
registered organization, the IEEE registry block, the country of registration, and a full
bit-level breakdown: instantly, in your browser, with no upload and no signup. The entire
IEEE OUI database is loaded client-side, so every lookup after the first is immediate.
Bulk MAC lookup from real device output
Most OUI lookup sites make you paste one address at a time. This one accepts whole dumps:
arp -a from Linux, Windows or macOS, ip neigh output, a Cisco or
Arista show mac address-table, a Juniper ethernet-switching table, or a DHCP
lease file. It finds every MAC address on every line, keeps the IP, VLAN, interface and
entry-state columns alongside it, removes duplicates, and tells you which format it
detected. Export the resolved list to CSV or JSON when you're done. The workflow network
admins actually have, rather than one address at a time.
Randomized MAC address detection
iOS, Android, Windows and modern Linux all randomize MAC addresses by default now, which
is why so many lookups come back empty. Instead of showing nothing, this tool detects the
signature (the locally-administered bit set with no matching IEEE assignment) and says
so plainly. A randomized MAC belongs to the device's privacy feature rather than to any
manufacturer, and it typically changes each time the device joins a network, so it can't
be used for allow-lists or DHCP reservations. Knowing that is usually more useful than a
vendor name would have been.
MAC to IPv6 and EUI-64 conversion
A MAC address deterministically produces an IPv6 interface identifier: split it in half,
insert FF:FE, and flip the universal/local bit. This EUI-64 calculator does
that conversion in both directions. Enter a MAC to get its IPv6 link-local address and
its SLAAC address under any prefix, or paste an IPv6 address to extract the hardware
address embedded in it. It's the operation engineers most often do by hand and most often
get backwards, and almost no other MAC lookup tool offers it.
Rich decoding beyond the vendor name
Every address is decoded down to the bits. You get unicast versus multicast from the I/G
bit, universally versus locally administered from the U/L bit, and the exact IEEE registry
block (MA-L (24-bit OUI), MA-M (28-bit), MA-S (36-bit OUI-36), IAB or CID) with the
number of addresses that assignment covers. Because assignments are resolved longest-prefix
first, addresses inside a subdivided block resolve to the real assignee instead of the
IEEE placeholder that shorter matches would return. Well-known addresses are named too:
broadcast, STP and LLDP, LACP, Cisco CDP and PVST+, HSRP and VRRP virtual MACs with their
group numbers, and IPv4 and IPv6 multicast addresses with the group they carry. Hypervisor
prefixes for VMware, Hyper-V, VirtualBox, KVM, Xen, Parallels and Docker are flagged so a
virtual NIC is never mistaken for physical hardware.
Every MAC address format accepted
Notation never matters. Colon-separated (00:1A:2B:3C:4D:5E), hyphen-separated
(00-1A-2B-3C-4D-5E), Cisco dotted (001A.2B3C.4D5E), bare hex
(001a2b3c4d5e), mixed case, and the macOS style that drops leading zeros
(0:1a:2b:3:4d:5e) all parse. The tool shows every canonical form back, so it
doubles as a MAC address format converter when you need to paste an address into a device
that only accepts one notation.
Private by design
The addresses you paste never leave your device. The IEEE registry is downloaded once as a
static file and every lookup runs locally against it, so this MAC address vendor lookup
works offline once loaded, returns results with no network round-trip, and never logs what
you searched for. For anyone auditing a production network, that's a meaningful difference
from tools that send each address to a server. And when the same session turns from
hardware to addressing, the companion subnet calculator,
access list matcher and
data unit converter work the same private,
in-browser way.