Every network interface, including the wireless and ethernet adapters in your laptop, possesses a unique hardware identifier known as the Media Access Control address. Finding this string of characters is often necessary for tasks such as configuring network security, troubleshooting connection issues, or registering devices on a managed network. This guide provides multiple methods to locate this identifier regardless of your technical comfort level.
Understanding the Basics
Before diving into the search process, it helps to understand what you are looking for. This address is a 12-digit hexadecimal code, typically displayed in one of two formats: six groups of two digits separated by hyphens (00-1A-2B-3C-4D-5E) or six groups separated by colons (00:1A:2B:3C:4D:5E). Physically, the label is often printed on a sticker located on the bottom of the machine or inside the battery compartment, but relying on the physical label is not always necessary or convenient.
Using Windows Settings
For users operating on a Windows laptop, the graphical interface offers the most straightforward path to this information. The process has been streamlined significantly in recent versions of the operating system, requiring only a few clicks to reveal the details.
Windows 10 and 11 via Settings
Open the Start Menu and click the Settings gear icon.
Navigate to Network & Internet , then select Advanced network settings .
Click on Advanced adapter options at the bottom of the list.
In the new window, right-click on your active network connection (either Wi-Fi or Ethernet) and select Status .
Click on Details , and you will find the Physical Address listed as the MAC Address.
Utilizing the Command Prompt
For those who prefer keyboard commands or need to retrieve the address for multiple machines, the command line provides a powerful alternative. This method works consistently across nearly all versions of Windows and delivers results instantly.
Executing IPCONFIG
Press Windows + R , type cmd , and press Enter to open the Command Prompt.
Type the command ipconfig /all and press Enter .
Scroll through the output to find the section for your Wi-Fi or Ethernet adapter.
Look for the line labeled Physical Address ; the value next to it is your laptop’s MAC address.
MacOS System Preferences
Apple users can find the identifier through the System Settings application, which organizes network information in a very intuitive manner.
macOS Ventura and Later
Open the Apple Menu and select System Settings .
Click on Network in the sidebar.
Select the active connection (Wi-Fi or Ethernet) from the right-hand list.
Click the Details button at the bottom of the screen.
Look for the entry labeled Hardware or MAC Address .