Table of Contents
Problem
Windows 10 unable to perform Windows Update with error “Your device is missing important security and quality fixes.”, after clicking on “Check for updates” button still showing “You’re not up to date” message with same error message.
Additionally, Windows 10 System Tray show Windows Update error icon with red exclamation mark as below.
Solution 1: Enable Windows Update Advanced Option
- Open Start > Settings > Update & Security.
- Click Advanced options link.
- Make sure Give me updates for other Microsoft products when I update Windows is checked.
Solution 2: Make sure Country or region setting is correct
- Open Start > Time & language > Region & language.
- Under Country or region, select the country you want to use from the drop-down menu.
- Restart Windows.
Solution 3: Install Missing Windows 10 Update released September, 2018
- Visit Microsoft Update Catalog website to download stand-alone package for below update:
KB4457128: September 11, 2018—KB4457128 (OS Build 17134.285)
KB4456655: Servicing stack update for Windows 10, version 1803: September 11, 2018
KB4457146: Security update for Adobe Flash Player: September 11, 2018
KB4100347: Intel microcode updates - Install downloaded stand-alone package.
- Restart Windows.
Solution 4: Reset Windows Update History and Files
- Open cmd.exe with Run as administrator option
- Type the following command:
net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc
- Open Windows Explorer and navigate to C:\Windows\SoftwareDistribution folder, right-click and choose Rename option. Change its name to SoftwareDistribution.old and apply the changes.
- Open cmd.exe with Run as administrator option
- Type the following command:
net start bits net start wuauserv net start appidsvc net start cryptsvc
Solution 5: Update BIOS
- Perform BIOS and Chipset update. Refer to this article for [How to Access BIOS or Boot Menu using Windows 10 Recovery Advanced Startup]
- Restart and try to perform Windows Update again.