How to change or spoof the MAC address in Windows (7 ways)

Changing the MAC address of a network card is not something most users have to do. However, some users may need to spoof the MAC address of their Windows computer to cope with different problems or network restrictions. To help you in such situations, we will share all the methods we know for changing the MAC address of a network card in Windows:

Contents

  1. Why change the MAC address in Windows?
  2. 1. How to change the MAC address in Windows 11 and Windows 10 using Device Manager
  3. 2. How to change your MAC address in Windows 11 or 10 from the Control Panel
  4. 3. How to change the MAC address in Windows using third-party software
  5. 4. How to change the MAC address in Windows using the Registry Editor
  6. 5. How to change the MAC address in Windows 11 or Windows 10 from the command line
  7. 6. How to spoof MAC address in Windows 11 (randomize Wi-Fi MAC)
  8. 7. How to spoof MAC address in Windows 10 (randomize MAC)
  9. Why did you change the MAC address?

Why change the MAC address in Windows?

The reasons derive from the use of the MAC address in network management. The MAC address identifies the device connected to a network and allows the network to track, restrict or allow access based on it.

How to change or spoof the MAC address in Windows (7 ways)

What a MAC address looks like

For example, if you need to assign a static IP address, your router identifies and gives the static IP address based on the MAC address. Changing the MAC address comes in handy when it is difficult or cumbersome to change the MAC address rules for your network. As another example, if you change your Windows computer, or only the network card, and your ISP restricts your access to the internet using your MAC address, it’s easy to change the MAC address to the old one and regain internet access just like before the change.

There are other situations too when you might want to change your MAC address, like when you connect to a work or school Wi-Fi network. If your organization’s network administrator restricts internet usage based on your MAC address, you can spoof the MAC address to attempt bypassing those restrictions.

If you need or want to know your current MAC address, before changing it, check these 7 ways to find your MAC address on Windows. Also, if you need to restore the original MAC address, here are six methods to do it. Keep in mind that after you change the MAC address in Windows 11 or Windows 10, the new one becomes active only after you restart your network card (you can disable and enable it) or restart your Windows computer.

1. How to change the MAC address in Windows 11 and Windows 10 using Device Manager

Regardless of whether you use Windows 11 or Windows 10, open the Device Manager on your computer or device. In the Device Manager window, expand the list of Network adapters by clicking or tapping on their entry. Then, right-click or press and hold the network card for which you intend to change the MAC address and select Properties in the contextual menu.

How to change or spoof the MAC address in Windows (7 ways)

Open the Properties of your network adapter

In the network adapter’s Properties window, head to the Advanced tab. In the Property list, select Network Address, and then type the new MAC address inside the Value field on the right side of the window. When finished, press the OK button.

How to change or spoof the MAC address in Windows (7 ways)

Set a MAC address for your network adapter

Windows changes the MAC address immediately, but you’ll need to reboot your PC to start using it.

NOTE: If you can’t find the Network Address property, the driver of your network adapter doesn’t support this field out of the box. In that case, follow the third or fourth methods from this guide.

2. How to change your MAC address in Windows 11 or 10 from the Control Panel

You can also use the Control Panel to change the MAC address, both in Windows 11 and Windows 10. Open it and search for “network connections.” Then, click or tap the “View network connections” link from the search results list.

Search and open network connections in Control Panel

This brings up the Network Connections window. Locate the network connection for which you want to change the MAC address, right-click or press and hold on it, and select Properties in the contextual menu.

How to change or spoof the MAC address in Windows (7 ways)

Open the Properties of your network connection

In the selected network connection’s Properties window, press the Configure button.

How to change or spoof the MAC address in Windows (7 ways)

Click or tap Configure

In the Properties window of the network adapter, go to the Advanced tab. Locate and select Network Address in the Property list and type the new MAC address Value you want on the right side. Once you’re done, press the OK button.

How to change or spoof the MAC address in Windows (7 ways)

Change the MAC address of a network adapter

The new MAC address value is stored in Windows, and after you reboot your PC, it’s ready to use.

NOTE: If you can’t find the Network Address property, it’s probably because your network card’s driver doesn’t support it out of the box. In that case, follow one of the next two methods in this tutorial.

3. How to change the MAC address in Windows using third-party software

