VLC performance Windows 11 affected by Microsoft Defender plugin bug

Why VLC Performance on Windows 11 Is Slow โ€” and What to Do Now

VLC performance on Windows 11 has taken a serious hit โ€” and for once, it genuinely isn’t VLC’s fault. A bug tied to Microsoft Defender is causing startup delays of up to 33 seconds on millions of PCs, and Microsoft has yet to ship a permanent patch. If your video playback feels sluggish, stuttery, or VLC takes an age to open an MP3, you’re not alone, and there are things you can do right now.

What Is Actually Causing the VLC Playback Issue on Windows 11?

Microsoft Defender scanning VLC plugin cache causing Windows 11 playback delays

The core problem is Microsoft Defender scanning VLC’s plugin cache file on every launch. When Defender flags or quarantines part of that cache โ€” even as a false positive โ€” VLC is forced to rebuild it from scratch before it can play anything. That rebuild process is the source of the infamous 33-second delay that users have been reporting since mid-2026.

VideoLAN, the non-profit behind VLC, confirmed the issue publicly via its official X (formerly Twitter) account, explicitly naming a recent Microsoft Defender update as the trigger. The Windows Latest report from August 14, 2026 adds crucial nuance: VLC’s own bug tracker reveals the situation is messier than a single Defender update, with multiple overlapping reports pointing to plugin cache corruption, Defender quarantine events, and slower I/O performance under Windows 11’s memory management in certain hardware configurations.

The 33-Second Delay: Why Does VLC Stutter So Badly?

When the plugin cache is missing or corrupted โ€” whether because Defender nuked it or for another reason โ€” VLC 3.0.23 and later versions can take anywhere from 5 to 33 seconds just to open an MP3 file. On HDDs the wait is worst; SSD users see shorter delays, but still noticeable pauses compared to what VLC used to deliver. The delay occurs at startup, not during playback itself, which is why it catches users off-guard: the app appears to have frozen before the UI even loads.

This is a VLC slow Windows 11 issue that disproportionately affects users who updated Windows Defender definitions in July or August 2026. On systems where Defender scanned and quarantined the plugins.dat cache file, VLC effectively has to reindex every installed codec module before it can function โ€” a process the player was never designed to run every single session.

Why Hasn’t Microsoft Fixed This VLC Windows 11 Problem?

Windows 11 Defender exclusions settings to improve VLC performance fix

Microsoft’s position โ€” or rather its conspicuous silence โ€” is frustrating. Defender definition updates are pushed continuously and silently; there is no formal patch cycle for false positives the way there is for kernel vulnerabilities. The Defender team can quietly adjust a definition to stop flagging VLC’s cache, but users have no visibility into when or whether that happens.

VideoLAN’s developers have pointed out that this dynamic unfairly burdens open-source projects. A commercial vendor can open a direct support channel with Microsoft; a volunteer-driven open-source team has to rely on public bug reports and social-media callouts to get traction. It is a systemic problem that goes well beyond any single VLC playback issue.

Is This a VLC Bug or a Windows 11 Bug?

Honestly, both organisations carry some responsibility โ€” but the weight falls on Microsoft’s side. VLC’s plugin cache architecture is long-standing and functional on every other platform. The behaviour that breaks it โ€” Defender silently modifying or quarantining files inside an installed application’s directory โ€” is a Windows 11 behaviour Microsoft controls entirely. VLC cannot defend against a security tool that has elevated kernel-level access to its own files.

That said, VideoLAN’s bug tracker shows VLC playback issues that predate the Defender incident, including performance regressions tied to Windows 11’s hardware-accelerated GPU scheduling (HAGS) on certain Nvidia and AMD GPU configurations. The Defender story is the most dramatic, but VLC slow Windows 11 complaints are rooted in more than one cause.

How to Fix VLC Performance on Windows 11 Right Now

Five-step VLC Windows 11 fix checklist for slow video playback issues

You don’t have to wait for Microsoft or VideoLAN to release a patch. The following steps resolve the majority of reported VLC playback issues on Windows 11 immediately.

1. Reinstall VLC or Regenerate the Plugin Cache

The fastest VLC Windows 11 fix is to force a clean plugin cache regeneration. You can do this in two ways:

  • Full reinstall: Uninstall VLC via Settings โ†’ Apps โ†’ Installed Apps, delete any leftover files in %APPDATA%\vlc, then download and reinstall the latest version from VideoLAN’s official site.

  • Manual cache reset: Navigate to C:\Program Files\VideoLAN\VLC\, delete plugins\plugins.dat, then launch VLC โ€” it will rebuild the cache fresh on startup.

2. Add VLC to Microsoft Defender’s Exclusion List

This stops Defender from scanning and potentially corrupting VLC’s plugin cache in future:

  1. Open Windows Security โ†’ Virus & Threat Protection โ†’ Manage Settings.

  2. Scroll to Exclusions and click Add or remove exclusions.

  3. Add the full VLC installation folder: C:\Program Files\VideoLAN\VLC\.

  4. Restart VLC and test playback.

Note: Only exclude the VLC folder โ€” do not add blanket exclusions to your entire Program Files directory.

3. Disable Hardware-Accelerated GPU Scheduling (if stuttering persists)

If you’re seeing VLC playback issues during video (not just on startup), HAGS may be the culprit:

  • Go to Settings โ†’ System โ†’ Display โ†’ Graphics โ†’ Change default graphics settings.

  • Toggle Hardware-accelerated GPU scheduling off.

  • Restart your PC and retest VLC performance on Windows 11.

4. Switch VLC’s Video Output to DirectDraw or OpenGL

Inside VLC, go to Tools โ†’ Preferences โ†’ Video and change the Output dropdown from Auto to DirectDraw (older hardware) or OpenGL (modern GPUs). This sidesteps certain Windows 11 compositor conflicts that throttle VLC playback on multi-monitor setups.

5. Increase VLC’s File Cache Value

In Tools โ†’ Preferences โ†’ Show All โ†’ Input / Codecs, find File caching (ms) and raise it from the default 300 ms to 1500 ms. This gives VLC more buffer headroom and reduces mid-playback stalls on systems where Defender or Windows 11’s I/O scheduler causes latency spikes.

Should You Upgrade or Reinstall Windows 11?

A clean Windows 11 install can help if you’re seeing system-wide performance degradation beyond VLC, but it is overkill for this specific VLC playback issue. The Defender exclusion and cache regeneration steps above resolve the 33-second startup delay without touching your OS installation. If you’re running a heavily updated Windows 11 build and performance is suffering across the board, that’s a broader conversation โ€” but don’t wipe your drive just because VLC is slow.

What does make sense is ensuring your Windows 11 licence is legitimate and fully activated, since OEM or unactivated copies can exhibit unusual background service behaviour that compounds performance problems. At Buy Now Key, you can grab a genuine Windows 11 Pro licence from โ‚ฌ17.90 or a Windows 11 Home OEM key from just โ‚ฌ9.65 โ€” both with lifetime activation. If you’re also struggling with broader Windows slowdowns beyond VLC, our guide to Windows performance tuning with built-in tools is a great next step.

What VLC Users Should Watch for Next

VideoLAN has stated it is working with community contributors to make VLC’s plugin cache more resilient against external interference โ€” essentially, making the cache harder for third-party security tools to accidentally corrupt. Microsoft has not formally acknowledged a specific Defender definition error, though anecdotal reports suggest the most aggressive flagging behaviour has eased slightly in the most recent Defender updates pushed in August 2026.

In the meantime, the VLC Windows 11 fix steps above give you real, working relief. The wider lesson is that Windows 11’s tighter integration between Defender and the kernel โ€” well-intentioned from a security standpoint โ€” creates new categories of collateral damage for legitimate applications. Until Microsoft provides a more transparent mechanism for app developers to flag false positives, incidents like this will keep happening.

FAQ

Why is VLC so slow to open on Windows 11?

The most common cause in mid-2026 is a Microsoft Defender update that scans or quarantines VLC’s plugin cache file, forcing VLC to rebuild it on every launch. This can add 5 to 33 seconds to startup time. Regenerating the cache manually or adding VLC’s folder to Defender’s exclusion list fixes the problem immediately.

Is the VLC playback issue a VLC bug or a Windows 11 bug?

Microsoft Defender’s behaviour is the primary trigger โ€” it is modifying files inside a legitimately installed application without user consent. VideoLAN confirmed this publicly. However, VLC’s bug tracker also shows separate, pre-existing playback regressions linked to Windows 11’s GPU scheduling on certain hardware, so it’s not entirely one-sided.

Will Microsoft release a patch for the VLC slow Windows 11 problem?

Microsoft has not officially acknowledged a specific bug tied to this incident. Defender definition updates are rolled out continuously, and the relevant false-positive behaviour may already be corrected silently in newer definitions. There is no scheduled Windows Update patch for this specific VLC playback issue.

Does disabling Microsoft Defender fix VLC performance on Windows 11?

You should not disable Defender entirely โ€” that leaves your PC unprotected. Instead, add only VLC’s installation folder as a Defender exclusion. This stops the cache-scanning behaviour while keeping full system protection active everywhere else.

Which version of VLC works best on Windows 11?

VLC 3.0.23 and the latest 3.0.x release are the recommended stable versions for Windows 11 as of August 2026. Nightly builds of VLC 4.0 are available for testing but are not recommended for daily use. Always download directly from VideoLAN’s official website to avoid unofficial, modified versions.

Windows command prompt showing essential CMD commands on a dark terminal screen

40 Essential Windows Command Prompt Commands You Need to Know

The most powerful troubleshooting tool on your PC has been hiding in plain sight since Windows 95. CMD commands โ€” typed directly into the Windows Command Prompt โ€” let you diagnose network faults, repair corrupted system files, kill runaway processes, and manage routing tables without ever opening a settings menu. Whether you’re on Windows 10 or Windows 11, every command below works the same way and takes under a minute to run.

Open CMD by pressing Windows + R, typing cmd, and hitting Enter. For commands that require administrator privileges (chkdsk, sfc, DISM, netsh firewall), right-click the Start menu and choose Command Prompt (Admin) or Windows Terminal (Admin).

Networking CMD Commands

CMD commands for networking showing ipconfig all output on Windows

Network faults are the number-one reason people reach for the Command Prompt. These command prompt commands give you instant visibility into your IP configuration, DNS cache, and wireless environment.

ipconfig โ€” Your Starting Point for Any Network Problem

Type ipconfig and you instantly see your IPv4 address, subnet mask, and default gateway for every active adapter. Add the /all flag โ€” ipconfig /all โ€” to surface MAC addresses, DHCP server details, DNS server IPs, and lease information. Pipe the output into findstr to filter just the line you need:

ipconfig /all | findstr "IPv4"

ipconfig /release, /renew, and /flushdns

Three commands that fix the majority of everyday connectivity headaches:

  • ipconfig /release โ€” drops your current DHCP-assigned IP address.

  • ipconfig /renew โ€” requests a fresh IP from the DHCP server. Run these back-to-back when a device gets stuck on the wrong address.

  • ipconfig /displaydns โ€” lists every domain your PC has recently resolved, piped through | clip to copy the output directly to your clipboard.

  • ipconfig /flushdns โ€” wipes the local DNS resolver cache. Indispensable after a domain migration or when a site refuses to load despite working on other devices.

nslookup โ€” Query DNS Records Directly

nslookup google.com sends a DNS query and returns the resolved IP address and the responding server. Switch servers on the fly: nslookup google.com 8.8.8.8 queries Google’s public DNS instead of your ISP’s, letting you confirm whether a DNS problem is local or upstream.

ping and ping -t

ping 8.8.8.8 sends four ICMP packets and reports round-trip time and packet loss โ€” the quickest proof of whether your internet path is alive. Add -t for a continuous stream that keeps measuring until you press Ctrl+C, ideal for watching a flaky connection in real time.

tracert and tracert -d

tracert google.com traces the hop-by-hop path between your PC and a destination, showing latency at every router along the way. High latency at hop 3 but fine at hop 10? Your ISP’s backbone is fine; the issue is closer to home. Add -d to skip reverse DNS lookups and get results roughly twice as fast.

netstat โ€” See Every Active Connection

These Windows CMD variants reveal what’s talking to your machine:

  • netstat -af โ€” all active TCP/UDP connections plus the fully qualified domain name of each remote endpoint.

  • netstat -o โ€” appends the Process ID (PID) of the owning application so you can cross-reference with Task Manager.

  • netstat -e -t 5 โ€” refreshes Ethernet statistics every 5 seconds, showing cumulative bytes sent and received in near-real time.

netsh โ€” Advanced Network Shell Commands

