Skip to content
Windows PC during a system update

Windows 11 August 2026 Update Errors

Fix August 2026 Patch Tuesday failures on Windows 11 — 0x800f0983, 0xc1900101, 0x80073712, stuck downloads, and the false ‘Virus protection is off’ banner.

10 min readWindows 11, August 2026, Patch Tuesday

Windows 11 August 2026 Patch Tuesday left a loud trail: install errors 0x800f0983, 0xc1900101, 0x80073712, and a banner claiming virus protection is off when Defender is still fine.

Related: Defender false alarm · Windows Update stuck · 25H2 problems · 100% disk.

Error map

Code / symptom Typical cause First fix
0x800f0983 Corrupt update cache Rename SoftwareDistribution
0xc1900101 Driver clash (OEM / storage / GPU) Vendor drivers, then retry
0x80073712 Missing CBS payload DISM RestoreHealth + SFC
Defender “off” banner UI glitch after the KB Check Windows Security, don’t panic-install AV
Download stuck 0% BITS / services Restart wuauserv / bits

1. The fake Defender scare

Open Windows Security → Virus & threat protection.

If Real-time protection is On and last scan looks normal, do not download a third-party cleaner because a toast lied. Reboot once after the KB finishes. If protection is truly off, turn it on there — still skip random EXE “Patch Tuesday fixers.”

2. Reset the update cache (0x800f0983)

Admin Command Prompt:

net stop wuauserv
net stop bits
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
net start bits
net start wuauserv

Reboot, then Settings → Windows Update → Check for updates.

That is the high-percentage move when August packages downloaded corrupt.

3. DISM and SFC (0x80073712 and leftovers)

DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

Let both finish. Retry the update. If DISM cannot fetch files, a USB repair install / Installation Assistant is next — after drivers.

4. Drivers for 0xc1900101

August 2026 reports again pointed at OEM packages (including Dell IPF-class notes in the wild). Before another setup pass:

  1. Chipset + storage (Intel RST / AMD) from the PC maker
  2. GPU from NVIDIA / AMD / Intel — not only Windows Update
  3. Disconnect extra docks/USB devices for the retry
  4. Pause BitLocker only if your org’s process requires it during firmware/driver waves

A PC that also screams fans during the update may be thermal-throttling setup. Dust service uses an 11-piece precision screwdriver set on Amazon — after the OS is stable.

5. Still stuck

Bottom line

Defender banner ≠ malware. 0x800f0983 → cache reset. 0xc1900101 → OEM drivers. 0x80073712 → DISM/SFC. Then retry August 2026. Don’t wipe the PC for a toast.

Frequently Asked Questions

Is the ‘Virus protection is off’ banner after the August 2026 update malware?

Usually no. It is a known UI glitch after this Patch Tuesday wave. Confirm Microsoft Defender is still running in Windows Security before you install random ‘fixers’.

What does 0x800f0983 mean?

Very often a corrupt SoftwareDistribution cache. Stop Windows Update services, rename the folder, reboot, and retry.

0xc1900101 after August 2026?

Classic driver / setup fail. Update OEM chipset, storage, and GPU drivers — Dell IPF-class packages were called out this cycle — then retry.

Should I use the Windows 11 Installation Assistant immediately?

Not first. Clear the update cache and repair CBS with DISM/SFC. Assistant is the hammer after those fail.

Is this the same as a stuck feature update?

Related tools, different KB. Also see our general Windows Update stuck guide and 25H2 problems article.

As an Amazon Associate, I earn from qualifying purchases. Affiliate disclosure

Windows10 min read

Windows 11 Defender False Alarm?

Windows Security says virus protection is off after the August 2026 update — UI glitch vs real Defender disable, fake scareware, Smart App Control, and when a third-party AV actually conflicted.

Read the fix