> For the complete documentation index, see [llms.txt](https://learn.goodhearttech.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.goodhearttech.org/microsoft/windows-guides/how-to-check-for-windows-updates.md).

# How to Check for Windows Updates

{% hint style="warning" %}
Checking for updates does not update from Windows 10 to 11.  For that, [see this article](/microsoft/windows-guides/upgrading-to-windows-11.md).&#x20;
{% endhint %}

{% hint style="info" %}
Need to check your Windows version?  [Here's how.](/microsoft/windows-guides/how-to-check-if-youre-running-windows-10-or-11.md)
{% endhint %}

### Windows 10

1. Click the **Start Menu** (Windows icon in the bottom-left corner).
2. Select **Settings** (gear icon).
3. Click **Update & Security**.
4. Choose **Windows Update** in the left menu.
5. Click **Check for updates**.

If updates are available, they’ll download and install automatically. You may need to restart your computer to finish the process.

### Windows 11

1. Click the **Start Menu**.
2. Select **Settings** (gear icon).
3. In the left-hand menu, click **Windows Update**.
4. Click **Check for updates**.

Updates will download and install automatically. Restart if prompted.

#### Tips

* Restart your computer at least once a week to help updates apply smoothly.
* Always save your work before restarting, since updates can take several minutes.
* If you see a message saying you’re up-to-date, no further action is needed.


---

# 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://learn.goodhearttech.org/microsoft/windows-guides/how-to-check-for-windows-updates.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.
