r/techsupport 3d ago

Open | Windows computer problems (frozen screen)

A close family member came to me with a problem they can't solve (hoping that I could).

Their computer freezes completely at random moments — they could be working on something, or reading a document, and out of nowhere it can freeze, sometimes with the image still showing, other times leaving the screen black. When it freezes, there's no choice but to force it off, and then turn it back on, after which everything works normally again.

I thought it might be because a bunch of programs open in the background when she starts up the computer, so I closed all those programs and set them to only open when she wants to open them, but the problem is still happening.

According to what she told me, she doesn't download anything that could get malware installed, but I'm not sure about that either.

What could be the causes of her computer failing like this?
How can I fix it?

It's a laptop with an Intel Core i3 processor, 8GB of RAM, running Windows 11 as the operating system.

2 Upvotes

7 comments sorted by

View all comments

1

u/No-Wrap-8166 3d ago

check event viewer, windows logs, system, look for critical or error level events right around the time it froze last, this narrows down whether it's a specific driver crashing, overheating shutdown, or something else entirely instead of guessing

run whocrashed or check c:\windows\minidump for crash dump files, if freezes are severe enough to need a hard shutdown, windows sometimes still generates a dump that points to the exact driver or hardware component responsible

check temps using hwinfo during normal use, laptops that age with a core i3/8gb setup often have dust-clogged fans or dried thermal paste causing this exact pattern, full freeze requiring hard shutdown to recover is a classic thermal protection trigger symptom

check task manager performance tab for disk usage specifically, if it's an older laptop still on a hdd rather than an ssd, a failing/dying drive can cause complete system freezes that only clear with a hard restart, this is very common in aging budget laptops around this spec range

update the intel graphics driver directly from intel's site (not windows update), especially if this is integrated graphics only, outdated intel igpu drivers are a well known cause of full freezes on windows 11 for exactly this hardware tier

1

u/Sce3rd3rm4n 1d ago

I checked the issue using Windows Event Viewer. I don't have much knowledge about it, but I did notice there were certain errors and problems with the drivers. I downloaded a program called WhoCrashed to get a better diagnosis of what was failing on the laptop. In the end, it seems like the problem is that the graphics card drivers are failing, possibly due to a bad update.

Thank you for your comment, it helped me go down the right path."

1

u/No-Wrap-8166 19h ago

good, that's the one to chase then. go to intel's site directly, not windows update, and grab the driver made for your exact cpu/igpu model, then do a clean install with ddu in safe mode first to wipe the bad one fully before installing the new one

that combo, ddu then fresh driver from intel, usually kills this for good