Networking

What is an OUI and How Does MAC Address Lookup Identify

Learn about Organizationally Unique Identifiers (OUIs) and how the IEEE database enables MAC address vendor identification. Discover how this system maintains global device uniqueness.

By Inventive HQ Team
<div style="border-left:4px solid #2563eb;background:#eff6ff;border-radius:8px;padding:16px 20px;margin:0 0 28px"> <strong>Want to identify a device by its MAC address?</strong> Use our free <a href="https://inventivehq.com/tools/network/mac-address-lookup"><strong>MAC Address Lookup</strong></a> — paste any MAC address and it decodes the OUI to reveal the manufacturer (Apple, Cisco, Samsung, and thousands of other registered vendors) instantly. Read on to learn how the OUI system works. </div>

An OUI (Organizationally Unique Identifier) is the first 24 bits — the first three octets — of a 48-bit MAC address, and the IEEE Registration Authority assigns each one to exactly one manufacturer. That is why decoding the front half of a MAC address reveals who made the network interface: in 00:1A:2B:3C:4D:5E, the OUI 00:1A:2B maps to a registered company, while the trailing 3C:4D:5E is the serial portion the manufacturer assigns to individual devices. A MAC address lookup simply matches that 24-bit prefix against the IEEE registry of 55,000-plus assignments.

That's the definition an AI summary will hand you. What it can't show is the part that actually trips people up in the field: which MAC addresses have no vendor at all. Below is a bit-level anatomy of a MAC address (including the two flag bits that decide whether a lookup can ever succeed), a decision flow for reading any address you find, a side-by-side of the IEEE block sizes and their prices, and a live tool you can paste an address into right now.

Loading interactive tool...

MAC Address Anatomy: Where the OUI Lives

A MAC address is 48 bits shown as 12 hex digits. The split is exactly in half — the vendor owns the first 24 bits, the manufacturer's production line owns the last 24. But two bits inside the very first octet quietly control everything about how the address behaves and whether a vendor lookup will return anything.

Bit-level anatomy of a 48-bit MAC address A MAC address splits into a 24-bit OUI assigned by IEEE and a 24-bit device identifier. The first octet contains the I/G multicast bit and the U/L local bit. 00:1A:2B:3C:4D:5E 48 bits = 6 octets = 12 hexadecimal digits OUI — first 24 bits 00 : 1A : 2B assigned by IEEE → the vendor Device ID — last 24 bits 3C : 4D : 5E assigned by the manufacturer First octet 00 = binary 0000 0000 0 0 0 0 0 0 0 0 U/L bit — 0 = universal (in IEEE database), 1 = locally administered I/G bit — 0 = unicast (one device), 1 = multicast / broadcast The two right-most bits of the first octet decide whether a vendor lookup can succeed at all.

The System Behind Global Device Identification

When you perform a MAC address lookup and instantly discover that a mysterious device on your network is an Apple iPhone or a Cisco router, you're witnessing the IEEE's Organizationally Unique Identifier (OUI) system in action. This elegant registry, maintained for decades, enables anyone to identify network device manufacturers using just the first half of a MAC address—a capability essential for network management, security monitoring, and troubleshooting.

Understanding OUIs reveals how the networking industry maintains order among billions of devices, prevents addressing conflicts, and creates transparency that benefits administrators and security professionals worldwide.

What Is an OUI (Organizationally Unique Identifier)?

An OUI (Organizationally Unique Identifier) is a 24-bit identifier that forms the first half of a MAC address, uniquely identifying the organization that manufactured the network interface. The IEEE Registration Authority assigns these OUIs to companies, ensuring no two manufacturers receive the same identifier.

The Structure of an OUI

MAC addresses are 48 bits long, divided into two equal parts:

First 24 bits: OUI (Organizationally Unique Identifier)

  • Assigned by IEEE to hardware manufacturers
  • Uniquely identifies the vendor or organization
  • Example: 00:1A:2B might belong to Cisco Systems
  • Remains consistent across all devices from that manufacturer

Last 24 bits: Device-Specific Identifier

  • Assigned by the manufacturer to individual devices
  • Uniquely identifies each specific network interface
  • Example: 3C:4D:5E distinguishes this device from others
  • Under manufacturer's control to allocate as they choose

Complete MAC Address Example: 00:1A:2B:3C:4D:5E

  • OUI: 00:1A:2B (Manufacturer: Cisco Systems)
  • Device ID: 3C:4D:5E (Specific device)

