How to get results from Memory Diagnostics Tool?

27

3

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?

Tony_Henrich

Posted 2010-07-03T07:54:03.840

Reputation: 9 154

open Event Viewer (search it in windows start or go to Control Panel\ Administrative Tools: view event logs) then expand 'Windows Log', right-click on 'System', click 'Find' and type 'memory'. push 'Find Next' to find first event related to memory and see results. For errors, the message is like as: 'The Windows Memory Diagnostic tested the computer's memory and detected hardware errors...' – S.Serpooshan – 2016-08-29T03:48:49.447

Answers

14

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

Posted 2010-07-03T07:54:03.840

Reputation: 54 203

3I found @JonOfAllTrades answer below more useful as Windows Logs/System actually indicates whether a problem was found. – decates – 2014-08-01T11:04:16.163

Same for me, quote decates: "I found @JonOfAllTrades answer below more useful as Windows Logs/System actually indicates whether a problem was found." – Pathfinder – 2014-11-21T10:14:52.017

For them who wants a shorter way: Win+R->eventvwr.msc – Jet – 2015-08-01T18:02:47.683

If the log at the above location is empty, does it mean the memory checks out clean? – kpax – 2012-03-15T02:40:14.853

It could mean it is not enabled to log the diagnostic event. – Moab – 2012-03-17T14:25:51.613

25

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

user49214

Posted 2010-07-03T07:54:03.840

Reputation:

3

  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

Posted 2010-07-03T07:54:03.840

Reputation: 31