Skip to content
ErrorsToolsDriversGet Help
Error Guide
bsodintermediate

MEMORY_MANAGEMENT

How to Fix MEMORY_MANAGEMENT BSOD on Windows 10/11

  • 15-30 min
  • Windows 10 · Windows 11
  • Updated 2026-05-20
  • By PCDoc Team

At a glance

Difficulty
intermediate
Reading time
15-30 min
Steps
5
Last verified
2026-05-20

Overview

MEMORY_MANAGEMENT is a BSOD that points to a memory-handling failure. Despite the name, it doesn't always mean physical RAM is bad — about half the cases turn out to be driver issues, corrupted system files, or paging file errors.

The systematic approach: rule out software causes first (faster), then test hardware. If you've recently added RAM, that's the prime suspect.

Below are 5 fixes ordered by how often each resolves the problem.

Before you start

  • Administrator access
  • Recent backup of important files
The fix

5-step guide

Read time: ~15-30 min

Run Windows Memory Diagnostic

Built-in RAM tester. Schedules a test on next boot.

Steps:

  • Press Windows + R, type mdsched.exe, press Enter.
  • Choose Restart now and check for problems.
  • PC reboots into the diagnostic tool. Test takes 5-15 minutes.
  • After completion, Windows boots normally.
  • Open Event Viewer → Windows Logs → System → filter by source MemoryDiagnostics-Results to see the verdict.

If it reports errors, you have faulty RAM that needs replacing. If clean, move to step 2.

Run System File Checker and DISM

Corrupted system files often masquerade as memory errors.

Steps:

  • Open PowerShell as Administrator.
  • Run:
bashsfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth

Reset Virtual Memory (Page File)

A corrupted page file triggers MEMORY_MANAGEMENT BSODs. Reset it to system-managed default.

Steps:

  • Press Windows + R, type sysdm.cpl, press Enter.
  • Click Advanced tab → Performance → Settings.
  • Click Advanced → Virtual memory → Change.
  • Untick Automatically manage paging file size for all drives.
  • Select C: drive, choose No paging file, click Set.
  • Restart.
  • After reboot, return to the same screen and re-check Automatically manage. Restart again.

This rebuilds the page file from scratch.

Test RAM with MemTest86 (Thorough)

Windows Memory Diagnostic catches obvious failures, but MemTest86 catches intermittent ones that only show under stress.

Steps:

  • Download MemTest86 (free) from memtest86.com.
  • Use the included tool to write to a USB stick (4 GB+).
  • Boot from USB (press F12 / F10 / Esc at startup, varies by manufacturer).
  • Let MemTest86 run all passes. Allow 4-8 hours minimum — overnight is better.
  • If even one error appears, you have bad RAM.

If MemTest86 reports errors, you'll need to replace RAM. With dual-channel kits, replace both sticks (mismatched RAM causes its own issues).

Still seeing MEMORY_MANAGEMENT?

If the guide is not enough, describe the issue first. We will explain whether remote help is appropriate before any access is granted.

Talk to a tech

No automatic remote access.

  • DIY steps first
  • Permission before access
  • Hardware limits explained
FAQ

Common questions

Does MEMORY_MANAGEMENT always mean my RAM is bad?
No. About 50% of cases are driver, page file, or system file issues — not RAM. Always test software causes first; replacing RAM is expensive and often unnecessary.
Why is MemTest86 better than Windows Memory Diagnostic?
Windows Memory Diagnostic does a quick check. MemTest86 runs more aggressive patterns and catches intermittent errors that only appear after hours of testing. Use Windows first; MemTest86 if you suspect RAM but Windows says it's fine.
I just added new RAM and got this error. Now what?
Either the new RAM is bad, or it's incompatible with your existing kit (different speed/timings). Run MemTest86. If errors appear, return the new RAM and use compatible specs.
Can a virus cause MEMORY_MANAGEMENT?
Rarely directly, but rootkits in driver form can. After exhausting standard fixes, scan with Malwarebytes for hidden infections.
Should I underclock or undervolt my RAM as a fix?
Only as a temporary diagnostic — if reducing RAM speed in BIOS stops the BSODs, you've confirmed RAM/motherboard incompatibility. Long term: use compatible RAM at rated speeds.

Written by PCDoc Team

Tested on a real Windows machine on 2026-05-20. Found a mistake? Tell us.