This hierarchical structure is similar to phone numbers, where area codes identify geographic regions (like OUIs identify manufacturers) and the remaining digits identify specific subscribers (like device IDs identify specific interfaces).

How Organizations Obtain OUIs

The process for obtaining an OUI involves formal registration with the IEEE:

Step 1: Purchase OUI Block

  • Companies apply to the IEEE Registration Authority
  • Standard 24-bit OUI costs approximately $3,000 (pricing varies)
  • Provides 16,777,216 (2^24) unique MAC addresses
  • One-time fee with no recurring costs

Step 2: IEEE Assignment

  • IEEE assigns an available OUI from their registry
  • Ensures no conflicts with previously assigned OUIs
  • Registration becomes part of the public OUI database
  • Assignment typically completes within days

Step 3: Manufacturing Integration

  • Company programs MAC addresses into device firmware during production
  • Each device receives unique address within their OUI block
  • Addresses are burned into network interface card (NIC) ROM
  • Devices carry these addresses throughout their lifetime

Alternative OUI Options: MA-L vs. MA-M vs. MA-S

IEEE offers several assignment sizes so a hobbyist maker isn't forced to buy the same block as Apple. The trade-off is simple: a shorter reserved prefix means more addresses for you but a higher price.

Block typeReserved prefixAddresses you getOne-time IEEE fee (2026)Who it's for
MA-L (Large)24 bits (full OUI)16,777,216 (2²⁴)~$3,140High-volume manufacturers shipping millions of NICs — Apple, Cisco, Dell
MA-M (Medium)28 bits (shared OUI)1,048,576 (2²⁰)~$2,065Mid-volume makers who won't exhaust a million addresses
MA-S (Small)36 bits (shared OUI)4,096 (2¹²)~$755Startups, IoT specialists, prototype and low-run hardware
IAB (deprecated)36 bits4,096no longer soldLegacy — replaced by MA-S; existing assignments stay valid
Which should I use?Pick the smallest block whose address count covers your lifetime unit volume; MA-S for under a few thousand devices, MA-L only if you'll ship millions

Note that with MA-M and MA-S the buyer does not own a full unique 24-bit OUI — several organizations share the same first three octets, and the IEEE registry distinguishes them by the extra prefix bits. A good lookup tool handles this variable prefix length automatically, which is why a naive "grab the first 6 hex digits" script sometimes returns the wrong vendor for an MA-S device.

Large companies like Apple, Cisco, Dell, and HP own multiple MA-L blocks to accommodate their massive production volumes spanning decades. For example, Apple has dozens of registered OUIs covering different product lines and manufacturing facilities.

The IEEE OUI Database: Public Registry of Manufacturers

Database Structure and Contents

The IEEE maintains a comprehensive public database of all assigned OUIs, accessible to anyone. This database contains:

Primary Information:

  • OUI prefix: The 24-bit identifier (e.g., 00:1A:2B)
  • Organization name: Company or entity the OUI was assigned to
  • Organization address: Registered business address
  • Assignment date: When IEEE issued the OUI

Database Scale:

  • Over 55,000 unique OUI assignments as of 2025
  • Hundreds of thousands total entries (including historical and deprecated)
  • Constantly growing as new companies enter the market
  • Includes entries dating back to the 1980s

Accessing the OUI Database

Several methods exist for querying the OUI database:

Official IEEE Database:

  • Available at standards-ieee.org
  • Free public access
  • Most authoritative source
  • Updated as new OUIs are assigned

Third-Party Lookup Tools:

  • Numerous websites offer user-friendly OUI lookups
  • Often provide enhanced features like bulk lookup, API access
  • May include additional context about manufacturers
  • Our MAC Address Lookup provides instant vendor identification

Local Database Files:

  • IEEE publishes downloadable text files of the entire database
  • Network monitoring tools often include local copies
  • Enables offline lookups for air-gapped networks
  • Requires periodic updates to remain current

Command-Line Tools:

  • Wireshark includes OUI database functionality
  • Many networking tools integrate OUI lookups
  • Useful for automated network inventory scripts

Database Accuracy and Limitations

While generally reliable, the OUI database has some limitations:

Acquisition and Mergers: Companies that acquire others may inherit OUIs but continue using the original registration. A device might show "Company X" that was acquired by "Company Y" years ago.

