Can a MAC address identify a device?

Partly. A MAC address can identify the organization that registered the address block it belongs to, and that is all a lookup reports. It cannot identify the exact device model, the owner or the location of the device, because none of those facts are part of an address registration: the record describes a block of addresses, not a piece of hardware or a person using it.

Can it identify the manufacturer?

It identifies the registrant of the block, which is not always the company whose brand is on the product. The clearest example is an IEEE-held base: 70:B3:D5 resolves to the IEEE Registration Authority, because that is the block the IEEE assigns its MA-S registrations from. A device carrying an address inside that range was not made by the IEEE — the lookup is reporting who registered the block, and the block is a registry, not a factory. Treat the result as the registered organization, which is why the MACLookup API names that field company rather than a model.

Can it identify the exact device model?

No. An address block covers many addresses — up to 16,777,216 of them in an MA-L block — and every one of them resolves to the same registrant. The lookup has no field for a model, a serial number or a product name, so two very different products from the same registrant are indistinguishable from their addresses alone. Identifying a model requires other evidence from the network, not the address.

Can it identify a person or a location?

No. The country and address in the record are the registrant's registered details, not the location of the device: the block EC:0D:51 is recorded in Cupertino, US because that is where Apple, Inc. is registered, and an iPhone using an address from it in another country does not move the record. MACLookup has no mapping between an individual address and an owner, and an address is not a public location identifier.

What a MAC address does reveal

Within a local network, the address is visible to the devices and infrastructure on that network, which is how switches, access points and DHCP servers tell interfaces apart. That is a local observation, not a public record. Modern systems reduce what it exposes: iOS, iPadOS, Android, Windows and Linux can each present a randomized address per network, and such an address has no registrant at all. A Private result is the opposite case — a real registration whose registrant is not published.

Check an address

Look up any address in the MAC address lookup to see which block it falls in and which organization registered that block.

Sources and review

Last reviewed: . Technical claims on this page follow the primary sources below; operating-system interfaces change between releases, so check them against your own device version.