Check What Is Causing the Problem
Before attempting more invasive fixes, identify what type of issue you are experiencing with the Windows 11 August 2026 Update. Common symptoms include:
- The update fails to download or install with a specific error code.
- The system gets stuck at a certain percentage during installation or after a restart.
- The update installs but the system becomes slow, crashes, or shows driver or app incompatibility.
- Features or settings stop working after the update.
Open Settings > Windows Update > Update history to see if the August 2026 update (likely listed as “2026-08 Cumulative Update for Windows 11 Version XX”) failed or succeeded. Note any error codes displayed there. Also check the Reliability Monitor (search for “reliability” in the Start menu) for recent critical events that may point to a driver or application causing the problem.
Fixes to Try in Order
Run the Built-In Windows Update Troubleshooter
Windows includes an automated troubleshooter that can reset update components and repair common issues.
- Go to Settings > System > Troubleshoot > Other troubleshooters (or Additional troubleshooters depending on your version).
- Select Windows Update and click Run.
- Follow the on‑screen instructions. The tool may detect corrupted update files or service problems and attempt to fix them.
Manually Clear the SoftwareDistribution Folder
If the update has been stuck or repeatedly fails, resetting the update cache can help.
- Open an elevated Command Prompt (right‑click Start > Windows Terminal (Admin) or Command Prompt (Admin)).
- Type the following commands, pressing Enter after each:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver - In File Explorer, navigate to
C:\Windows\SoftwareDistributionand rename the folder toSoftwareDistribution.old(or delete its contents if you prefer). - Go back to the Command Prompt and restart the services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver - Close the Command Prompt and retry the update from Windows Update.
Run System File Checker (SFC) and DISM
Corrupted system files can prevent an update from completing or cause post‑update instability.
- Open an elevated Command Prompt or Terminal.
- Run
sfc /scannowand wait for it to finish. It will repair corrupt protected system files where possible. - After SFC completes, run
DISM /Online /Cleanup-Image /RestoreHealth. DISM will repair the component store that SFC relies on. This operation may take several minutes. - Restart your PC and try the update again.
Perform a Clean Boot
Third‑party software and services can interfere with the update process. A clean boot starts Windows with a minimal set of drivers and startup programs, which helps determine if a background app is causing the issue.
- Press Win + R, type
msconfig, and press Enter. - On the Services tab, check Hide all Microsoft services, then click Disable all.
- On the Startup tab, click Open Task Manager and disable all startup items.
- Click OK and restart your PC.
- Once in clean boot mode, attempt the August 2026 update from Windows Update. If it installs successfully, you can gradually re‑enable services and startup programs to isolate the culprit.
- When done, return to
msconfigand select Normal startup to restore your usual configuration.
Check for Driver or Hardware Compatibility
Major updates sometimes require updated drivers. If you experience crashes, blue screens, or malfunctioning hardware after the update:
- Visit your PC manufacturer’s support website and install the latest chipset, graphics, audio, and network drivers for your model.
- Alternatively, use Device Manager (right‑click Start) to check for driver updates by right‑clicking each device and selecting Update driver. However, manufacturer drivers are often more reliable than those from Windows Update.
- If a specific driver is known to be incompatible, you can roll back the driver (in Device Manager, select the device, go to Properties > Driver > Roll Back Driver) or temporarily uninstall the device.
Uninstall the August 2026 Update (If Already Installed and Problematic)
If the update is causing persistent issues and you prefer to wait for a fix from Microsoft, you can remove it.
- Go to Settings > Windows Update > Update history > Uninstall updates.
- Locate the entry for “2026‑08 Cumulative Update for Windows 11…” (or similar name).
- Select it and click Uninstall. Confirm any prompts and restart.
- After removal, consider pausing updates (in Windows Update settings) for a few weeks to allow Microsoft to release a patched version.
Note: You can also uninstall a feature update (if the August update is a major version upgrade) by going to Settings > System > Recovery and selecting Go back (available only within 10 days of the upgrade).
If the Problem Continues
If none of the above steps resolve the issue, consider the following options:
- Use the Windows 11 Installation Assistant: Download the official tool from Microsoft’s website. It can often perform an in‑place upgrade that replaces system files while keeping your apps and data intact. This may bypass the specific problem blocking the update through Windows Update.
- Create installation media and perform an upgrade: Use the Media Creation Tool to create a bootable USB drive, then run
setup.exefrom within Windows to upgrade. Choose to keep personal files and apps. - Perform a system restore: If you have a restore point from before the update, revert to it via Settings > System > Recovery > Open System Restore.
- Contact Microsoft support or check official forums (like the Microsoft Community) for known issues specific to the August 2026 update. Some problems may require a future patch or a workaround provided by Microsoft.
Remember that update problems can stem from hardware faults (failing hard drive, faulty RAM) or third‑party security software. Temporarily uninstall your antivirus (other than Microsoft Defender) and try the update again. Also run a disk check (chkdsk /f from an elevated Command Prompt) if you suspect drive issues.
Most update problems are temporary and have a straightforward solution. Work through the steps in order, and you will likely get the August 2026 Update installed smoothly or restore your system to a working state while waiting for an official fix.
