ntoskrnl.exe using hard drive heavily

10,548

Process Monitor from the SysInternals Suite should let you find out more information about what is acting up. To use it start it up as Admin and double click System to bring up it's properties. From there select the "Threads" tab and it will show you the stack as well as which module is staying busy.

Share:
10,548

Related videos on Youtube

Kevin
Author by

Kevin

I write code, fiction, and music.

Updated on September 18, 2022

Comments

  • Kevin
    Kevin almost 2 years

    For several days, my Windows 8 computer has experiences an issue where the hard drive is used extremely heavily by the process ntosknrl.exe for about an hour after I turn it on. This makes all of my programs run slowly and makes some of them unusable altogether.

    This is a screenshot of Task Manager:

    Screenshot of Task Manager. The process "System" is listed as read/writing 24.8 MB/s to the hard drive

    When I right-click -> Properties on System, I get this:

    The properties window shows that a program called "ntoskrnl.exe" is what's using the hard drive

    How can I find out what is causing this behavior? What can I do about it?

    • magicandre1981
      magicandre1981 almost 11 years
      run resource Monitor, go to the Disk tab and look which files the kernel/system accesses.