The netsh tool is one of the most versatile Windows terminal commands available. Key variants:

  • netsh wlan show wlanreport โ€” generates an HTML report of your Wi-Fi connection history, saved to C:\ProgramData\Microsoft\Windows\WlanReport\.

  • netsh interface show interface โ€” lists every network adapter and its current state (enabled/disabled).

  • netsh interface ip show address | findstr "IP Address" โ€” filters down to just your active IPs.

  • netsh interface ip show dnsservers โ€” confirms which DNS servers each adapter is using.

  • netsh advfirewall set allprofiles state off / on โ€” disables or re-enables Windows Firewall across all profiles. Use only for short-term testing; always turn it back on.

route โ€” View and Manage the Routing Table

route print displays your full IP routing table, useful on machines with multiple network interfaces (e.g., VPN + LAN). route add and route delete let you manually inject or remove static routes โ€” essential for IT administrators managing split-tunnel VPNs.

System Diagnostics and Repair CMD Commands

Windows CMD system repair commands sfc and DISM running in terminal

When Windows starts acting slow or throwing errors, these CMD commands are your first line of defence โ€” no reinstall required.

chkdsk /f and chkdsk /r

chkdsk C: /f scans your drive for file system errors and fixes them automatically. chkdsk C: /r goes further, locating bad sectors and recovering readable data. Both require a restart to run on the active system drive โ€” Windows schedules them for the next boot. Run as administrator.

sfc /scannow โ€” System File Checker

sfc /scannow scans every protected Windows system file and replaces any that are corrupted or missing with a cached clean copy. The scan typically completes in 5โ€“15 minutes and produces a log at %windir%\Logs\CBS\CBS.log. Run this before reaching for a full Windows reinstall.

DISM โ€” Repair the Component Store

If sfc /scannow reports it cannot fix errors, DISM (Deployment Image Servicing and Management) repairs the underlying Windows image store that sfc draws from. Run these three in order:

  1. DISM /Online /Cleanup-Image /CheckHealth โ€” reads a flag in the image to check for known corruption (instantaneous).

  2. DISM /Online /Cleanup-Image /ScanHealth โ€” actively scans the component store (takes a few minutes).

  3. DISM /Online /Cleanup-Image /RestoreHealth โ€” downloads and replaces corrupted components from Windows Update (requires internet; can take 20โ€“30 minutes).

After RestoreHealth completes, run sfc /scannow again โ€” it will now succeed.

powercfg /energy and powercfg /batteryreport

powercfg /energy runs a 60-second power efficiency trace and exports an HTML report flagging battery and power-plan issues. powercfg /batteryreport generates a detailed battery history, showing design capacity versus current full-charge capacity โ€” the single best way to confirm whether a laptop battery is degrading. Both commands save their reports to the current working directory.

Command Prompt Commands for Processes and File Associations

Command prompt commands tasklist and taskkill managing Windows processes

These lesser-known command prompt commands are enormously practical once you know they exist.

tasklist and taskkill

tasklist prints every running process with its PID, memory usage, and session name โ€” the CLI equivalent of Task Manager’s Details tab. Filter it: tasklist | findstr "chrome" shows only Chrome-related processes. To terminate a frozen process: taskkill /PID 1234 /F forces an immediate kill using the PID from tasklist. No need to open Task Manager at all.

assoc โ€” File Extension Associations

assoc lists every file extension registered on your system and the program type associated with it. assoc .mp4 shows what opens MP4 files; assoc .txt=txtfile reassigns .txt to the default text handler. This is the fastest way to fix broken “open with” associations without digging through Settings.

getmac /v

getmac /v displays the MAC (hardware) address of every network adapter along with its friendly name and connection status. Faster than hunting through Device Manager, and useful when a network switch or DHCP reservation needs the physical address.

cls โ€” Clear the Screen

Type cls and press Enter to wipe the Command Prompt window. Simple, but invaluable when you’ve been running diagnostics for an hour and the terminal is a wall of text.

Administration and Utility Windows CMD Commands

shutdown /r /fw /f /t 0

This single command reboots your PC directly into the UEFI/BIOS firmware interface โ€” no more hammering F2 or Del at boot. Breaking it down: /r restarts, /fw boots into firmware, /f forces running applications to close, /t 0 sets a zero-second delay. Essential for changing boot order or enabling TPM settings required for a Windows 11 upgrade.

clip โ€” Pipe Any Output to the Clipboard

Append | clip to any command and its output lands in your clipboard, ready to paste into Notepad, a support ticket, or an email. Example: ipconfig /all | clip copies your full network configuration without any mouse selection.

Quick-Reference: All 40 CMD Commands by Category

Here is a consolidated list of the Windows CMD commands covered in this guide, organised by function:

  • Network info: ipconfig, ipconfig /all, ipconfig /release, ipconfig /renew, ipconfig /displaydns, ipconfig /flushdns, nslookup, getmac /v

  • Connectivity testing: ping, ping -t, tracert, tracert -d

  • Connection monitoring: netstat, netstat -af, netstat -o, netstat -e -t 5

  • Network management: netsh wlan show wlanreport, netsh interface show interface, netsh interface ip show address, netsh interface ip show dnsservers, netsh advfirewall state off/on, route print, route add, route delete

  • Disk and system repair: chkdsk /f, chkdsk /r, sfc /scannow, DISM /CheckHealth, DISM /ScanHealth, DISM /RestoreHealth

  • Power management: powercfg /energy, powercfg /batteryreport

  • Process management: tasklist, taskkill

  • File and output utilities: assoc, findstr, clip, cls

  • Administration: shutdown /r /fw /f /t 0

For the complete official reference covering every Windows command available, Microsoft maintains the authoritative documentation at Windows Commands โ€” Microsoft Learn.

Getting the most from these command prompt commands starts with having a genuine, activated copy of Windows. A properly licensed OS ensures Windows Update, sfc, and DISM all function correctly โ€” none of these repair tools work reliably on an unactivated system. If you’re not sure whether your licence is valid, check out our guide on how to verify your Windows licence is genuine, or grab a fully licensed copy of Windows 11 Pro at Buy Now Key โ€” from just โ‚ฌ17.90 โ€” so every CMD repair command works exactly as intended.

Frequently Asked Questions

Do these CMD commands work on both Windows 10 and Windows 11?

Yes. Every command listed in this guide runs identically on Windows 10 and Windows 11. The Command Prompt shell (cmd.exe) has remained consistent across both versions. On Windows 11, you can also run these commands inside Windows Terminal, which offers tabs and a modern interface while executing the same underlying instructions.

Do I Need to Run These CMD Commands as Administrator?

Not all of them. Commands like ipconfig, ping, tracert, netstat, tasklist, nslookup, and cls work fine in a standard CMD window. However, chkdsk, sfc /scannow, DISM, netsh advfirewall, and shutdown /r /fw all require elevated (administrator) privileges. Right-click the Start menu and choose Terminal (Admin) or Command Prompt (Admin) before running those.

What is the difference between sfc /scannow and DISM?

System File Checker (sfc) compares individual Windows system files against cached copies stored on your local drive and replaces any that are damaged. DISM operates one level deeper โ€” it repairs the Windows component store (the source sfc pulls from). If sfc reports errors it cannot fix, it usually means the component store itself is corrupt, and DISM /RestoreHealth (which downloads clean files from Microsoft) is the correct next step.

Which Command Prompt Commands Flush the DNS Cache?

Run ipconfig /flushdns in an elevated Command Prompt. Your PC caches DNS lookups to speed up browsing, but stale entries can cause a site to load incorrectly โ€” or not at all โ€” after a domain has been moved to a new server. Flushing the cache forces Windows to request a fresh lookup the next time you visit that domain, resolving the problem instantly in most cases.

Can I undo a route add command in Windows CMD?

Yes. Use route delete <destination> where the destination matches what you added. Static routes added without the -p (persistent) flag are automatically removed on reboot, so a restart is also a reliable way to clear any manually added routes. Use route print first to confirm exactly what is currently in the table.

Fake USB devices being inserted into a Windows laptop port

Fake USB Devices Are Hijacking Windows: What You Must Know

Fake USB devices are now one of the most alarming vectors for gaining SYSTEM-level control over Windows machines โ€” and the worst part is that victims don’t even need to click anything. Security researchers Alejandro Hernando and Borja Martรญnez publicly demonstrated a class of attacks, dubbed Plug and Pwn, that weaponise Windows’ own Plug and Play (PnP) subsystem to hand attackers the highest privilege tier on any targeted PC. If your organisation allows arbitrary USB hardware to connect to endpoints, this threat is immediate and real.

What Is the Plug and Pwn Attack?

Diagram of fake USB devices exploiting Windows Plug and Play attack chain

The human factor makes this worse than it looks on paper. In a landmark study by researchers at the University of Illinois, the University of Michigan and Google, 297 USB drives were deliberately dropped around a university campus โ€” and users picked up and connected an estimated 45โ€“98% of them. Files were opened on 48% of the drives, and the first one was plugged into a machine within six minutes of being dropped. Applied to Plug and Pwn, that behaviour is all an attacker needs: no phishing email, no credential theft, just a device left in a car park or reception area.

The Plug and Pwn technique exploits a fundamental trust relationship built into Windows Plug and Play: when new hardware is detected, Windows automatically searches for and installs the appropriate driver โ€” often fetching signed vendor software from the internet or from a local driver store. Researchers found that by presenting a carefully crafted fake USB device โ€” one that masquerades as legitimate hardware โ€” they could force Windows to load a malicious driver package and, in doing so, execute code at the SYSTEM level with zero user interaction required.

The attack does not rely on a traditional software vulnerability in the conventional sense. Instead, it abuses a design behaviour: Windows is engineered to be helpful and automatically install drivers, and that helpfulness becomes the exploit. The technique was presented publicly at DEF CON 34, along with proof-of-concept code, meaning the bar for replication by threat actors is now dramatically lower.

How a Malicious USB Attack Reaches SYSTEM Privileges

To understand why this USB privilege escalation is so dangerous, it helps to appreciate the Windows privilege model. Standard users operate at a restricted level. Administrators have elevated rights but are still constrained in many ways. SYSTEM is the highest local privilege tier โ€” it is the account that Windows itself uses internally, and it can bypass most user-mode security controls, read sensitive credential stores, and interact with protected kernel objects.

Here is the step-by-step chain that the Plug and Pwn technique follows:

  1. Physical or emulated connection. An attacker plugs in a crafted USB device โ€” or, in remote scenarios, presents an emulated USB device over an RDP session โ€” to the target machine.

  2. PnP enumeration. Windows detects the device and begins its automatic hardware identification and driver-fetching routine.

  3. Malicious driver injection. The fake device presents a device ID that matches a signed driver package pre-positioned in a reachable driver store or pulled down from the internet.

  4. SYSTEM-level code execution. Because driver installation runs as SYSTEM, any code embedded or triggered in the driver package inherits that same privilege level โ€” giving the attacker a SYSTEM shell on the endpoint.

The attack can succeed even when the user logged in at the time has only standard privileges. That is what makes the Plug and Pwn class of attacks so alarming from a threat-modelling perspective.

Who Is at Risk from This Fake USB Attack?

IT team applying Group Policy controls to block malicious USB attacks on Windows endpoints

Any Windows endpoint that meets the following conditions is potentially vulnerable:

  • USB ports are accessible and not disabled at the hardware or policy level.

  • Automatic driver installation via Windows Update or the local driver store is enabled.

  • The machine is reachable via RDP with external peripheral redirection permitted (for the remote variant).

  • No endpoint detection solution actively monitors or blocks driver-store manipulation.

That description fits a significant proportion of corporate endpoints. The research highlights that Windows 10 and Windows 11 are both affected. Organisations in sectors with high physical-access risk โ€” retail, healthcare, hospitality, co-working spaces, and open-plan offices โ€” face an especially elevated threat level from a malicious USB attack of this type.

It is also worth noting that the RDP variant of Plug and Pwn expands the attack surface well beyond physical presence. An attacker who already has limited RDP access โ€” perhaps through a phishing-obtained credential โ€” could elevate themselves to SYSTEM without ever entering the building.

Plug and Pwn vs. Traditional BadUSB: What’s Different

You may be familiar with older USB-based attack tools such as BadUSB, Rubber Ducky, or OMG Cable, which typically emulate keyboards or network adapters to inject keystrokes or redirect traffic. Plug and Pwn is a distinct and, in some ways, more sophisticated category of USB privilege escalation because it does not depend on injecting keystrokes or tricking a user into running something.

The key difference: traditional BadUSB attacks still rely on the user’s session to execute payloads โ€” they type commands as the logged-in user. Plug and Pwn, by contrast, exploits the SYSTEM-level driver installation process itself, entirely bypassing whatever the user’s permission level happens to be. This makes it effective even against hardened user accounts and even when application whitelisting is in force at the user level.

