# Does WhatsApp API work with the phone turned off?

Yes — after your phone is connected to WhatsApp Web (via QR code or pairing code), the **Whapi.Cloud API continues to work even if your phone is turned off or disconnected from the internet**.

This allows you to run automations and integrations without keeping the phone constantly online.

***

#### 🔒 WhatsApp Session Limits

However, according to WhatsApp’s internal security policy:

* The **session remains valid for up to 14 days** without phone activity.
* After that, the session will be automatically disconnected, and you’ll need to **reconnect your number to the API**.

***

#### ✅ How to Keep Your Channel Active

To maintain a stable connection without disruptions:

1. **Turn on your phone at least once every 10–12 days**
2. Open the WhatsApp app manually
3. Send any message or refresh your chat list
4. After that, the phone can be turned off again

This simple action resets the activity window and helps avoid session expiration.

***

Need help? [Contact support](https://support.whapi.cloud) anytime.


---

# Agent Instructions: 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://support.whapi.cloud/help-desk/faq/does-whatsapp-api-work-with-the-phone-turned-off.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.
