New out-of-band Windows 11 update fixes March's installation errors - how to get it
Windows 11 users who tried to install March's broken preview update will want to grab the new replacement.
Kerry Wan/ZDNET
Follow ZDNET: Add us as a preferred source on Google.
ZDNET's key takeaways
- A new Windows 11 emergency update replaces a broken preview update.
- The March preview update triggered installation errors on many PCs.
- The new update should automatically download and install.
Microsoft has a bad habit of rolling out Windows 11 updates that prove to be problematic, either beset with bugs or unable to install properly. The latter issue was the case with the March non-security preview update, which is why the company now has a new out-of-band update designed to replace the glitchy one.
Out-of-band update
Released on March 26, last month's non-security preview update KB5079391 added a smattering of new features and fixes to Windows 11 25H2 and 24H2. As with each month's preview update, this one was a preview of the following month's official Patch Tuesday rollout.
Also: Microsoft account vs. local account: How to choose and set up your pick in Windows 11
Such updates aren't designed as mandatory for the average Windows user, but rather as optional, more for IT admins and power users who want to test them. Still, that means a lot of people likely installed this latest one, or at least tried to install it.
Many of those who did attempt to grab the update bumped into installation issues, with an error message that read: "Some update files are missing or have problems. We'll try to download the update again later. Error code: (0x80073712)." This glitch didn't affect everyone; I was able to install the KB5079391 update without any hiccups. But it apparently impacted enough people to force Microsoft to take action.
Following the reports of installation errors, Microsoft paused and then pulled the update. This past Tuesday, the company finally pushed out a replacement dubbed KB5086672. This one includes all the new features and improvements from the previous preview update, but also fixes the installation issues that clobbered that update.
Also: Microsoft may finally remove its frustrating Windows 11 setup requirement
"An out-of-band (OOB) update was released today, March 31, 2026, to address this installation issue," Microsoft said in an announcement. "This cumulative OOB update for Windows 11, versions 25H2 and 24H2 (KB5086672) supersedes all previous updates and includes all protections and improvements from the March 2026 Windows security and non-security preview updates, as well as this installation fix."
How to get it today
If you're already set to get these preview updates, then the KB5086672 update should automatically be downloaded and installed on your Windows 11 PC. If not, head to Settings, select Windows Update, and then check for the latest update.
Also: If Microsoft wants Windows 12 to succeed, it can't let history repeat itself - let me explain
Further, you can control whether or not you automatically receive these optional preview updates. At the Windows Update screen, turn on the switch for "Get the latest updates as soon as they're available." If you'd rather not get them, then just make sure that switch is turned off. Since these updates are previews of the next month's Patch Tuesday rollout, you can simply wait until the following month to get any included features and fixes.
Editorial standards
Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
updatereview
Speed difference on Gemma 4 26B-A4B between Bartowski Q4_K_M and Unsloth Q4_K_XL
I've noticed this on Qwen3.5 35B before as well, there is a noticeable speed difference between Unsloth's Q4_K_XL and Bartowski's Q4_K_M on the same model, but Gemma 4 seems particularly harsh in this regard: Bartowski gets 38 tk/s, Unsloth gets 28 tk/s... everything else is the same, settings wise. This is with the latest Unsloth quant update and latest llama.cpp version. Their size is only ~100 MB apart. Anyone have any idea why this speed difference is there? Btw, on Qwen3.5 35B I noticed that Unsloth's own Q4_K_M was also a bit faster than the Q4_K_XL, but there it was more like 39 vs 42 tk/s. submitted by /u/BelgianDramaLlama86 [link] [comments]

AI Code Review Is the New Bottleneck: Why Faster Code Is Not Reaching Production Faster
A developer on my team opened eleven pull requests last Tuesday. Eleven. In a single day. Two years ago, that same developer averaged two or three PRs per week. The difference is not that he suddenly became five times more productive. The difference is Claude Code. He describes a feature, the agent implements it, he reviews the diff, and he opens the PR. The code-writing part of his job accelerated by an order of magnitude. The problem is what happened next. Those eleven PRs sat in review for an average of four days. Three of them took over a week. By the time the last one was approved and merged, the branch had conflicts with main that took another hour to resolve. He shipped more code than ever. The code reached production at roughly the same pace as before. And the two senior engineers

How I Stopped Blindly Trusting Claude Code Skills (And Built a 9-Layer Security Scanner)
The moment I stopped trusting npx skills add Claude Code skills are powerful. You install one, and it extends Claude capabilities with expert knowledge. But here is what most people don't think about: A skill is a prompt that runs with your tools. It can use Bash. It can read files. It can access your environment variables. That means a malicious skill could: Read your ~/.ssh directory Grab GITHUB_TOKEN from your environment Exfiltrate data through an MCP tool call to Slack or GitHub Inject prompts that override Claude behavior And you would never notice. Building skill-guard: 9 layers of defense I built skill-guard to audit skills before installation. Not a simple grep for curl — a genuine multi-layer analysis: Layer What it catches Weight Frontmatter and Permissions Missing allowed-tools
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.
More in Releases
Netflix open-sources VOID, an AI framework that erases video objects and rewrites the physics they left behind
Netflix has open-sourced an AI framework that can remove objects from videos and automatically adjusts the physical effects those objects had on the rest of the scene. The article Netflix open-sources VOID, an AI framework that erases video objects and rewrites the physics they left behind appeared first on The Decoder .

Best Python Code Quality Tools Compared
Why Python needs multiple code quality tools Python's flexibility is both its greatest strength and its biggest code quality challenge. Dynamic typing, duck typing, implicit conversions, mutable default arguments, and runtime metaprogramming create entire categories of bugs that simply do not exist in statically typed languages like Rust or Go. A single Python linter cannot catch everything because the problems span multiple dimensions - style consistency, logical errors, type mismatches, security vulnerabilities, and structural complexity all require different analytical approaches. This is why the Python ecosystem has evolved a layered toolchain rather than a single monolithic solution. Formatters handle visual consistency. Linters catch rule violations and common mistakes. Type checkers

Software-update - FairScan 1.18.0
Fairscan is een eenvoudige en elegante documentscanner voor Android. Het is opensource, toont geen advertenties, heeft geen internet nodig om zijn werk te kunnen doen en kan meerdere pagina s in een document opslaan. Er zijn drie stappen: scannen met automatische documentherkenning en perspectiefcorrectie, preview, en opslaan. Downloaden kan via de Google Play of F-Droid. Sinds versie 1.16.0 zijn de volgende veranderingen en verbeteringen aangebracht: FairScan 1.18.0


Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!