Why Optional Updates Are Not Showing on Windows 11 and How to Reveal Them
🔍 WiseChecker

Why Optional Updates Are Not Showing on Windows 11 and How to Reveal Them

Quick fix: Open Settings → Windows Update → Advanced options → Optional updates. If the section shows “No updates,” tick Receive updates for other Microsoft products on the Windows Update main page. Optional updates often appear there only after enabling Microsoft updates from other products.

You’re looking for a specific optional driver, preview feature update, or Microsoft Office patch. Windows Update shows nothing in Optional updates, or the section is missing entirely. Two preferences need to be set correctly before Optional updates appear: the “Other Microsoft products” toggle and the “Get me the latest updates as soon as they’re available” option for preview-style updates.

Symptom: Optional updates section in Settings → Windows Update is empty or missing; need to install a specific optional driver/preview update.
Affects: Windows 11 (and Windows 10) optional update visibility.
Fix time: ~5 minutes.

ADVERTISEMENT

What causes this

Windows 11 categorizes updates into mandatory (security, cumulative) and optional (drivers, .NET Framework patches, preview cumulative updates, other Microsoft products like Office). Optional updates are gated behind two settings: enabling “updates for other Microsoft products” and (for previews) opting into the latest updates. Without those settings, the Optional updates page can show empty even when relevant optional updates exist.

Method 1: Enable updates for other Microsoft products

The most common fix.

  1. Open Settings → Windows Update → Advanced options.
  2. Tick Receive updates for other Microsoft products. This expands the update scope beyond Windows itself to include Office, Visual Studio, SQL Server, and other Microsoft apps.
  3. Return to the main Windows Update page.
  4. Click Check for updates. Windows queries Microsoft Update with the broader scope.
  5. After the check, scroll down to Advanced options → Optional updates. The section may now show available optional updates organized by category (Driver updates, Feature updates, Other Microsoft products).
  6. Expand a category. Tick the updates you want. Click Download & install.

This reveals optional updates that were previously hidden because the broader Microsoft updates scope was off.

ADVERTISEMENT

Method 2: Enable early access to preview updates

Use to see preview cumulative updates and feature updates before general availability.

  1. Open Settings → Windows Update.
  2. Find Get the latest updates as soon as they’re available (sometimes labeled Get me up to date). Toggle On.
  3. Click Check for updates.
  4. The check now includes preview updates that wouldn’t appear by default.
  5. Preview cumulative updates appear in the main update list with a “Preview” label.
  6. Feature update previews appear separately at the top of the Windows Update page (e.g., “Windows 11 23H2 is available — Download and install”).

This is the right path for IT testers, developers, or users who want to vet updates before general rollout.

Method 3: Use the Microsoft Update Catalog for specific optional updates

When you know exactly which optional update you want (driver, KB, or feature), skip Windows Update entirely.

  1. Visit catalog.update.microsoft.com.
  2. Search for the KB number or device name (e.g., Intel Wi-Fi 6E driver, KB5034123).
  3. The catalog lists all available variants. Pick the one matching your architecture and Windows version.
  4. Click Download. The .msu or .cab file downloads.
  5. Double-click to install (.msu uses WUSA; .cab needs DISM).
  6. For .cab files:
    DISM /Online /Add-Package /PackagePath:"C:\path\to\update.cab"
  7. Reboot when prompted.

This bypasses the Windows Update visibility logic entirely — you get exactly what you searched for.

How to verify the fix worked

  • Open Settings → Windows Update → Advanced options → Optional updates. The section now shows available updates (Driver updates, Feature updates, Other Microsoft products).
  • After installing an optional update, Settings → Windows Update → Update history shows the KB or driver name.
  • If the update was for a Microsoft product (Office, etc.), open that app to confirm it updated.

If none of these work

If Optional updates remain empty after enabling the broader settings, three causes apply. No optional updates pending: simply nothing optional is available for your specific hardware right now. Windows Update genuinely has nothing to offer. Group Policy block: corporate-managed PCs may have policies disabling optional updates. Check gpresult /h C:\gpresult.html for entries under Windows Update. Driver auto-install disabled: Settings → About → Advanced system settings → Hardware tab → Device Installation Settings — if set to “No,” driver updates from Windows Update are blocked. Set to “Yes” if you want driver auto-install. For specific driver updates blocked at policy level, use Method 3 (Microsoft Update Catalog) to install manually.

Bottom line: Optional updates are gated behind two settings — enable “updates for other Microsoft products” and (for previews) “get latest updates as soon as available.” The Optional updates section then populates.

ADVERTISEMENT