We recommend using Technitium MAC Address Changer, a freeware utility that allows you to spoof the MAC address. Download, install and open this app. Then, in the Technitium MAC Address Changer window, select the network connection in the top list. Type the new MAC address in the Change MAC Address field and press the Change now button.

How to change or spoof the MAC address in Windows (7 ways)

Change a MAC address using Technitium MAC Address Changer

NOTE: This app also allows you to spoof your MAC address by randomly generating new ones. To do that, click or tap the Random MAC Address button from the right side of the Change MAC Address field.

By default, Technitium MAC Address Changer instantly applies the new MAC address by automatically restarting your network connection. That means that you don’t need to reboot your PC to apply the change. However, you can modify this behavior by checking or unchecking the option called “Automatically restart network connection to apply changes.”

4. How to change the MAC address in Windows using the Registry Editor

Start the Registry Editor as administrator and use its address bar or its navigation panel on the left to get to this path:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}

Underneath this node, you should see the list of all the network interfaces found on your Windows PC. Browse through them and check the information displayed on the right panel to identify the one you need to change. The DriverDesc field is the most likely to help you pinpoint the right network card.

How to change or spoof the MAC address in Windows (7 ways)

Locate the network connection node in Registry Editor

Right-click or press and hold on the network card node in the left panel, choose New, and select String Value in the contextual menu.

How to change or spoof the MAC address in Windows (7 ways)

Add new string for a network adapter in Registry Editor

On the right panel, type in NetworkAddress as the name of the newly added string value. Then, double click or double-tap to edit the NetworkAddress.

How to change or spoof the MAC address in Windows (7 ways)

Name the new value NetworkAddress

In the Edit String window, type in the new MAC address that you want to apply to your network card.

How to change or spoof the MAC address in Windows (7 ways)

Enter a new MAC address in Registry Editor

Finally, press OK and restart your computer to start using the newly set MAC address.

5. How to change the MAC address in Windows 11 or Windows 10 from the command line

Once we’ve learned how to change MAC addresses from the Registry Editor, we can now speed up this change using the reg command in the command line with Terminal, Command Prompt, or PowerShell. If you need to switch repeatedly between different MAC addresses on your Windows computer, you can store and run the command we describe in this section in a script file to speed up the procedure.

First, open the Terminal, Command Prompt, or PowerShell as administrator, depending on which app you prefer to use.

Before you execute the command in the screenshot below, you need to replace two strings that we have underlined. The first string is associated with the network card that you want to change in Windows Registry. Review the previous section to find out how to get this number from the Registry Editor. The second string is the new MAC address that you want to assign to the network card.

How to change or spoof the MAC address in Windows (7 ways)

How to change the MAC address from command line

Below you find the command in plain text, so you can simply copy and paste it. Don’t forget to edit and change the values that apply to your Windows computer and the specific network card for which you want to change the MAC address:

reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0001” /v NetworkAddress /d 4181DBEA0EDF /f

6. How to spoof MAC address in Windows 11 (randomize Wi-Fi MAC)

Besides setting a static MAC address that you choose and specify, Windows 11 also allows you to randomize your MAC address each time you connect to a certain Wi-Fi network, as well as to all the wireless networks you will connect. This is probably the most effective way to spoof your MAC address in Windows 11.

However, note that this is something that’s possible only if your network card driver supports MAC randomization. Most network cards these days offer support for random hardware addresses, but there are some adapters, old and new, that don’t. If you don’t see the settings described in this article section or the next, the best thing you can do to spoof your MAC address is to use a third-party app like the one we talked about in the third chapter of this tutorial. And now, without further ado, here’s how to randomize your MAC address in Windows 11:

Launch the Settings app, select Network & internet on the left sidebar, and click or tap on Wi-Fi on the right.

How to change or spoof the MAC address in Windows (7 ways)

Access Wi-Fi in Windows 11's Settings app

Next, if you want to spoof your MAC addresses for all the Wi-Fi networks, enable the switch called Random hardware addresses found at the bottom of the window.

How to change or spoof the MAC address in Windows (7 ways)

Spoof your MAC by enabling the Random hardware addresses switch

If you’d instead spoof the MAC address only for a specific Wi-Fi network, on the Wi-Fi page from the Settings app, click or tap on Manage known networks.

How to change or spoof the MAC address in Windows (7 ways)

Go to Manage known networks in Windows 11

Then, choose a wireless network from the list by clicking or tapping on it.

