Skip to main content
MA

MAC Address Lookup

Identify the manufacturer of any network device from its MAC address — the OUI vendor lookup.

Did you like the tool? Thanks!
Share:

MAC Address

Vendor / Manufacturer

MAC address vendor lookup uses the OUI (Organizationally Unique Identifier) — the first 24 bits of a MAC address assigned by IEEE to manufacturers.

How to Use MAC Address Lookup

Enter a MAC address in any common format (00:1A:2B:3C:4D:5E, 00-1A-2B-3C-4D-5E, or 001A2B3C4D5E) and click Look Up. The tool queries the IEEE OUI database via a server-side API call and returns the registered vendor or manufacturer name for the first 24 bits of the address.

About MAC Address Lookup

Every network interface on every device ever made — Wi-Fi cards, Ethernet adapters, Bluetooth chips, and even virtual network interfaces — has a MAC (Media Access Control) address, a 48-bit identifier burned into the hardware by the manufacturer. The first 24 bits of that address are the OUI (Organizationally Unique Identifier), assigned by the IEEE Registration Authority to companies that manufacture networking hardware. The remaining 24 bits are assigned by the manufacturer itself, giving them a pool of about 16.7 million unique addresses per OUI before they need to request another one.\n\nThis tool looks up the OUI prefix of any MAC address you provide and returns the company name registered for it. If you see an unfamiliar device on your home network with a MAC address starting with 00:1A:2B, and the lookup says "Apple, Inc.", you have identified it as one of Apple\u0027s products. If you see an Ethernet frame in a packet capture with a source MAC starting with 3C:5A:B4, the lookup tells you it is a Google device. This is a basic but effective fingerprinting technique used in network diagnostics, device inventory, and security analysis — it does not identify the specific device model, just the manufacturer who owns that OUI block.\n\nThe lookup is performed server-side using the free macvendors.com API, which queries a regularly updated OUI database. No API key is required. The server acts as a relay: your MAC address is sent to our endpoint, forwarded to the upstream OUI API, and the result is returned. The upstream API is simple — a GET request to https://api.macvendors.com/XX:XX:XX:XX:XX:XX returns the vendor name as plain text, or a 404 if the OUI is unregistered.\n\nA note on privacy: the first 24 bits of a MAC address identify only the manufacturer, not the specific device, person, or location. The vendor name is public information published by IEEE and is not considered personally identifiable. However, sending a full MAC address (all 48 bits) to any external service does expose the complete unique identifier. If you are concerned about revealing the full MAC address of a specific device, you can truncate it to the first 6 hex digits (the OUI prefix) before looking it up — the vendor result will be identical. The full MAC is not logged or stored on our server.\n\nAn important limitation worth understanding: OUI assignments only cover unicast MAC addresses. Virtual machines and containers often generate randomised MAC addresses (locally administered addresses, indicated by the second-least-significant bit of the first byte being set to 1). These will not match any OUI entry. Similarly, MAC address randomisation — a privacy feature in modern mobile operating systems that rotates the Wi-Fi MAC address when scanning for networks — produces locally administered addresses that have no vendor mapping. If you see a lookup fail for a MAC address that starts with x2, x6, xA, or xE in the second hex digit of the first byte, it is likely a locally administered address with no OUI registration.

Details & Tips

The IEEE OUI database distinguishes between MA-L (MAC Address — Large, the original 24-bit OUIs), MA-M (MAC Address — Medium, 28-bit prefixes), and MA-S (MAC Address — Small, 36-bit prefixes). The macvendors.com API covers MA-L assignments (the standard 24-bit OUI). The tool validates and normalises the MAC address: separators (colons, hyphens, dots) are stripped, uppercase enforced, and the address is formatted as XX:XX:XX:XX:XX:XX for the API call. Only addresses with exactly 12 hex characters (48 bits) are accepted.\n\nMAC address format: six octets of two hex digits each, traditionally separated by colons (IEEE standard), hyphens (Windows convention), or dots (Cisco convention). Case is irrelevant (0A = 0a). The first octet conveys special meaning: the least significant bit of the first byte indicates unicast (0) or multicast (1); the second least significant bit indicates universally administered (0) or locally administered (1).

Frequently Asked Questions

What is a MAC address?
A Media Access Control address is a 48-bit unique identifier assigned to network interfaces. Every Wi-Fi adapter, Ethernet port, and Bluetooth chip has one, burned in by the manufacturer during production. It identifies the hardware at the data link layer (Layer 2) of the network stack.
What is an OUI?
OUI stands for Organizationally Unique Identifier — the first 24 bits (3 bytes, 6 hex characters) of a MAC address. The IEEE assigns OUI blocks to manufacturers who produce networking hardware. For example, 00:1A:2B is an OUI registered to Apple, so any MAC address starting with those bytes belongs to an Apple device.
Can a MAC address identify exactly which device I have?
No. MAC address lookup only identifies the manufacturer, not the specific device model. A MAC starting with Apple\u0027s OUI could be an iPhone, a MacBook, an iPad, an Apple TV, or any other Apple product with a network interface. The remaining 24 bits are an arbitrary serial the manufacturer assigns internally.
Why did my MAC address lookup return "not found"?
Common reasons: (1) it is a locally administered address (randomised MAC) used by virtual machines, containers, or modern mobile OS privacy features — look at the second hex digit; if it is 2, 6, A, or E, the address is locally administered. (2) The manufacturer is very new and not yet in the OUI database. (3) The MAC is mistyped — verify it has exactly 12 hex characters.
Is my MAC address sent to an external service?
Yes — the lookup uses the free macvendors.com API. Only the OUI prefix (first 6 characters) is needed to identify the vendor. If you prefer not to share the full 48-bit address, you can look up only the first 3 bytes (e.g., 00:1A:2B) and get the same result. We do not log or store MAC queries.
What does "locally administered" mean?
The second bit of the first byte of a MAC address indicates how the address was assigned. A 0 means universally administered — assigned by the manufacturer from an IEEE-registered OUI. A 1 means locally administered — assigned by software (operating system, virtualisation platform, container runtime) and not tied to any OUI registration. Locally administered addresses have no vendor mapping.
Can I look up the MAC address of a device on my Wi-Fi network?
Yes — find the MAC in your router\u0027s admin panel (usually under Connected Devices, DHCP Clients, or similar), copy it, and paste it here. This is the most common use case: identifying unknown devices on a home or office network by their manufacturer.
Do MAC addresses change?
Hardware MAC addresses are permanent — burned into the network chip and never changing for the life of the device. However, modern operating systems (iOS, Android, Windows, macOS) can present a different, randomised MAC address to Wi-Fi networks for privacy — this is called MAC randomisation and is increasingly the default behaviour for scanning and connecting to public networks.
How reliable is the OUI database?
The IEEE OUI database is the authoritative source — it is exactly what manufacturers register when they produce networking hardware. The macvendors.com API mirrors this data with regular updates. The main edge case is new OUIs that were registered recently and have not yet been added to the mirror, or manufacturers that have changed names through mergers and acquisitions (the database may still show the old name).
Can I use this tool to trace a device to a person?
No. A MAC address identifies only the manufacturer — which could have produced millions of identical devices. It does not contain geographic, personal, or ownership information. MAC address filtering was once used as a primitive Wi-Fi access control method, but it is trivially bypassed via MAC spoofing and is not a security mechanism.

Part of These Collections

Also Available As

mac address lookup, oui lookup, mac vendor, mac manufacturer, mac address to vendor, ieee oui lookup, network device identifier, mac address checker

Found a Problem?

Let us know if something with MAC Address Lookup isn't working as expected.

Thanks — we'll take a look.