Ms Windows

Troubleshooting Guide: Fixing Optional Updates Not Working in Windows 10

Overview of the Problem

In Windows 10, optional updates play a vital role in enhancing system performance and security. However, many users encounter issues when attempting to access these optional updates, leading to frustration and confusion. This problem may manifest as the optional updates not appearing in the Windows Update settings or failing to install when selected. Understanding the causes and solutions to this issue is essential for maintaining optimal system performance and security.


Key Takeaways

  • Optional updates are not mandatory but provide important improvements.
  • Common reasons for optional updates failing may include misconfigured settings or connectivity issues.
  • A systematic approach to troubleshooting can help resolve the problem effectively.

Possible Causes

There can be several underlying reasons why optional updates don’t work in Windows 10. Understanding these causes can help in quickly diagnosing the issue:

  1. Windows Update Service Disabled:
    The Windows Update service must be active for any updates to be checked or downloaded.

  2. Group Policy Restrictions:
    Group Policy settings may inadvertently disable optional updates, particularly in corporate or educational environments.

  3. Internet Connectivity Issues:
    A lack of stable internet connection can prevent the update process from completing successfully.

  4. Corrupt Windows Update Components:
    Damaged or missing files associated with Windows Update can interfere with the update process.

  5. Antivirus or Firewall Settings:
    Third-party security software may block the update process.

See also  Fix VPN Issues on Windows 11: Troubleshooting Guide for Connection Problems

Step-by-Step Troubleshooting Guide

1. Verify Windows Update Service Status

To check the status of the Windows Update service:

  1. Press Windows + R to open the Run dialog.
  2. Type services.msc and hit Enter.
  3. Locate Windows Update, right-click, and select Properties.
  4. Ensure the Startup type is set to Automatic and the service is running.

2. Check Group Policy Settings (For Pro or Enterprise Users)

If your system is part of an organizational network:

  1. Press Windows + R, type gpedit.msc, and press Enter.
  2. Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  3. Double-click on Enable optional updates and set it to Enabled.
  4. Click OK and exit the Group Policy Editor.

3. Inspect network connectivity

  1. Check your internet connection to ensure stability.
  2. Run the built-in troubleshooter:
    • Go to Settings > Update & Security > Troubleshoot > Internet Connections.

4. Reset Windows Update Components

Follow these steps to reset Windows Update components:

  1. Open Command Prompt with administrator privileges.

  2. Execute the following commands:

    bash
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver

  3. This will stop and then restart the essential services.

5. Temporarily Disable Security Software

Try disabling your antivirus or firewall temporarily to see if it allows optional updates to install.

  1. Right-click on the antivirus icon from the system tray.
  2. Select Disable and choose a time frame (preferably until the update check is complete).

6. Manually Check for Optional Updates

  1. Open Settings > Update & Security > Windows Update.
  2. Click Check for updates.
  3. If optional updates appear, select them and click Download and Install.
See also  Fix Mouse Scroll Issues in Windows 10: Troubleshooting Tips

7. Run DISM and SFC Utilities

These command-line utilities can repair system files and resolve various issues.

  1. Open Command Prompt as an administrator.

  2. Type the following commands, pressing Enter after each:

    bash
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow

  3. Restart your computer after the processes finish to see if the issue is resolved.


Common Mistakes and How to Avoid Them

  • Ignoring Network Issues: Always ensure a stable internet connection before troubleshooting.
  • Not Restarting the Computer: After executing commands, always restart your device. Many changes require a restart to take effect.
  • Neglecting Group Policy Settings: In a corporate environment, inadvertently ignoring group policies can lead to unnecessary complications.

Prevention Tips / Best Practices

  1. Keep Your System Updated: Regularly check for both security and optional updates to maintain system health.
  2. Backup Important Data: Before making major updates, always back up crucial files.
  3. Monitor Your Antivirus Settings: Occasionally check your security software settings to ensure they are not interfering with updates.

Cause / Solution Table

CauseSolution
Windows Update Service DisabledEnable Windows Update service
Group Policy RestrictionsModify Group Policy settings
Internet Connectivity IssuesCheck and troubleshoot network connection
Corrupt Windows Update ComponentsReset Windows Update components
Antivirus/Firewall Blocking UpdatesTemporarily disable security software

FAQs

How can I find optional updates in Windows 10?

To find optional updates, navigate to Settings > Update & Security > Windows Update. Click on View optional updates if it appears.

Why do I receive errors when installing optional updates?

Errors during optional updates can stem from corrupted files. Running the DISM and SFC commands can often resolve these issues.

See also  Fix BIOS Access Issues in Windows 10: Step-by-Step Guide

What if optional updates still don’t appear after troubleshooting?

If no optional updates appear despite corrective steps, consider seeking specialized support or checking online forums for additional insights.

How often should I check for optional updates?

It’s advisable to check for optional updates every month, as Microsoft releases them alongside security updates.

Can I disable optional updates in Windows 10?

Yes, you can disable optional updates via the Group Policy Editor for professional or enterprise editions.


In conclusion, optional updates don’t work in Windows 10 can be a bothersome issue that may arise due to various factors. By understanding the causes and following the troubleshooting steps outlined, users can restore functionality and ensure their systems remain up to date. Keeping your operating system well-maintained is crucial for security and performance, so regular check-ins for optional updates are recommended.

About the author

Jeffrey Collins

Jeffrey Collins

Jeffery Collins is a Microsoft Office specialist with over 15 years of experience in teaching, training, and business consulting. He has guided thousands of students and professionals in mastering Office applications such as Excel, Word, PowerPoint, and Outlook. From advanced Excel functions and VBA automation to professional Word formatting, data-driven PowerPoint presentations, and efficient email management in Outlook, Jeffery is passionate about making Office tools practical and accessible. On Softwers, he shares step-by-step guides, troubleshooting tips, and expert insights to help users unlock the full potential of Microsoft Office.