Immediate Steps IT Teams Should Take

Comparison of USB privilege escalation attacks versus traditional BadUSB methods

The most effective mitigations combine policy controls, endpoint configuration, and physical security. None of these steps requires a Microsoft patch โ€” they are defensive practices that should be in place regardless of this specific research.

1. Restrict USB Device Installation via Group Policy

Windows provides granular Group Policy controls under Computer Configuration > Policies > Administrative Templates > System > Device Installation > Device Installation Restrictions. Enabling “Prevent installation of devices not described by other policy settings” stops Windows from installing any unrecognised hardware automatically. You can then whitelist only approved device classes (e.g. approved keyboards and mice by vendor ID). This is the single most direct mitigation for fake USB devices attacking via PnP.

Microsoft’s own documentation on creating a GPO to disable USB storage devices provides a solid starting point, though for Plug and Pwn you will want to go further and restrict all unrecognised device classes, not just storage.

2. Disable Driver Installation from Windows Update for Endpoint Devices

One of the attack’s delivery mechanisms involves Windows fetching driver packages from Windows Update automatically. In enterprise environments, this behaviour can be suppressed via Group Policy (Computer Configuration > Administrative Templates > Windows Components > Windows Update > Do not include drivers with Windows Updates). Driver updates should be vetted and deployed through a managed endpoint solution instead.

3. Control RDP Peripheral Redirection

For the remote variant of the USB privilege escalation, disable Plug and Play device redirection in your Remote Desktop Session Host settings. In Group Policy, navigate to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Device and Resource Redirection and enable “Do not allow supported Plug and Play device redirection”. This closes the remote attack path.

4. Deploy Endpoint Detection and Response (EDR)

A quality EDR solution that monitors driver-store changes, unusual SYSTEM-level process spawns, and new hardware enumeration events will detect anomalous PnP activity even if policy controls are not fully hardened. Alert on any new driver installation from an unmanaged source, especially those that spawn child processes at SYSTEM privilege.

5. Apply Physical Security Controls

For endpoints in high-risk physical environments, consider USB port blockers (physical plugs that prevent insertion), epoxy fills for unused ports, or endpoint management policies that lock machines automatically after short idle periods. Physical access to a USB port is the prerequisite for the direct variant of this attack โ€” removing that access removes the risk at source.

6. Keep Windows Fully Patched

While Plug and Pwn exploits a design behaviour rather than a specific named CVE patched in one update, running a fully updated Windows installation ensures that any related vulnerabilities โ€” such as driver signing enforcement bypasses or PnP subsystem flaws โ€” are closed as quickly as Microsoft addresses them. The BitLocker bypass exploit targeting Windows 11 demonstrated similarly that USB-adjacent attack surfaces can be patched, but only if your systems are up to date.

Why Signed Drivers Don’t Guarantee Safety

A common misconception is that Windows’ requirement for digitally signed drivers provides a safety net. It does raise the bar โ€” but it does not close the Plug and Pwn gap entirely. Legitimate, signed driver packages that exist in the Windows Update catalogue or a corporate driver store can be abused if an attacker can steer Windows into installing them for a fake device. The signature validates the package’s origin and integrity, not its appropriateness for the connected hardware. This is why device installation restriction policies โ€” not just signature enforcement โ€” are the correct control.

The Broader Lesson: Windows Security Starts at the Perimeter

The Plug and Pwn research is a vivid reminder that perimeter-level thinking must extend to the physical layer. Network firewalls, strong passwords, and even BitLocker encryption do not protect against an attacker who can plug a malicious USB attack vector into an unguarded port and have Windows hand over SYSTEM privileges within seconds.

IT and security teams should treat any USB port on a corporate endpoint as a potential attack surface โ€” because that is exactly what it is. Combine that mindset with the Group Policy and RDP controls outlined above, and you close the vast majority of the Plug and Pwn exposure without waiting for a vendor patch.

For organisations looking to maintain a locked-down, fully managed Windows estate, ensuring every machine runs a genuine, properly licensed copy of Windows is also foundational. A correctly licensed and activated Windows installation receives security updates reliably, without gaps or delays. You can explore Windows 11 Pro licences to keep your endpoints current and patch-ready โ€” Windows 11 Pro also includes the most robust Group Policy toolset for implementing the device installation restrictions described above.

Frequently Asked Questions

What exactly are fake USB devices in the context of Plug and Pwn?

Fake USB devices are purpose-built or modified hardware units โ€” or software-emulated virtual devices โ€” that present a false hardware identity to Windows when connected. They mimic the device IDs of legitimate hardware to trigger Windows Plug and Play into installing a driver package chosen by the attacker. Unlike ordinary USB drives, they may carry no visible storage or function; their sole purpose is to manipulate the PnP subsystem.

Do I need to be physically present to carry out a USB privilege escalation attack?

Not necessarily. Researchers demonstrated a remote variant of the attack using USB device redirection over RDP. If an attacker has access to an RDP session โ€” even with limited credentials โ€” they can present a virtual fake USB device through that session and trigger the same SYSTEM-level driver installation chain. Disabling PnP device redirection in RDP settings is therefore a critical remote-attack mitigation.

Does Plug and Pwn affect Windows 11 specifically?

Yes. Both Windows 10 and Windows 11 are affected by the underlying Plug and Play design behaviour that the attack exploits. Windows 11 does introduce stricter hardware requirements and improved security defaults in some areas, but the PnP driver installation process that Plug and Pwn abuses is present and exploitable across both versions without specific hardening in place.

Will disabling USB ports protect against all malicious USB attacks?

Disabling or restricting USB ports removes the physical attack vector for the direct variant of Plug and Pwn, but it must be combined with RDP peripheral redirection controls to close the remote path. Additionally, disabling USB ports via Group Policy (device installation restrictions) is more granular and practical for most organisations than physically disabling ports, since it allows whitelisted devices like keyboards and mice to continue functioning.

Is there a Microsoft patch for this vulnerability?

Plug and Pwn exploits a design behaviour in Windows Plug and Play rather than a single discrete software bug with its own CVE in the traditional sense. Microsoft has acknowledged the research. Rather than waiting for a specific patch, organisations should implement the Group Policy restrictions, RDP controls, and endpoint hardening measures described in this article, which collectively mitigate the attack without depending on a single fix.

How does this relate to other USB-based Windows threats like BadUSB?

BadUSB-style attacks typically emulate keyboards or other human-interface devices to type commands in the context of the logged-in user. Plug and Pwn is distinct because it targets the SYSTEM-level driver installation process, bypassing user-level privilege entirely. The two attack classes can be used independently or in combination, but Plug and Pwn represents a more fundamental escalation path because it does not depend on user interaction or the user’s privilege level.

Windows 11 cumulative updates notification on a modern laptop screen

Windows 11 Cumulative Updates August 2026: What’s Fixed

The August 2026 Windows 11 cumulative updates โ€” KB5121003 and KB5120240 โ€” are now rolling out to all supported devices, and they are not optional. Released on 12 August 2026 as part of Microsoft’s monthly Patch Tuesday cycle, these updates collectively address 400 security vulnerabilities, including three actively exploited zero-days, making them among the most critical releases of the year. If you haven’t installed them yet, read on to understand exactly what’s fixed, what’s improved, and how to get your PC protected.

What Are KB5121003 and KB5120240?

Windows 11 cumulative updates KB5121003 and KB5120240 package icons infographic

KB5121003 and KB5120240 are Windows 11 security patches targeting different release branches. KB5121003 applies to Windows 11 versions 24H2 and 25H2 (OS Builds 26100.9168 and 26200.9168), while KB5120240 covers earlier supported builds. Both updates are classified as mandatory cumulative updates โ€” meaning Windows Update will push them automatically to devices that haven’t opted out of automatic updates. Together they represent the full August 2026 Patch Tuesday rollout for Windows 11.

Microsoft’s own support page for KB5121003 confirms the update provides broad security improvements and includes new Secure Boot certificate targeting, designed to harden systems against firmware-level attacks.

400 Vulnerabilities Fixed: The Security Breakdown

The August 2026 Patch Tuesday Windows 11 release is one of the largest in recent memory. According to reporting by BleepingComputer, the full patch batch addresses 400 flaws across the Windows ecosystem, with the most severe breakdown as follows:

  • 42 Critical vulnerabilities patched in total
  • 37 Remote Code Execution (RCE) flaws within those Critical CVEs
  • 5 Elevation of Privilege vulnerabilities rated Critical
  • 3 zero-day exploits confirmed as actively exploited in the wild

Remote code execution flaws are among the most dangerous classes of vulnerability โ€” they can allow an attacker to run arbitrary code on your machine without any interaction from you beyond visiting a compromised page or opening a malicious file. The three zero-days mean threat actors were already using these gaps before Microsoft published the fix, which is precisely why this update should be treated as urgent.

Windows 11 Security Patch: Key Fixes in KB5121003

Windows 11 security patch August 2026 vulnerability breakdown chart with 400 fixes

Beyond raw vulnerability counts, the August Windows 11 security patch includes a range of targeted quality and stability fixes that real users will notice day-to-day. Here is a summary of the most significant changes confirmed across multiple sources:

  • Secure Boot certificate updates โ€” Additional high-confidence device targeting to block unauthorised bootloaders, directly addressing firmware-level attack vectors.
  • Slow startup fix โ€” A bug causing extremely slow boot times on certain hardware configurations has been resolved.
  • Memory leak resolved โ€” A memory leak affecting background processes was causing gradual performance degradation; KB5121003 stops the leak.
  • App search improvements โ€” The Start menu and Settings search now handle typos and partial app names more reliably, making it faster to find installed apps on low-end PCs.
  • Voice Isolation โ€” The update activates Voice Isolation in supported audio settings, filtering background noise during calls and recordings.
  • File Explorer readable sizes โ€” File sizes in Explorer are now displayed in a more human-readable format, removing ambiguity about whether a listed size is in KB, MB, or GB.
  • External fingerprint sign-in โ€” Improved support for external fingerprint readers at the Windows Hello login screen, broadening biometric authentication without built-in hardware.
  • USB/xHCI regression fix โ€” A regression introduced in a previous update that broke certain USB controller configurations has been corrected.

Patch Tuesday Windows 11: Which Versions Are Affected?

Not all Windows 11 installations receive the same update package. Here is how Microsoft has split the August rollout:

  • Windows 11 24H2 & 25H2 โ†’ KB5121003 (Builds 26100.9168 / 26200.9168)
  • Windows 11 26H1 โ†’ KB5121000 (Build 28000.2704)
  • Earlier supported builds โ†’ KB5120240

Devices running editions that have reached end-of-servicing will not receive these fixes. Microsoft’s support documentation explicitly states that such devices will no longer receive fixes for known issues or time zone updates โ€” another strong reason to stay on a supported version. If you are still running Windows 10 or an out-of-support Windows 11 build, you are exposed to all 400 of these vulnerabilities with no official mitigation.

Should You Install the Windows 11 Updates Immediately?

Yes โ€” particularly given the three active zero-days. Microsoft classifies these Windows 11 updates as mandatory, and independent security researchers echo that recommendation. The combination of three in-the-wild zero-days and 37 critical remote code execution flaws means the risk of delaying is measurably higher than the risk of installing. The known post-install issue is limited to a USB/xHCI regression for specific controller setups, which Microsoft has already confirmed is fixed within KB5121003 itself.

To install manually: open Settings โ†’ Windows Update โ†’ Check for updates. The update will appear automatically if it hasn’t already downloaded in the background. A restart is required to complete installation.

Windows 11 Updates and Your Licence: Are You Covered?

Windows 11 updates settings screen showing cumulative update installation steps

Cumulative updates like KB5121003 are free for all activated Windows 11 installations โ€” Microsoft does not charge for security patches. However, they only apply to genuine, activated copies of Windows 11. If your PC is running an unactivated or counterfeit licence, Windows Update may still deliver the update file, but you remain at risk because system integrity protections are weakened on non-genuine installations.

If you’re on Windows 10 or an older version and these headlines are prompting an overdue upgrade, now is a sensible time to act. Buy Now Key offers genuine Microsoft Windows 11 Pro (Retail) licences from โ‚ฌ17.90 โ€” a one-time purchase that gives you lifetime activation, full Windows Update coverage, and every future security patch as it drops. There is also a more affordable Microsoft Windows 11 Home OEM option from โ‚ฌ9.65 if you are activating on a single new device and don’t need the Pro feature set.

Not sure which edition suits you? Read our in-depth Windows 11 Pro vs Home comparison to pick the right version before you buy.