OUI Sales and Transfers: OUIs can be sold or transferred between organizations, though this is uncommon. The database may not always reflect current ownership.

Generic Registrations: Some OUIs register to generic entities ("Engineering Department," "Technology Group") rather than recognizable brand names, making identification less useful.

Virtualization Ambiguity: Virtual machine manufacturers often use their own OUIs (VMware, VirtualBox), but this identifies the virtualization platform, not the actual device running the VM.

How MAC Address Lookup Works

The Lookup Process

When you enter a MAC address into a lookup tool, here's what happens:

Step 1: Extract OUI

  • Tool extracts the first 24 bits (6 hexadecimal characters) from the MAC address
  • Example: From 00:1A:2B:3C:4D:5E, extract 00:1A:2B
  • Standardizes format (removes separators like colons or hyphens)

Step 2: Query OUI Database

  • Searches IEEE OUI database for matching prefix
  • Uses efficient indexing for fast lookups
  • Returns manufacturer information if found

Step 3: Return Results

  • Displays manufacturer name and other available information
  • May include company address, country, and assignment date
  • Some tools provide additional context about the vendor

Step 4: Handle Special Cases

  • Identifies locally administered addresses (not in database)
  • Recognizes broadcast and multicast addresses
  • Flags unusual or invalid MAC address formats
Advertisement

Local vs. Universal Addresses

The OUI lookup process depends on the MAC address type:

Universally Administered Addresses (UAA):

  • Second least significant bit of first byte is 0
  • Assigned by manufacturer, guaranteed globally unique
  • Appear in IEEE OUI database
  • Example: 00:1A:2B:3C:4D:5E (second bit of 00 is 0)

Locally Administered Addresses (LAA):

  • Second least significant bit of first byte is 1
  • Manually configured by administrator or software
  • Will NOT appear in IEEE OUI database
  • Example: 02:1A:2B:3C:4D:5E (second bit of 02 is 1)

Lookup tools typically identify locally administered addresses and notify users that vendor identification isn't possible for these manually configured addresses.

The fastest field shortcut: read the second hex digit of the address. If it is 2, 6, A, or E, the U/L bit is set and the address is locally administered — no vendor lookup will work. Every other value means it's universally administered and should resolve to a registered manufacturer.

Decision flow for whether a MAC address can be vendor-identified Reading the second hex digit and the I/G bit determines whether a MAC address resolves to an IEEE-registered vendor or is a local, multicast, or randomized address with no manufacturer. Can this MAC address be traced to a vendor? Read the 2nd hex digit Is it 2, 6, A, or E? (U/L bit = 1, locally administered) YES No vendor Randomized, VM, or manually set — not in IEEE DB NO Is the 1st digit odd? (I/G bit = 1, multicast) Odd → multicast / broadcast group address, not one device even Look up the OUI universal + unicast → real vendor

Practical Applications of OUI Lookups

Network Device Inventory and Management

MAC address vendor identification streamlines network administration:

Automated Network Discovery:

  • Scan network for active MAC addresses
  • Look up OUI for each address
  • Automatically categorize devices by manufacturer
  • Generate comprehensive network inventory

Device Type Inference:

  • Manufacturer often indicates device category
    • "Apple, Inc." → Likely iPhones, iPads, or MacBooks
    • "Cisco Systems" → Network infrastructure (routers, switches)
    • "HP Inc." → Printers or desktop computers
    • "Amazon Technologies" → Echo devices, Fire tablets
  • Helps identify purpose of unknown devices
  • Assists in capacity planning and lifecycle management

Asset Tracking:

  • Monitor specific manufacturer devices across campus networks
  • Track warranty status by correlating MAC addresses with purchase dates
  • Identify old or unsupported hardware needing replacement
  • Maintain compliance with vendor licensing agreements

Security Monitoring and Threat Detection

OUI information enhances security postures:

Rogue Device Detection:

  • Identify unauthorized devices on corporate networks
  • Flag personal devices violating BYOD policies
  • Detect unauthorized access points or routers
  • Alert on suspicious device types in secure areas

Anomaly Detection:

  • Baseline expected manufacturers for different network segments
  • Alert when unexpected manufacturer appears
  • Detect MAC address spoofing attempts (vendor changes without physical device swap)
  • Identify counterfeit or cloned devices

