Windows

MEMORY_MANAGEMENT (0x0000001A) Blue Screen? Test Your RAM First

Published ✓ Verified ⏱️ 2 min read February 11, 2025 · by Ryan Bennett

Your PC blue-screens with MEMORY_MANAGEMENT (stop code 0x0000001A).

Why: Microsoft’s bug-check page says 0x1A “indicates that a severe memory management error occurred,” and many of the failure codes (Parameter 1) are flagged “probably is a hardware error.” The page’s own resolution leads with running the Windows Memory Diagnostic to check your physical memory modules. So test the RAM before you chase anything else.

Fix 1: Run the Windows Memory Diagnostic

This is the exact tool Microsoft’s resolution section names.

  1. Press Start, type mdsched.exe, and press Enter.
  2. Choose Restart now and check for problems. Save your work first.
  3. The PC reboots into the memory test; let it complete (it can take a while).
  4. After it restarts, results show as a notification, or in Event Viewer → Windows Logs → System under source MemoryDiagnostics-Results.

If errors appear, reseat your RAM sticks (power off, unplug, push each module firmly back in) and test one stick at a time to find the bad module. For a deeper pass, MemTest86 run overnight catches faults the quick test misses.

Fix 2: Roll back or update a recently changed driver

A buggy driver can also corrupt memory structures and trip 0x1A. If the crashes started right after a driver update:

  1. Press Win + X → Device Manager.
  2. Expand the device, right-click it, choose Properties → Driver → Roll Back Driver.
  3. If Roll Back is greyed out, get the current driver straight from the hardware maker (GPU, network, storage) instead of generic Windows Update.

Fix 3: Repair system files with SFC and DISM

If memory tests clean, repair the OS image. Open Command Prompt (Admin) (right-click Start → Terminal (Admin)) and run, in order:

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

DISM fixes the underlying component store; sfc /scannow then repairs protected system files against it. Reboot when both finish.

Fix 4: Check recent changes and run maker diagnostics

  • Removed or added RAM/hardware recently? Undo it and retest.
  • Running an overclock or XMP/EXPO memory profile? Reset to defaults in BIOS/UEFI — unstable memory timing surfaces as 0x1A.
  • Run the hardware diagnostics your PC or motherboard maker provides for a second opinion on the RAM.

FAQ

Is MEMORY_MANAGEMENT always bad RAM? Not always, but it’s the most likely cause and the cheapest to rule out, which is why Microsoft’s resolution starts there. Drivers and an unstable overclock are the other common triggers.

Can a single faulty stick cause this? Yes. Test sticks one at a time so you can swap out the bad one rather than replacing the whole kit.

Sources: Microsoft Learn — Bug Check 0x1A MEMORY_MANAGEMENT

↑↓ navigate · ↵ open · Esc close See all results →