MAC Address Vendor Lookup

Find the manufacturer behind any MAC address from its OUI prefix, using the IEEE registry bundled right into the page. Offline, private, no sign-up.

Result

What this tool does

Every network interface — Wi-Fi, Ethernet, Bluetooth — has a MAC address, and its first three octets (the OUI, Organizationally Unique Identifier) are assigned to a specific manufacturer by the IEEE. Paste a MAC address (or just its OUI) and this tool tells you which company made the device.

The full IEEE OUI registry is bundled into the page, so the lookup runs entirely in your browser — nothing is sent to a server, it works offline, and there is no sign-up.

Accepted formats

You can paste a MAC address in any of the common forms, in upper or lower case, and either the full address or just the first three octets:

FormExample
Colon28:6F:B9:01:23:45
Hyphen28-6F-B9-01-23-45
Dot (Cisco)286f.b901.2345
Bare hex286fb9012345
OUI only28:6F:B9

EUI-64 (8-octet) addresses are accepted too — only the first three octets are needed for the vendor.

Batch lookup: paste several addresses, one per line, to resolve them all at once — you'll get one compact MAC — Vendor line per address (great for an ARP table or a device inventory).

What you get back

FAQ

Why is my phone's Wi-Fi MAC not found?

Modern phones use MAC randomization for privacy. A randomized MAC has the locally-administered bit set and is not an IEEE assignment, so there is no vendor to look up — the tool will say so.

Is it free and private?

Yes. The registry is bundled into the page, so your input never leaves your device and it keeps working offline once loaded.

What's the difference between an OUI and a MAC address?

The OUI is the first 24 bits (3 octets) of a 48-bit MAC address and identifies the manufacturer; the remaining bits identify the individual device. Only the OUI matters for a vendor lookup.

Developer & Automation Access

Run it from the terminal

Same engine as this page, headless — via the gizza CLI:

gizza tool mac-vendor-lookup "28:6F:B9:01:23:45"

New to the CLI? Get gizza →

Open it by URL

Pre-fill and auto-run this tool with query parameters — the names match the API/CLI:

https://gizza.ai/tools/mac-vendor-lookup/?mac=28%3A6F%3AB9%3A01%3A23%3A45

Machine-readable descriptor: tool.json — title + parameters JSON Schema for agents.