Contact Form

Name

Email *

Message *

Cari Blog Ini

Get Mac Address Windows Ipconfig

How to Find the MAC Address on Windows 10 and Windows 11

Introduction

Every device connected to a network has a unique Media Access Control (MAC) address. This address is used to identify the device on the network and to ensure that data is sent to the correct destination. In this article, we will show you how to find the MAC address on Windows 10 and Windows 11 using different methods.

Using the Command Prompt (ipconfig all)

1. Open the Command Prompt by searching for "cmd" in the Start menu. 2. Type the following command and press Enter: ``` ipconfig all ``` 3. The MAC address will be listed under the "Physical Address" field.

Using Settings in Windows 11

1. Navigate to Settings > Network & internet > Ethernet. 2. Select the network connection you want to check. 3. Click on the "Properties" button. 4. The MAC address will be listed under the "Physical address" field.

Using Control Panel in Windows 11

1. Open the Control Panel. 2. Go to Network and Internet > Network Connections. 3. Right-click on the network connection you want to check and select "Status." 4. Click on the "Details" button. 5. The MAC address will be listed under the "Physical Address" field.

Using Get-NetAdapter in PowerShell

1. Open PowerShell by searching for "powershell" in the Start menu. 2. Type the following command and press Enter: ``` Get-NetAdapter ``` 3. The MAC address will be listed under the "PhysicalAddress" field.

Conclusion

Finding the MAC address on Windows 10 and Windows 11 is a simple process that can be done using a variety of methods. The methods described in this article are all easy to follow and should work on any Windows 10 or Windows 11 computer.


Comments