Skip to Content

How to Fix Windows could not search for new updates unknown error code 8000FFF?

The unknown error with “Code 8000FFF” occurs on Windows 7 when users try to install pending updates through WU or WSUS. Usually, KB3212646 is the update that ends up triggering this error code caused by a bug that Microsoft has patched. Run the Windows Update troubleshooter and apply the recommended fix that may resolve this error or manually install the KB3212646 update downloaded from Windows Update Catalog. Follow the below resolution to eliminate this unknown update error.

Solution 1: Windows Update Troubleshooter

  1. Press Windows key + R to open a Run dialog box.
  2. Type control and press Enter to open Control Panel.
  3. Type troubleshoot in the search bar, click on the Troubleshooting tab to expand the list of integrated troubleshooters.
  4. In the Troubleshoot computer Problem page, click on System and Security.
  5. Click on Windows Update under the Windows category.
  6. Click on the Advanced button.
  7. Check the box associated with Apply repairs automatically. Then click the Next button to proceed.Check the box associated with Apply repairs automatically. Then click the Next button to proceed.
  8. Wait until the initial scan is complete, then click on Apply this fix.Wait until the initial scan is complete, then click on Apply this fix.
  9. Once the process is complete, proceed to restart the computer.

Solution 2: Reset Windows Update Component

  1. Press Windows key + R to open a Run dialog box.
  2. Type cmd then press Ctrl + Shift + Enter to open an elevated CMD Prompt. When you’re prompted by the UAC (User Account Control), click Yes to grant admin access.
  3. Type the following commands in order and press Enter after each line to stop the Windows Update, MSI Installer, Cryptographic, and BITS services:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  4. Try to install the update.

Solution 3: Install KB3212646 and KB3177467 Update Manually

  1. Download KB3212646 update from Microsoft Update Catalog. Look for the appropriate driver, CPU architecture and the Windows version that you’re using.
  2. Click on the Download button associated with it to start the download.
  3. Navigate to the location where you downloaded the KB3212646 Update, right-click on the .inf file and choose Install from the context menu.Right-click on the .inf file and choose Install from the context menu.
  4. Follow the on-screen instructions to complete the installation.
  5. Restart the computer after installation completed.
  6. Download KB3177467 Update from Microsoft Update Catalog then perform Step 3 to Step 5.

Solution 4: Execute SFC and DISM scans

  1. Press Windows key + R to open a Run dialog box.
  2. Type cmd then press Crl + Shift + Enter to open a Command Prompt with admin privileges. When you are prompted by the UAC (User Account Control), click Yes to grant administrative privileges
  3. Type the following commands and press Enter after each one to initiate DISM (Deployment Image Servicing and Management) scan and repair:
    Dism.exe /online /cleanup-image /restorehealth
    Dism.exe /online /cleanup-image /scanhealth
  4. Once the DISM scan and repair is completed, close the elevated CMD window and restart the computer.
  5. Perform Step 1 and Step 2 to open an elevated Command Prompt again.
  6. Type the following command to initiate SFC (System File Checker) scan:
    sfc /scannow
  7. After the scan is completed, restart the computer.