How These Windows 11 Security Patches Relate to Previous Updates

The August release builds on a year of increasingly substantial monthly updates. In May 2026, for example, Microsoft shipped KB5089549, which alone patched 120 vulnerabilities alongside Xbox mode integration and a critical BitLocker recovery fix. The August 2026 batch dwarfs that figure at 400 flaws, reflecting both the growing attack surface of a maturing OS and Microsoft’s shift toward consolidating previously deferred patches into single large rollouts.

The Secure Boot improvements in KB5121003 are particularly notable in the context of earlier 2026 vulnerabilities. A zero-day BitLocker bypass exploit (CVE-2026-45585) disclosed earlier this year demonstrated that firmware-level weaknesses can let attackers read encrypted drives with nothing more than a USB stick. The new Secure Boot certificate targeting in August’s update closes a related class of bootloader exploits before they reach that severity.

How to Check Your Current Windows 11 Build

Before or after installing the update, you can confirm exactly which build is running on your machine:

  1. Press Win + R, type winver, and press Enter.
  2. The About Windows dialog shows your exact OS build number.
  3. Compare it against the target build for your version (e.g. 26100.9168 for 24H2).
  4. If your build is lower, go to Settings โ†’ Windows Update and install pending updates.

After a successful install and restart, running winver again should reflect the updated build number, confirming KB5121003 or its equivalent is applied.

For the complete official changelog and issue history, refer to Microsoft’s own support article: August 11, 2026 โ€” KB5121003 (OS Builds 26200.9168 and 26100.9168).

Frequently Asked Questions

Are KB5121003 and KB5120240 mandatory Windows 11 updates?

Yes. Both are classified as mandatory security updates by Microsoft. They form the August 2026 Patch Tuesday cumulative rollout and will be pushed automatically to devices running Windows Update. Because they address actively exploited zero-days, Microsoft and independent security researchers strongly advise installing them without delay.

What zero-days do the August 2026 Windows 11 updates fix?

The August 2026 Patch Tuesday fixes three zero-day vulnerabilities that were confirmed as being actively exploited in the wild at the time of release. Microsoft has not publicly disclosed the full technical details of all three at launch โ€” this is standard practice to give users time to patch before full exploit code circulates widely.

Will these Windows 11 security patches slow down my PC?

No performance regressions have been widely reported with KB5121003. On the contrary, the update specifically fixes a memory leak and slow-startup bug, meaning many users may notice modest performance improvements after installation. The known USB/xHCI regression from an earlier update is also resolved in this release.

Do I need a new Windows licence to receive these updates?

No โ€” cumulative security updates are free for all genuine, activated Windows 11 installations. If you are running an unactivated copy, obtaining a legitimate licence ensures you receive full update protection and system integrity features going forward.

What if I’m still on Windows 10 โ€” am I protected by these patches?

Windows 10 receives separate Patch Tuesday updates and is not covered by KB5121003 or KB5120240. Windows 10 mainstream support ended in October 2025, meaning only paid Extended Security Updates (ESU) provide continued patches. Upgrading to Windows 11 on supported hardware is the most straightforward long-term solution for staying protected.

How do I manually download KB5121003 if Windows Update isn’t working?

You can download the update directly from the Microsoft Update Catalog by searching for the KB number at catalog.update.microsoft.com. Download the .msu file matching your build (24H2 or 25H2), double-click to run the Windows Update Standalone Installer, and restart when prompted. This method bypasses Windows Update delivery but installs the identical package.

Microsoft AI chip inside a modern data centre with Windows logo etched on silicon

Microsoft AI Chip Manufacturing: What It Means for Windows 11 PCs

Microsoft AI chip development has moved from a research project to a full-scale manufacturing strategy โ€” and for anyone running Windows 11, the ripple effects are already on the way. With custom processors like the Maia 200 and Cobalt 200 now powering Azure data centres, the question isn’t whether in-house silicon matters. It’s how soon those performance gains reach the PC on your desk.

Why Microsoft Decided to Build Its Own AI chips

Infographic comparing Microsoft AI chip strategy with Apple and Google custom silicon

For most of its history, Microsoft was a software company that let Intel, AMD, and Qualcomm worry about the silicon. That changed in 2023 when the company unveiled its first generation of custom chips โ€” the Maia 100 AI accelerator and the Cobalt 100 ARM-based CPU โ€” at its Azure Ignite event. The strategic logic was straightforward: as AI workloads scale, depending on third-party silicon means depending on someone else’s roadmap, someone else’s pricing, and someone else’s supply chain.

The move mirrors what Apple did with its M-series chips and what Google did with its Tensor Processing Units (TPUs). By owning the full stack โ€” from silicon design to cloud infrastructure to the operating system โ€” a company gains far tighter control over cost, performance, and energy efficiency. Microsoft AI chip manufacturing push is, at its core, a bid for that same vertical integration.

Maia 200: The Numbers Behind the Hype

The second-generation Maia 200, announced in January 2026, is where Microsoft’s custom silicon ambitions become genuinely impressive on paper. Built on TSMC’s 3nm process and containing over 140 billion transistors, the chip delivers more than 10 petaFLOPS at 4-bit precision (FP4) and more than 5 petaFLOPS at 8-bit precision (FP8). Microsoft claims the Maia 200 offers approximately 30% better performance-per-dollar than the previous generation of Azure hardware โ€” a significant efficiency gain at data-centre scale.

The chip is designed specifically for AI inference rather than training. That distinction matters for Windows users: inference is what runs when you ask Copilot a question, generate an image in Paint Cocreator, or get a real-time summary in Edge. Faster, cheaper inference in the cloud translates directly to snappier AI features in Windows 11 โ€” fewer spinning circles, more immediate responses.

For technical detail straight from the source, Microsoft’s official blog post on the Maia 200 AI accelerator covers the architecture, memory system, and workload targets in depth.

Cobalt 200 and the ARM Shift in Windows

Diagram showing how Microsoft custom chip powers Windows 11 Copilot and Azure services

Alongside Maia, the Cobalt line handles general-purpose cloud computing using ARM-based cores. This is significant because it parallels the broader Windows on ARM story unfolding in consumer devices. Qualcomm’s Snapdragon X Elite already powers the first wave of Copilot+ PCs running Windows 11, and Microsoft’s own ARM infrastructure gives the company hard-won expertise in optimising Windows for non-x86 architectures.

In practical terms, as Microsoft refines its ARM-optimised software stack for Azure’s Cobalt servers, those optimisations feed back into Windows 11’s ARM compatibility layer. Applications that run better on Cobalt-powered Azure VMs tend to signal where the Windows-on-ARM emulation layer needs improvement โ€” and Microsoft is incentivised to fix both at the same time.

Custom Silicon and Windows 11 Performance: The Direct Connection

It’s worth being clear about what Microsoft AI chip manufacturing does and doesn’t change for today’s Windows 11 user. Maia and Cobalt live in Azure data centres โ€” they are not going into your next laptop or desktop. The performance gains are felt through cloud-connected features, not raw local compute.

Here is where the impact is most concrete:

  • Copilot responses: Cloud-side inference on Maia 200 hardware means faster, more capable responses when you query Microsoft Copilot from Windows 11.

  • Azure AI services: Developers building Windows apps that call Azure OpenAI or Azure Cognitive Services benefit from lower latency and lower API costs โ€” savings that can trickle down to end-user software.

  • Windows Update and telemetry processing: Background cloud services that analyse crash reports, compatibility data, and update rollout decisions all run faster on better infrastructure.

  • OneDrive and Microsoft 365 AI features: Real-time document summarisation, transcription, and intelligent search rely on the same Azure inference pipeline that Maia 200 powers.

  • Recall and on-device AI: For Copilot+ PCs, much of the AI runs locally via the Qualcomm or Intel NPU โ€” but fallback to cloud processing, and the enrichment of local models, still depends on Azure silicon quality.

What This Means for Copilot+ PC Buyers Right Now

Windows 11 Pro laptop connected to Microsoft AI chip powered Azure cloud infrastructure

If you are shopping for a Windows 11 machine in 2026, Microsoft’s custom silicon strategy reinforces a clear buying signal: the Copilot+ PC platform is being built for the long term. Microsoft is not simply licensing AI features from Nvidia or AMD โ€” it is investing billions in the infrastructure layer that makes those features reliable at scale. That is good news for the longevity of the Copilot+ ecosystem and for the value of a Windows 11 Pro licence on a capable machine.

That said, for most everyday tasks โ€” productivity, creative work, local gaming โ€” the bottleneck is still your local CPU, GPU, and RAM, not the cloud. A well-specified Windows 11 system remains the right foundation. If you want to explore your options, Windows 11 Pro continues to be the strongest choice for users who want the full suite of security, virtualisation, and AI features, while Windows 11 Home covers the essentials for personal and home-office use.

How Microsoft AI chip Strategy Compares to Rivals

Microsoft is not alone in the custom silicon race. Google’s TPU v5 powers Gemini inference in Google Workspace. Amazon’s Trainium 2 drives AWS Bedrock. Apple’s M4 handles on-device AI in macOS and iPadOS. What sets Microsoft’s approach apart is the deliberate pairing of cloud silicon (Maia) with a consumer operating system (Windows 11) and a consumer AI assistant (Copilot) that millions of people use every day.

Nvidia remains the dominant player in AI training silicon by a wide margin โ€” and Microsoft continues to buy Nvidia H100 and H200 GPUs in large quantities. The Maia line is not intended to replace Nvidia outright; it is designed to handle inference workloads at lower cost per query, freeing up expensive Nvidia hardware for model training. This two-tier approach is increasingly common among hyperscalers and positions Microsoft to scale Copilot features without proportional cost increases.

AI Chip Manufacturing and the Future of Windows Updates

One underappreciated angle is how better cloud infrastructure accelerates the pace of Windows 11 feature development. When Microsoft can run more AI experiments faster and cheaper on its own silicon, the feedback loop from experiment to shipping feature tightens. The rapid cadence of Copilot improvements in recent Windows 11 updates โ€” from better voice interaction to smarter Snap Assist suggestions โ€” reflects a company that can iterate quickly because its cloud costs are under control.

Looking further ahead, Microsoft has hinted at future Maia and Cobalt generations that could eventually find their way into dedicated co-processor roles on Windows PCs, similar to how Apple’s Neural Engine sits alongside the M-series CPU. If that happens, the line between cloud AI features and on-device AI features will blur significantly, and the Windows 11 experience could become substantially more capable without requiring an internet connection.

Should You Upgrade to Windows 11 Before AI Features Mature?

The honest answer is yes โ€” for reasons that go beyond AI. Windows 10 reaches end of support in October 2025, meaning no further security patches. Running an unsupported OS is a genuine risk. Windows 11, with its stronger default security posture (TPM 2.0, Secure Boot, Windows Hello), is the right platform regardless of whether you plan to use Copilot heavily.

The AI chip manufacturing story simply adds another layer of confidence: Microsoft is committing serious capital to the infrastructure that makes Windows 11’s AI features better over time. Getting on Windows 11 now means you are positioned to benefit from every Maia-powered Copilot improvement as it rolls out โ€” without having to think about it. For a deeper look at how Windows 11 handles your current hardware, the Windows 11 system requirements guide is a practical starting point before you make any upgrade decision.

FAQ

What is the Microsoft Maia 200 chip?

The Maia 200 is Microsoft’s second-generation custom AI chip, announced in January 2026. It is built on TSMC’s 3nm process, contains over 140 billion transistors, and is designed specifically for AI inference workloads in Azure data centres. It delivers more than 10 petaFLOPS at FP4 precision and offers around 30% better performance-per-dollar than the previous generation of Azure AI hardware.

Will Microsoft’s custom chips end up in Windows PCs?

Not immediately. Maia and Cobalt are cloud infrastructure chips designed for Azure servers. However, Microsoft has signalled an interest in eventually integrating custom silicon into PC hardware โ€” a path Apple blazed with its M-series chips. For now, Windows 11 users benefit indirectly through faster and cheaper cloud AI services rather than through a chip inside their machine.

How does Microsoft AI chip manufacturing affect Copilot in Windows 11?

Copilot’s cloud-side responses are generated by inference hardware running in Azure data centres. As Maia 200 replaces older hardware in those data centres, queries processed on Maia silicon will return faster and at lower infrastructure cost. The practical result for Windows 11 users is quicker Copilot replies and the ability for Microsoft to scale new Copilot features without prohibitive cost increases.

Does custom silicon change which version of Windows 11 I should buy?

No โ€” the choice between Windows 11 Home and Windows 11 Pro still comes down to your local needs: BitLocker encryption, Remote Desktop, Hyper-V, and Group Policy are the key Pro extras. Custom cloud silicon improves AI services available across both editions. Choose the version that matches your use case rather than your cloud infrastructure preferences.

