How to Find Your MAC Address on Windows and Mac

MAC addresses play a crucial role in network communication, but many users don’t know how to locate this important identifier. Whether you’re troubleshooting network issues or setting up MAC address filtering, knowing how to find your device’s MAC address is an essential skill.

What is a MAC Address?

A Media Access Control (MAC) address is a unique 12-character alphanumeric string assigned to network interface cards (NICs) by manufacturers. This hardware identifier helps devices communicate on local networks.

MAC addresses consist of six pairs of hexadecimal digits, often separated by colons or hyphens. For example: 00:1A:2B:3C:4D:5E

The first half of a MAC address identifies the manufacturer, while the second half is unique to the specific device.

Finding Your MAC Address on Windows 10

Windows 10 offers several methods to locate your MAC address. Here are the most effective approaches:

Using the Settings App

Step 1: Open the Start menu and click on the Settings icon.

Step 2: Navigate to Network & Internet.

Step 3: Click on the connection type (Ethernet or Wi-Fi) in the left sidebar.

Step 4: Scroll down and click on “View hardware and connection properties”.

Step 5: Look for the “Physical address (MAC)” entry in the list of properties.

Using Command Prompt

Step 1: Press Windows Key + X and select “Command Prompt” or “Windows PowerShell”.

Step 2: Type the following command and press Enter:

ipconfig /all

Step 3: Look for the “Physical Address” under your active network adapter.


Finding Your MAC Address on macOS

Mac users can easily find their MAC address through System Preferences or Terminal.

Using System Preferences

Step 1: Click on the Apple menu and select “System Preferences”.

Step 2: Click on “Network”.

Step 3: Select your active network connection (Wi-Fi or Ethernet) from the left sidebar.

Step 4: Click the “Advanced” button in the lower right corner.

Step 5: Go to the “Hardware” tab. Your MAC address is listed as the “MAC Address”.

Using Terminal

Step 1: Open Terminal from Applications > Utilities or by using Spotlight search.

Step 2: For Wi-Fi, type the following command and press Enter:

ifconfig en0 | grep ether

Step 3: For Ethernet, use this command instead:

ifconfig en1 | grep ether

The MAC address will be displayed after “ether”.

Why Knowing Your MAC Address Matters

Understanding how to find your MAC address is important for several reasons:

  • Network troubleshooting: IT professionals often need MAC addresses to diagnose connectivity issues.
  • MAC address filtering: Some networks use MAC address lists to control device access.
  • Device identification: MAC addresses help identify specific devices on a network.
  • Static IP assignment: Network administrators may use MAC addresses to assign static IP addresses.

Remember that while MAC addresses are generally permanent, they can be spoofed. For security-critical applications, additional authentication methods should be used alongside MAC address verification.


With these methods, you can quickly find your MAC address on both Windows and Mac systems. Whether you’re setting up a new network or troubleshooting connection issues, this knowledge will prove invaluable in managing your devices’ network identities.