Share via

Computer has been crashing lately

CCR 40 Reputation points
2026-02-16T01:17:33.49+00:00

My computers have been crashing these past week.

System and drivers are up to date.

MemTest86 was used and passed all tests.

Driver Verifier was used as well.

Dump files are here

https://1drv.ms/f/c/5c94ef162da8de01/IgDtMw-LPAVYS52voJw0c6JJAWfrqEFy5eKVfSfu4AuqNiU?e=AR7uch

Thank you

Windows for home | Windows 11 | Performance and system failures
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Gunasekar N 60,595 Reputation points Independent Advisor
    2026-02-16T02:04:37.51+00:00

    Hello, thank you for reaching out to Microsoft Q&A.

    There are multiple disk errors (Ntfs.sys). This type of error typically occurs when there is a problem with the file system or a hardware-related issue with your hard drive.
    User's image

    Open Command Prompt as an administrator.

    Run the commands one by one below to check for disk errors and repair corrupted system files first.

    Dism /Online /Cleanup-Image /RestoreHealth  
    
    sfc /scannow
    
    chkdsk c: /f /r
    

    The check disk command will prompt you to schedule a disk check during the next reboot. Type Y to confirm.

    Then, restart your computer.

    If you have multiple hard drives connected to the device, keep only the system drive connected and check whether the crash still occurs.

    If the crash still occurs, you can run the pre-boot hardware diagnostics on your hard disk or use SeaTools to check whether the disk passes all tests.

    The tests in SeaTools will indicate Pass or Fail. If the drive fails the test, you will need to replace your hard disk.

    https://www.seagate.com/in/en/support/downloads/seatools/

    Standard Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.'


    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.