How to find your MAC address on Windows 11

By | 2023-03-06

To find the MAC address of your PC running Windows 11, you can follow the steps outlined below.

  • Click on the Start menu icon on the taskbar and select “Settings” (the gear icon).
  • In the Settings window, select “Network & internet” from the left-hand menu.
  • In the Network & internet settings, select “Advanced network settings” at the bottom of the page.
  • Under “Advanced network settings,” select “Hardware properties.”
  • The MAC address of your PC will be listed under “Physical address (MAC).”

To find the MAC address of your PC using PowerShell on Windows 11, you can follow these steps:

  • Open PowerShell by pressing the Windows key + X and selecting “Windows PowerShell” from the menu that appears.
  • In the PowerShell window, type the following command and press Enter:
    Get-NetAdapter | Select-Object -Property Name, MacAddress
  • PowerShell will display a list of all the network adapters on your PC along with their MAC addresses.
  • Look for the adapter you want to check and locate its MAC address under the “MacAddress” column.
  • Note: You may need to run PowerShell as an administrator to view the MAC address of certain network adapters.
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.