Search Products

Stay Connected:
The cart is empty.
Cart contains {{shoppingcart.totalQuantity}} Item(s) Total: {{shoppingcart.subtotal}} {{shoppingcart.total}}

Browse by Category

Useful Links

Most BSODs aren’t caused by memory — here’s how to find the real problem fast.

Fixing Windows Blue Screen Crashes That Look Like Memory Problems

If your system is crashing with blue screens that mention things like MEMORY_MANAGEMENT, IRQL_NOT_LESS_OR_EQUAL, or files such as ntfs.sys or ntoskrnl.exe, it’s easy to assume the RAM is bad. Sometimes that’s true — but very often, the real cause is something else.

The good news: many of these crashes can be fixed by repairing Windows files, resetting the paging file, and checking the health of your SSD/NVMe drive — all without replacing any hardware.

Before You Start

  • Back up important data if possible (documents, photos, etc.).
  • Plug in your laptop so it doesn’t power off during repairs.
  • You’ll need a Windows account with administrator rights.

Important: If your system crashes constantly and you can’t stay in Windows long enough to run these steps — or if you hear unusual clicking or grinding noises from the drive — stop here and contact us. That may indicate a more serious hardware problem.

Step 1 — Repair Windows System Files (SFC and DISM)

Corrupted system files can cause crashes that look like memory or hardware failures. Windows includes built‑in tools to scan and repair these files.

1.1 Run System File Checker (SFC)

  1. Right‑click the Start button and choose Windows Terminal (Admin) or Command Prompt (Admin).
  2. If prompted by User Account Control, click Yes.
  3. Type the following command and press Enter:
sfc /scannow

Let it reach 100%. If it reports that it found and repaired files, that’s an important clue.

1.2 Run DISM to Repair the Windows Image

In the same administrator window, type:

DISM /online /cleanup-image /restorehealth

When it finishes, restart your computer and see if the crashes continue.

Step 2 — Reset the Windows Paging File

Windows uses a hidden file called the pagefile as extra "virtual memory.” If this file becomes corrupted, it can trigger memory‑related blue screens even when the physical RAM is fine.

2.1 Turn Off the Paging File

  1. Press Windows key + R, type sysdm.cpl, and press Enter.
  2. Go to the Advanced tab and click Settings under Performance.
  3. In the new window, go to the Advanced tab and click Change… under Virtual memory.
  4. Uncheck Automatically manage paging file size for all drives.
  5. Select your system drive (usually C:), choose No paging file, and click Set.
  6. Click OK on all windows and restart your computer when prompted.

2.2 Turn the Paging File Back On

Repeat the steps above to return to the Virtual memory settings, then:

  • Check Automatically manage paging file size for all drives.
  • Click OK on all windows and restart again.

After this second restart, use your computer normally and see if the blue screens still occur.

Step 3 — Check SSD/NVMe Health (SMART Status)

Many crashes that look like "memory problems” are actually caused by a failing SSD/NVMe drive or storage‑related issues.

3.1 Install a Drive Health Tool

  • Samsung drives: Samsung Magician
  • Western Digital: WD Dashboard
  • Crucial: Crucial Storage Executive
  • General tool: CrystalDiskInfo

Download the tool from the manufacturer’s official website whenever possible.

3.2 Review the Health Status

Open the tool and look for the overall health of your system drive (usually C:). You’ll typically see:

  • Good — less likely the drive is failing.
  • Caution or Bad — back up your data immediately and contact us.

Note about CHKDSK and Defrag: These tools were designed for older mechanical hard drives. On modern SSD/NVMe drives, they are rarely needed and can sometimes cause unnecessary wear.

Step 4 — Keep Drivers and BIOS Up to Date

4.1 Update Windows and Drivers

  • Run Windows Update and install important updates.
  • Install the latest chipset and storage drivers from your laptop or motherboard manufacturer.

4.2 Update BIOS (Advanced Users)

Updating the BIOS can fix low‑level issues, but it should be done carefully. If you’re not comfortable doing this, contact us first.

Step 5 — Testing the RAM (Optional, Advanced)

5.1 Use MemTest86

  1. Download MemTest86 from its official website.
  2. Create a bootable USB drive using their instructions.
  3. Boot from the USB drive and let the test run for at least 4 full passes.

If MemTest86 reports errors, there may be a physical memory problem. At that point, hardware diagnostics or RAM replacement may be needed.

When to Contact Us

  • The system crashes too often to complete these steps.
  • Your SSD/NVMe health shows Caution or Bad.
  • MemTest86 reports memory errors.
  • You’re uncomfortable performing any of the steps above.

Even when the problem turns out to be software, not hardware, we don’t like to leave you stranded. These steps help you try the most effective fixes yourself — and if the issue continues, we’ll be ready to dig deeper.

Related Articles