> For the complete documentation index, see [llms.txt](https://userguide.wlanpi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.wlanpi.com/hardware/wlan-pi-pro-eos/troubleshooting/wont-charge.md).

# Won't charge

If the WLAN Pi Pro won't charge when connected to a power source (PoE or USB), it is likely it is in a low power protected mode to prevent over discharging the battery. To recover from this state follow the steps below, this will reset the charging IC and should allow the device to recover.

1\. Unscrew the 4 screws on the back cover, and carefuly remove the back

2\. Remove and reinsert the 18650 battery

{% hint style="warning" %}
Be sure to reinsert the battery in the correct orientation as reversing the battery will damage the circuit boar
{% endhint %}

3\. Reinstall the back cover and screws

4\. Connect a power source to PoE or the top USB-C port, verify the device is charging, and let it charge until it has at least 20% charge

5\. Power on device


---

# 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://userguide.wlanpi.com/hardware/wlan-pi-pro-eos/troubleshooting/wont-charge.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.
