win32k.sys MEMORY_MANAGEMENT (0x1a) affecting multiple computers in the last 2 months with no clear cause

Filip Podraza | Acantha 20 Reputation points
2026-08-17T13:10:42.4033333+00:00

Hello.

Multiple Windows 11 systems entering unrecoverable BSOD loop with MEMORY_MANAGEMENT (0x1A), subtype 0x1015, MiUnloadSystemImage

I am an MSP admin with multiple customer environments and have experienced a growing number of Windows 11 systems entering an unrecoverable BSOD loop over the last few weeks.

The issue has occurred across multiple hardware platforms including:

Dell Vostro 3525

Dell Vostro 3425

Dell Inspiron 15 3525

Dell Precision 3490

HP EliteBook 840 G7

Affected devices are running Windows 11 25H2.

Symptoms:

Users typically report returning to their computer in the morning and finding:

MEMORY_MANAGEMENT (0x1A)

What failed: win32k.sys

In a constant loop, Windows tries to boot and then goes to the above error message, and then shuts down, and so on, and the loop cannot be stopped.

Recovery attempts fail, including:

Startup Repair

Safe Mode

SFC

DISM

Uninstall Updates

All Windows Recovery options

We have also tried reseating all components, battery, RAM, disk.

The only reliable recovery method found so far has been a full Windows reinstall.

Memory Dump Analysis

We collected crash dump files from two affected systems, and event viewer logs from one affected system:

Example 1:

BUGCHECK_CODE: 1a 2 BUGCHECK_P1: 1015 3 PROCESS_NAME: smss.exe 4 Failure.Bucket: 0x1a_1015_nt!MiUnloadSystemImage

Example 2:

BUGCHECK_CODE: 1a 2 BUGCHECK_P1: 1015 3 PROCESS_NAME: smss.exe 4 Failure.Bucket: 0x1a_1015_nt!MiUnloadSystemImage

One dump's Arg2 address resolves to:

win32k.sys

Version: 10.0.26100.8655

Stack trace includes:

NtSetSystemInformation 2 MmUnloadSystemImage 3 MiUnloadSystemImage 4 KeBugCheckEx

Multiple unrelated hardware platforms affected.

Issue began within a similar time period. Appears to occur overnight in several cases. Not believed to be hardware-related due to the number and variety of affected devices. Some affected devices use third party anti-virus and security software, however checking the logs of this security software it does not seem to be blocking or quarantining any files or software prior or during the issue. Some affected devices had DisplayLink software installed, but other affected devices did not, so DisplayLink is not the common denominator. Review of CBS logs does not reveal obvious component store corruption or repair failures.

Could anyone review dump and log files if I could attach them and advise whether:

There are any known issues relating to:

Windows 11 25H2 win32k.sys MEMORY_MANAGEMENT (0x1A) subtype 0x1015 MiUnloadSystemImage failures

Whether the recurring failure bucket:

0x1a_1015_nt!MiUnloadSystemImage

is associated with any known Windows defect, servicing issue, or driver compatibility issue.

Any further diagnostic data could be collected from future affected devices prior to rebuild. Log collection has been scarce due to the urgency of this issue, as there is no fix for us but to re-install a device, however due to this being a recurring pattern we have started collecting logs.

Any further information required please let me know

Windows for business | Windows Client for IT Pros | Devices and deployment | Install Windows updates, features, or roles

7 answers

