What is Memory Management Error?
In a word, memory management is the process that manages memory usage in your computer. It decides how much memory to allocate to certain processes, including the programs you launch, and when to give it to them. It also frees up memory when you close a program by marking it as available to be used by something else.
But like all processes running on your computer, sometimes the memory management can crash. One main cause for the memory management error to show up in Windows 10 is outdated or broken graphics card drivers, especially when the graphics card also has memory. When the memory management went wrong, BSODs will appear in your system at regular intervals.
The simplest and the most common method for this problem is to restart your computer. After the restart, you shouldn’t get this error message anymore. However, if the memory management error still appears after you restarted your Windows 10 PC, there are a few advanced methods that you should try, so read on.
Methods to Fix Memory Management Error in Windows 10
Method 1: Run Windows 10 in Safe Mode
The first thing you should do is launch Windows 10 in safe mode. This action boots up the OS with nothing more than basic drivers and allows you to check whether you still receive the BSOD Memory Management error. Essentially, this shuts down any processes the computer doesn’t need.
- If the memory management error ceases, you’ll know it isn’t hardware but something in the software, such as a patch in an update or a driver. You may need to replace some faulty hardware if the problem still occurs. To boot your system in Safe Mode, follow the steps below.
- Press the Win + R keyboard shortcut and type msconfig, then hit Enter.
- Tap the Boot tab in the upper section of the screen.
- Then select Safe Boot and choose Minimal from the list of boot options.
Again, if you’re able to boot into Windows 10 in Safe Mode, you should start by checking your system logs for the most recent entries related to errors and then consider rolling back to a previous Windows update and reinstalling all of your drivers.
Method 2: Run SFC Scanner.
The SFC Scanner is a built-in tool in Windows to cope with system-related problems. Many users said that the SFC/SCANNOW command has helped them get out of the BSOD trouble.
- Type cmd in the Search box and choose Run as administrator from the context menu.
- In the Command Prompt window, type sfc/scannow and hit Enter.
- Wait for the scan process to finish and see if any errors are fixed.
Method 3: Check Disk
Error checking is another useful tool of Windows used to verify file systems, and certain settings, and fix issues.
- Refer to the second method to enter the Command Prompt window.
- Type chkdsk C: /f and hit Enter (replace C with another drive letter).
- Wait for the process to complete itself. If you receive an error message suggesting you schedule the disk scan the next time the system restarts, just type Y.
Method 4: Run Windows Memory Diagnostic tool
A corrupted/damaged RAM memory is a common cause for the memory management error in Windows 10. You can replace it with a new one to solve the problem easily. But before that, you need to run the Windows 10 Memory Diagnostic Tool to make sure it’s really broken.
- Press Win + S to launch the Search menu, enter Windows Memory Diagnostic in the text field, and then click on the relevant search result.
- Choose Restart now and check for problems.
- Restart your PC, and on the next startup, the tool will report if something’s wrong with your RAM memory.
Method 5: Run System Scan
Malware may cause various issues on your computer, including BSOD errors. Perform a full system scan in order to detect any malware running on your computer.
- Type Windows Security in the Search bar at the bottom, and then click on the relevant result.
- Click on Virus & threat protection > Scan options.
- Next, select the Full scan option, and then click on the Scan now button.
Method 6: Increase Virtual Memory
- Press Win + S to open the Search menu, enter View advanced system settings, and then click on the relevant result.
- Go to the Advanced tab, and then click Settings under the Performance panel.
- Click the Advanced tab again, go to the Virtual Memory panel, and then select Change.
- Clear the Automatically manage paging file size for all drives checkbox, select the desired drive (Volume Label), and then choose Custom Size.
- Add a new size in megabytes in the Initial size (MB) or Maximum size (MB) box, click Set, and then click OK to save the changes.
By increasing the virtual memory, you will be able to resolve the Memory Management error in Windows 10. Of course, you will have to do it manually, as there are no apps dedicated to this matter.
Conclusion
Hope the 6 methods to fix the memory management error in Windows 10 in this article can meet your needs. If you have any questions or suggestions, welcome to leave comments.