Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I got a Blue Screen Of Death on reboot.

Where are events like this logged on Windows XP and how can I view the history of the BSODs?

share|improve this question
See also superuser.com/questions/42386/… – ChrisF Nov 25 '11 at 17:11

migrated from stackoverflow.com Jun 2 '10 at 16:07

6 Answers

up vote 3 down vote accepted

Control Panel -> Administrative Tools -> Event Viewer

share|improve this answer
Win+R -> type eventvwr -> ENTER :) – 0xC0000022L Nov 25 '11 at 18:32

BlueScreenView by Nirsoft

share|improve this answer

In Windows XP/2000/NT4, sort the System event log by the 'Source' heading. Look for an event source of SaveDump. In Vista/7/8 look for BugCheck. There will be a status code that you can look up, such as 0xC0000050. Change the C to a 0 before searching it on the web.

share|improve this answer

If the event log doesn't help (which it often doesn't for BSODs), and you're feeling adventurous, you can also set your system to automatically save a minidump of the crahs, and then use WinDBG to determine exactly what caused it. See http://elliottback.com/wp/how-to-analyze-windows-xp-bsod-minidump-files/ for an example

share|improve this answer

If you have your pc set to capture minidumps, you can try Who Crashed, it automates looking for some of the common causes of BSODs.

share|improve this answer

I am use BlueScreenView to analyse dump files.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.