Finding the hardware identifier for your network adapter is often necessary for troubleshooting connectivity issues, configuring network permissions, or registering devices on a corporate network. On a laptop, this unique value is burned into the network interface controller and remains constant regardless of the operating system you boot into. This guide provides multiple methods to locate this identifier across Windows, macOS, and Linux, ensuring you can access it no matter your environment.
Understanding the Basics
Before diving into the lookup process, it is helpful to understand what you are searching for. This identifier is a 12-digit hexadecimal code, typically displayed in pairs separated by hyphens or colons, such as `01-23-45-67-89-AB`. It is assigned to the physical network hardware by the manufacturer and is used globally to identify devices at the data link layer. While a laptop may have multiple network interfaces—such as a wireless adapter and an Ethernet port—most consumer machines use a single integrated wireless card that handles both Wi-Fi and Bluetooth, possessing one primary wireless identifier.
Using Windows Settings
The most straightforward method for Windows users involves navigating through the modern Settings application. This interface provides a clean, visual representation of your network information without requiring any command-line knowledge. The steps guide you directly to the section where the identifier is displayed alongside other connection details.
Windows Settings Method
Open the Settings app by pressing Windows Key + I .
Navigate to Network & Internet (or Connections on older versions).
Select Status from the left-hand menu.
Scroll down and click on View hardware and connection properties .
Locate the field labeled Physical Address (MAC) to view the code.
Using Command Prompt and PowerShell
For users who prefer command-line efficiency or need to extract this information for scripting purposes, Windows offers powerful tools that deliver the identifier instantly. The `getmac` command provides a direct output, while PowerShell offers more versatile formatting options for copying the result.
Command Prompt and PowerShell Commands
Press Windows Key + R , type cmd , and press Enter to open Command Prompt.
Type getmac and press Enter to list all physical addresses on the machine.
Alternatively, open Power and type the command: Get-NetAdapter | Select-Object Name, MacAddress .
Look for the entry corresponding to your active network connection.
Navigating macOS Utilities
Apple devices provide access to this hardware identifier through the System Settings interface, which aggregates network information in one location. The process is designed to be intuitive, requiring only a few clicks to reveal the underlying hardware details.
macOS System Preferences
Click the Apple menu and select System Settings .
Go to Network from the sidebar.
Select your active Wi-Fi or Ethernet connection on the right.
Click the Advanced button.
Switch to the Hardware tab to view the identifier.