PatchReporter

Docs

How to Check for Windows Updates (Windows 10 & 11)

Learn how to check for Windows updates in Windows 10 and 11, view update history, and fix common reasons your computer cannot check properly today.

Category: Troubleshooting | Published 2026-03-20 | Updated 2026-03-21

Informational for Windows users, IT teams, and MSPs checking for updates or troubleshooting when update checks do not work

Free Audit

Run The Free Audit

If you need to separate stale scans, reboot debt, failure signals, and real patch risk across endpoints, run the free RMM Patch Health Audit.

Run the free audit

If you are asking how do I check for Windows updates, the fastest answer is: open Settings, go to Windows Update, and click Check for updates. That is the main built-in path in Windows 11, and in Windows 10 the path is very similar through the Windows Update section in Settings.

Sometimes that check does not work the way people expect. A PC may fail to check, get stuck, say it is up to date too early, or need a restart before detection catches up. This page covers both the normal steps and the most common reasons update checks go wrong.

Use Microsoft's Windows Update troubleshooting guidance as the primary reference for current built-in repair steps when update checks fail or get stuck. Microsoft Support: Windows Update troubleshooter

What You'll Get

  • Check for updates quickly in Windows 10 and Windows 11
  • Find update history and understand the difference between installed and failed update records
  • Work through the most common reasons Windows will not check properly

How do I check for Windows updates?

Direct answer: open Settings, go to Windows Update, and click Check for updates.

If you are on Windows 10, open Settings > Update & Security > Windows Update, then click Check for updates.

This is the main answer for searches like how do you check for updates, how can I check for Windows updates, and how to check for updates on my computer. For most home and small-business PCs, Settings is the right place to start.

How to check for updates on Windows 10 and Windows 11

The basic workflow is simple, but the menu labels differ slightly between Windows 11 and Windows 10.

Windows 11

  1. Open Settings.
  2. Select Windows Update.
  3. Click Check for updates.
  4. If updates are found, let Windows download or install them.
  5. Restart if Windows asks you to finish the update.

Windows 10

  1. Open Settings.
  2. Select Update & Security.
  3. Select Windows Update.
  4. Click Check for updates.
  5. Restart if prompted.

This covers common searches like how to check Windows 10 for updates, how to check updates on Windows 10, how to check for win 10 updates, and how do I check for updates on Windows 10.

MethodWhere to find itBest for
Settings appSettings > Windows Update, or Settings > Update & Security > Windows Update in Windows 10Normal manual update checks
Update historyInside the Windows Update section in SettingsReviewing installed and failed update records
PowerShellPowerShell or TerminalQuick checks, service status, and deeper troubleshooting

How to check Windows Update history

If you need to know what already happened, open the Windows Update area in Settings and look for Update history or View update history.

That screen helps you separate two different questions:

  • Installed updates: updates Windows says were installed successfully.
  • Failed updates: updates that tried to install but did not finish correctly.

This is useful for people searching how to check Windows update history after a restart, a failed patch, or a confusing "up to date" message.

Other ways to check for Windows updates

Most people should use Settings first, but there are a few other useful checks.

  • PowerShell: commands like Get-Service wuauserv can confirm whether the Windows Update service is running, and Get-HotFix can show installed hotfix records.
  • Windows Update logs: if the update process looks broken, Get-WindowsUpdateLog can help generate a readable Windows Update log for troubleshooting.
  • Command line: advanced users may use Terminal or Command Prompt for service checks, but the Settings app is still the simplest place to start.

If you want a quick command-line check without digging into deeper repair steps yet, this short PowerShell sequence confirms the Windows Update service path and shows recent installed hotfixes.

PS> Get-Service wuauserv, bits | Select-Object Name, Status, StartType
PS> Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 10 HotFixID, InstalledOn

If you already know the problem is no longer just a normal check, the next useful pages are where are Windows 11 update logs and update requires restart.

Why can't my computer check for updates?

