---
title: Find the MAC Address of your Android Device
canonical: https://0110.be/posts/Find_the_MAC_Address_of_your_Android_Device
markdown_url: https://0110.be/posts/Find_the_MAC_Address_of_your_Android_Device.md
id: 316
published_at: '2011-01-13T00:00:00Z'
updated_at: '2013-12-05T18:19:15Z'
author: Joren
tags:
- name: 0110.be
  markdown_url: https://0110.be/tags/0110.be.md
- name: Hackerspace Ghent
  markdown_url: https://0110.be/tags/Hackerspace%20Ghent.md
---

# Find the MAC Address of your Android Device

Just a quick hint. If you ever need to find the MAC address of your Android device, and who doesn't, check this file:

\`\`\`ruby\
/sys/devices/virtual/net/wlan0\
\`\`\`

You can read the file with the Astro File Manager.

