Windows 10 Frozen Due to Update Issues as of May 9 2026

Timothy Angelone 25 Reputation points
2026-05-09T20:26:18.0566667+00:00

Let me preface this by stating that there seems to be widespread issues with pcs running Windows 10 and 11 as of May 9 2026. I have never had this happen before. Then out of the blue one of my Dell desktops running Windows 10 just inexplicably began freezing up after a few minutes. Based upon information I have gathered this is due to the most recent Windows updates. Unfortunately every attempt I have made to remedy this has failed including trying to RESET WINDOWS 10 and trying to uninstall the most recent update which is said to be the root cause. My PC is running but is frozen. This is very frustrating. What is Microsoft doing to fix this?

Windows for home | Windows 10 | Performance and system failures

Answer recommended by moderator
LTP 10 Reputation points
2026-06-10T01:14:55.2466667+00:00

I had the same Windows 10 Windows locking up issue with the June 9th 2026 patch.

Based on your suggested fix, I did an internet search for details and found this attached instruction (see image I attached) that says after turning off Secure Boot in Safe Mode and logging into Windows, you should disable a certain item in Windows Task Scheduler. Then, log back out of Windows, reboot in Safe Mode, re-enable Secure Boot, save and re-log into Windows. I wouldn't have gotten there, however, without You providing the first steps which I did my search on.

I did these additional steps beyond what you suggested and my machine has been working now for 30 minutes without freezing up.1000031568

Was this answer helpful?

10+ people found this answer helpful.
0 comments No comments

8 additional answers

