Determining the MAC Address for a Network Device

Written by Allen Wyatt (last updated September 18, 2017)

1

Every device that has the ability to connect to an Ethernet network requires what is referred to as a MAC address (Media Access Control address). This address is unique (no two devices should have the same MAC address) and is used to identify and differentiate one device from another on the network.

Most network-enabled devices these days come preconfigured with a MAC address. If you ever need to know what the MAC address is for a device, you can usually find it on a label attached to the device's packaging or even stamped on the device itself.

Even so, there have been times I've been at a loss as to what the MAC address is for a device. (I've often thrown away or lost the packaging and I can't read the small print stamped on the device itself.)

If you find yourself in the same situation and you need to know what MAC addresses are associated with the devices on your system, there's an easy way to go about finding them out. Start by displaying a command prompt window. You can do that in these ways:

  • If you are using Windows 7, click the Start button, type CMD, and press Enter.
  • If you are using Windows 8 or Windows 10, press Win+X to display a menu at the bottom-left corner of the screen, then choose Command Prompt from that menu.

Next, at the command prompt type the following:

ipconfig /all

Windows responds by displaying network configuration information for each device on your system. (See Figure 1.)

Figure 1. The results of the ipconfig command.

You are looking for any lines that say "Physical Address." To the right of this label appears the MAC address for the device. (Remember that it is possible for information to scroll off the top of the command prompt window if you have many devices or a small window. You can scroll back up through the displayed information, however.)

When you are done reviewing the MAC addresses and other configuration information, you can close the command prompt window.

 This tip (13162) applies to Windows 7, 8, and 10.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Calculating an Age On a Given Date

Start putting dates in a worksheet (especially birthdates), and sooner or later you will need to calculate an age based ...

Discover More

Random Width and Height Changes

Have you ever been using a workbook, only to open it one day and find that Excel has changed the height of your rows or ...

Discover More

Controlling AutoComplete for Month Names

Word has a feature called AutoComplete which is helpful when typing some comment things, such as month names. This tip ...

Discover More
More WindowsTips

Using Powercfg to Change a Setting in the Current Power Scheme

The Powercfg utility allows you to control how power is used on your system. This tip shows you how to use this ...

Discover More

Freeing Up Disk Space by Deleting Old OS Files

I'm always looking for ways to free up disk space. Even with a 1 TB drive I want to be a "good disk citizen." If you're ...

Discover More

Using Powercfg to List Your Existing Power Schemes

Windows allows you to define different power schemes that control how your computer uses power. This tip shows you how to ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is four minus 0?

2017-09-18 06:58:57

Tom

The menu that comes up after using Win+X (Win 10 PC) does not have Command Prompt in the list as the directions above say. I had to search with Cortana to find the Command Prompt.


Newest Tips