MAC Address Lookup

Lookup MAC address vendor and manufacturer information

MAC Address Search

Enter any MAC address format (colon, hyphen, dot, or plain)

MAC Address Lookup

OUI Database: Organizationally Unique Identifier lookup
Vendor Detection: Identify manufacturer from MAC prefix
Format Support: IEEE, Windows, Cisco, Linux formats
Address Analysis: Unicast/multicast, local/universal admin

Vendor Information

No Vendor Lookup

Enter a MAC address and click "Lookup Vendor" to see manufacturer details.

MAC Address Lookup Tips

  • OUI Database: First 3 bytes identify the manufacturer (Organizationally Unique Identifier)
  • Format Flexibility: Enter MAC in any format - colon, hyphen, dot notation, or plain hex
  • Vendor Detection: Instantly identify device manufacturer from network adapters
  • Address Analysis: See unicast/multicast type and local/universal administration
  • Network Troubleshooting: Perfect for identifying devices on your network

About MAC Address Lookup

MAC (Media Access Control) address lookup allows you to identify the manufacturer and vendor of network devices. Every network interface card has a unique MAC address with the first 3 bytes (24 bits) indicating the manufacturer.

  • Identify device manufacturers from MAC addresses
  • Find vendor information for network troubleshooting
  • Validate MAC address format and structure
  • Support for various MAC address formats
  • Access to IEEE OUI (Organizationally Unique Identifier) database

How to Use MAC Address Lookup

  1. Enter MAC Address - Paste or type the MAC address you want to lookup
  2. Supported Formats - Works with formats like AA:BB:CC:DD:EE:FF, AA-BB-CC-DD-EE-FF, or AABBCCDDEEFF
  3. Click Lookup - Get vendor information and manufacturer details
  4. View Results - See company name, address, and registration details

Frequently Asked Questions

How to find manufacturer from mac address?

Paste the MAC address into the utilAZ lookup tool. It extracts the first 3 bytes (OUI), queries the IEEE registry, and returns the registered manufacturer name, company address, and assignment date. For example 00:1A:2B resolves to a specific vendor instantly.

How to lookup mac addresses online?

Enter any MAC address in formats like AA:BB:CC:DD:EE:FF, AA-BB-CC-DD-EE-FF, or AABBCCDDEEFF into the utilAZ MAC lookup tool and click Search. The tool auto-detects the format, validates the address, and returns the vendor information from the IEEE OUI database in under a second.

What is oui in mac address?

OUI (Organizationally Unique Identifier) is the first 24 bits (3 bytes) of a MAC address. IEEE assigns each OUI block to a single manufacturer. The remaining 24 bits are assigned by that manufacturer to individual devices. There are also MA-M (28-bit) and MA-S (36-bit) assignments for smaller vendors.

How to identify unknown devices on the network?

Run 'arp -a' or 'ip neigh' to list MAC addresses on your LAN. Paste each unknown MAC into the lookup tool to identify the manufacturer. Combined with the IP address and open ports, this reveals whether the device is a phone, IoT sensor, printer, or rogue access point.

Can I find device type from mac address?

The OUI reveals the manufacturer (e.g. Apple, Samsung, Cisco) which strongly suggests device type. However, the MAC alone cannot distinguish an iPhone from a MacBook if both share the same OUI block. Combine with mDNS names or DHCP fingerprints for precise identification.

What information can mac lookup give?

MAC lookup returns the registered company name, postal address, country, OUI assignment block type (MA-L, MA-M, MA-S), assignment date, and whether the address is locally administered or randomized. Some entries also include product line hints from the vendor's public documentation.

Common Use Cases

  • Network device identification
  • Security audit and monitoring
  • Inventory management
  • Troubleshooting network issues
  • Device discovery and mapping
  • Asset tracking
  • Forensic analysis
  • Network administration

Technical Details

MAC Address Structure:

  • OUI (24 bits): First 3 bytes identify the manufacturer
  • NIC (24 bits): Last 3 bytes are assigned by manufacturer
  • Format: Usually displayed as XX:XX:XX:XX:XX:XX or XX-XX-XX-XX-XX-XX
  • Scope: Locally unique on network segments
  • Types: Unicast, multicast, and broadcast addresses

Finding MAC Addresses

Windows:

ipconfig /all
getmac /v
arp -a
            

Linux/macOS:

ifconfig
ip link show
cat /sys/class/net/*/address
            

Network Discovery:

arp -a
nmap -sn 192.168.1.0/24
arp-scan -l