How to Find Your Computer or Network Card's MAC Address
The MAC address (Media Access Control address) is a unique identifier assigned to each network interface card, used to identify the device on a network. Knowing the MAC address can be helpful for troubleshooting network issues, setting up security, or restricting network access. Here’s a guide on finding your MAC address on different operating systems.
1. How to Find the MAC Address on Windows
On a Windows computer, you can find the MAC address in several ways:
Using Command Prompt
- Press Win + R to open the Run dialog.
- Type
cmd
and press Enter. - In the Command Prompt, type
ipconfig /all
and press Enter. - Look for the "Physical Address" line for the relevant network adapter—this is your MAC address.
Using Network Settings
- Open Settings from the Start menu.
- Go to Network & Internet.
- Select "Ethernet" or "Wi-Fi," depending on your connection.
- Find your connection and view its properties—your MAC address will be listed here.
2. How to Find the MAC Address on macOS
You can find the MAC address on a Mac in several ways as well:
Using System Preferences
- Open System Preferences.
- Go to Network.
- Select the relevant connection (such as Wi-Fi or Ethernet).
- Click Advanced, and the MAC address will be displayed in the window.
Using Terminal
- Open Terminal (accessible via Spotlight search).
- Type
ifconfig
and press Enter. - Look for the
en0
interface for Wi-Fi oren1
for Ethernet, and locate the line starting withether
, where your MAC address will be listed.
3. How to Find the MAC Address on Linux
On Linux, you can find the MAC address via the terminal:
Using ifconfig or ip Commands
- Open Terminal.
- Type
ifconfig
orip addr
and press Enter. - Locate the relevant interface (for example,
eth0
for Ethernet orwlan0
for Wi-Fi) and find the line with "ether"—this is your MAC address.
4. How to Find the MAC Address on Android
On Android devices, you can find the MAC address in the settings:
- Open Settings.
- Go to About phone or About device.
- Select Status or Network information.
- Look for the line labeled "Wi-Fi MAC address."
5. How to Find the MAC Address on iOS
On iPhone or iPad, you can find the MAC address as follows:
- Open Settings.
- Go to General, then select About.
- Find the line labeled Wi-Fi Address—this is your MAC address.