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.

Device

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.

How to find the IP number and MAC address of a network card

How To Get Mac Address Windows

  1. Click the Run button in the Windows Start Menu.
  2. Type cmd in the Open prompt of the Run menu and click OK to launch a command prompt window.
  3. Type ipconfig /all at the command prompt to check the network card settings.
  4. The IP number and MAC address are listed by ipconfig under IP Address and Physical Address.
  5. You can copy the Physical Address and IP Address from the command prompt by right clicking in the command prompt and clicking Mark. Then select the text you want to copy with the mouse and hit the enter key.

See Also:

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 –

Command 1 – ARP

“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 –

  • Open MS-DOS using “CMD” command
  • Ping IP Address of device whose MAC address needs to be discovered.
  • Issue “ARP – a” to view the list of IP address and Physical (MAC) Address corresponding each IP –

Below is an example –

MacCmdAddress

Command 2 – Nbtstat

“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.

My Mac Address

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 –

Cmd For Find Mac Address By Name

  • Open MS-DOS using “CMD” command
  • Issue “nbtstat – a <remote address> ” (where <remote address> refers to remote device IP Address) to view the Physical (MAC) Address of remote system

Below is an example –

Command 3 – Getmac

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 –

Cmd For Find Mac Address Finder

  • Open MS-DOS using “CMD” command
  • Issue “getmac /s <remote computer name> /u username /p password” to view the Physical (MAC) Address of remote system.
Cmd For Find Mac Address

Below is an example –

Related –MAC Address vs IP Address