Unable to install a recent update to your Windows 10 machine? Repeatedly getting the Error encountered message when trying to install a Windows 10 update?

There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x8024a21e)

The chances are Background Intelligent Transfer Service (BITS) is not running on your PC, and that’s why you’re getting the 0x8024a21e error.

Start BITS on your system

  1. Press Windows key + X on your keyboard, and select Windows PowerShell (Admin) from the context menu.
  2. Issue the following command into the PowerShell:
    net start bits
  3. Go to Settings » Updates & Security » and try to download/install the update again.

If restarting BITS doesn’t help, then try to fix the problem by clearing your PC’s update cache.

Clear Windows 10 Update Cache

  1. Run Command Prompt as administrator:
    1. Click on the Start  button.
    2. Type cmd, right click on Command Prompt in the search result and select Run as Aministrator.
  2. Type the following command into the command prompt window and hit enter:
    net stop wuauserv
  3. Make sure “Show hidden files” is turned off:
    1. Click on the Start  button.
    2. Type file explorer options, and select it from the search results.
    3. Click the View tab.
    4. Make sure Hidden files and folders setting is set to “Don’t show hidden files, folders. or drives”.
  4. Open File Explorer and navigate to the following directory:
    C:WindowsSoftwareDistributionDownload
  5. Delete all contents of the above-mentioned Download directory.
  6. Run Command Prompt as Administrator again (as shown in Step 1 above).
  7. Issue the following command in the command prompt window and hit enter:
    net start wuauserv
  8. Restart your computer.

After restarting the PC, try to install the update again by going to Settings » Updates & Security. It should work without any issues this time around.