Is Microsoft trying to replace Nvidia with its own AI chips?

Not entirely. Microsoft continues to purchase large quantities of Nvidia H100 and H200 GPUs for model training, where Nvidia’s CUDA ecosystem remains unmatched. The Maia line targets inference โ€” running trained models at scale โ€” where custom silicon can be more cost-efficient. It is a complementary strategy, not a direct replacement plan.

When should I upgrade to Windows 11 ahead of the AI feature rollout?

Sooner rather than later. Windows 10 loses security support in October 2025, making it a genuine vulnerability for unpatched users. Windows 11 is already the platform receiving all new AI features powered by both local NPUs and Microsoft’s growing cloud infrastructure. Upgrading now ensures you receive every improvement as it ships, without playing catch-up later.

Windows 11 fixes 2026 performance improvements shown on a modern desktop

Windows 11 Fixes 2026: The 5 Improvements That Actually Matter

Windows 11 fixes in 2026 are not vague roadmap promises โ€” Microsoft is actively rolling them out through Insider builds and confirmed public previews. After years of criticism over sluggishness, intrusive AI widgets, and a locked-down taskbar, the company is addressing the core complaints head-on. We dug into the early builds and the official announcements to tell you exactly which of these Windows 11 improvements will change your day-to-day experience, and which are mostly cosmetic.

Why Microsoft Is Prioritising Windows 11 Performance in 2026

Windows 11 performance pillars for improved reliability and memory efficiency

The pressure on Microsoft is real. Windows 10 reaches end of life in October 2025, pushing tens of millions of users to evaluate whether Windows 11 is worth the move. User sentiment data and public forum complaints made it impossible for the company to ignore the performance gap: Windows 11 historically consumes more RAM at idle than Windows 10 and has measurably higher UI interaction latency. According to reporting by Thurrott, Microsoft is explicitly targeting memory efficiency, reduced interaction latency, and improved reliability as its three pillars for 2026 โ€” a frank acknowledgement that the OS shipped with meaningful overhead that users shouldn’t have to tolerate.

The good news: several of these Windows 11 updates are already measurable in testing. Here is what matters most.

Fix 1 โ€” Reduced RAM Usage Under Load

Reducing idle and under-load RAM consumption is Microsoft’s headline Windows 11 performance goal for 2026. Early Insider builds have shown meaningful reductions in the memory footprint of core system processes, with Microsoft specifically targeting background services that ballooned after the 22H2 and 23H2 updates. Independent testers at Windows Latest confirmed that Microsoft has committed to making apps “perform more consistently even under load” through improved memory scheduling.

For everyday users this means fewer situations where opening a browser tab causes a noticeable stutter because system RAM was already under pressure. For professionals running memory-hungry applications โ€” video editors, developers, designers โ€” this is the single most impactful of all the 2026 Windows 11 updates.

  • Reduced idle RAM usage from core system processes
  • Improved memory scheduling so heavy apps get priority
  • More consistent frame pacing in GPU-bound tasks
  • Better behaviour when multiple large applications run simultaneously

Fix 2 โ€” A Movable, Flexible Taskbar

Windows 11 fixes 2026 including movable taskbar and low-latency UI improvements

One of Windows 11’s most-complained-about regressions was the loss of taskbar positioning options that Windows 10 users relied on. The centred Start menu came at the cost of flexibility: you could not move the taskbar to the top or sides of the screen, and resizing it was impossible. Microsoft is finally correcting this as part of the 2026 Windows 11 improvements.

Insider builds have demonstrated a taskbar that can be repositioned and resized, recovering a workflow staple that power users lost at launch. This is more than cosmetic โ€” multi-monitor professionals who run a vertical taskbar on a portrait display have been forced to keep a Windows 10 machine or use third-party workarounds for years. The 2026 fix removes that dependency.

Fix 3 โ€” Lower Interaction Latency Across the UI

Windows 11 performance improvements in 2026 extend well beyond memory. Microsoft has confirmed a dedicated Low Latency Profile for the OS โ€” a system-level change that prioritises UI thread responsiveness. Early reports suggest the profile will enter public rollout around mid-2026, and Insider testing shows noticeably snappier window animations, faster context-menu responses, and reduced input lag when typing or clicking rapidly.

This matters most to anyone who has noticed that Windows 11 feels slightly “floaty” compared with Windows 10 โ€” a perception rooted in the DWM (Desktop Window Manager) scheduling decisions Microsoft made at launch. The low-latency profile directly addresses that scheduling, making the desktop feel more immediate without sacrificing visual polish.

Fix 4 โ€” File Explorer Stability and Speed

Windows 11 updates reducing AI interruptions and ads in the Start menu

File Explorer has been a recurring villain in Windows 11 stability complaints: tab crashes, slow folder opens when network drives are mapped, and the infamous delay when right-clicking large files. The 2026 Windows 11 updates include targeted File Explorer fixes covering all three pain points.

Microsoft has confirmed that File Explorer is receiving architectural improvements to how it handles shell extensions โ€” the third-party add-ons (like 7-Zip or antivirus context-menu entries) that have historically caused the most Explorer crashes. By isolating these extensions in a separate process, a misbehaving shell extension can no longer bring down the entire Explorer window. For users with heavily customised environments, this alone will dramatically reduce the number of times they have to restart Explorer in a session.

  • Shell extensions isolated to prevent cascading crashes
  • Faster folder load times for network-mapped drives
  • Reduced right-click context-menu latency
  • Improved tab stability in multi-tab Explorer sessions

Fix 5 โ€” Fewer Forced AI and Ad Interruptions

Among all the Windows 11 fixes 2026 brings, the reduction of unsolicited Copilot prompts, Start menu advertisements, and lock-screen recommendations may be the one that most visibly changes the experience for ordinary users. Microsoft has announced a deliberate rollback of the aggressiveness with which AI features and promotional content are surfaced, acknowledging that the volume of interruptions was eroding user trust.

Practically, this means fewer “Try Copilot” banners in the Start menu, fewer lock-screen content recommendations served as ads, and a Copilot integration that requires genuine user initiation rather than appearing unbidden. These are not small UX tweaks โ€” they represent a policy shift about how Windows 11 communicates with its users.

Windows 11 Updates Timeline: What to Expect When

Not all of these improvements arrive simultaneously. Here is a rough deployment picture based on confirmed Insider and public-preview information as of mid-2026:

  1. Q1โ€“Q2 2026: RAM efficiency improvements and File Explorer stability fixes โ€” already in Insider Preview builds and rolling to Release Preview.
  2. Mid-2026: Low Latency Profile confirmed for public rollout; taskbar repositioning entering Release Preview.
  3. Late 2026 (25H2 / 26H1): Full public availability of taskbar flexibility and reduced AI interruption policies through the annual feature update cycle.

Microsoft’s version 26H1, scoped to support new 2026 hardware, already reflects silicon-level performance improvements. Users on existing machines will receive most of these improvements through cumulative updates rather than needing to wait for a new major version.

Should You Upgrade to Windows 11 Now or Wait?

The honest answer is that the Windows 11 improvements landing throughout 2026 make upgrading more compelling than it has been at any point since launch. If you are still on Windows 10 ahead of its end-of-support deadline, the risk calculus has shifted: staying on an unsupported OS is a security liability, and the OS you would be upgrading to is meaningfully better than the one that launched in October 2021.

If your machine meets the hardware requirements โ€” and many users are surprised to find it does after checking the full system requirements โ€” the path forward is straightforward. A genuine Windows 11 licence is the foundation: you get all cumulative updates including every Windows 11 performance improvement Microsoft ships, with no subscription required.

At Buy Now Key, Microsoft Windows 11 Pro is available from โ‚ฌ17.90, giving you a lifetime retail licence that covers every future update in this wave of Windows 11 fixes. If you need the full OS and a productivity suite together, the Windows 11 Pro and Office 2024 Professional Plus bundle is available from โ‚ฌ27.80 โ€” a significant saving on buying both separately.

Windows 11 Performance Tips While You Wait for Updates

While the cumulative rollout of these Windows 11 updates continues, there are steps you can take right now to reduce overhead on your existing installation:

  • Disable startup apps you do not actively use (Settings โ†’ Apps โ†’ Startup).
  • Turn off background activity for non-essential apps (Settings โ†’ System โ†’ Power).
  • Review and limit widget panel content, which contributes to background memory usage.
  • Ensure your drivers โ€” particularly GPU and chipset โ€” are current, as driver-level optimisations accompany many of the OS-level Windows 11 performance gains.
  • Run a storage health check; SSD degradation disproportionately impacts the responsiveness improvements Microsoft is targeting at the scheduler level.

Frequently Asked Questions

Are the Windows 11 fixes 2026 free for existing users?

Yes. All the Windows 11 improvements described here are delivered through Windows Update at no additional charge for anyone with a valid Windows 11 licence. You do not need to purchase an upgrade; simply keep Windows Update enabled and the improvements will arrive automatically as they roll out.

When will Windows 11 performance improvements reach my PC?

Several fixes โ€” including RAM efficiency and File Explorer stability โ€” are already in Insider Preview builds and entering the Release Preview channel. Most users on mainstream builds should see these improvements by late 2026 via cumulative updates or the 25H2 feature update. Check Settings โ†’ Windows Update to ensure you have the latest cumulative update installed.

Do the 2026 Windows 11 updates require new hardware?

No. The vast majority of the performance and stability improvements are software-level changes that apply to existing hardware. Microsoft’s 26H1 version is specifically scoped to new 2026 silicon, but the RAM, latency, File Explorer, and taskbar fixes are coming to existing devices through cumulative updates.

Is it worth upgrading from Windows 10 now given these Windows 11 improvements?

With Windows 10 reaching end of support in October 2025, upgrading is increasingly important for security. The 2026 Windows 11 updates make the upgrade even more worthwhile โ€” the performance gap that previously made users hesitant is being closed. If your hardware qualifies, upgrading now means you benefit from all incoming improvements immediately.

Will these fixes improve gaming performance on Windows 11?

Partially. The low-latency profile and RAM efficiency improvements will benefit gaming indirectly by reducing OS overhead and improving frame-time consistency. Microsoft has also indicated gaming-specific scheduler improvements are in progress for 2026, though the primary gaming gains will depend on GPU driver updates from Nvidia, AMD, and Intel alongside the OS changes.

Legacy software on Windows 11 running vintage Word 1.1a from 1990 natively

Legacy Software on Windows 11: How Old Programs Are Running Again

Legacy software on Windows 11 is having an unexpected renaissance. In 2025, developer John Marshall published a fully working native x64 port of Microsoft Word for Windows 1.1a โ€” a word processor originally released in 1990 โ€” that runs directly on modern Windows 11 machines without an emulator or virtual machine in sight. It’s a remarkable technical feat, and it’s part of a growing movement to preserve and revive vintage software on today’s hardware.

Whether you’re a software historian, a developer curious about the techniques involved, or simply someone who needs to breathe life into an old application your business still depends on, understanding how these compatibility revivals work is increasingly valuable knowledge.

Why Running Old Programs on Windows 11 Is So Hard

Diagram showing why old software fails on legacy software Windows 11 systems

Modern Windows 11 is a 64-bit operating system, and that single architectural fact is the root cause of most vintage app compatibility failures. Programs built for Windows 3.x and early Windows 95 were compiled as 16-bit executables โ€” a format that 64-bit Windows simply cannot load natively. Microsoft removed its WOW16 (Windows-on-Windows 16-bit) subsystem when it moved to 64-bit editions, leaving a generation of software stranded.

Beyond the bitness barrier, older applications relied on APIs, system DLLs, and hardware-level tricks that no longer exist in modern Windows. Early word processors and CD-ROM titles frequently called undocumented Windows internals, manipulated memory in ways that would trigger modern security protections, or depended on specific timing characteristics of vintage CPUs. Running them on a contemporary machine is less like opening an old file and more like transplanting an engine from a 1955 car into a 2025 chassis.

  • 16-bit executables cannot load on 64-bit Windows โ€” no native WOW16 layer exists.
  • Removed APIs cause instant crashes when code calls functions that no longer exist.
  • Memory model differences break apps that relied on segmented x86 memory addressing.
  • Driver dependencies for peripherals like old MIDI cards or CD-ROM drives are often absent.
  • Hardcoded timing loops run far too fast on modern processors, causing instability.

How Developers Are Porting Old Software to Run Natively

Developer porting vintage app compatibility code to run on modern Windows 11

