MAC Address (OUI) Decoder
Resolve a MAC address to its vendor and inspect the meaning of its bits.
Output appears here as you type — decoded on your device.
Input is processed on your device. Nothing you paste is sent anywhere.
What is the MAC Address (OUI) Decoder?
A MAC address decoder splits a 48-bit hardware address into its Organizationally Unique Identifier (the first three bytes, which identify the manufacturer) and the device-specific remainder, and reads the flag bits that mark local and multicast addresses.
A MAC address is six bytes, conventionally written as hex pairs separated by colons or hyphens. The first three bytes are the OUI, assigned by the IEEE to a manufacturer; the last three are assigned by that manufacturer to individual interfaces. Looking up the OUI tells you who made the network interface — often enough to identify a device on a network you don't fully control.
Two bits in the first byte carry meaning. The least significant bit marks a multicast address (01:00:5E prefixes are IPv4 multicast, 33:33 is IPv6). The next bit up is the locally administered flag: when set, the address was assigned by software rather than burned in by the manufacturer, and OUI lookup is meaningless.
That second bit is now everywhere. iOS, Android, Windows and macOS all randomise MAC addresses when scanning for and joining Wi-Fi networks, precisely to defeat the location tracking that stable MACs enabled. A randomised address always has the locally administered bit set.
MAC Address (OUI) Decoder at a glance
- Length
- 48 bits — 6 bytes, 12 hex digits
- OUI
- First 3 bytes, IEEE-assigned to a vendor
- Multicast bit
- Least significant bit of the first byte
- Local bit
- Second-least bit — set means randomised/software-assigned
How to use the MAC Address (OUI) Decoder
- 1Paste the MAC address in any format: colons, hyphens, dots or bare hex.
- 2Read the vendor resolved from the OUI, if the address is globally assigned.
- 3Check the local bit — if it is set, the address is randomised and has no real vendor.
When you would reach for it
- Identifying an unknown device on a network from its hardware vendor.
- Explaining why a device shows a different MAC on each connection.
- Confirming whether a captured address is multicast or unicast.
MAC Address (OUI) Decoder — frequently asked questions
Last reviewed · questions or corrections: contact@decoder.tools