Penetration Testing:

  • Identify security infrastructure (firewalls, IDS/IPS) by manufacturer
  • Recognize wireless access points for targeted attacks
  • Map network topology using device vendors
  • Plan attack strategies based on known vendor vulnerabilities

Incident Response:

  • Quickly identify compromised device manufacturers during breaches
  • Correlate MAC addresses with asset management systems
  • Determine scope of compromise across device types
  • Prioritize remediation based on critical infrastructure vendors

Network Troubleshooting

Vendor identification accelerates problem resolution:

Narrowing Problem Scope:

  • Unknown MAC causing network issues? Vendor lookup reveals device type
  • Multiple devices from one manufacturer failing? Possible vendor-specific problem
  • Identify which team should handle issues (printer team, network team, endpoint team)

Finding Documentation:

  • Knowing manufacturer leads directly to support resources
  • Locate firmware updates and security patches
  • Access vendor-specific troubleshooting guides
  • Contact appropriate technical support

Configuration Management:

  • Different manufacturers require different management approaches
  • SNMP community strings, web interfaces, and CLI commands vary
  • Vendor identification helps administrators use correct tools
  • Streamlines bulk configuration changes across similar devices

VLAN Assignment:

  • Automatically assign devices to VLANs based on manufacturer
  • Separate guest devices from corporate hardware
  • Isolate IoT devices to dedicated network segments
  • Implement network access control policies

Advanced OUI Concepts

Multiple OUIs Per Manufacturer

Large manufacturers own dozens or even hundreds of OUIs:

Why Multiple OUIs?:

  • Production volume: Exhausted address space in earlier OUIs
  • Product lines: Different OUIs for different product families
  • Geographic separation: Different manufacturing facilities use different OUIs
  • Acquisitions: Inherited OUIs from acquired companies
  • Historical reasons: Decades of production accumulate multiple assignments

Example: Apple Inc. owns over 60 registered OUIs, used across iPhones, iPads, MacBooks, AirPods, HomePods, Apple Watches, and more. Each product generation may use different OUI blocks.

OUI Reuse and Recycling

IEEE doesn't typically reuse OUIs, but some scenarios create ambiguity:

Bankrupt Companies: When manufacturers go out of business, their OUIs theoretically become available, though IEEE rarely reassigns them to avoid confusion.

Transferred OUIs: Occasionally companies transfer OUI ownership during mergers or asset sales, causing database records to become outdated.

Historical Ambiguity: Very old OUIs from defunct companies appear in current database but no longer actively manufacture devices.

Randomized MAC Addresses and Privacy

Modern devices increasingly use randomized MAC addresses for privacy:

Privacy Concerns:

  • MAC addresses enable device tracking across locations
  • Retailers use Wi-Fi MAC tracking for customer analytics
  • Public networks can correlate MAC addresses with behavior patterns
  • Privacy advocates consider MAC addresses identifying information

Randomization Implementation:

  • iOS, Android, and Windows 10+ support MAC randomization
  • Different random MAC address used for each Wi-Fi network
  • Changes periodically to prevent persistent tracking
  • Randomized addresses use locally administered format

Impact on OUI Lookups:

  • Randomized MACs won't match IEEE database
  • Vendor identification becomes impossible
  • Network administrators lose visibility into device types
  • Security monitoring becomes more challenging

Some operating systems allow users to disable randomization for trusted networks while maintaining privacy on public networks.

Using MAC Address Lookup Tools

Best Practices for Vendor Identification

Verify Format: Ensure MAC address is properly formatted before lookup:

  • Should be 6 pairs of hexadecimal digits
  • Accept common separators (colons, hyphens, periods, none)
  • Total of 12 hexadecimal characters

Understand Limitations: Recognize what OUI lookups can and cannot do:

  • Identifies manufacturer, not specific device model
  • May show outdated company names from acquisitions
  • Cannot identify locally administered or randomized addresses
  • Doesn't reveal device location or network configuration

Cross-Reference Results: When precision matters, verify OUI information:

  • Check multiple OUI databases for consistency
  • Consult manufacturer documentation for OUI ranges
  • Use network scanning tools to gather additional device details
  • Correlate with DHCP logs showing hostnames and IP addresses

Privacy Considerations: Respect privacy when using OUI information:

  • Avoid publishing individual MAC addresses publicly
  • Use MAC lookups for legitimate network management only
  • Comply with privacy regulations regarding network monitoring
  • Redact or anonymize MAC addresses in public documentation

