How to read the results of the Memory Diagnostics Tool in Event Viewer on Windows 10
Memory problems can cause your PC to lose information or stop working. Windows 10 includes the Windows Memory Diagnostics Tool to help you identify and diagnose memory problems, when you suspect your PC has not been detected automatically.
This guide will show you how to read the Event Viewer log about the Windows Memory Diagnostics Tool test results in Windows 10.
Read the results of the Windows Memory Diagnostics Tool in the Event Viewer
Step 1. Press Win + R keys to open Run , enter eventvwr.msc into Run and press OK to open Event Viewer.
Step 2. On the left side of Event Viewer , expand Windows Logs , click System , right-click or press and hold on System , and then click Find.
Step 3. Enter MemoryDiagnostics-Results into the Find dialog box , and click Find Next .
Step 4. You will see the test results of the MemoryDiagnostics-Results selected at the bottom of the middle window in the Event Viewer. If you want, you can click Find Next again to see the test results for another date and time that Windows Memory Diagnostics was run.
Note : If no other MemoryDiagnostics-Results can be found, tap OK.
Click Find Next again to see the test results for another time
Step 5. When done, you can close Event Viewer if you want.
Read the results of the Memory Diagnostics Tool in the Command Prompt
Step 1. Open Command Prompt.
Step 2. Copy and paste each command below and press Enter after each one.
Powershell.exe -command "& "Get-winevent -FilterHashTable @{logname='System'; id='1101'}^|?{$_.providername -match 'MemoryDiagnostics-Results'}
And:
Powershell.exe -command "& "Get-winevent -FilterHashTable @{logname='System'; id='1201'}^|?{$_.providername -match 'MemoryDiagnostics-Results'}
You should read it
- How to use Indexer Diagnostics in Windows 10
- How to access TPM Diagnostics tool to query security data on Windows 11
- Look up the Event ID from Event Viewer with the free tool
- How to access Event Viewer in Windows 10
- Steps to use Event Viewer in Windows 10
- How to Run Diagnostics on Mac
- How does ROM memory work?
- How to find memory errors using Memory Diagnostic Tool
May be interested
- How to add an environment variable in Windows 10windows 10 allows you to change or add custom environment variables. here are the steps to add an environment variable in windows 10.
- How to enable microphone in Windows 10after installing windows 10, the microphone may be disabled. if this happens, there are several ways you can fix the problem before you go out and buy a new sound card.
- How to remove a CD drive that no longer exists in Windows 10in this article, tipsmake tech easier readers discover ways to delete a cd that no longer exists in windows 10. let's find out right now!
- How to enable / disable clipboard sharing with Windows Sandbox on Windows 10starting with windows 10 build 20161, a new group policy setting has been added to enable or disable sharing of clipboard with sandbox. if you enable or do not configure this policy setting, then copying and pasting between the host and the windows sandbox will be allowed.
- How to update drivers windows 10have you just installed windows 10 and your computer is missing drivers? or have you installed an automatic driver for your computer, but your computer lacks a driver? please rest assured because you can use the windows update driver to update the windows 10 driver automatically.
- How to open Folder Options or File Explorer Options in Windows 10you can use file explorer options (aka folder options) to change how files and folders work, and how items are displayed on your computer. this tutorial will show you different ways on how to open folder options or file explorer options in windows 10.