How to change MAC address on Windows, Linux and macOS X

One of the reasons why computers cannot catch WiFi waves is because the MAC address of the network card does not match the MAC address of the WiFi network. The solution now is to customize the MAC address of the network card, so that it can match the MAC address of the WiFi network.

In the article below, we will guide you how to change the MAC address on Windows, Linux and macOS X machines.

1. How to change MAC address on Windows

How to change MAC address on Windows, Linux and macOS X Picture 1

In addition to using software to change the MAC address on Windows, we can change it right on the computer's settings. Most network cards allow users to set optional MAC addresses from the configuration pane in Windows' default Device Manager device manager.

However, there are some cards that do not have drivers that support this feature.

On Windows operating system, press the Start button , enter Device Manager and launch it. Locate and expand Network adapters , then right-click your adapter and select Properties. Go to the Advanced tab and find Locally administered address in the Property list . Your MAC address will be displayed in the Value section. All you need to do is enter a new one and restart your computer.

This may not work in some versions of Windows but you can still change your MAC address using third-party software. Technitium is a free tool that allows you to do this. Download and install the software, then launch it. In Technitium, click the Random MAC Address tab , then click Change Now and restart the computer.

2. How to change MAC address on Linux

Step 1:

First of all, in the panel at the bottom of the screen, we find the network icon and click Edit Connections . Select the network connection you want to customize and then click Edit .

Step 2:

In the Editing network connection interface, find the wired Ethernet tab . Finally enter the new MAC address in the Cloned MAC address section . Click Save to save the changes.

How to change MAC address on Windows, Linux and macOS X Picture 2

In case the user connects to a wireless network, click on the WiFi tab . Also enter the new MAC address in the Cloned MAC address section, as shown below. Click Save to save.

How to change MAC address on Windows, Linux and macOS X Picture 3

On Linux we can also change the MAC address by command line through the Terminal window.

First, open the Terminal window by using the keyboard shortcuts Ctrl and Alt-T or open the Dash menu in the right-left corner, type the keyword Terminal.

In the Terminal window enter the command:

  1. sudo ifconfig eth0 down
  2. sudo ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
  3. sudo ifconfig eth0 up

The first command line will turn off the network interface, the second command line will change the MAC address, and the last line will reopen the connection. The eth0 section will enter the name of the network interface you want to adjust. The xx characters are the user's MAC address.

How to change MAC address on Windows, Linux and macOS X Picture 4

In case you are not sure about the network name, you can run ifonfig to open a list of wired and wireless network connections.

The new MAC addresses will be reset after restarting the computer. If you want these changes to be the default, users need to adjust the corresponding configuration file in /etc/network/interfaces.d/ or /etc/network/interfaces.

3. How to change MAC address on macOS X

How to change MAC address on Windows, Linux and macOS X Picture 5

The easiest way to change your MAC address in MacOS is through the Terminal app. You can access it by opening Finder and navigating to Applications > Utilities > Terminal .

After launching the Terminal app, enter this command:

openssl rand -hex 6 | sed 's/(.)/1:/g; s/.$//'

Disconnect your Mac from the Internet and enter the following (replace "MUO" with a random MAC address):

sudo ifconfig en0 ether MUO

Note that your MAC address will return to default after you restart your computer, so you need to run the same commands every time you want to hide your MAC address.

4. Check the newly changed MAC address

After changing the new MAC address, we can proceed to check.

For Windows computers, we open Command Prompt and then enter the command line ipconfig /all. With Linux and macOS X, open Terminal and enter the command line ifconfig.

Changing your MAC address can help keep you from being tracked. Hope the above instructions for changing MAC address on Windows, Linux and macOS devices are useful to you!

Wishing you real success!

5 ★ | 1 Vote

May be interested

  • How to change the Mac address on Windows 10, 8, 7How to change the Mac address on Windows 10, 8, 7
    if you want to interfere with the mac address to adjust some settings related to the network connection, you can still adjust the mac address. in this article, the software tips will guide you how to change mac address on windows 10, 8, 7.
  • Is Linux, Windows or macOS the operating system for you?Is Linux, Windows or macOS the operating system for you?
    an operating system is simply defined as software that allows you to manage your computer's hardware and resources, and provides a number of common services that allow you to run different programs.
  • 3 ways to change IP address in Windows 103 ways to change IP address in Windows 10
    have you ever wondered how to change ip address in windows 10? want to learn how to do that from the settings app or windows 10 control panel?
  • How to find the MAC address using the command line in LinuxHow to find the MAC address using the command line in Linux
    today, tipsmake.com will talk about an important command in linux, ip. this command works on all linux distributions, including ubuntu, arch linux, debian, fedora, etc. '
  • How to change the IP address in Windows 10How to change the IP address in Windows 10
    if you want to change the ip address on a windows 10 computer, then this article is for you, i will guide you how to install ip in detail by image.
  • Making Linux look like macOS with these easy tweaks!Making Linux look like macOS with these easy tweaks!
    you can learn the simple steps needed to make the linux desktop work and look like apple's macos.
  • Top 5 software to change MAC address on Windows 10Top 5 software to change MAC address on Windows 10
    for network devices on your computer, they are associated with a unique mac address. many software or translate based on mac address to manage users.
  • How to Change IP Address on MacHow to Change IP Address on Mac
    if you want to avoid being attacked by other users targeting your ip address or just want a new online identity, changing your ip address can be quite useful. you can change your mac's ip address at any time through the system preferences menu.
  • How to Change the IP Address on a MacHow to Change the IP Address on a Mac
    changing your ip address can be useful if you want to avoid being attacked by other users who are targeting your ip address, or if you simply want a new online identity from an ip standpoint. you can change your ip address on a mac at any...
  • How to Change Your IP Address (Windows)How to Change Your IP Address (Windows)
    this wikihow teaches you how to change both your public ip address and your private ip address on a windows computer. your public ip address is the address that your computer broadcasts to other networks, while your private ip address is...