> For the complete documentation index, see [llms.txt](https://doc-kr.qudelix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-kr.qudelix.com/5k/power-management/power-management.md).

# Power Management

### Battery Bypass

As shown in the image below, when a USB is connected, the 5K is designed to receive power directly from the USB, not the battery. Out of the 5V 500mA provided by a typical PC USB port, 200mA is used for battery charging, while the remaining 300mA is used for the 5 K's operation.

<figure><img src="/files/yZlUfvNEKs1L15Q5i8HC" alt=""><figcaption><p>Qudelix-5K Power Management</p></figcaption></figure>

This design is crucial in maximizing the battery's lifespan. If the system continues using battery power while charging, the lifespan will significantly shorten.

{% hint style="info" %}
The built-in battery is not used when using the 5K as a USB DAC, and the entire system operates solely on USB power.
{% endhint %}

{% hint style="info" %}
Even without the battery, the system operates well when connected to USB power.
{% endhint %}

***

### Charging Complete

Once charging is complete, the internal charging circuit cuts the current to the battery, and the battery enters a state of free discharge with all connections cut off.

<figure><img src="/files/G6tMQfeITHMwYCtcDmeb" alt=""><figcaption><p>Qudelix-5K Charging</p></figcaption></figure>

{% hint style="success" %}
Battery lifespan and device stability are not affected even if the 5K is always connected to a charger or PC USB port.
{% endhint %}


---

# 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:

```
GET https://doc-kr.qudelix.com/5k/power-management/power-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
