The MAC (Media Access Control) address of your Google Chromebook is a unique identifier for your device. It has a variety of uses, the simplest of which may be to enable you to connect some secure Wi-Fi networks.
More complex uses may be, for example, if you want to set up a more secure home network only allowing your Family and close friends to use your Wi-Fi. To do this you would need the MAC address of each device you are choosing to enable. You can also block devices from your network (We’re thinking removing internet privileges until bedrooms have been tidied sort of thing) although there are apps that will do this for you, the more high-tech way is clearly superior.
The good news is that it is very easy to find the MAC address of your Google Chromebook. All you need will be explained below using different methods.
Table of Contents
The Easy Way
This is likely to be your go to method when you want to sign into a new network. Follow the steps below to find your IP and MAC addresses:
- Log in to your Chromebook
- Click on the Time icon in the right-hand corner
- Select Wi-Fi marked by a Wi-Fi symbol
- A box will appear, at the top select information (denoted by an “i” in a circle)
- You will be able to see your IP, MAC and IPv6 addresses immediately
- Note that in this box your MAC address is called Wi-Fi
The Middle Way
There are two other ways you can use to find your MAC address. The first is to use the settings screen of your Chromebook and the second, to use the Chrome browser. Below we explain each step by step.
Using Your Settings
- Click your profile picture or the time (both in the lower right corner)
- Select the cogwheel icon for settings
- From there select internet connection and select the Wi-Fi network you are using
- You may need to select it again in a list
- A pop-up window will appear with your system information
- “Hardware Address” will be a listed item. This is your MAC address
Using Chrome
- Open Google Chrome
- Type “chrome://system” in the address bar
- You will open a window the two columns
- In the column on the right-hand side scroll until you see iconfig
- Click expand on the left-hand column next to iconfig
- You will see a small but substantial wall of text in there. Look in the wlan0 section
- Your MAC address is marked by “ether”
- If your Chromebook has an ethernet port, the MAC address for this will be called “eth0”

An example of what opening chrome://system may look like. You can see how items are columned.
The Matrix Way
This is not for the faint hearted however it is incredibly cool to use a terminal to interact with your system if you have never done this before. It does really look like the Matrix, we promise! With the new movie on the way it may be time for you to try your hand on some first-class looking computer fiddling.

Firstly, you need a terminal, luckily Chrome OS has recently started featuring a built-in option, however if you want to progress with your developing and programming tools you may also choose to install one from the Google Store.
So here is to find your MAC address the matrix way step by step presuming you are using the built-in terminal:
- Go to Chrome OS settings
- Navigate to the Linux (Beta) section and toggle Turn on
- You will have to go through a series of prompts, select a username and “disk size”
- Then click install! You truly are on your way now
- Once the installation is complete a terminal window will open
- In your terminal press enter to start a new line
- This should start a new prompt noted by a $ (dollar sign)
- Once you have a prompt type: ifconfig -a (the full line should be: $ ifconfig -a)
- Press Enter
Magically a block of text like below will pop up:

Your MAC address is the numbers (highlighted in green) following ether (highlighted in yellow)
*The numbers you see will not be Xes and eMs, we have masked the information to protect the user’s privacy.