The Word 1.1a port by John Marshall โ€” posted to GitHub under the handle JMarshall23 โ€” is an outstanding case study in how vintage app compatibility can be achieved through source-level porting rather than emulation. Marshall had access to the leaked Microsoft source code for Word 1.1a (codenamed Opus) and spent considerable time modernising it so the MSVC compiler could produce a genuine 64-bit binary.

Recompiling for x64 Architecture

The most direct route to native compatibility is recompilation: taking the original source code and rebuilding it as a 64-bit binary. This sounds simple, but decades-old C code is riddled with assumptions โ€” pointer sizes, integer widths, calling conventions โ€” that break the moment a modern compiler targets x64. Marshall’s approach involved fixing thousands of implicit 16-to-32-bit type conversions, replacing obsolete Windows API calls with their modern equivalents, and stubbing out functionality that simply has no modern counterpart.

Shimming and API Wrapping for Vintage App Compatibility

When source code is unavailable โ€” the far more common scenario โ€” developers turn to compatibility shims and API wrappers. A shim intercepts calls from an old application to the Windows API and translates them on the fly, correcting arguments, emulating missing functions, or redirecting to modern equivalents. Microsoft itself ships a compatibility shim database (sysmain.sdb) with Windows that quietly patches hundreds of known applications at load time. Independent developers extend this concept to write custom wrapper DLLs that stand between a vintage executable and the modern OS.

Patching Binaries Directly

For 32-bit applications that almost run on Windows 11 but stumble on one or two compatibility issues, direct binary patching is often faster than recompilation. A developer disassembles the executable, identifies the offending instruction or API call, and replaces it with a working alternative โ€” all without touching source code. This technique is particularly popular in the retro gaming and CD-ROM preservation communities, where 1998-era titles frequently need a patched DirectDraw or CD-check call to run on modern systems.

The Role of Compatibility Mode

For everyday users dealing with old programs on Windows 11, Microsoft’s built-in compatibility mode remains the first port of call. Right-clicking an executable, choosing Properties โ†’ Compatibility, and selecting an older Windows version (Windows 7, Windows XP SP3, etc.) tells Windows to lie to the application about its environment โ€” reporting a lower OS version, disabling visual themes, running the process at 640ร—480, and applying known shims automatically. It won’t save a 16-bit app, but it resolves a surprising number of 32-bit compatibility issues without any developer intervention.

According to Microsoft’s official compatibility guidance, the Program Compatibility Troubleshooter can automatically detect and apply the right settings for many legacy applications โ€” a useful starting point before diving into manual fixes.

Old Software Windows 11 Users Still Depend On

This isn’t purely an academic exercise. Plenty of real-world organisations still run old software on Windows 11 โ€” or are forced to confront the question when they upgrade. Industries from manufacturing to healthcare have bespoke applications written in the mid-1990s that have never been replaced because the cost of doing so outweighs the effort of keeping them alive. A 1998 inventory management system or a proprietary CAD tool from 2001 can represent years of business logic that would cost millions to recreate.

The challenge is that Windows 10 reached end of support on 14 October 2025, pushing millions of business users towards Windows 11 and forcing an immediate reckoning with any run old programs Windows compatibility debt they’d been deferring. Suddenly, the old app that “just worked” on Windows 7 and muddle through on Windows 10 is crashing on the new OS โ€” and there’s no more putting off the fix.

Techniques Used in Real Preservation Projects

Old programs Windows 11 users still rely on shown as vintage software icons

The broader software preservation and retro-computing community has developed a rich toolkit for reviving vintage software on modern platforms. The Word 1.1a project is high-profile, but dozens of quieter efforts are happening on GitHub and specialist forums every month.

Vintage App Compatibility Through Virtual Machines

Running a 16-bit application inside a virtual machine โ€” typically a Windows XP or Windows 98 guest on something like VirtualBox or VMware โ€” sidesteps the 64-bit barrier entirely because the VM presents a 32-bit or 16-bit environment. It’s not native execution, but it is reliable. Many preservation projects use this as the “good enough” baseline before pursuing a full native port.

Wine and ReactOS as Cross-Platform Shim Layers

Wine โ€” originally built to run Windows software on Linux โ€” has become an unlikely hero of legacy software preservation. Its compatibility database covers thousands of Windows titles, and it runs on Windows itself via the Windows Subsystem for Linux (WSL). ReactOS, an open-source Windows clone, provides another environment where old Windows executables can sometimes run better than on modern Windows itself, precisely because it re-implements APIs that Microsoft has since removed.

NTVDM and DOSBox for DOS-Era Code

True DOS applications predate even the 16-bit Windows layer, and 64-bit Windows has no NT Virtual DOS Machine (NTVDM) support. DOSBox and its forks โ€” particularly DOSBox-X, which targets application rather than game compatibility โ€” have become the standard preservation tool for this era of software. For CD-ROM titles from the 1990s, DOSBox-X’s emulation of vintage CD-ROM extensions, Sound Blaster audio, and VESA graphics is remarkably accurate.

What the Word 1.1a Port Means for Legacy Software Preservation

The significance of John Marshall’s Word 1.1a port extends beyond nostalgia. It demonstrates that even without official vendor support, determined developers can rescue genuinely important cultural and historical software artefacts by working directly with the source code. Word for Windows 1.1a was commercially sold from 1990 onwards and shaped how millions of people interacted with computers during one of computing’s most formative decades.

More practically, the project is a proof-of-concept that the techniques for run old programs Windows compatibility โ€” source-level porting, API wrapping, and binary patching โ€” are accessible to skilled individual developers, not just large corporate engineering teams. The full port compiles with MSVC and produces a binary that launches cleanly on a stock Windows 11 installation. No compatibility flags, no administrator hacks, no special drivers: just a 35-year-old word processor running natively in 2025.

For organisations maintaining vintage app compatibility across a fleet of upgraded machines, this kind of community-driven approach points to a viable path forward โ€” and a compelling argument for keeping source code, even for software long since retired from active development.

Getting Your Windows 11 Licence Before You Upgrade

Whether you’re upgrading specifically to explore retro software preservation techniques or simply moving on from Windows 10, having a genuine, properly licensed copy of Windows 11 is the essential first step. A correctly activated installation ensures you have access to all compatibility features โ€” including the Program Compatibility Troubleshooter, Hyper-V for virtual machines, and the Windows Subsystem for Linux โ€” that make running old programs on Windows 11 far more manageable.

At Buy Now Key, you can pick up a Microsoft Windows 11 Pro licence from just โ‚ฌ17.90, with instant digital delivery and lifetime activation on your device. If you’re not sure which edition suits you, the Windows 11 Home category covers home users looking for a cost-effective, fully-featured starting point.

Frequently Asked Questions

Can I run 16-bit software on Windows 11?

Not natively. Windows 11 is a 64-bit operating system and has no built-in WOW16 subsystem to load 16-bit executables. Your best options are running the software inside a virtual machine (such as a Windows XP guest on VirtualBox), using DOSBox-X for DOS-era titles, or waiting for a community source port if the original code is available.

Does Windows 11 compatibility mode fix most old programs?

Compatibility mode solves a broad range of issues for 32-bit applications โ€” false OS version detection, theme-related crashes, DPI scaling problems, and some known API differences. It won’t help with 16-bit apps or software that relies on hardware drivers for long-obsolete devices. Run the Program Compatibility Troubleshooter first; if the app still fails, you’ll need a deeper technical approach.

What is a compatibility shim and how does it work?

A compatibility shim is a small piece of code that intercepts API calls from an old application and translates them so modern Windows can process them correctly. Windows ships with a built-in shim database covering hundreds of known applications. Developers can also write custom shims โ€” essentially wrapper DLLs โ€” for applications not already covered by Microsoft’s database.

Is running vintage software on Windows 11 legal?

It depends on the software. Running software you legitimately own for personal use is generally permissible. Porting or distributing source code you do not own may infringe copyright. Community projects like the Word 1.1a port operate in legally complex territory โ€” they typically distribute only source changes (patches), not the original binaries or assets. Always check the licence terms of any software before distributing a modified version.

Will my 32-bit applications still work on Windows 11?

Most 32-bit Windows applications continue to run on Windows 11 via the WOW64 (Windows 32-bit on Windows 64-bit) compatibility layer, which Microsoft has preserved. Issues arise when 32-bit apps rely on 32-bit kernel drivers, 32-bit COM servers, or API sets that Microsoft has since removed. Testing on a clean Windows 11 installation before a fleet-wide upgrade is always recommended.

How do I find out if my legacy software will run on Windows 11?

Start with the Program Compatibility Troubleshooter built into Windows 11 โ€” right-click the executable and select “Troubleshoot compatibility”. For enterprise environments, Microsoft’s App Assure programme offers free compatibility assistance. Community databases like the Wine AppDB and various retro-computing forums often have user reports on specific legacy titles.

Windows 11 upgrade eligibility checklist showing CPU TPM BIOS and storage icons

Windows 11 Upgrade Eligibility: The Full Compatibility Check

Your Windows 11 upgrade eligibility depends on far more than a single chip. While TPM 2.0 grabs all the headlines, millions of PCs are blocked by CPU generation limits, BIOS misconfigurations, insufficient storage, and firmware quirks that Microsoft’s own upgrade tool barely explains. This guide walks through every real hurdle โ€” and exactly what you can do about each one.

Why Windows 11 Compatibility Is Trickier Than Microsoft Lets On

BIOS UEFI screen showing TPM 2.0 enabled for Windows 11 upgrade eligibility

When Microsoft launched Windows 11 in October 2021, it published a deceptively short list of minimum system requirements: a 1 GHz dual-core 64-bit processor, 4 GB of RAM, 64 GB of storage, a DirectX 12-compatible GPU, a 720p display, UEFI Secure Boot, and TPM 2.0. Simple on paper โ€” confusing in practice.

The PC Health Check tool flags many machines as incompatible without giving a clear reason. That is because there is not one gatekeeper; there are several, and they interact. Understanding each one separately is the only way to diagnose a blocked upgrade and decide whether to fix it, bypass it, or invest in new hardware.

The Full Windows 11 Requirements Checklist

Before you can upgrade to Windows 11, every item on this list must be satisfied:

  • Processor: 1 GHz or faster, 2 cores minimum, 64-bit, on Microsoft’s approved CPU list (Intel 8th Gen+ or AMD Ryzen 2000+)
  • RAM: 4 GB minimum (8 GB strongly recommended for day-to-day use)
  • Storage: 64 GB free space on the system drive
  • TPM: Trusted Platform Module version 2.0, enabled in firmware
  • Firmware: UEFI with Secure Boot capability
  • GPU: DirectX 12 compatible with a WDDM 2.0 driver
  • Display: 720p, at least 9 inches diagonal, 8 bits per colour channel
  • Internet: Required for initial setup on Windows 11 Home

Each item above can independently block an upgrade. Let’s break down the ones that cause the most confusion.

TPM 2.0: The Requirement Everyone Knows About

CPU generation comparison illustrating Windows 11 compatibility requirements for upgrade

TPM 2.0 (Trusted Platform Module) is a dedicated security chip โ€” or a firmware-based equivalent โ€” that stores encryption keys and supports features like Windows Hello and BitLocker. It is built into virtually every CPU or motherboard made after 2016, but it is frequently disabled by default in BIOS/UEFI settings, which is why so many machines fail the check even when the hardware is present.

How to Check and Enable TPM 2.0

  1. Press Win + R, type tpm.msc, and press Enter.
  2. If the console shows “Compatible TPM cannot be found,” TPM is either disabled or not present.
  3. Restart your PC and enter BIOS/UEFI (usually Del, F2, or F10 at boot).
  4. Look for PTT (Intel Platform Trust Technology) or fTPM (AMD firmware TPM) and set it to Enabled.
  5. Save and reboot, then re-run tpm.msc โ€” it should now report Version 2.0.

If your system genuinely has no TPM 2.0 support at all โ€” common on pre-2016 hardware โ€” you will need either a discrete TPM module (if your motherboard has a header for one) or a registry-based bypass for an in-place upgrade.

CPU Generation: The Hidden Windows 11 Compatibility Wall

This is the requirement that catches the most people off guard. Microsoft does not just require any dual-core 64-bit processor โ€” it requires a processor from its approved list. That list starts at Intel 8th Generation Core (Coffee Lake) and AMD Ryzen 2000 series. An Intel Core i7-7700K โ€” an excellent 2017 CPU โ€” is officially unsupported, even though it is technically capable of running Windows 11 without issue.

Checking Your CPU Generation

Press Win + Pause/Break or search “About your PC” in the Start menu. The processor model number tells you the generation: on Intel, the first one or two digits after the hyphen indicate the generation (e.g., i7-8700 = 8th Gen, i5-10400 = 10th Gen). On AMD, the first digit of the Ryzen number is the generation (Ryzen 5 3600 = 3rd Gen, which is supported).

