Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home » Windows

Windows Memory Management BSOD Error (11 Easy Fixes)

Laurel DevotoBy Laurel DevotoAugust 17, 2022
Stop Code Memory Management

When your computer abruptly stops working, and the screen turns blue, it means that an error has occurred that Windows can’t recover from without restarting.

Memory Management is a common stop code that many people see when their computer is having issues. It’s usually pretty easy to fix by going through your software settings, but sometimes it can indicate a physical problem with your memory.

Table of Contents

  • Causes of Stop Code Memory Management
  • Fixing Stop Code Memory Management
    • Before You Begin
    • Try Using the Computer in Safe Mode
    • Perform a Memory Test
    • Run a Hardware Scan
    • Update Your Drivers
    • Check for Windows Updates
    • Run SFC
    • Try CHKDSK
    • Use DISM
    • Clean Your PC and Reseat Your RAM
    • Examine Your Motherboard for Damage
  • Frequently Asked Questions
    • Can a GPU Cause BSOD?
    • What Causes Memory Management Blue Screen?
    • How Do I Stop My Computer From Blue Screening?

Causes of Stop Code Memory Management

The memory management stop code is related to things like:

  • Failing RAM
  • Obsolete Windows
  • Outdated or corrupt drivers
  • I/O Issues
  • Damaged system files
  • Unstable overclocking
  • Problems with other hardware components

Trying to fix any potential software errors before looking for hardware errors is the best way to approach fixing the problems. That way, you don’t have to take apart your computer or find other components to use in testing until it’s more likely those issues are present. 

Fixing Stop Code Memory Management

Since the memory management stop code can be caused by so many things, troubleshooting it can be a process. You’ll have to try a few different things until you find the one that works. 

Before You Begin

It’s essential to ensure that you’re getting the correct error code. Many people don’t have time to note the stop code when Windows shuts down because they have automatic restart turned on.

Seeing other stop codes can help you refine your understanding of what’s wrong with your system.

Turn off automatic restarts so that you have to manually restart the computer after you have all the information. 

  1. Press Windows key + R.
  2. Type “SystemPropertiesAdvanced” without quotes into the dialogue box.
  3. Press Enter.
  4. Click Settings in the Startup and Recovery box.settings
  5. Uncheck Automatically Restart.uncheck automatic restart
  6. Click OK.

Now when your computer has a blue screen, you’ll be able to see all the information before manually restarting. 

Try Using the Computer in Safe Mode

Safe mode runs Windows with the lowest possible amount of drivers and programs. It eliminates many things that can affect your computer.

  1. Press Windows key + I.
  2. Choose Update and Security.
  3. Click Recovery in the left side panel.
  4. Under Advanced Start-up, Click Restart Now.Advanced Setup Restart
  5. Once the computer reboots, choose Troubleshoot.
  6. Choose Advanced Options.
  7. Click Startup Settings.
    Startup settings
  8. Choose Restart.
  9. Choose to restart in Safe Mode or Safe Mode with Networking if you want to use the Internet. 

Once you have the computer in safe mode, leave it on for a while to see whether you get another stop code. You can also run some of the tests below in safe mode and again when you boot it up normally. 

Perform a Memory Test

While a memory management stop code doesn’t always mean there’s a problem with your physical memory, a memory test is an excellent place to start.

  1. Press the Windows key.
  2. Type “Windows Memory Diagnostic” without quotes.
  3. Click the corresponding app.
  4. Click “Restart now and check for problems.”windows memory diagnostic
  5. Wait for the test to run.
  6. Read the results on the screen once it reloads. 

If the test shows there are issues with your computer, you can do a few things.

  • Replace RAM sticks.
  • Resolve issues with outdated or corrupted files on your PC.
  • Turn down any overclocking and check your temperatures.
  • Test your other components.

Luckily, these are all steps you should take to resolve memory management stop codes anyway. So even if the memory diagnostic finds errors, keep trying to troubleshoot your stop code to see if you can make them disappear.

Run a Hardware Scan

Windows has a hardware troubleshooter that might find and fix the problems causing you to get a stop code. 

Update Your Drivers

Any drivers that aren’t updated on your computer can cause issues with your system. It’s quick and easy to check for driver updates.

You can update drivers through Device Manager by right-clicking each component and updating individually. That should take care of most of the devices on your computer.

If you’re using AMD or NVIDIA GPU hardware, you might also want to update graphics drivers through their programs. 

Check for Windows Updates

If you don’t have Windows updates set to install automatically, check if any are available. Sometimes they include fixes that solve issues like stop codes.

  1. Press Windows key + X.
  2. Click Settings.
  3. Choose Update and Security. 
  4. Click Check for Updates.
  5. Click Download and Install. Windows Update
  6. Follow the prompts to complete your update.

You can also click View Optional Updates under the standard update window. Here, you can see optional driver updates. Only choose them if you have a specific problem with a connected device.

Run SFC

The System File Checker is a Windows utility that finds corrupt system files and replaces or fixes them. 

  1. Press Windows key + X.
  2. Choose Windows PowerShell (Admin).
  3. Click Yes.
  4. Type “sfc /scannow” without quotes.SFC Scan
  5. Press enter and let the scan run.
  6. Read the results.

If the utility locates errors and can’t repair them, you’ll have to reinstall Windows or find a new copy of the system file to replace it with.

Replacement is possible, but in most cases, the best thing to do is to back up your files and restore Windows. That way, you don’t have to track down a copy of the file and go through the steps to take administrative ownership of it and replace it on your system.

