How to find the MAC address on a device
Every device connected to a network has a Media Access Control (MAC) address, that uniquely identifies it. The MAC address is a 12 character hexadecimal number. These instructions describe how to find the MAC address (Wireless or wired) of devices and operating systems.
It is important to note that manufacturers sometimes use different names to describe the MAC address, such as Hardware ID, Physical Address, Wireless ID, Wi-Fi Address, etc.
- 1 Mobile Devices
- 2 Desktop & Laptop Computers
- 2.1 Windows 11
- 2.2 macOS
- 2.2.1 Wireless (Wi-Fi) MAC Address
- 2.2.2 Wired (Ethernet) MAC Address
- 2.2.3 Terminal Method
- 2.3 Ubuntu Linux
- 2.3.1 Graphical Interface (GUI)
- 2.3.2 Terminal Method
- 2.4 Related articles
Mobile Devices
Android (Smartphone and Tablet)
On most recent Android versions, the steps are nearly identical across manufacturers.
Method 1: Settings Menu
Unlock the device and open Settings.
Scroll down and tap About phone or About tablet (sometimes located under System).
Tap Status or Hardware information.
Look for Wi-Fi MAC address; it will follow the format
00:11:22:AA:BB:CC.
Method 2: Network Settings (Recommended for Samsung/Pixel)
Open Settings > Network & internet (or Connections).
Tap Wi-Fi, then tap the gear icon next to your connected network.
Scroll down to view the MAC address for that specific connection.
Note: If you see "Randomized MAC," this is a privacy feature. Use the "Device MAC" if you are registering the device for a static network whitelist.
iOS & iPadOS (iPhone and iPad)
Method 1: Connection Details
Open the Settings app.
Tap Wi-Fi.
Tap the "i" (info) icon next to your connected network.
Locate Wi-Fi Address—this is your MAC address.
Method 2: General Settings
Go to Settings > General > About.
Scroll down to Wi-Fi Address.
Desktop & Laptop Computers
Windows 11
Wireless (Wi-Fi) MAC Address
Open Settings > Network & internet.
Click Wi-Fi > Hardware properties.
Find Physical address (MAC).
Wired (Ethernet) MAC Address
Open Settings > Network & internet.
Click Ethernet (the device must be plugged in).
Click Hardware properties and locate Physical address (MAC).
Command Line Method (Fastest)
Press
Win + R, typecmd, and press Enter.
Type
ipconfig /alland press Enter.
Look for the "Physical Address" line under the relevant adapter.
macOS
Wireless (Wi-Fi) MAC Address
Click the Apple Menu > System Settings (or System Preferences).
Click Wi-Fi in the sidebar.
Click Details… or Advanced….
Look for Wi-Fi MAC address or Hardware Address.
Wired (Ethernet) MAC Address
Click the Apple Menu > System Settings > Network.
Select your Ethernet connection (e.g., "USB LAN" or "Thunderbolt Ethernet").
Click Details… and find the Hardware Address.
Terminal Method
Open Terminal (Applications > Utilities).
Type
ifconfig en0(usually Wi-Fi) orifconfig en1(usually Ethernet) and press Enter.
The address follows the word
ether.
Ubuntu Linux
Graphical Interface (GUI)
Open the System Menu (top-right corner).
Click Settings > Wi-Fi or Network.
Click the gear icon next to your active connection.
Look for Hardware Address.
Terminal Method
Open Terminal (
Ctrl + Alt + T).
Type
ip linkand press Enter.
Locate your interface (e.g.,
wlan0oreth0).
The MAC address is listed next to
link/ether.
Related articles
Need help?
Contact the IST Service Desk online or 519-888-4567 ext. 44357.
Article feedback
If you’d like to share any feedback about this article, please let us know.