If your CPU predates those cutoffs, the official upgrade path is blocked โ€” but Microsoft did release a registry workaround that bypasses both the TPM and CPU checks for an in-place upgrade. Note that doing so means your machine is unsupported, so you may not receive future feature updates.

BIOS vs UEFI: Secure Boot and Firmware Conflicts

Windows 11 requires UEFI firmware with Secure Boot, not the older Legacy BIOS mode. Many machines from 2012โ€“2018 have UEFI firmware but boot in Legacy/CSM mode with an MBR-partitioned drive, which blocks the upgrade entirely.

How to Switch to UEFI Without Reinstalling

  • Open Disk Management and check whether your system disk uses MBR or GPT partitioning. GPT is required for UEFI boot.
  • If your disk is MBR, use Microsoft’s built-in mbr2gpt.exe tool (run from an elevated command prompt) to convert it non-destructively before switching BIOS mode.
  • Then enter UEFI settings, disable CSM/Legacy mode, and enable Secure Boot.
  • Reboot โ€” Windows 10 should still start normally, and the upgrade path to Windows 11 will now be clear.

Secure Boot conflicts are also common after adding a new GPU or storage controller. If Secure Boot was recently enabled and Windows fails to boot, hold Shift while clicking Restart to access the recovery environment and roll back the setting.

Storage: The 64 GB Floor and Why Speed Matters Too

Laptop screen displaying Windows 11 requirements checklist for a successful upgrade

The 64 GB storage requirement for Windows 11 compatibility is a hard floor, not a recommendation. The upgrade process itself needs roughly 20โ€“30 GB of temporary space on top of whatever the OS occupies, so a 64 GB drive that is 70% full will fail mid-upgrade and potentially leave your installation in an inconsistent state.

Beyond capacity, storage speed affects whether Windows 11 feels snappy or sluggish after the upgrade. Microsoft’s own testing indicates that machines running Windows 11 on a traditional spinning hard drive score significantly lower on the Windows Experience Index than those on an SSD. If your PC qualifies in every other way but runs on a mechanical drive, upgrading to a SATA or NVMe SSD is the single most impactful hardware change you can make โ€” the OS installation process itself becomes faster, and boot times can drop from over 60 seconds to under 15.

RAM: 4 GB Is the Limit, Not the Target

Windows 11 requires 4 GB of RAM to install, but that figure is misleading for assessing real Windows 11 upgrade eligibility. The OS itself uses roughly 2โ€“3 GB at idle, leaving almost nothing for open applications on a 4 GB system. For any practical workload โ€” a browser with a few tabs, a document editor, background antivirus scanning โ€” 8 GB is the realistic minimum, and 16 GB is comfortable for most users.

If your machine has 4 GB of DDR4 RAM and is otherwise compatible, check whether the memory is soldered or seated in upgradable DIMM slots. A RAM upgrade is often one of the cheapest ways to ensure the upgrade to Windows 11 actually delivers an improvement in day-to-day performance rather than just a new interface on a struggling system.

Running the PC Health Check โ€” and Reading the Results Properly

Microsoft’s free PC Health Check app gives a pass/fail result but rarely explains which specific requirement failed. Here is how to interpret its output:

  • “The PC must support TPM 2.0” โ€” check BIOS for PTT/fTPM setting (see above).
  • “The processor isn’t supported” โ€” CPU is below the 8th Gen Intel / Ryzen 2000 threshold.
  • “The PC must support Secure Boot” โ€” firmware is in Legacy/CSM mode; convert disk to GPT and enable UEFI boot.
  • “The PC doesn’t meet storage requirements” โ€” free up space on the system drive to at least 64 GB, ideally more.

For a more detailed diagnosis, download and run WhyNotWin11 โ€” a free open-source tool that checks each requirement individually and colour-codes the results, making it far easier to identify exactly what is blocking your upgrade.

What to Do If Your PC Fails Windows 11 Eligibility

If your hardware cannot be made compatible through BIOS tweaks alone, you have three realistic options:

  1. Use the registry bypass โ€” Microsoft’s official workaround disables the CPU and TPM checks for an in-place upgrade. The machine remains unsupported, and Microsoft warns that future updates are not guaranteed, but many users are running Windows 11 on older hardware without issue.
  2. Clean install via bootable USB โ€” a clean install from a Windows 11 ISO skips the Health Check entirely when you choose not to enter a product key during setup. You will need to activate Windows afterwards with a valid licence key.
  3. Upgrade the hardware โ€” if the machine is otherwise solid, a new motherboard and CPU may be more cost-effective than a full replacement, especially if RAM and storage can be reused.

Whichever route you take, you will need a valid Windows 11 licence to activate the installation. Buy Now Key offers genuine Windows 11 licences at competitive prices โ€” including Microsoft Windows 11 Home OEM from โ‚ฌ9.65 and Microsoft Windows 11 Pro OEM from โ‚ฌ12.90 โ€” so you can get the OS activated properly without overpaying.

Upgrade to Windows 11 Before Windows 10 Support Ends

Microsoft ends mainstream support for Windows 10 on 14 October 2025. After that date, Windows 10 machines will stop receiving free security patches, leaving them exposed to unpatched vulnerabilities. That deadline is the single biggest reason to resolve your Windows 11 compatibility issues now rather than later โ€” security updates are not optional for any internet-connected machine.

If your current machine passes the Windows 11 requirements checklist, the free upgrade from Windows 10 is still available via Windows Update as of mid-2025. If it does not pass, this guide gives you the tools to fix, bypass, or plan around every blocker on the list.

Frequently Asked Questions

Can I upgrade to Windows 11 if my CPU is not on Microsoft’s supported list?

Yes, but unofficially. Microsoft released a registry hack that bypasses both the CPU generation check and the TPM 2.0 requirement for an in-place upgrade from Windows 10. The resulting installation will not carry a “supported” status, which means Microsoft may exclude it from future feature updates โ€” though security patches have continued to reach these machines so far. Proceed with a full backup before attempting the bypass.

Does enabling TPM 2.0 in BIOS delete my data?

No. Toggling the TPM setting in UEFI firmware (enabling PTT on Intel or fTPM on AMD) does not erase your files, applications, or Windows installation. The only exception is if you already had BitLocker enabled and then clear the TPM โ€” in that case you would need your BitLocker recovery key to regain access. If BitLocker is off, enabling TPM is entirely safe.

What is the difference between UEFI and Legacy BIOS for Windows 11 requirements?

UEFI is a modern firmware interface that supports GPT disk partitioning, Secure Boot, and faster boot times. Legacy BIOS (also called CSM mode) is the older standard that uses MBR partitioning and does not support Secure Boot. Windows 11 requires UEFI with Secure Boot enabled. Many older PCs have UEFI firmware but are configured to boot in Legacy mode โ€” switching them to UEFI mode (after converting the disk from MBR to GPT) is usually sufficient to satisfy this requirement.

Will a clean install of Windows 11 skip the compatibility checks?

A clean install from a bootable Windows 11 USB drive does bypass the PC Health Check that runs during an in-place upgrade, but the installer still checks for TPM and Secure Boot by default. To skip those checks during a clean install, you need to add a specific registry key to the installer environment or use a modified ISO. Microsoft’s own documentation describes the registry method for in-place upgrades; for clean installs, the process is slightly different and involves editing the installer’s configuration before booting.

How do I know if my PC has enough free storage for the Windows 11 upgrade?

Open File Explorer, right-click your C: drive, and select Properties. You need at least 64 GB of total storage and enough free space for the upgrade process โ€” aim for at least 20โ€“30 GB of free space beyond your current OS footprint. If you are short, use the built-in Disk Cleanup tool or Storage Sense to remove temporary files, old Windows update caches, and the Windows.old folder from any previous upgrade before retrying.

Windows 11 RAM specs guide showing official memory requirements for users

Windows 11 RAM Specs: What Microsoft’s Changes Mean for You

Windows 11 RAM specs have just become a hot topic again: Microsoft has quietly removed its long-standing “no worries” 32 GB recommendation from the Windows Learning Center, leaving many users wondering what the real guidance actually is. The short answer is that the official minimum remains 4 GB โ€” but the real-world story is quite a bit more nuanced, and Microsoft’s own behaviour suggests it is rethinking how it communicates memory guidance altogether.

What Microsoft Actually Changed

Microsoft Windows 11 RAM specs documentation change from 32 GB to 4 GB minimum

For some time, Microsoft’s documentation included a tiered RAM recommendation table that effectively told users 32 GB was the “no worries” level for Windows 11 โ€” implying anything below that could involve performance trade-offs. According to a TechPowerUp report, those references have now been quietly deleted, with Microsoft citing significant pushback from gamers and consumers during a period of elevated DRAM prices. The removal is not a bug or an oversight โ€” it is a deliberate editorial decision to stop publishing guidance that was driving unnecessary hardware anxiety.

Crucially, this is not a change to the Windows 11 minimum system requirements. Those remain exactly as they were at launch: 4 GB RAM, a 1 GHz dual-core 64-bit processor, 64 GB of storage, TPM 2.0, and Secure Boot support. What changed is the aspirational tier that existed above the minimum โ€” the one that told enthusiasts how much RAM would make Windows 11 feel truly effortless.

The Official Windows 11 RAM Requirements Right Now

According to Microsoft’s official Windows 11 requirements on Microsoft Learn, the confirmed minimum specification list is:

  • RAM: 4 GB or greater
  • Processor: 1 GHz or faster, 2 or more cores, 64-bit compatible
  • Storage: 64 GB or larger
  • Firmware: UEFI with Secure Boot enabled
  • TPM: Version 2.0
  • Graphics: DirectX 12 compatible, WDDM 2.0 driver
  • Display: HD (720p), 9 inches or larger

Nothing in this list has changed. The 4 GB RAM floor is the same figure Microsoft published when Windows 11 launched in October 2021. If your machine met those specs yesterday, it still meets them today.

Does 4 GB of RAM Actually Cut It for Windows 11?

RAM for Windows 11 performance tiers from 4 GB to 32 GB explained

Technically, yes. Practically, it depends on what you do. Windows 11 at idle on a clean install typically consumes between 2.5 GB and 3.5 GB of RAM, which leaves precious little headroom on a 4 GB system once a browser tab or two is open. Windows 11 RAM requirements set the floor for compatibility โ€” not for a comfortable daily-use experience.

Here is a sensible breakdown of what different amounts of RAM actually deliver in 2026:

  • 4 GB: Meets the official minimum but feels sluggish with multitasking. Suitable only for very light single-task use.
  • 8 GB: The practical sweet spot for most home and office users. Comfortable for web browsing, Office apps, and light media use. Microsoft itself has recently stated that 8 GB should be enough for anyone running Windows 11.
  • 16 GB: Recommended for developers, creatives, and users who regularly run several heavy applications at once.
  • 32 GB+: Useful for video editing, large virtual machines, 3D rendering, and AI workloads โ€” but no longer formally recommended by Microsoft as a general-use target.

Why Did Microsoft Remove the 32 GB RAM for Windows 11 Guidance?

The timing is telling. Global DRAM prices surged significantly in 2024 and into 2025, pushing the cost of a 32 GB upgrade well beyond what many mainstream users were willing or able to spend. When Microsoft lists 32 GB as the premium tier in an official recommendation table, it creates an implicit pressure โ€” users feel their system is underspecced, even if it runs perfectly well for their actual workload.

Removing that tier does two things. First, it reduces the perception gap between what users have and what Microsoft says they should have. Second, it broadens the addressable upgrade market: a user sitting on 8 GB who felt their machine was already “behind” the recommended tier may now feel confident enough to upgrade to Windows 11 rather than dismissing it as not worth the effort on their current hardware.

There is also the question of Copilot and AI features. Microsoft has been careful not to attach heavy RAM requirements to its AI-powered features โ€” doing so would immediately exclude a large chunk of the Windows install base. Removing a high-tier recommendation keeps the messaging inclusive.

Windows 11 Memory: Is Your Current PC Still Supported?

If you are running a modern machine โ€” say, an 8th-generation Intel Core processor or newer, or a 2nd-generation AMD Ryzen or newer โ€” and you have at least 4 GB of RAM with TPM 2.0 enabled, your PC is still fully supported. The removal of the 32 GB recommendation does not affect eligibility or support status in any way.

The real concern for many users is not RAM but the CPU compatibility wall. Windows 11 enforces strict processor requirements, locking out a large number of otherwise capable machines. If you are unsure whether your system qualifies, our detailed guide Do You Meet Windows 11 System Requirements? Check Before You Upgrade walks through every hardware check step by step.

