How to Change MAC Address in Android Devices
- MAC address, or the Media Access Control address is a exclusive address allotted to the network boundary of a device. For Android smartphone, or tablet, network cards such as WiFi, Bluetooth, etc. We will have a exclusive MAC addresses assigned to them. These addresses are used to exclusively recognize devices on a network.
- The IP address is allotted by network boundaries such as routers, MAC addresses are fixed for devices, and are assigned by the manufacturer, hardcoded into the network hardware that the device is using. Changing the MAC address of a device isn’t possible unless you can replace the network hardware itself, there are ways to chump the OS into broadcasting a different MAC address to the network.
- Spoofing MAC address can support in situations like, if your friend blocked you from using their WiFi network out of spite, you can most possibly get access by spoofing your MAC address. So, if you want to change the MAC address of your Android device, here is step by step process to do it:
Find Android MAC Address and Interface Name :
- Before you can change the MAC address of your Android device, you will need to figure out (and note down) the default MAC address for your device. You will also need to know the interface name for your WiFi network card. To do this, just follow the steps below:
- On your Android device, go to Settings -> WiFi. Here, tap on the Settings cog icon, to open the “Configure WiFi” screen.

Table Of Content
- On the bottom of the screen, you will be able to see the MAC address of your WiFi network card. Write it down, in case you need to revert your MAC settings back to their original state.

- To find the interface name for your WiFi network, you’ll have to install the “Terminal Emulator for Android” app (free) from the Play Store. Once you’ve done that, just follow the steps mentioned below:
- Open the Terminal Emulator app, and type the following command:
ip link

- A whole lot of information will get printed out to your screen, simply scroll down to the bottom, and check the value for which the “link/ether” value matches the MAC address of your WiFi. In my case, it’s “wlan0“. For most modern devices, the WiFi interface name will be “wlan0”, but in some cases it could be something like “eth0” as well.

Change MAC address with Terminal Emulator :
- Now that you’ve figured out the interface name for your device, you can change the MAC address to a new value. To get a arbitrary MAC address that you can use, just head on over to any arbitrary MAC address generator website. Once you have the new MAC address, you want to use it, just follow the steps below:
- Launch Terminal Emulator for Android, and type the following command:
su
- This will get you superuser access on your Android device. You will require a rooted device for this.

- Next, type:
ifconfig [interface_name] hw ether [new_mac_address]
- Hit enter, and your MAC address will have changed.

- You can confirm the change in your MAC address, by running the following command:
iplink show [interface_name]

Note: We tried various MAC address changing apps for non rooted devices, but either they asked for Root access (weird), or they only supported devices using MediaTek processors.
Spoof MAC Address in Android Easily :
- Now that you’ve successfully altered the MAC address of your Android device, you can easily connect to any networks that may have banned you by your MAC address. Since the most common method of banning devices from networks uses MAC addresses to do this, so changing MAC addresses should usually allow you to connect to most networks. However, if a network is using a MAC address based “whitelist”, to only allow devices with specific MAC addresses to connect to the network, then this method will not work… that is, unless you change your MAC address to the MAC address of a device that is allowed on the network, and is not currently connected to it; the chances of which are pretty slim.
Tags:
android change mac addressandroid mac addressandroid mac address changerandroid phone mac addresschange android mac addresschange mac addresschange mac address androidchange mac address android apkchange mac address android no rootchange mac address android permanentchange mac address android root explorerchange mac address android terminal emulatorchange mac address windows 7computer mac addressfind device by mac addresshide my mac addresshow to change mac address in android using terminaliphone 6 mac addresslocate mac addressmac addressmac address androidmac address changermac address changer androidmac address changer for androidmac address findermac address ghost apkmac address iphone 6mac address lookupmac address of android phonemac address searchmac address spoofingmac changer app no rootmy mac addressmy mac address androidpc mac addresssamsung mac addresssearch mac addressspoof mac addresswifi mac address
Author
Follow Me
Wikitechy Editor
Wikitechy Founder, Author, International Speaker, and Job Consultant. My role as the CEO of Wikitechy, I help businesses build their next generation digital platforms and help with their product innovation and growth strategy. I'm a frequent speaker at tech conferences and events.

