0x0000001A
Microsoft Windows
Severity: CriticalWhat Does This Error Mean?
The 0x0000001A blue screen means Windows has detected a serious problem with memory management. This is also called MEMORY_MANAGEMENT. It means something — a driver, a program, or faulty RAM — corrupted the list of memory pages Windows uses to keep track of all RAM. This is a more serious error than a typical driver crash and often points to failing hardware.
Affected Models
- Windows 10
- Windows 11
- Windows 8.1
- Windows Server
Common Causes
- One or more RAM sticks are failing, defective, or incompatible with each other
- A device driver is writing data to memory it does not own, corrupting the page table
- Overclocked RAM is running at an unstable speed or voltage
- The RAM slots on the motherboard are damaged or have poor contact
- Corrupted Windows system files are mismanaging memory allocation
How to Fix It
-
Run Windows Memory Diagnostic. Type 'Windows Memory Diagnostic' in the Start menu search, click it, and choose 'Restart now and check for problems.'
The test runs automatically on restart and takes about 15 to 20 minutes. Results appear after Windows loads back up.
-
If you have overclocked your RAM, reset it to default speed. Restart your PC, enter the BIOS setup (usually by pressing Delete or F2 during boot), and set the RAM profile back to the stock XMP or default setting.
Overclocked RAM running at too high a speed or voltage is a very common cause of this specific blue screen.
-
Try reseating your RAM sticks. Power off and unplug your PC, remove the RAM sticks, and firmly push them back into their slots until you hear a click.
Dirty or poorly seated RAM can cause intermittent memory errors. This is especially worth trying if the error appeared after moving the computer.
-
Update your drivers, especially your graphics card driver. Open Device Manager, right-click your GPU, and choose 'Update driver.'
GPU drivers manage large amounts of memory. An outdated or corrupted GPU driver is a surprisingly common cause of memory management crashes.
-
Run DISM to repair Windows component files. Open Command Prompt as Administrator and type: DISM /Online /Cleanup-Image /RestoreHealth — then try Windows Update to install any pending updates.
Corrupted Windows files can cause the memory manager to behave incorrectly even when the RAM hardware is fine.
When to Call a Professional
If Windows Memory Diagnostic reports errors, your RAM needs to be replaced. A computer repair shop can test each stick individually to find the bad one. RAM replacement typically costs $20 to $80 depending on the type and size of the sticks. Do not ignore this error — RAM failures can corrupt files and make your PC unbootable.
Frequently Asked Questions
Does this blue screen mean my RAM is definitely broken?
Not always, but it is the most common cause. A faulty driver can also trigger this error by misusing memory. Run the Windows Memory Diagnostic test first. If it reports errors, the RAM is the problem. If it passes, focus on updating or rolling back your device drivers.
How do I know which RAM stick is bad?
Remove all but one RAM stick and run Windows with just that one. If the crashes stop, add the next stick and keep testing. The crash will return when you add the bad stick. This process takes time but pinpoints the faulty module without any special tools.
Can this error damage my files?
Yes, it can. If the crash happens while Windows is writing to your hard drive, that file could become corrupted. For this reason, back up important files as soon as possible if you are getting this error repeatedly. A technician can also check your drive for damage using the chkdsk command.