# Widget updates stopped working

### Why do widget updates stop after a while?

When this happens, Smart Launcher is usually not the direct cause. In most cases, Android battery restrictions stop background tasks used by the widget app.

Try this checklist:

1. Turn off battery optimization for both **Smart Launcher** and the **widget app**.
2. Allow the widget app to run in background and enable auto-start (if your device provides this option).
3. Open the widget app once and confirm all required permissions (for example location, calendar, or notifications).
4. Remove and add the widget again from the home screen.
5. Reboot the device.

If the problem appears again, your firmware is likely applying aggressive background limits. In that case, check:

[**dontkillmyapp.com**](https://dontkillmyapp.com/)

{% content-ref url="/pages/-LmFD-JI\_WDNokmjHe08" %}
[Device specific issues](/faq/common-issues/device-specific-issues.md)
{% endcontent-ref %}


---

# 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://docs.smartlauncher.net/faq/performance-and-battery/widget-updates-stop-working.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.