How to change or spoof the MAC address in Windows (7 ways)

Select a Wi-Fi network

On that Wi-Fi network’s page, locate the Random hardware addresses setting, click or tap on the drop-down list on its right side, and select the option you prefer:

  • Off: default setting, your computer uses the original MAC address when connecting to the selected Wi-Fi network
  • On: spoofs your MAC address by randomizing it each time you connect to the selected Wi-Fi network
  • Change daily: Windows 11 spoofs your MAC address when you connect to the chosen Wi-Fi network on a daily basis, even if you connect to it multiple times during the day.

How to change or spoof the MAC address in Windows (7 ways)

Spoof your MAC by turning on Random hardware addresses

Note that this setting applies the next time you connect to the selected Wi-Fi network. If you want to do that right now, you need to reconnect to your Wi-Fi or disable and re-enable Wi-Fi on your Windows 11 computer or device.

7. How to spoof MAC address in Windows 10 (randomize MAC)

Just like in Windows 11, Windows 10 also allows you to spoof your MAC address when connecting to Wi-Fi networks. However, this is possible only if your network adapter driver offers support for MAC randomization. Although most network cards today do, many older adapters, as well as some newer ones, don’t. If you can’t find the settings described in the next paragraphs, your network adapter can’t spoof your MAC out of the box. As an alternative, you might want to try using a third-party app like the one we presented in the third section of this tutorial. Now let’s see how to randomize your MAC address in Windows 10 if your drivers allow it:

If you want to spoof your MAC address on all the wireless connections, open the Settings app. In it, navigate to Network & Internet and select Wi-Fi on the left sidebar. On the right side of the window, turn on the switch called “Use random hardware addresses.”

How to change or spoof the MAC address in Windows (7 ways)

Spoof your MAC for all Wi-Fi by toggling Random hardware addresses

Or, if you only want to spoof the MAC address for a particular Wi-Fi network, click or tap the Manage known networks link.

How to change or spoof the MAC address in Windows (7 ways)

Access the Manage known networks section

On the Manage known networks page, select the Wi-Fi connection for which you want to spoof the MAC address.

How to change or spoof the MAC address in Windows (7 ways)

Open the Properties of the selected Wi-Fi network

Locate the Random hardware addresses section and the setting named “Use random addresses for this network.” Then, click or tap the drop-down list under the latter.

How to change or spoof the MAC address in Windows (7 ways)

Locate the Random hardware addresses settings

Windows 10 lets you choose one of three options to spoof your MAC address for the selected Wi-Fi network. Select the one you prefer:

  • Off: it’s the standard setting, which makes your computer use its original MAC address when you connect to the selected Wi-Fi network
  • On: spoofs the MAC address by setting a random one each time you connect to the selected Wi-Fi network
  • Change daily: Windows 10 spoofs the MAC address daily for the chosen Wi-Fi network, so it uses the same random MAC address throughout the day but different ones every day.

How to change or spoof the MAC address in Windows (7 ways)

Spoof your MAC by enabling Random hardware addresses in Windows 10

Note that this change applies the next time you connect to the chosen Wi-Fi network. If you want to force the MAC address spoofing in Windows 10 right now, you need to disconnect and reconnect to Wi-Fi.

Why did you change the MAC address?

Changing or spoofing the MAC address is not a common intervention. The security behind the MAC address is relatively poor because, as you’ve seen, it is easy to change it to any value you want. Keep in mind, though, that you cannot have two devices with the same MAC address active at the same time in a network. Before closing this tutorial, tell us why you want to change your MAC address. We are curious to know the situations in which our readers need to perform this operation. Comment below, and let’s talk about this subject.

Sign up and earn $1000 a day ⋙

How To Access An Android Phone With A Broken Screen

How To Access An Android Phone With A Broken Screen

Dealing with a broken screen on your Android phone is a hassle. Although phone screens are pretty tough, one nasty drop can shatter them completely. Given that most people have a lot of irreplaceable content on their phones, it is

Find out how to find friends and family using online services

Find out how to find friends and family using online services

In today's world, where information is more accessible than ever before, finding long-lost friends or relatives has become much easier. Online services for finding people provide convenient and effective tools that allow you to restore lost connections.

IObit Uninstaller 13 - One Click to Uninstall All Unwanted Programs

IObit Uninstaller 13 - One Click to Uninstall  All Unwanted Programs

