Overview
Below you will find instructions showing how to find the MAC address of a device. You may need to find the MAC address of your device to register your wired device to connect to a campus workstation, register a device without a web browsers to connect to ResNet, and aid in identifying your device for troubleshooting purposes.
A MAC address, which stands for media access control address, is a sequence of values that serves as a unique identifier for your device's network adapter. Often the address is written in value pairs separated by colons, hyphens, or other characters. Here is the general format that is used, with letter and numbers replacing the x's You may also hear this MAC address be referred to as a hardware address, physical address, WiFi address, or Ethernet address.
On this page:
Critical Concepts
- Every device that connects to the network has a unique MAC address
- If your devices has multiple methods to connect to the network, such as a wired Ethernet and wireless connection, each adapter has its own MAC address.
Steps to Take
Computers
Windows
- Click on the Start menu at the bottom left corner of your screen or press the Windows key.
- In the search box, type cmd
- Press ENTER. This should open a window that says "Command Prompt".
- In the command prompt type the following command then press ENTER.
getmac -v
- This should print out information about the various network adapters on your device. Depending on which adapter you are using (Wireless, wired), the Physical Address under the adapter header is the device's MAC Address.
Mac
- On top menu bar, click on Apple Icon > System Preferences...
- Select Network option
- Select the type of network adapter you are looking for, then continue with the corresponding steps:
- Wireless
- Select WiFi tab on the left
- Click Advanced... in the bottom right corner
- On the next screen, look for Wi-Fi Address at the bottom. This is the MAC address for your wireless adapter.
- Ethernet (Wired)
- Select Ethernet tab on the left
- Click Advanced... in the bottom right corner
- Click Hardware tab. Here you will see the MAC address for your wired Ethernet adapter.
Linux/Unix
In general, the following command should work to find the MAC address of your Linux/Unix device:
ifconfig -a
However, each Linux/Unis operating system is different. If this command does not work, check the user manual.
Chromebook
- In the bottom right, click on the time
- Click the Wi-Fi network icon
- Click on the Network Information (i) button in the top right of the box
- You should see a Wi-Fi address listed in a small drop-down box. This is the MAC address for your wireless network adapter.
Mobile Devices
iPhone/iPad (iOS)
- Select Settings from your home screen
- Go to General > About
- Scroll down and look for the Wi-Fi Address. This is your device's MAC address for wireless network adapter.
Android
Settings menus can vary across different Android devices. For the majority of cases, these steps should work:
- Select Settings from the application menu
- Go to About Device > Status
- Scroll down and look for the Wi-Fi Address. This is your device's MAC address for wireless network adapter.