Try MAC Address Lookup Now

Curious about the devices on your network? Our MAC Address Lookup tool provides instant vendor identification using the IEEE OUI database. Simply enter any MAC address to discover its manufacturer—perfect for network inventory, security monitoring, and troubleshooting.

The Elegant Registry Behind Networking

The OUI system represents one of networking's most successful standards—a global registry that's functioned reliably for decades, enabling interoperability across billions of devices from tens of thousands of manufacturers. The IEEE's public database democratizes this information, empowering network administrators, security professionals, and curious users to identify devices with simple lookups.

From troubleshooting mysterious devices on home networks to managing enterprise infrastructures with thousands of endpoints, OUI lookups provide invaluable context that streamlines workflows and enhances security. The ability to instantly identify "that unknown device" as an Apple iPhone or a Samsung smart TV can save hours of investigation and prevent security false alarms.

As networks grow more complex and IoT devices proliferate, the humble OUI becomes increasingly important. While users rarely think about these 24-bit prefixes, they work tirelessly behind the scenes, maintaining order in the chaotic world of network devices. The next time you wonder what that strange MAC address represents, remember that IEEE's OUI registry has the answer—a testament to thoughtful standardization that scales from home networks to the global internet.

Frequently Asked Questions

What is an OUI in a MAC address?

An OUI (Organizationally Unique Identifier) is the first 24 bits — the first three octets — of a 48-bit MAC address. The IEEE Registration Authority assigns each OUI to a single manufacturer, so decoding those three bytes tells you which company made the network interface. For example, in 00:1A:2B:3C:4D:5E the OUI is 00:1A:2B and the remaining 3C:4D:5E is the device-specific portion the manufacturer assigns.

How does a MAC address lookup find the vendor?

The tool strips separators, takes the first six hex characters (24 bits), and matches that prefix against the IEEE OUI registry. If the prefix is a registered MA-L, MA-M, or MA-S block, it returns the assigned organization name. If the U/L bit is set (locally administered) or the prefix isn't registered, no vendor can be returned.

How much does an IEEE OUI cost?

As of 2026 the IEEE Registration Authority charges roughly $3,140 for an MA-L (24-bit prefix, ~16.7 million addresses), about $2,065 for an MA-M (28-bit prefix, ~1 million addresses), and around $755 for an MA-S (36-bit prefix, 4,096 addresses). All are one-time fees. Large vendors such as Apple and Cisco own dozens of MA-L blocks.

Why does my phone's MAC address not show a manufacturer?

Modern phones use randomized MAC addresses for Wi-Fi privacy. These are locally administered addresses — the second-least-significant bit of the first octet is set to 1 — so they deliberately do not map to any IEEE OUI. iOS, Android, and Windows generate a different random MAC per network, so a vendor lookup returns "locally administered / private address" instead of a company name.

How do I tell a real hardware MAC from a randomized one?

Look at the second hex digit of the first octet. If it is 2, 6, A, or E, the U/L bit is set and the address is locally administered (randomized or manually assigned) — not in the IEEE database. Any other value means it is universally administered and should map to a registered vendor.

Can two manufacturers share the same OUI?

No. The IEEE guarantees each MA-L, MA-M, or MA-S block is assigned to only one organization, which is what makes globally unique MAC addresses possible. Ambiguity only comes from mergers and acquisitions, where a device still carries the OUI of a company that was later bought — the hardware prefix doesn't change even when the brand does.

Does an OUI tell me the exact device model?

No. An OUI identifies the manufacturer, not the product. "Apple, Inc." could be an iPhone, iPad, MacBook, AirPods, or HomePod. To narrow the model you have to combine the OUI with other signals — DHCP hostname, open ports, HTTP user agent, or an active scan.

What is the difference between MA-L, MA-M, and MA-S blocks?

They are IEEE assignment sizes. MA-L reserves a full 24-bit OUI and gives the buyer ~16.7 million addresses. MA-M reserves 28 bits (the vendor shares the OUI prefix and gets ~1 million addresses). MA-S reserves 36 bits, giving 4,096 addresses — ideal for small or specialized makers. All three are searchable in the IEEE registry, and lookup tools handle the variable prefix length automatically.

OUIMAC addressIEEE standardsvendor identificationnetwork management