Sort by: Newest
  1. Zubair Khan 5 Reputation points
    2026-08-31T04:29:29.65+00:00

    I've managed to recover a device without rebuilding it. Download the Latest LCU from https://www.catalog.update.microsoft.com/Search.aspx?q=KB5121003 and put it on a USB drive it's about 5gb

    1. Boot into WinRE cmd prompt.
    2. Load the Registry offline
      reg load HKLM\OFFSOFT C:\Windows\System32\Config\SOFTWARE
    3. Backup key reg Key
      "HKLM\OFFSOFT\Microsoft\Windows\CurrentVersion\Component Based Servicing" C:\CBS-backup.reg
    4. Remove Exclusive Flag (causing cbs errors)
      reg delete "HKLM\OFFSOFT\Microsoft\Windows\CurrentVersion\Component Based Servicing\SessionsPending" /v Exclusive /f
    5. Unload Registry
      reg unload HKLM\OFFSOFT
    6. Make a scratch location
      mkdir C:\Scratch
    7. Apply the update from your usb drive
      DISM /Image:C:\ /Add-Package /PackagePath:"E:\windows11.0-kb5121003-x64_dc58f03fef04b4c611e0db0ab3fadfb301194113.msu" /ScratchDir:C:\DISMScratch /LogPath:C:\LCU-DISM.log

    I found that the hotpatch fails to apply properly with Threatlocker if you didn't add the Hotpatch policies they have recently updated. What happens is windows reports the update as successfull even if some of the dlls were blocked by Threatlocker then when the machine next reboots it runs into this error. We tried everything and were rebuilding devices as the only alternative but the above worked for me after days and days of troubleshooting and managing to get a device that was no longer needed by a client.

    One thing we have not tried yet is removing the exclusive flag then uninstalling the hotpatch from DISM - will be doing that on the next affected device and report back here however applying the MSU definitely gets the machine back up and running without rebuilding

    Was this answer helpful?

    3 people found this answer helpful.

  2. David Dodson 0 Reputation points
    2026-08-26T17:56:54.55+00:00

    Short version: We have the exact same issue on multipel Dell Latitude 7440, 3420, 7450

    • 0x1A Memory_Management issue with what failed : win32k.sys

    Tried all the possible fixes here and ones found elsewhere
    Only known Solution: RESET PC (keep files) is the ONLY fix we have at the moment.

    • Devices had Threatlocker, but after removing it, we had more fail even with TL removed.
      No fix found that is quicker than a RESET for now.
      So far, none have re-occurred after the reset.
      :(

    Was this answer helpful?

    0 comments No comments

  3. Plamen 0 Reputation points
    2026-08-25T13:42:00.1166667+00:00

    Thank you for the discussion. This helped guide us to the root cause and fix.
    It happens across manufacturers.
    The correlation is that it happens to computers having both Intune Windows Autopatch enabled (the new default since June), and ThreatLocker without a policy allowing it. Path is
    c:\windows\winsxs\amd64_microsoft-windows-hotpatches_31bf3856ad364e35_10.0.26100.8390_none_e16f6fade1afaebf\
    Or search your Unified Audit in ThreatLocker for full path containing "hotpatch.dll".
    TL support can help you set up the policy.

    autopatch

    If you have any that are stuck these user instructions can help them bring back (you will need to make sure TL policy is updated and TL agent restarted, and hotpatch installed while it is still online).

    1. Power on the computer.
    2. As soon as Windows begins to load and you see the blue screen error, hold the power button until the computer turns off.
    3. Repeat this process 3 times.
    4. On the next startup, Windows should display Preparing Automatic Repair.
    5. Select Advanced Options.
    6. Choose TroubleshootAdvanced OptionsStartup Settings.
    7. Click Restart.
    8. When the Startup Settings menu appears, press 7 or F7 for:
      • Disable driver signature enforcement
    9. Allow Windows to start normally.

    Was this answer helpful?

    1 person found this answer helpful.

  4. Ayush Negi 0 Reputation points
    2026-08-23T13:40:14.66+00:00

    Also having the same 0x1A Memory_Management issue with what failed : win32k.sys

    What should I do , tomorrow is my online exam and I have no secondary pc 😭😭😭 please help

    Was this answer helpful?

    0 comments No comments

  5. map 0 Reputation points
    2026-08-18T22:39:33.65+00:00

    We had the same issue that started to occur for past 3 weeks on one of our customers roughly 25 devices affected and still counting, these are different hardware vendors and then just this week started to occur with other customers.

    We even raised a ticket with MS and no repair commands are working.... still working with MS :( for root cause..
    The only addition for us is we have Bitlocker enabled for our customers and that is the initial prompt and then goes to the same error message / behavior.

    Note: We found a work around on some devices but its NOT ALWAYS going to work, i would say only 30 to 40% chance of working.

    On the affected device, try to disable Secure Boot entirely or if Dell (Put in in Audit Mode),
    Then boot up normally, it will go to the same error message and once in Advance mode, try to select Start up settings > Then choose F7 - Disable driver signature enforcement.
    There is a chance that it will boot to OS, however once you reboot you are going to see the same error message / issue.

    Was this answer helpful?

    2 people found this answer helpful.

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.