Table of Contents
Problem
Windows 10 update failed with error code 0x80240034 when checking the Windows Update history.
To fix Windows update error 0x80240034 with message update failed to download, perform the following steps:
Solution 1: Clear Windows Update Cache or Distribution Folder by deleting contents of Windows SoftwareDistribution folder
- Press Windows key once then type command prompt in the Windows Start Search.
- Right click Command Prompt from the search results and select Run as administrator.
- Type
net stop wuauserv
and press Enter. - Type
rmdir %windir%\SoftwareDistribution /S /Q
and press Enter. - Type
net start wuauserv
and press Enter.
Solution 2: Update Windows 10 via ISO File
- Go to Windows 10 Disc Image (ISO File) and click Download Tool Now.
- Click the option Use the tool to create installation media (USB flash drive, DVD, or ISO file)… and follow the instructions given in that section.
- Select the ISO file option.
- You should have an ISO file once you are done.
- Navigate to the location where you downloaded the ISO file.
- Right click Windows 10 ISO file and select Open with and then select File Explorer.
- Double click setup.exe
- Follow the on-screen instructions.
- Select either Nothing (clean install) or Keep personal files only option when asked.