> For the complete documentation index, see [llms.txt](https://help.allwage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.allwage.com/fundamentals/android-device/errors/nfc-tag-scanning-issues.md).

# NFC/Tag Scanning Issues

## Overview of NFC Errors on Android

### Device not scanning a tag or "NFC Not Enabled"

#### Troubleshooting Steps for NFC Issues

**Restarting the Device**

1. **Initial Step:** Often, restarting the device can resolve minor technical glitches, including those related to NFC functionality.

**Ensuring NFC is Enabled**

2. **Verifying NFC Settings:**
   1. Go to `Settings` on your device.
   2. If searching within settings, type `NFC`, then select the `NFC option` and ensure NFC is turned on.
   3. Alternatively, follow this path: `Settings` → `Other Wireless Connections` → `NFC` → Turn `On`. Note that this option might not appear in search results within settings.

### "No Supported Application for This NFC Tag" Error

#### **Cause of the Error**

The "No supported application for this NFC tag" error message typically appears when an NFC tag is scanned while the device is not prepared to process it. This is common in scenarios such as scanning a tag on the “Clocks & Activities” summary screen, where the device does not recognize the action associated with the scanned tag.

#### **General Rule for NFC Scanning**

Remember that the device is generally set to listen for NFC scans only on screens displaying the NFC icon.

<figure><img src="/files/pvx9WIHqZb9CViodpd9R" alt="" width="188"><figcaption><p>NFC Icon</p></figcaption></figure>

## Further Assistance

If these steps have been followed and the issue persists, please send an email to <support@allwage.com> to arrange for the device to be sent in for diagnostics and repairs.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.allwage.com/fundamentals/android-device/errors/nfc-tag-scanning-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
