How Does the MAC Address Lookup Work?
A MAC (Media Access Control) address is a unique 48-bit physical hardware identifier. The first 24 bits (6 hexadecimal digits) form the Organizationally Unique Identifier (OUI), which is issued by the IEEE. Our tool extracts this OUI and references an updated manufacturer database to identify the brand.
Unlike IP addresses which are logical and assigned dynamically by routers, MAC addresses are physically burned into the network interface card (NIC) at the factory and remain constant.
What Can You Learn From a MAC Address?
Hardware Vendor
Identifies the exact manufacturer of the chip or device — e.g. Apple, Intel, Samsung, Espressif.
Device Category
Helps classify unidentified devices on your local WiFi client list (e.g. smart home plug vs. laptop).
Local Administration
Reveals if a device is using randomized MAC addresses (common on modern iOS/Android devices for privacy).
Network Troubleshooting
Essential for configuring static DHCP leases, MAC address filtering, or router authentication.
MAC Randomization & Modern Privacy
To prevent tracking across public networks, modern operating systems (iOS, Android, Windows) dynamically generate a randomized, private MAC address for each SSID connection.
If your lookup returns 'Unknown Vendor', the device is likely using a randomized MAC address. You can disable private addressing in the device's WiFi settings to expose its true hardware MAC.
Frequently Asked Questions
What is a MAC address?
A MAC (Media Access Control) address is a unique 12-character physical hardware address assigned to a network interface controller (NIC) by its manufacturer. It is used as a network address for most IEEE 802 network technologies, including Ethernet and Wi-Fi.
How do I find my device's MAC address?
On Windows, open Command Prompt and type 'getmac' or 'ipconfig /all'. On macOS/Linux, open Terminal and run 'ifconfig' or 'ip link'. On iOS/Android, go to Settings -> About Phone/Tablet -> Status or Hardware Information.
What is an OUI?
An OUI (Organizationally Unique Identifier) is the first 24 bits (three octets) of a MAC address. OUIs are purchased from the IEEE by companies and manufacturers to uniquely identify their network-capable products.
Why does the tool show 'Unknown Vendor' for some devices?
This usually occurs if the MAC address is randomized (a privacy feature on modern smartphones and laptops) or if it belongs to a brand new manufacturer OUI that has not yet been synced with the public IEEE database registers.