How Much RAM Should You Actually Target in 2026?

Windows 11 licence upgrade options showing RAM requirements for a compatible PC

Independent testing and community consensus consistently point to 16 GB as the sensible practical target for a Windows 11 machine used for anything beyond light tasks. Here is why:

  • Modern browsers are memory-hungry: Chrome or Edge with 10โ€“15 tabs can comfortably consume 3โ€“5 GB on their own.
  • Windows 11’s memory compression and SuperFetch work best when there is enough headroom to cache data intelligently.
  • AI features in Copilot and other tools benefit from available RAM, even if they don’t formally require it.
  • 16 GB provides a buffer against background processes, security software, and system updates that temporarily spike memory use.

For anyone who does creative work, game, or run developer tooling, 32 GB remains a worthwhile investment โ€” Microsoft removing the recommendation does not mean 32 GB is no longer useful, only that it was never a universal requirement.

What This Means If You Are Buying or Upgrading Windows 11

The practical upshot of Microsoft’s documentation change is freeing: if you have been delaying a Windows 11 upgrade because you felt your 8 GB or 16 GB machine was underspecced, you have no reason to wait any longer on memory grounds alone. The operating system will run, and run well, on hardware with RAM for Windows 11 well below the old 32 GB aspirational figure.

If you are ready to upgrade, Buy Now Key offers Windows 11 licences starting from just โ‚ฌ9.65 for Windows 11 Home OEM and from โ‚ฌ12.90 for Windows 11 Pro OEM โ€” both delivering genuine, lifetime-activated licences at a fraction of retail cost. You can check the full range of editions and bundles in our Windows 11 Pro category.

Already have a compatible machine and want to understand more about what Windows 11 actually uses during daily operation? Our in-depth look at Windows 11 RAM requirements: Is 8 GB really enough in 2026? covers real-world usage figures in detail.

Windows 11 RAM Specs: The Bottom Line

Microsoft removing its 32 GB guidance is a pragmatic move, not a technical one. The Windows 11 RAM specs that matter for compatibility โ€” the 4 GB minimum โ€” have not changed one bit. What has changed is that Microsoft is no longer setting an aspirational bar so high that ordinary users feel their machines are inadequate. For most people, 8 GB gets you through the door comfortably; 16 GB keeps you comfortable for years. And if you need 32 GB for your workload, nothing in this change stops you from installing it โ€” it just means Microsoft will no longer make you feel obligated to.

Frequently Asked Questions

Has Microsoft changed the minimum RAM for Windows 11?

No. The official minimum Windows 11 RAM requirements remain at 4 GB, exactly as they were at launch in October 2021. What Microsoft removed was its separate, non-mandatory tiered recommendation table that suggested 32 GB as the “no worries” level. Your minimum compatibility threshold is unchanged.

Is 8 GB of RAM enough for Windows 11 in 2026?

Yes, for the majority of everyday tasks. Windows 11 runs on 4 GB and works comfortably on 8 GB for typical home and office workloads including web browsing, Microsoft 365, video calls, and media playback. Microsoft has explicitly stated that 8 GB should be sufficient for most Windows 11 users. For heavy multitasking or creative work, 16 GB is a better long-term investment.

Why did Microsoft remove the 32 GB RAM recommendation?

Microsoft removed the tiered 32 GB recommendation largely in response to user pushback during a period of elevated DRAM prices, when asking consumers to target 32 GB felt unreasonable. The move also aligns with Microsoft’s messaging around AI and Copilot features, which the company has been careful not to tie to demanding hardware specifications so as not to exclude its broad user base.

Does less RAM mean my PC will lose Windows 11 support?

Not at all. Support eligibility is determined by the minimum system requirements โ€” 4 GB RAM, a compatible CPU, TPM 2.0, and Secure Boot. The removed 32 GB recommendation was never part of the support criteria. If your PC passed the Windows 11 upgrade check before this documentation change, it still passes today.

What is the best amount of RAM for Windows 11 right now?

For light use, 8 GB is the practical minimum most users should aim for. For general everyday computing, 16 GB delivers noticeable headroom and future-proofs your system against increasingly memory-hungry applications and browser updates. Power users, gamers, and creative professionals who work with large files or run virtual machines will still benefit from 32 GB or more โ€” the recommendation may be gone, but the performance advantage is real.

TPM chip piracy crackdown securing Windows activation with hardware trust

TPM Chip Piracy Crackdown: What Microsoft’s Move Means for You

Microsoft’s TPM chip piracy crackdown is real, it’s rolling out now, and it fundamentally changes how Windows activation fraud is detected and blocked. If you manage a business network, run a KMS server, or you’re simply curious whether your Windows copy is genuine, this is essential reading.

What Is the TPM Chip Piracy Crackdown?

Diagram of TPM activation security flow for KMS Hardware-Secured Windows licensing

Microsoft has introduced a feature called KMS Hardware-Secured, which uses Trusted Platform Module (TPM) attestation to verify that a Key Management Service (KMS) host is running on genuine, uncompromised hardware before it can activate any Windows device. In plain terms: the activation server now has to prove it’s a real physical (or properly certified virtual) machine โ€” not a software-spoofed imitation โ€” before Microsoft’s licensing system accepts activation requests from it.

This is a meaningful escalation. Previously, piracy tools could mimic a KMS host entirely in software, tricking Windows into believing it was legitimately activated by a corporate volume-licensing server. TPM attestation closes that loophole by anchoring the entire chain of trust to a hardware root that cannot be faked in software alone.

According to Microsoft’s own IT Pro blog announcement, KMS Hardware-Secured is rolling out for Windows Server environments and will progressively become the required standard for KMS hosts.

How TPM Activation Security Actually Works

TPM activation security works by tying the identity of an activation server to a cryptographic certificate stored inside its TPM chip โ€” a tamper-resistant piece of silicon soldered to the motherboard. Here’s the step-by-step flow:

  1. TPM attestation request: The KMS host generates a cryptographic proof using its TPM chip, demonstrating its hardware identity to Microsoft’s attestation service.
  2. Microsoft verification: Microsoft’s servers validate that proof. If the hardware is genuine and unmodified, verification succeeds.
  3. Activation rights granted: Only once the KMS host is verified does it receive permission to activate client machines on its network.
  4. Ongoing checks: The attestation is not a one-time event โ€” the hardware integrity can be re-validated, making it much harder for a compromised host to continue operating undetected.

This is the same family of technology used in Windows Hello biometric sign-in and BitLocker drive encryption โ€” both of which already depend on TPM hardware to store keys that cannot be exported or spoofed. Extending it to KMS activation was a logical next step.

Windows Piracy TPM: Why This Approach Is Different

TPM chip piracy crackdown versus software KMS spoof side-by-side comparison graphic

Previous anti-piracy measures focused on the software side โ€” detecting known crack signatures, blacklisting activation keys, or invalidating product keys found in leaked databases. The Windows piracy TPM approach is different because it moves the trust anchor into hardware. Software can be patched, reverse-engineered, or replaced; a TPM chip cannot be trivially cloned or emulated at scale.

It’s worth noting that the piracy community has already begun adapting. A method called TSforge has reportedly emerged as a workaround, and in 2025 Microsoft closed the older “KMS38” loophole that had allowed activations to be spoofed until the year 2038. This is the usual cat-and-mouse cycle โ€” but TPM-based attestation raises the technical floor significantly, meaning only more sophisticated attacks will have any chance of working, and those are far beyond the reach of casual piracy.

Does the KMS Piracy Block Affect Legitimate Users?

For the vast majority of home users with a retail or OEM Windows licence, the answer is no โ€” this change does not affect you at all. Retail and OEM activations go through a completely separate pathway (HWID or online activation) that does not touch KMS. You won’t see any change in how your PC activates.

The groups who need to pay attention are:

  • Enterprise IT administrators running on-premises KMS servers for volume licensing. They will need to ensure their KMS host hardware has a TPM 2.0 chip and that TPM attestation is enabled and working.
  • Managed service providers (MSPs) running KMS infrastructure for clients. The same applies โ€” hardware must be TPM 2.0 compliant.
  • Anyone currently using pirated volume activation. If your “KMS activator” is a software tool rather than a genuine licensed KMS server, this crackdown is specifically aimed at you.

IT Admins: What You Need to Do Now

IT admin verifying TPM 2.0 chip status for Windows KMS activation security compliance

If you manage a legitimate enterprise KMS environment, the action items are straightforward. Microsoft is not removing KMS โ€” it is hardening it. Here’s what to check:

  • Verify TPM 2.0 is present and enabled on your KMS host server. In Windows, open the TPM Management console (tpm.msc) and confirm the chip is active and the specification version reads 2.0.
  • Update your KMS host software to the latest version that supports Hardware-Secured mode. Older KMS host installations will not be capable of completing TPM attestation.
  • Check virtual KMS hosts โ€” if your KMS server runs in a VM, confirm that your hypervisor passes through vTPM support and that the guest OS can see a TPM 2.0 device.
  • Test attestation in a staging environment before the feature becomes mandatory in your Windows Server build.
  • Review your volume licensing agreement with Microsoft to ensure your client counts and activation scopes are still within compliance.

Organisations that already run modern, properly licensed infrastructure will find the transition largely painless. The heavy lifting falls on those running outdated or improperly configured KMS hosts.

TPM Activation Security and the Bigger Windows 11 Picture

This move makes more sense when you remember that TPM 2.0 has been a mandatory system requirement for Windows 11 since its launch in October 2021. Microsoft has spent years seeding TPM hardware across the global PC fleet โ€” and now it is beginning to use that infrastructure for licensing enforcement, not just security features like BitLocker and Secure Boot.

In other words, the TPM requirement that frustrated so many users trying to upgrade to Windows 11 is now paying dividends from Microsoft’s perspective: nearly every Windows 11 machine in the world already has the hardware needed to participate in TPM-backed activation. The groundwork was laid quietly; the enforcement is only now becoming visible.

This also signals where Windows licensing is heading. Expect future versions of Windows to lean even more heavily on hardware attestation, making purely software-based licence bypasses increasingly impractical.

The Case for a Genuine Windows Licence

Beyond the technical risks of running pirated software โ€” malware bundled in activation tools, missing security patches, sudden deactivation โ€” the TPM chip piracy crackdown adds a new practical risk: your activation simply stops working as Microsoft closes each successive loophole. Chasing workarounds is a treadmill, not a solution.

A genuine Windows licence is a one-time purchase that delivers permanent, hardware-bound activation. At Buy Now Key, you can pick up a Microsoft Windows 11 Pro Retail licence for just โ‚ฌ17.90 โ€” a fraction of what most people spend on a monthly streaming subscription โ€” or a full guide to all legal Windows activation methods is available on the blog if you want to explore every option before deciding.

For users who need both the OS and a productivity suite, there’s also a Windows 11 Pro + Office 2024 Professional Plus bundle available for โ‚ฌ27.80 (regular price โ‚ฌ37.85) โ€” genuine, lifetime-activated, and delivered instantly.

FAQ: TPM Chip Piracy Crackdown

Will my currently activated Windows 11 Home or Pro installation stop working?

No. If you activated Windows 11 through a retail key, OEM licence, or a legitimate digital entitlement, your activation is not affected by the KMS Hardware-Secured changes at all. This change targets KMS volume activation servers, not individual retail or OEM devices. Your PC will continue to activate normally.

What is KMS and why do pirates use it?

Key Management Service (KMS) is Microsoft’s volume-licensing system designed for large organisations to activate many Windows machines internally without each one connecting to Microsoft’s servers individually. Piracy tools mimicked this system in software, creating fake KMS “servers” that tricked Windows into believing it was legitimately activated under a corporate licence. The TPM activation security changes specifically target these fake servers.

Does my home PC need a TPM 2.0 chip because of this?

Your home PC already needs TPM 2.0 to run Windows 11 โ€” that requirement predates this change. The KMS Hardware-Secured feature applies to servers that act as KMS hosts, not to the client machines they activate. For home users, nothing changes in terms of hardware requirements.

Can pirates bypass the TPM chip piracy crackdown?

Technically sophisticated workarounds will likely emerge over time โ€” the TSforge method is an early example โ€” but TPM-based attestation raises the bar considerably. Casual or automated piracy using off-the-shelf activator tools will become much less reliable. Each successive bypass also becomes easier for Microsoft to detect and close, making piracy an increasingly unstable choice.

How do I check if my Windows licence is genuine right now?

Open Settings, go to System > Activation, and look for the status message. A genuine, properly activated copy will show “Windows is activated” along with your licence type. You can also run slmgr /xpr in an elevated Command Prompt for detailed licence expiry information. Our Windows licence check guide walks through exactly what each status message means.