Topics Map > OS and Desktop Applications > Operating Systems > Windows
In the results, find Command Prompt on the left. Click on it to open the Command Prompt. In the Command Prompt window, type ipconfig /all and press Enter. Under the Ethernet Adapter Local Area Connection section, look for the “Physical Address”. This is your MAC Address. For Windows Vista/7: 1. Click on the Start Menu, and in the. MAC Address or media access control address is a unique ID assigned to network interface cards (NICs). It is also known as a physical or hardware address. It identifies the hardware manufacturer and is used for network communication between devices in a network segment. MAC Address usually consists of six groups of two hexadecimal digits.
This document explains how to find the IP number and MAC address of a network card in Windows.
Windows 9x/2000/XP/Vista UNSUPPORTED | NOTE: Windows 95/98, Windows Me, Windows 2000, Windows XP, and Windows Vista are no longer supported by the Help Desk. We can only provide best effort support. If we are unable to resolve your Windows 9x/2000/XP/Vista issue, you may be able to find help in Microsoft's Knowledge Base. These products are no longer actively supported by Microsoft. No further development will take place on these products and security updates are no longer issued. It is highly recommended that you upgrade to Windows 10 or 8. |
Ways to find MAC Address
Network and System administrators are many times caught is issue of finding MAC addressof some remote device in network. Physical validation of each device may be time consuming and very tedious activity. In this post we will discuss 3 commands in “Command Prompt” which can help to find out MAC address of remote device in few seconds. The 3 commands in discussion are stated below –
“ARP” is a Layer 3 protocol which is used by computers to resolve and track the TCP/IP and MAC address of the destination devices that you’re communicating to.
Steps to determine the MAC Address of a remote system –
Below is an example –
“Nbtstat” command is another way to find out the MAC address of remote machine. NBTSTAT is a Windows built-in utility for NetBIOS over TCP/IP used in Windows system.
Below is One way of determining the MAC address of a remote system is to type nbtstat -A remoteaddress at a command prompt where remoteaddress is the IP address of the remote system
Steps to determine the MAC Address of a remote system –
Below is an example –
It’s the command line utility that returns the MAC address along with network protocols associated with each address for all network adapters from local or remote computers.
Steps to determine the MAC Address of a remote system using “Getmac” command –
Below is an example –
Related –MAC Address vs IP Address