A device's wireless (Wi-Fi) MAC address, also known as hardware or physical address, is used for connecting to the network.
A MAC address is a 12-character string usually formatted as XX:XX:XX:XX:XX:XX (or sometimes with hyphens or no punctuation) consisting of numbers and letters. Please be sure to record the full address.
In this article:
Finding MAC for Windows 11
Through Settings
- Open Control Panel, then Network and Internet, then Network and Sharing Center
- Select your network connection
- Click the Details button
- The MAC address will be listed as Physical Address
Through Command Prompt
- Search for Command Prompt in the lower left corner and open it
- Type in
ipconfig /alland press Enter (the network configurations will display) - If connected to Wi-Fi scroll down to the Wireless section, if connected to Ethernet (wired) scroll to the Ethernet section
- Note: If not connected to a network, use the section that should be connected
- The MAC address will be listed as Physical Address
Finding MAC for MacOS
Through Settings
- Open System Settings
- Select Network
- If you're connected to Wi-Fi:
- Select Wi-Fi
- Select the Details button

- The MAC Address will be listed in the Wi-Fi address section.
- If you're connected to wired (Ethernet):
- Select your ethernet connection
- Select the Details button

- The MAC Address will be listed in the Hardware section.
Through Terminal
- Open the Terminal window by searching with Spotlight Search (Command + Space) or using the magnifying glass icon in the top right corner
- Type
Bashand press return - If you're on Wi-Fi, type
networksetup -getmacaddress en0and press return.- This is your Wi-Fi MAC address. Note, it will say Ethernet Address, but this is your Wi-Fi address.
- If you're on ethernet (wired), type
networksetup -listallhardwareportsand press return. This is your ethernet MAC address.- Find the Hardware Port: Ethernet section.
- If you are using an USB-C or Thunderbolt adapter, it will be named after the adapter. Look for something like Hardware Port: Thunderbolt Ethernet or Hardware Port: USB 10/100/1000 LAN or Hardware Port: Belkin USB-C LAN
- In that section, the Ethernet Address is your MAC Address.
- Find the Hardware Port: Ethernet section.
Finding MAC for Chromebook
(Recommended) Through Quick Settings When Logged In
This is the fastest method if you are already using your Chromebook.
- Click on the Time in the bottom-right corner of your screen to open the Quick Settings panel.
- Click on the Wi-Fi icon (the name of your network).
- At the top of the network list that appears, look for a small icon (Information icon) in a circle.
- Click that icon. A small window will pop up showing your Wi-Fi MAC address.
Through the Settings Menu
Use this method if you need to see more details, like the MAC address for an Ethernet adapter.
- Open Settings (click the gear icon in the Quick Settings panel).
- Select Network on the left-hand sidebar.
- Click on Wi-Fi (or Ethernet if you are using a wired connection).
- Click on the name of the network you are currently connected to.
- Scroll down to the bottom of the Network section. Your MAC address will be listed under Hardware address.
Finding MAC for Linux
Note: OIT does not support Linux devices.
- Open your terminal
- Run
Bash - Run
iw dev | grep Interfaceand note the name after Interface for the next step. - Run
ip link show[insert the name name from the previous step]- Example, if the name in step 3 was
wlp2s0, then in step 4 you'd run ip link show wlp2s0
- Example, if the name in step 3 was
- The result is your MAC address.
Additional Resources
- Wi-Fi: Find a MAC Address on Mobile Devices - iOS (iPhone, iPad) and Android (Google, Samsung)
- WiFi: Find a Wireless MAC address on Your Gaming or Streaming Device - Playstation (PS4, PS5), Nintendo Switch, Xbox, TV, etc