Sort by: Newest
  1. Gremlin 0 Reputation points
    2026-08-17T00:17:46.6366667+00:00

    I'm wondering if the next update will help solve this issue it specifically mentions the security certificates and one of the updates includes

    • [Secure Boot] This update includes additional high confidence device targeting data, increasing coverage of devices eligible to automatically receive new Secure Boot certificates. Certificate deployment via Windows updates continues across supported PCs and non-managed business devices in the coming months.

    Sort of nervous to let this install on my now working again machine.

    Was this answer helpful?


  2. Y Ha 0 Reputation points
    2026-07-26T11:51:55.3733333+00:00

    **I have a Dell 7559. I bought a new SSD and completed a clean Win 11 install in July 2026 a few days ago. Sadly, after every boot my laptop kept freezing. I thought that was a problem with the win 11 not supporting Skylake i7 6th gen processors so I performed a ALL clean Win 10 installation. It was just working fine. And WHEN I DID THE **KB5099539 update after a few cylces of update/restart I HAD THE SAME PROBLEM. Only thing I could've done was to reinstall it because uninstalling update was too long that the "non-freeze treshold" was not enough. NOW IT IS WORKING FINE WITH 2025 OCTOBER UDATE with auto-updates disabled. Still I am afraid it will somehow install (since i am enrolled ESU) the july update. And tryna find ways to stop ESU enrollment.

    Was this answer helpful?


  3. Nishit Patel 5 Reputation points
    2026-07-23T18:00:36.5266667+00:00

    My PC (Dell Inspiron 3542, 2014-era BIOS) started hard-freezing a few minutes after every single boot right after installing the June 2026 cumulative update (KB5094127). No BSOD, no error — just a complete freeze. Power button restart, works a few minutes, freezes again.

    I even did a clean install of Windows earlier — didn't help, because the next update brought the problem right back. After digging around, found the actual cause.

    THE CAUSE

    Microsoft's original Secure Boot certificates (from 2011) expire in June 2026. Windows Update is pushing new certificates to every machine via a scheduled task called Secure-Boot-Update, which runs a few minutes after every boot and tries to write the new keys into your BIOS/UEFI firmware.

    On older PCs with outdated or no-longer-supported BIOS, this write operation crashes the firmware → entire system hard-freezes. That's why it happens a few minutes after startup, every time. Reinstalling Windows does NOT fix it.

    THE FIX (5 minutes, fully reversible)

    Step 1 — Disable the scheduled task:

    1. Press Win + R, type taskschd.msc, press Enter

    Navigate to: Task Scheduler Library → Microsoft → Windows → PI

    Right-click Secure-Boot-UpdateDisable

    Step 2 — Stop future updates from re-enabling it (registry):

    Press Win + R, type regedit, press Enter

    Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot

    Double-click AvailableUpdates → set value to 0

    Right-click empty space → New → DWORD (32-bit) Value → name it HighConfidenceOptOut → set value to 1

    Step 3 — Restart and use the PC normally for 15–20 minutes. If no freeze, you're done.

    TIP: If the PC freezes before you can finish, restart and do Step 1 first — the task usually waits a few minutes after boot, so you have a window. Work fast.

    WHAT THIS DOES / TRADE-OFF

    This opts your PC out of the Secure Boot certificate rollout. On old machines with unsupported BIOS, the update can never apply properly anyway — the only thing it does is freeze your system. Your PC keeps booting normally with the old certificates.

    Everything is reversible: re-enable the task and delete HighConfidenceOptOut if you ever want the update back (e.g., after a BIOS update, if your OEM ever releases one).

    Standard disclaimer: this involves a registry edit — follow at your own risk. But both changes are simple and fully reversible.

    Hope this saves someone the days of frustration it cost me. If this fixed your freeze, drop your PC model in the comments so others can find this thread when searching.My PC (Dell Inspiron 3542, 2014-era BIOS) started hard-freezing a few minutes after every single boot right after installing the June 2026 cumulative update (KB5094127). No BSOD, no error — just a complete freeze. Power button restart, works a few minutes, freezes again.

    I even did a clean install of Windows earlier — didn't help, because the next update brought the problem right back. After digging around, found the actual cause.

    THE CAUSE

    Microsoft's original Secure Boot certificates (from 2011) expire in June 2026. Windows Update is pushing new certificates to every machine via a scheduled task called Secure-Boot-Update, which runs a few minutes after every boot and tries to write the new keys into your BIOS/UEFI firmware.

    On older PCs with outdated or no-longer-supported BIOS, this write operation crashes the firmware → entire system hard-freezes. That's why it happens a few minutes after startup, every time. Reinstalling Windows does NOT fix it.

    THE FIX (5 minutes, fully reversible)

    Step 1 — Disable the scheduled task:

    Press Win + R, type taskschd.msc, press Enter

    Navigate to: Task Scheduler Library → Microsoft → Windows → PI

    Right-click Secure-Boot-UpdateDisable

    Step 2 — Stop future updates from re-enabling it (registry):

    Press Win + R, type regedit, press Enter

    Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot

    Double-click AvailableUpdates → set value to 0

    Right-click empty space → New → DWORD (32-bit) Value → name it HighConfidenceOptOut → set value to 1

    Step 3 — Restart and use the PC normally for 15–20 minutes. If no freeze, you're done.

    TIP: If the PC freezes before you can finish, restart and do Step 1 first — the task usually waits a few minutes after boot, so you have a window. Work fast.

    WHAT THIS DOES / TRADE-OFF

    This opts your PC out of the Secure Boot certificate rollout. On old machines with unsupported BIOS, the update can never apply properly anyway — the only thing it does is freeze your system. Your PC keeps booting normally with the old certificates.

    Everything is reversible: re-enable the task and delete HighConfidenceOptOut if you ever want the update back (e.g., after a BIOS update, if your OEM ever releases one).

    Standard disclaimer: this involves a registry edit — follow at your own risk. But both changes are simple and fully reversible.

    Hope this saves someone the days of frustration it cost me. If this fixed your freeze, drop your PC model in the comments so others can find this thread when searching.

    Was this answer helpful?

    10+ people found this answer helpful.

  4. Gabriel 90 Reputation points
    2026-06-15T11:13:28.5433333+00:00

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.