Hi everyone! We're hard at work trying to keep our community clean, so if you see any spam, please report it here and we'll review ASAP!  Thanks a million!
7 Users Online
  • 744,523,698 Downloads
  • 1,696,349 Wallpapers
  • 1,565,068 Members
  • 14,834,217 Votes
  • 7,290,616 Favorites

Windows Memory Diagnostic Event Id 1202 Review

When troubleshooting system instability—such as Blue Screens of Death (BSOD) or random freezes—administrators often turn to the Windows Memory Diagnostic Tool (WMD). However, upon checking the logs, you might encounter .

Get-WinEvent -FilterHashtable @LogName='System'; ProviderName='MemoryDiagnostics-Results' | Select-Object TimeCreated, Message -First 1 windows memory diagnostic event id 1202

The most common specific instance of this error reads: upon checking the logs

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="MemoryDiagnostics-Results" /> <EventID Qualifiers="0">1202</EventID> <Level>4</Level> <Task>0</Task> <TimeCreated SystemTime="2026-04-14T08:30:00.000Z" /> <Computer>PC-WS01</Computer> </System> <EventData> <Data>MemoryDiagnostics-Results</Data> <Data>1</Data> <Binary>01000000</Binary> </EventData> </Event> Provider Name="MemoryDiagnostics-Results" /&gt