If Windows will not check at all, the cause is usually one of a few common problems:

  • No internet connection: the PC cannot reach Microsoft Update or the configured update source.
  • Windows Update service stopped: the update service is not running correctly.
  • Update service stuck: Windows Update is hung in a bad state and needs a restart.
  • Pending restart: Windows is waiting for a reboot before it can scan cleanly again.
  • Corrupted update cache: cached update files or metadata are stuck or damaged.
  • Group policy or managed device rules: the computer is controlled by work or school policy, WSUS, or another management tool.

Caution: if the PC is work-managed, do not assume the update process is broken just because the normal home-PC path looks different. Some managed devices use policies, maintenance windows, or internal update sources that change what the user can see or do.

When the issue looks more like a real servicing failure than a simple missed check, move next to Windows Update fails to install or Windows Update failures.

How to fix Windows not checking for updates

Use these steps in order before you try deeper repair work.

  1. Restart the PC. A pending reboot can block the next scan.
  2. Check the internet connection. Make sure the device is actually online.
  3. Run the Windows Update troubleshooter. Use Microsoft's built-in repair flow first.
  4. Restart the Windows Update service. If the service is stuck, restarting it can help.
  5. Clear the update cache carefully if needed. In some cases, the SoftwareDistribution cache needs to be reset, but this is a troubleshooting step, not the first thing most users should do.

For the current built-in repair path, use Microsoft's Windows Update troubleshooter guidance before you move into deeper manual cleanup.

If those steps do not help, the problem may be deeper than a normal manual update check. That is when it helps to review logs, update history, reboot state, and whether the device is managed by policy.

For the restart-specific side of that workflow, see why updates require a restart in Windows. For the evidence side, see Windows Update logs.

Why Windows says you're up to date when you're not

This is one of the most common Windows Update frustrations. The message can be technically true for one moment and still not reflect the full situation you care about.

  • Delayed scans: the device has not refreshed its update detection recently enough.
  • Pending reboot: the update may be downloaded or staged, but Windows still needs a restart to finish.
  • Update detection issues: Windows is not evaluating current applicability correctly yet.
  • Reporting delays: the UI or a management tool is showing older state.

That mismatch is one reason teams end up on pages like patch report not accurate and RMM patch report wrong. PatchReporter helps by making it easier to verify actual update state, reboot state, and patch evidence across endpoints instead of trusting one "up to date" message in isolation.

If the problem is tied to restart-required state rather than reporting alone, see update requires restart.

Common mistakes when checking for updates

  • Opening Windows Update but not actually clicking Check for updates.
  • Relying on the status message only instead of checking history and reboot state too.
  • Ignoring a required restart after updates were found or installed.
  • Confusing update history with current update status.

FAQ

How do I check for Windows updates?

Open Settings, go to Windows Update, and select Check for updates. On Windows 10, the Windows Update section is under Update & Security.

How do I check for updates on Windows 10?

Open Settings, go to Update & Security, select Windows Update, and click Check for updates.

Why can't my computer check for updates?

Common causes are no internet connection, a stopped Windows Update service, a stuck update state, a pending restart, cache problems, or management policies on a work device.

How do I check Windows Update history?

Open the Windows Update section in Settings and select Update history or View update history, depending on the version of Windows.

Why does Windows say I'm up to date when I'm not?

A delayed scan, pending restart, detection issue, or reporting delay can make Windows look current before the full update state is refreshed.

How do I check for updates on my PC?

Use the Windows Update page in Settings. That is the simplest built-in way to check for updates on a Windows PC.

Verify Update State More Clearly

PatchReporter helps teams compare patch status, pending reboot state, and update evidence across endpoints without relying on one simple status message. That makes it easier to confirm whether a device really checked in, really installed, or just has stale reporting.

See PatchReporter features

Related Docs

How to Update Windows Manually (Windows 10 & 11)

A practical guide to manually checking for updates, manually installing a KB, and manually upgrading Windows 10 or Windows 11 with the right Microsoft method.

Troubleshooting | Updated 2026-03-20

Browse all docs or see product features.