Home
Simple Ways to Find Your MAC Address on Every Device
Every hardware device that connects to a network—be it your smartphone, laptop, or smart refrigerator—has a unique digital fingerprint known as a Media Access Control (MAC) address. While an IP address functions like a mailing address that can change depending on your location, a MAC address is permanent, burned into the network interface card (NIC) by the manufacturer. You might need this identifier for various reasons, such as white-listing devices on a home router, troubleshooting connectivity issues, or registering a gaming console on a university network.
Locating this twelve-digit hexadecimal number can be straightforward or slightly hidden depending on your operating system. This article provides detailed, step-by-step instructions to find the MAC address across all major platforms and devices.
How to find the MAC address on Windows 11 and 10
Windows offers multiple ways to retrieve network information. Whether you prefer the classic Command Prompt or the modern Settings menu, you can find the physical address of your Wi-Fi or Ethernet adapter in under a minute.
Finding the MAC address via Command Prompt
The Command Prompt method is the fastest way for users who want to see all network adapters at once.
- Press the Windows Key on your keyboard, type cmd, and press Enter.
- In the black window that appears, type the following command exactly:
ipconfig /all - Press Enter.
- A list of all network components will populate. Scroll down until you see a heading like Wireless LAN adapter Wi-Fi or Ethernet adapter Ethernet.
- Look for the line labeled Physical Address. It will look something like
00-1A-2B-3C-4D-5E. This is your MAC address.
Using Windows Settings for a graphical view
If you are more comfortable with a visual interface, the Settings app in Windows 11 and 10 provides a clear breakdown.
For Windows 11 users:
- Open Settings by clicking the gear icon in the Start menu or pressing Windows + I.
- Navigate to Network & internet on the left sidebar.
- Click on Properties at the top (usually next to your connected network name) or select Advanced network settings > Hardware properties.
- The MAC address is listed next to Physical address (MAC).
For Windows 10 users:
- Open Settings and go to Network & Internet.
- Click on Status in the left menu.
- Click on View hardware and connection properties.
- Scroll through the list to find your active connection (Wi-Fi or Ethernet) and locate the Physical address (MAC).
Locating your MAC address on macOS
Apple has recently streamlined the interface for macOS. Whether you are using the newer macOS Sonoma and Ventura or an older version like Monterey, the process remains logically consistent.
Finding the address in System Settings (macOS Ventura and later)
- Click the Apple menu in the top-left corner of your screen.
- Select System Settings.
- Click Network in the sidebar.
- Click on the network service you are using (e.g., Wi-Fi or Ethernet).
- Click the Details... button next to your connected network.
- In the pop-up window, click Hardware in the sidebar.
- Your MAC address will be visible at the top.
Finding the address in System Preferences (Older macOS versions)
- Go to the Apple menu and choose System Preferences.
- Click the Network icon.
- Select your connection from the left-hand list.
- Click the Advanced... button in the lower-right corner.
- Switch to the Hardware tab.
- The MAC address is displayed clearly on the first line.
Where is the MAC address on an iPhone or iPad?
Mobile devices have added a layer of complexity to network identifiers due to privacy concerns. Since iOS 14, Apple uses a feature called "Private Wi-Fi Address" to prevent tracking across different networks.
Finding your Wi-Fi address in iOS
- Launch the Settings app.
- Tap on General and then tap About.
- Scroll down to the Wi-Fi Address field. This is the hardware MAC address of your device.
Handling Private Wi-Fi Addresses
If you are trying to register your iPhone on a secure network that requires a MAC address, the "About" menu might show your hardware address, but the network might see a randomized one. To find the specific address used for a current network:
- Go to Settings > Wi-Fi.
- Tap the blue "i" icon next to the network you are connected to.
- Look for Private Wi-Fi Address. If this toggle is on, use the address shown directly below it for that specific network.
How to find the MAC address on Android devices
Android menus can vary significantly between manufacturers like Samsung, Google, and OnePlus. However, the path is generally buried within the "About Phone" or "Network" sections.
The General Android path
- Open Settings.
- Scroll to the bottom and tap About phone or About device.
- Tap Status or Status information.
- Look for Wi-Fi MAC address.
The Samsung Galaxy path
- Go to Settings > About phone.
- Tap Status information.
- Your Wi-Fi MAC address will be listed among the hardware details.
Finding the randomized MAC on Android
Similar to iOS, modern Android versions (Android 10+) use MAC randomization. To see which MAC address is being shared with a specific router:
- Go to Settings > Network & internet > Internet (or Wi-Fi).
- Tap the gear icon next to your current Wi-Fi network.
- Tap View more or scroll down to find MAC address type. It will usually show "Randomized" or "Phone MAC." The current active address is listed there.
Finding MAC addresses on Linux
Linux users typically rely on the terminal to fetch hardware details. Depending on your distribution (Ubuntu, Fedora, Arch), you might use different packages.
Using the IP link command
This is the modern standard for checking interfaces.
- Open your terminal.
- Type
ip link showand hit Enter. - Look for your interface name (e.g.,
eth0for wired orwlan0for wireless). - The MAC address follows the label
link/ether.
Using the ifconfig command
If you have net-tools installed, the older ifconfig command still works:
- Type
ifconfigin the terminal. - Look for the
etherfield under the appropriate adapter.
How to find the MAC address on Gaming Consoles
Gaming consoles often need their MAC addresses recorded for port forwarding or connecting to school and hotel networks.
PlayStation 5 (PS5)
- From the home screen, select the Settings (gear) icon in the top right.
- Select System.
- Select Console Information.
- The MAC addresses for both LAN (Ethernet) and Wi-Fi are displayed here.
PlayStation 4 (PS4)
- Go to the Settings menu.
- Select System.
- Choose System Information.
- You will see the MAC addresses listed on the screen.
Xbox Series X|S and Xbox One
- Press the Xbox button on your controller to open the guide.
- Select Profile & system > Settings > General.
- Select Network settings.
- Choose Advanced settings.
- Both the Wired MAC and Wireless MAC will be listed on the right side of the screen.
Nintendo Switch
- Select System Settings from the Home menu.
- Scroll down and select Internet.
- The System MAC Address is displayed on the right.
Finding the MAC address on Streaming Devices and Smart TVs
These devices rarely have keyboards, so navigating their menus is the only way.
Roku
- From the Roku home screen, go to Settings.
- Select Network.
- Select About.
- The Wireless or Wired MAC address will be visible here.
Amazon Fire TV Stick
- Go to Settings on the top menu bar.
- Select My Fire TV (or System).
- Select About.
- Move down to Network. The MAC address is displayed on the right side.
Apple TV
- Go to Settings.
- Select General and then About.
- Scroll down to find the Wi-Fi Address or Ethernet Address.
Google Chromecast
- Open the Google Home app on your smartphone.
- Tap on your Chromecast device.
- Tap the Settings (gear) icon.
- Tap Device information.
- The MAC address is at the very bottom.
What is a MAC address and why does it matter?
A Media Access Control address is a physical identifier assigned to a network interface controller. It exists at the Data Link Layer (Layer 2) of the OSI model. Unlike an IP address, which is logical and can be changed via software or network assignment, the MAC address is intended to be globally unique.
The format of a MAC address
A MAC address consists of six groups of two hexadecimal digits (0-9 and A-F), separated by colons or hyphens. For example: D4-3B-04-CE-37-A1.
- The first three groups: These identify the manufacturer of the hardware (e.g., Apple, Intel, Samsung). This is called the Organizationally Unique Identifier (OUI).
- The last three groups: These are unique to the specific device assigned by the manufacturer.
MAC vs. IP Address: What is the difference?
It is common to confuse these two. Think of the network as a giant office building:
- IP Address: This is like the office number (e.g., Room 402). It tells the internet where to send data so it reaches the right building and floor. It can change if you move offices.
- MAC Address: This is like the social security number of the person sitting in that office. Even if they move to a different room, their identity remains the same.
Why can't I find my MAC address?
If you are following the steps and the MAC address field is blank or showing 00:00:00:00:00:00, it usually means the network hardware is disabled. For example, if your Wi-Fi is turned off on a laptop, the system might not report a MAC address for the wireless card. Always ensure the adapter is enabled before checking.
In some cases, the MAC address is also printed on a physical sticker on the bottom of the device or the original packaging. Look for a label that says "MAC," "Physical Address," or "ID."
How to find a device's MAC address using your router
If you have a device that has no screen (like a smart bulb or a smart plug), you can find its MAC address through your router's administration panel.
- Log in to your router’s web interface (usually by entering
192.168.1.1or192.168.0.1in a browser). - Look for a section labeled Attached Devices, Device List, or DHCP Clients.
- The router will show a list of all connected devices, their IP addresses, and their MAC addresses. This is often the easiest way to identify mysterious "unknown" devices on your network.
Summary of MAC Address Locations
| Device Type | Navigation Path | Key Term to Look For |
|---|---|---|
| Windows | Command Prompt > ipconfig /all |
Physical Address |
| macOS | System Settings > Network > Details > Hardware | MAC Address |
| iPhone | Settings > General > About | Wi-Fi Address |
| Android | Settings > About Phone > Status | Wi-Fi MAC Address |
| PS5 | Settings > System > Console Information | MAC Address (Wi-Fi/LAN) |
| Xbox | Settings > Network Settings > Advanced | Wireless/Wired MAC |
| Linux | Terminal > ip link show |
link/ether |
Frequently Asked Questions
Can I change my MAC address?
While you cannot change the physical address burned into the hardware, you can "spoof" it using software. This is often done for privacy or to bypass certain network restrictions. Both Windows and Linux have settings to allow MAC randomization or manual overrides in the driver properties.
Is it safe to share my MAC address?
Sharing your MAC address with a network administrator is standard practice. However, you should not post it publicly. While it cannot be used to hack you directly from the internet, it can be used for local tracking or to impersonate your device on a local Wi-Fi network.
Does every network adapter have a different MAC?
Yes. If your laptop has an Ethernet port and Wi-Fi, it has two separate MAC addresses. If you plug in a USB Wi-Fi dongle, that dongle will have its own third MAC address. Always make sure you are looking at the address for the specific adapter you are trying to use.
Why does my iPhone show a different MAC address on different networks?
This is due to the "Private Wi-Fi Address" feature. To prevent retailers and public networks from tracking your movement based on your MAC address, your iPhone generates a unique "fake" address for every network you join.
How do I find the MAC address of a printer?
Most network printers will print a "Configuration Page" or "Network Status Page" if you hold down the Go or Wireless button for a few seconds. The MAC address is almost always listed under the Network section of that printout. Alternatively, check the LCD menu under Network Settings.
Can two devices have the same MAC address?
In theory, no. Manufacturers are assigned ranges to ensure uniqueness. However, if someone is spoofing a MAC address or if there is a rare manufacturing defect, duplicates can exist, which usually causes significant network conflicts and prevents both devices from communicating properly.
Understanding where to find your MAC address is a fundamental skill for managing a modern home network. Whether you are locking down your security or simply trying to get your new gaming console online, these steps will ensure you find the right information for any device in your household.
-
Topic: How to find the MAC address of your device:https://www.pem.cam.ac.uk/sites/default/files/2024-08/Network%20Registration%20Instructions_0.pdf
-
Topic: What is a MAC Address and How Do I Find It? | TechTargethttps://www.techtarget.com/searchnetworking/definition/MAC-address?Offer=ab_ss_reeng_plt_var2
-
Topic: Locating a MAC Address / Host Name | DECShttps://www.egr.msu.edu/decs/how-to/locating-mac-address-host-name