Finding the MAC (Media Access Control) address of your PC is an essential task for network troubleshooting, filtering, and security configuration. A MAC address is a unique identifier assigned to network interfaces for communications on the physical network segment. In Windows 10, this information is readily available through various methods that are both accessible to casual users and IT professionals alike.

We can locate our MAC address through the Settings app, where it’s listed within the Network & Internet section. To streamline network management processes, it’s important to understand how to access this information quickly. Whether you’re connecting to a new network or securing your own, knowing how to find this physical address on your Windows 10 device is a valuable skill.
Contents
Understanding MAC Addresses

A MAC address, which stands for Media Access Control address, is a unique identifier assigned to network interfaces for communications on the physical network segment. Often referred to as a physical or hardware address, it’s a crucial component for the operations of computer networking.
We use MAC addresses because every device—whether it’s a laptop, a smartphone, or any other network device—needs a unique identifier to communicate on a LAN (Local Area Network). Unlike IP addresses, MAC addresses operate at the data link layer of the OSI model and are fixed to the hardware.
Here’s what a sample MAC address looks like:
00:A0:C9:14:C8:29
Each pair represents a byte (8 bits), with the first half (00:A0
| First 3 Bytes | Second 3 Bytes | Function |
| Manufacturer ID | Unique Identifier | Device Identification |
It’s important for us to note that MAC addresses are hard-coded into the network interface card (NIC) and can be masked or changed by software in most operating systems, but the factory assigned address is always there. Understanding MAC addresses is essential when setting up network permissions, filtering, or troubleshooting network connectivity issues.
Finding MAC Address Using System Settings
When working with network troubleshooting or device identification, knowing how to locate the MAC address of your network adapters through system settings on Windows 10 is crucial. We’ll guide you through the process.
Via Network & Internet Settings
Using Network and Sharing Center
For those who prefer the traditional Control Panel interface, we navigate to ‘Control Panel’, click on ‘Network and Internet’, and then select ‘Network and Sharing Center’. Clicking on ‘Change adapter settings’ on the left pane takes us to a list of all network adapters. Right-clicking on the active network and selecting ‘Status’ brings up the necessary details.
Viewing Adapter Properties
Alternatively, right-clicking on the network icon in the system tray and selecting ‘Open Network & Internet settings’ can also get us there. After opening the settings, we go to ‘Change adapter options’, right-click on the relevant adapter, and select ‘Properties’. Looking for the ‘Details’ button under the networking tab reveals the MAC address as ‘Physical Address’.
Understanding how to find your MAC address using these system settings is an essential step in managing network connections and resolving potential issues on Windows 10. We’ve just walked through several pathways to access this information confidently and efficiently.
Using Command Line Tools for Retrieval
In Windows 10, we can quickly find a machine’s Media Access Control (MAC) address using accessible command line tools. These tools provide a straightforward method to obtain hardware-specific information, which is particularly useful for network diagnostics and troubleshooting.
Through Command Prompt
Accessing Command Prompt:
We begin by opening the Command Prompt. One way to do so is by clicking on the Start menu or the search bar at the bottom of the taskbar, typing “Command Prompt”, and selecting it when it appears. Alternatively, we can press ‘Windows key + R’, type “cmd”, and hit Enter.
Finding the MAC Address:
Once the Command Prompt window is open, we type the command getmac to display the MAC address of our network adapters. If more detail is required, getmac /v offers a verbose output, including the network adapter’s name and connection status. For even more comprehensive information, ipconfig /all commands list the MAC address alongside other network configuration details.
Leveraging Windows PowerShell
Accessing Windows PowerShell:
To use Windows PowerShell, we find it in the Start menu by typing “PowerShell” or by right-clicking on the Start menu and selecting “Windows PowerShell” from the menu that appears.
Finding the MAC Address:
In the PowerShell window, the command Get-NetAdapter is used to fetch detailed network adapter information, including the MAC address. This command is part of PowerShell’s NetAdapter module and is a powerful tool for managing network adapters. It provides a clear, organized table of information that includes not just the MAC address but also the status and interface index of each network adapter present in the system.
Network Insight and Troubleshooting
Understanding your network and managing connectivity issues requires a clear view of your network configuration. Let’s start by checking the details of your network connection and locating MAC addresses for network devices.
Checking Network Connection Details
IP Addresses and Network Connections: Knowing your device’s IP address is crucial for network troubleshooting. Access network details by going to Control Panel > Network and Sharing Center and clicking on your connection, be it Wi-Fi or Ethernet. Here, you will find a wealth of information, including your IP address and other network settings. For deeper inspection, use the Command Prompt and type ipconfig to view network configuration for all interfaces.
Looking Up MAC Addresses on Router
Finding Devices on Your Local Network: Every device connected to your network, such as laptops, smartphones, and smart devices, has a Media Access Control (MAC) address. To see the MAC addresses of the devices on your Wi-Fi network, log in to your router’s admin page—usually accessible via a web browser by typing the router’s IP address. Once logged in, navigate through the router’s interface to find a list or a table of connected devices and their corresponding MAC addresses.