Network - Find hardware network (MAC) address
Action
To find the hardware network address, also called MAC address, of a Windows, Linux or Mac computer, follow the instructions below.
For other device types, this is typically listed in the network settings or about information.
Instructions
Windows
- Open your Start menu
- Type "cmd" and click Command Prompt in the results
- At the prompt, type "ipconfig /all" or "getmac -v" and press Enter. (Note: there is a space between ipconfig and the forward slash.)
Locate your Ethernet or wireless adapter description. Under description, you will see the category labeled Physical Address. This is your MAC address that you will use for troubleshooting purposes.
The MAC address is alphanumeric (0-9 and a-f), and consists of 12 characters.
Example: 00-B0-D0-86-BB-F7
Mac
- Go to System Preferences
- Click Network
Select your WiFi or Ethernet adapter on the left
Click Advanced
- Go to the Hardware tab
This shows MAC address that you will use for troubleshooting purposes
The MAC address is alphanumeric (0-9 and a-f), and consists of 12 characters.
Example: 00-B0-D0-86-BB-F7
Linux
    1. Go to Applications
    2. Click on Terminal
    3. Type "ip -brief link"
    4. Mac Address will be displayed
The MAC address is alphanumeric (0-9 and a-f), and consists of 12 characters.
Example: 00-B0-D0-86-BB-F7
   Â