PC Help

Why Does My Laptop Keep Crashing?

Issue type: Random laptop crashes, freezes, blue screens, or unexpected restarts. Applies to Windows 10 and Windows 11.

Short answer: If you are asking why does my laptop keep crashing, start with four causes: overheating, RAM errors, driver failure, and storage problems. Run Windows Memory Diagnostic first, then check temperature, then check the disk. Do not reinstall Windows before hardware is ruled out. A clean Windows install will not fix bad RAM, a dying SSD, or a laptop that is shutting down from heat.

Why Does My Laptop Keep Crashing? Quick Diagnosis

  • Crashes during games, editing, or charging: overheating or power delivery.
  • Different blue screen codes every time: RAM instability.
  • Started after Windows Update: driver conflict.
  • Slow boot plus freezes: storage drive problem.
  • Instant power-off with no blue screen: thermal or power protection.

What to Do First: Run Windows Memory Diagnostic

  1. Press Win + R, type mdsched.exe, and press Enter.
  2. Choose Restart now and check for problems.
  3. Let the test run without interrupting it.
  4. After Windows restarts, open Event Viewer.
  5. Go to Windows Logs > System and search for MemoryDiagnostics-Results.
  6. If errors appear, test one RAM stick at a time or replace the RAM module.

RAM errors can cause completely random crashes, different blue screen codes, failed app launches, and corrupted downloads. That is why memory testing comes first.

Check for Overheating

Overheating is one of the most common laptop crash causes because laptop cooling systems are small and clog easily.

  1. Listen for loud fan noise even when the laptop is idle.
  2. Feel the bottom panel and side vents. Very hot surfaces during light use are a warning sign.
  3. Enter BIOS/UEFI during startup and check CPU temperature if your laptop shows it.
  4. Clean vents with short bursts of compressed air while the laptop is off.
  5. Use the laptop on a hard surface, not a bed or blanket.
  6. If the laptop is several years old, consider professional cleaning and thermal paste replacement.

If crashes happen only under load and the fan screams before shutdown, overheating is more likely than Windows corruption.

Check Drivers After a Windows Update

Driver crashes are common after Windows Update because Windows may replace a GPU, chipset, network, or audio driver with a version that is technically newer but worse for your exact laptop model.

  1. Open Device Manager.
  2. Look for yellow warning icons.
  3. Open Display adapters, Network adapters, and Storage controllers.
  4. Right-click the suspect device and open Properties > Driver.
  5. Use Roll Back Driver if available.
  6. If rollback is unavailable, download the driver from the laptop manufacturer’s support page.

If the crash started immediately after a Windows Update, driver rollback is often faster and more effective than SFC or DISM.

Check Storage with CHKDSK

⚠️ Warning: If the drive is clicking, disappearing from BIOS, or causing very slow file access, back up important files before running long disk repairs. A failing drive can get worse under heavy scanning.

  1. Open Command Prompt (Admin).
  2. Run:
chkdsk C: /f
  1. If Windows says the drive is in use, type Y to schedule it for the next restart.
  2. Restart the laptop.
  3. Let CHKDSK finish.
  4. Check Event Viewer > Windows Logs > Application for Wininit results.

Use /r only when you suspect bad sectors and you already backed up important files:

chkdsk C: /f /r

Common Mistake

The common mistake is reinstalling Windows before testing hardware. If RAM, cooling, or storage is failing, Windows will crash again after the reinstall. Test memory, temperature, and disk first. Only use SFC, DISM, or an in-place repair after hardware passes and crash logs point to system file corruption.

Best Next Step

If the crashes continue after memory, temperature, driver, and disk checks, stop guessing and compare the pattern with your crash type. If the laptop shuts off instantly with no blue screen, the PC shutting down randomly without warning guide is the better next diagnostic path. For Microsoft’s built-in RAM test reference, see Using Windows Memory Diagnostic — Microsoft Support.

If the crashes started during or right after a Windows Update, review Windows Update Error 0x800f0983 and the update history before assuming the laptop has a hardware fault.

Frequently Asked Questions

Why does my laptop crash only when plugged in?

That can point to power adapter instability, GPU switching, or higher performance mode generating more heat while plugged in. Check temperatures and try another compatible charger if possible.

Can Windows Update make my laptop crash?

Yes, especially when the update includes drivers. If crashes started right after an update, roll back the affected driver before reinstalling Windows.

How do I know if it is RAM?

Random crashes with different stop codes, app failures, or corrupted downloads often point to RAM. Run Windows Memory Diagnostic and check its Event Viewer result.

Should I run SFC and DISM?

Only after hardware checks pass. SFC and DISM repair Windows files; they do not repair overheating, bad RAM, or a failing SSD.

When should I stop using the laptop?

Stop using it immediately if the storage drive clicks, the laptop shuts off from heat repeatedly, or CHKDSK reports bad sectors. Back up data before continuing diagnostics.