In the busy software utilities industry, the available uninstallation tools are often overshadowed by more glamorous alternatives. Nonetheless, an excellent way of removing programs on a PC is vital for optimal system performance and the elimination of unwanted applications.

Instructions for creating Moon phase trend

Instructions for creating Moon phase trend

Instructions for creating a Moon phase trend. The Moon trend is extremely popular on TikTok, creating an unprecedented fever. Through Moon phase will help you know the date

How to edit videos posted on YouTube without losing views

How to edit videos posted on YouTube without losing views

How to edit videos posted on YouTube without losing views, You forgot to blur sensitive content in videos posted on YouTube. Don't worry, here's how to adjust it

How to enable dark mode on TikTok

How to enable dark mode on TikTok

How to turn on dark mode on TikTok, How to turn on dark mode on TikTok is not difficult. The article will guide you in detail how to change the TikTok interface to black on Samsung

Shirt size chart - How to choose the most accurate shirt size

Shirt size chart - How to choose the most accurate shirt size

Shirt size chart - How to choose the most accurate shirt size, What is the shirt size chart? Shirt size means only the size and size of the shirt or pants. Shirt size varies according to direction

Instructions for drawing prizes to receive Lucky Money on ZaloPay

Instructions for drawing prizes to receive Lucky Money on ZaloPay

Instructions for drawing prizes to receive Lucky Money on ZaloPay. Recently, Zalo has launched the program "Amazing lucky money, Happy Spring Luck" taking place from January 29, 2021 to

How to view and recover Microsoft Outlook password

How to view and recover Microsoft Outlook password

How to view and recover Microsoft Outlook password, How to view Outlook password on computer is not difficult. This article will guide you how to view and recover Outlook password

Instructions for creating and searching for draft posts on Facebook

Instructions for creating and searching for draft posts on Facebook

Instructions for creating and searching for draft articles on Facebook. Currently, we can save articles that we have created but have not yet posted on Facebook. Here, WebTech360 invites

How to set up LibreOffice Writer to work like Microsoft Word

How to set up LibreOffice Writer to work like Microsoft Word

How to set up LibreOffice Writer to work like Microsoft Word, If you're planning to switch from Microsoft Word to LibreOffice Writer but want a similar experience

Instructions for turning off saving videos on TikTok are extremely simple

Instructions for turning off saving videos on TikTok are extremely simple

Instructions for turning off saving videos on TikTok are extremely simple, to help people block others from downloading and saving their videos simply and easily. So today, WebTech360

Instructions for creating genealogical and organizational charts on Google Sheets

Instructions for creating genealogical and organizational charts on Google Sheets

Instructions for creating genealogical charts and organizing them on Google Sheets. Google Sheets is an online office application that helps us easily edit online spreadsheets,

How to import and manage multiple email accounts in Gmail

How to import and manage multiple email accounts in Gmail

How to import and manage multiple email accounts in Gmail, Want to manage all emails in Gmail? Let's learn how to manage and add multiple accounts with WebTech360

Instructions for using Photoshop filters for beginners

Instructions for using Photoshop filters for beginners

Instructions for using Photoshop filters for beginners, Each filter in Photoshop has its own algorithm and uses. Below are instructions for using the internal filter

How to create automatic clicks on Macrorify

How to create automatic clicks on Macrorify

How to create automatic clicks on Macrorify, Macrorify helps you create automatic click tasks and detect images. In this article, let's find out how with WebTech360

Instructions for logging out of Instagram account remotely

Instructions for logging out of Instagram account remotely

Instructions for remotely logging out of your Instagram account. If you don't know how to remotely log out of your Instagram account, today WebTech360 would like to introduce

Instructions for remotely logging out of Tik Tok account

Instructions for remotely logging out of Tik Tok account

Instructions for remotely logging out of Tik Tok account. To help people quickly log out of Tik Tok accounts from other devices, today WebTech360

Instructions for blurring photos on B612

Instructions for blurring photos on B612

Instructions for blurring photos on B612. Recently, the B612 application has updated the image blur effect. Next, WebTech360 will introduce the article Instructions for blurring photos

How to fix the error of printing blank pages in Microsoft Excel

How to fix the error of printing blank pages in Microsoft Excel

How to fix the error of printing blank pages in Microsoft Excel. Why do some Excel documents not display data or contain blank pages when printed? Below are the reasons