37

I ran the Memory Diagnostics Tool in Windows 7 64 bit. I have 16G RAM. It reported hardware problems. This is a new system with new memory. When the system rebooted I was expecting an icon in the task bar for the test results. I do not see it. I ran the test twice.

How do I access the test results?

maximpa
  • 103
Tony_Henrich
  • 12,156

4 Answers4

29

On my system (Windows 7), I saw an event in Application and Services Logs | Microsoft | Windows | MemoryDiagnostics-Results, per Moab's earlier answer, but it was blank (just "Windows Memory Diagnostic results" on the General tab, and a binary string on the Details tab).

Per a forum post, the Windows Logs | System log may be the right place to look, and sure enough this did have complete records.

enter image description here

Andrew Mao
  • 1,241
18

Go to Event viewer , its under Administrative Tools in Control Panel.

Once EV loads (may take a while) go to Applications and Services Logs on the left, expand it and drill down to Microsoft>Windows>MemoryDiagnostics-Results

see if there are any logs in there.

You might also look in Action Center or Performance Monitor for messages.

.

Moab
  • 58,769
4
  1. Start Menu
  2. Type "Event Viewer" and press the Enter key
  3. The Event Viewer will open. In the left pane of the window, disclose Windows Logs and select System
  4. Widen the window to show the contents of the Middle pane
  5. Choose menu item Action -> Filter Current Log.

  6. Set Filter "Event sources:" to "MemoryDiagnostics-Results" and press the Enter key to apply it and/or simply click the OK button to close the Filter Current Log window.

Event sources

  1. The middle pane should now show 2 logs per memory diagnostic check. Click on one of them and view the results in the lower middle pane within the "Details" tab. If the memory tests passed, it will say in the "Friendly View" display:

- UserData

- Results

CompletionType Pass

Example result

Sparky
  • 41
1

For me, on Windows 10, at first I didn't get anything either, but after 15min a notification popped up and then I had the MemoryDiagnostics-Results entry in Event Viewer.

I think it's related to the ProcessMemoryDiagnosticEvents Task that has to run first to generate the results, which it apparently only does after 10 min of idle and on AC power.