Find a device vendor from its MAC address
All computation runs locally in your browser

A MAC address is usually shown as six hexadecimal byte pairs, for example 20:37:06:12:34:56. The first three bytes are commonly used to identify the vendor behind the network interface.
You might use this calculator if you:
If you’re also dealing with IP addressing, pairing this with the IPv4 subnet calculator can make device discovery much easier.
Worked example (extracting the OUI prefix):
The lookup uses that prefix to find the best vendor match.
You see a new MAC in your router UI. Paste it here to get a vendor hint (phone brand, network gear vendor, etc.).
A spreadsheet has MAC addresses but no vendor column. Use the vendor block to quickly annotate your list.
During a basic investigation, vendor signals can help you prioritize what to validate next. (Always verify—vendor alone is not identity.)
In logs and captures, vendor lookup makes it easier to distinguish infrastructure devices from endpoints.
Router “connected devices” list
Turn a raw MAC entry into a vendor clue, faster than searching manually.
Printer / camera networks
Vendor info helps you tell multiple device types apart during setup.
Packet captures (PCAP) labeling
Use vendor hints to annotate endpoints while you trace traffic paths.
Compliance and documentation
Copy a consistent vendor block into tickets and runbooks.
Lab / homelab organization
Keep track of test devices and NICs when you swap hardware often.
IP and subnet planning
When you map devices, combine with subnet tools for a clearer picture.
The lookup is based on the first bytes of a MAC address. In hex form, that’s the first hex digits.
The tool normalizes separators (like : or -), takes the first six hex digits, and then does a direct table lookup to return the vendor block.
The OUI is the vendor prefix registered with the IEEE. It’s a great starting point for identification, but it’s not guaranteed to match the device brand (especially with OEM hardware and resellers).
Many phones and laptops can randomize MAC addresses per network for privacy. In that case, vendor lookups may return “Private” or no match.
Not always. OEM hardware, resellers, and shared manufacturing can make the vendor different from what you expect. Treat the result as a strong hint, not a final identity.
The address might be randomized, locally administered, or from a newer vendor prefix not present in the lookup table.
This calculator performs the lookup in your browser.
The tool is designed for common colon/hyphen-separated MAC formats (for example AA:BB:CC:DD:EE:FF).
IEEE OUI registry
https://standards.ieee.org/products-programs/regauth/oui/Links are provided for educational reference.
Use a simple chronometer (stopwatch) to track elapsed time down to milliseconds. Runs locally in your browser.
Normalize email addresses to a standard format for easier comparison. Useful for deduplication and data cleaning. Runs locally in your browser.
Estimate the time needed to consume a total amount at a constant rate, and get an expected end time. Runs locally in your browser.
Parse and decode your JSON Web Token (JWT) and display its content. All computation runs locally in your browser.
Know which file extensions are associated to a MIME type, and which MIME type is associated to a file extension. Includes a full MIME types table.
Generate random Lorem Ipsum placeholder text with customizable paragraphs, sentences, and word counts. Runs locally in your browser.