Look up MAC address

Normalize a MAC address and look up its registered OUI organization.

freeworks offlinenothing uploaded
ToolMAC Address Lookup
Input
Output
Put this on your own site

The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.

Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.

Preview

How it works

The first 24 bits are compared with the OUI registry, while local, multicast, and randomized flags are read from address bits. The registry cannot identify the current device owner.

  • OUI is the manufacturer registry key.
  • Device-specific bits are not publicly assigned.

Worked example

Look up VMware MAC address vendor
Identify the manufacturer and properties for a VMware virtual NIC MAC
Input
											00:0C:29:3E:4A:5B
										
Output
												Mac: 00:0C:29:3E:4A:5B
Mac dash: 00-0C-29-3E-4A-5B
Mac dot: 000C.293E.4A5B
Mac bare: 000C293E4A5B
Oui: 00:0C:29
Vendor: VMware
Is unicast: yes
Is multicast: no
Is universal: yes
Is local: no
Binary: 00000000:00001100:00101001:00111110:01001010:01011011
											

When to use this

Network inventory, Wi-Fi troubleshooting, and ACL normalization look up MAC prefixes.

Edge cases

  • Locally administered addresses may have no vendor match.
  • The multicast bit marks a non-unicast address.
  • Randomized Wi-Fi addresses can change across scans.

References