Suppose you can’t find any errors on your computer and continue getting the memory management error code. In that case, a fresh operating system installation is an excellent way to ensure that all your settings and file errors are solved in any case.

Try CHKDSK

CHKDSK is another utility that can check your system files. It may also be able to fix the errors it finds. It compliments SFC, so it’s better to run both utilities rather than just one.

  1. Press Windows key + X.
  2. Choose Windows PowerShell (Admin).
  3. Click Yes.
  4. Type “chkdsk” without quotes.chkdsk
  5. Press Enter.
  6. Type “chkdsk /f” without quotes.
  7. Press Enter.

Use the command /f to fix errors. If you want to check for physical errors on the drive, replace /f with /r.

This only performs CHKDSK on the default hard drive, like C drive. To run it on other disks, type “chkdsk X:” where the drive letter replaces X.

Use DISM

powershell command

DISM stands for Deployment Image Servicing and Management. It can help you restore files that have been damaged by a variety of activities and problems.

  1. Press Windows key + X.
  2. Choose Windows PowerShell (Admin).
  3. Click Yes.
  4. Type “DISM.exe /Online /Cleanup-image /Restorehealt” without quotes.
    powershell command
  5. Press Enter.
  6. Wait for the program to finish.

Once DISM is complete, shut down your computer. Try to rerun the other two utilities, especially if they encounter errors. The errors they found might be fixed after this is done.

Clean Your PC and Reseat Your RAM

Problems with heat management can come from having dust build up in your computer. These problems can lead to issues with your hardware and computer’s performance. 

Since the memory management code is related to RAM, take out your RAM, clean it and the computer, reseat it, and then try to use your computer again. This will help fix heat management issues and the RAM being seated improperly.

  1. Shut down the computer and turn off the PSU power switch. Unplug it from the wall. Hold down the power button to discharge any excess electricity.
  2. Open your computer in a clean, level workspace. You can lay it on the side to make it easier to remove the RAM.
  3. Pull the RAM free of the RAM slots. Depending on your build, you may have to remove other components. Most machines also have RAM slot clips that you have to remove. Don’t be too rough, and don’t force it out of the slots. 
  4. Use compressed air to blow off any dust.
  5. Use a lint-free swab dampened with 99 percent isopropyl alcohol to clean the contacts on the RAM. When they’re clean, let them air dry for at least four hours.
  6. Blow the dust out of the rest of your computer, making sure to focus on the heat-management systems, the motherboard, and the RAM slots. Inspect the RAM slots and motherboard for any apparent physical damage.
  7. Gently insert it back into the RAM slots when the RAM is dry. Latch the clips, if required.
    placing-ram-on-its-slot
  8. Restart your computer and see whether or not this fixed the stop codes.

As long as you have your computer open, check to ensure your fans are running as usual. You should also be monitoring your CPU and GPU temperatures from time to time. If you notice increasingly high temperatures, it might be time to replace fans, get a new cooler, or reapply a new thermal paste. 

Examine Your Motherboard for Damage

If you can get a clear view of your motherboard, you can examine it to see whether there’s damage on the surface. If there is, it might be contributing to the memory management stop code you’re receiving.

There are a few different signs of physical damage.

  • Burned marks moving across the surface of the motherboard.
  • Blown capacitors that looked bulged or out of shape. 
  • Breaks in the board itself.
  • Any signs of melting.

Not every problem with the motherboard will be visible, but it’s an excellent way to see whether there’s some kind of problem with it. You can use a light to take a closer look and perhaps see more minor signs of damage.

At this point, what seems to solve the problem for most people is resetting Windows. Make sure you back up all your files. A complete wipe that eliminates everything is your best bet for a clean system.

Frequently Asked Questions

Can a GPU Cause BSOD?

Yes, a graphics card can cause a blue screen of death. The graphics card itself could experience an issue. The drivers that support it can also conflict with something or be damaged and cause your computer to stop working. 

What Causes Memory Management Blue Screen?

The memory management blue screen is the same as a memory management stop code. It’s probably linked to the RAM, outdated drivers, or running a corrupted driver. Working through the steps above should help you fix the problem.

How Do I Stop My Computer From Blue Screening?

You can’t turn off blue screens. The only way to stop them is to fix the problem causing them.

fix
Laurel Devoto

I'm a computer enthusiast who enjoys building new systems, troubleshooting software for my friends, and playing everything from Apex Legends to Golf with Friends. I used to work as a social media manager and love finding new ways to connect with people.

Related Posts

how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
what happens if you turn off your computer during an update

What Happens if You Turn Off Your Computer During an Update?

September 18, 2023
How to Disable Integrated Graphics

How to Disable Integrated Graphics?

September 16, 2023
System Restore Stuck

How To Fix Windows Stuck on System Restore

September 16, 2023
startup-repair-couldn't-repair-your-pc

How To Fix “Startup Repair Couldn’t Repair Your PC”

September 13, 2023
how to free up ram

How to Free Up Memory

August 4, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how to turn off hardware acceleration

How to Turn Off Hardware Acceleration

September 22, 2023
motherboard chipset

Understanding Motherboard Chipset and Its Importance

September 20, 2023
Naval-Warfare-Games

Best Naval Warfare Games

September 18, 2023
You may also like
printer-not-printing

How to Fix a Printer That’s Not Printing

September 20, 2023
Share Location With Friends and Family

Share Location With Friends and Family (iPhone and Android)

September 18, 2023
how-to-print-without-a-printer

How to Print Without a Printer

September 18, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.