MAC Address Tools (Format, Vendor Lookup)

Parse and normalise MAC addresses in any common format (aa:bb:cc:dd:ee:ff, aa-bb-cc-dd-ee-ff, aabb.ccdd.eeff, aabbccddeeff). Decode the multicast and locally-administered bits. Look up the OUI (Organisationally Unique Identifier) against the most common vendor prefixes.

How to use the MAC Address Tools (Format, Vendor Lookup)

Paste a MAC address in any format. The tool normalises it to canonical aa:bb:cc:dd:ee:ff form, then breaks it down: OUI (first 3 bytes = manufacturer ID), unicast/multicast bit, globally/locally administered bit, and possible vendor name.

Decoding a MAC address

A MAC address is the 48-bit hardware identifier on a network interface, and it encodes more than a serial number. The first three bytes are the OUI, an Organisationally Unique Identifier assigned to the manufacturer, so they often reveal the vendor. Two bits in the first byte are flags: the multicast bit distinguishes a single device from a group address, and the locally-administered bit marks an address that was set in software rather than burned in at the factory — the signature of a randomised privacy MAC.

Paste an address in any common format and this normalises it, decodes those bits, and looks the OUI up against common vendor prefixes. It works at layer 2 (the hardware address); to inspect the layer-3 IP address on the same interface, use the IP address tools.

Common use cases

  • Vendor lookup — identify the likely manufacturer from the OUI.
  • Format normalisation — convert any notation to canonical colon form.
  • Spotting randomised MACs — detect the locally-administered privacy bit.
  • Multicast detection — tell group addresses from unicast ones.
  • Network inventory — tidy and classify addresses from a device list.

Frequently asked questions

What is an OUI?

The Organisationally Unique Identifier — the first three bytes of a MAC, assigned by the IEEE to a manufacturer, which is why it often identifies the vendor.

What does the locally-administered bit mean?

It marks an address set in software rather than the factory-burned one; modern phones and laptops set it to randomise their MAC for privacy.

Which MAC formats are accepted?

Colon, hyphen, dotted (aabb.ccdd.eeff), and plain twelve-hex-digit forms are all parsed and normalised.

Can it identify the exact device?

No — the OUI only identifies the manufacturer, not the specific model or unit.
Embed this tool on your site

Free to embed, no attribution required (but appreciated). Paste this where you want the tool to appear: