Windows 10 - Task Manager Says Disk Is At 100% Usage

1

1

OS: Windows 10 (Pre-Installed)

RAM: 8GB

Storage: 500GB free

Processor: i5

Disk Type: Hard Drive

I have had Windows 10 for over a year now and it has been fine (a part from corruption about 6 months ago).

However, yesterday, I got an update for Windows 10 as well as uninstalling an old driver and installing a new one for a graphics tablet I just got. Today, I noticed games running slower than usual and freezing sometimes.

Task Manager and Resource Manager both say my disk is at 100% usage:

Task Manager And Resource Monitor Image

I'm not sure if this is related to the drivers or update. I tried reverting to the previous Windows 10 update, as well as uninstalling the driver, but nothing changed.

I have tried many suggestions from the web such as:

  • Disabling Superfetch, Windows Search, BITS
  • Editing the AHCI in the registry

None of them worked.

I am doing an anti-virus scan currently.

Any ideas what I could do?

EDIT:

Many people have been pointing out that McAfee is taking up a lot of the disk usage. This is because I was running a scan during the screenshot. Without McAfee scanning, it is still at 100% disk usage overall, but McAfee is not up there.

Not sure if this changes anything.

EDIT 2:

Found a fix.

See my answer, below.

Woafer

Posted 2016-12-11T20:06:10.110

Reputation: 11

Are you running a scan during this task man screenshot, or is this the average disk utilization of McAfee on your PC? – Daedalus – 2016-12-11T20:17:26.107

I am running a scan. Whenever I kill a program, a new one just fills the gap with disk usage. – Woafer – 2016-12-11T20:29:03.557

"I'm not sure if this is related to the drivers or update." - Does it happen while in Safe Mode? If it doesn't then manually configure Windows to boot into a minimal configuration, and one by one, identify which driver or service introduces the problem. – Ramhound – 2016-12-12T16:00:11.693

The thing is, I can't boot in safe mode because I've forgotten my password and resetting it doesn't work, seemingly. – Woafer – 2016-12-12T16:05:37.290

Answers

0

So, I think I've found it. Unless my computer just decided to stop being stubborn, this command seemed to work:

chkdsk /R

(Check Disk and fix any problems).

It still has 100% Disk Usage when I load my PC, but I guess that is normal loading stuff. After 5 minutes or so it drops down to 1% or 0%.

Check Disk was the last thing I tried before it started working, so I assume that's what did it.

Thanks for the help, anyway!

Woafer

Posted 2016-12-11T20:06:10.110

Reputation: 11

0

The data come from the disk controller (Microsoft explained it in the video at 6m55 seconds). The disk controller tells Windows that the drive is busy and Windows displays it in the taskmanager graph.

In the graph you can see the McAfee is currently hitting the disk most, so it looks like it does a scan of your box.

The best option to prevent this is to use a SSD and not a traditional HDD.

magicandre1981

Posted 2016-12-11T20:06:10.110

Reputation: 86 560

I was running a McAfee scan during the screenshot. If McAfee isn't scanning, other things fill the space to make 100% disk usage. – Woafer – 2016-12-12T15:53:53.897

again, watch the video. The disk controller says the disk is busy doing all operations. Replace the HDD with a SSD and your issues are gone – magicandre1981 – 2016-12-12T16:51:11.227

-1

Make sure you have activated windows. This happened with me too,till the time I didn't activated my windows 10. After that it goes well. I think there is no problem with drivers or any update,Its just that Microsoft wants you to activate or buy windows that's why this problem is coming. Although it appears to be unrealistic thing,but it happened with me.

HN Singh

Posted 2016-12-11T20:06:10.110

Reputation: 64

An inactivated Windows installion won't have high disk usage for that reason alone. – Ramhound – 2016-12-11T23:39:43.077

I have the practical experience of having this thats why I wrote this,otherwise I would have never believed this if anyone would have told me this. – HN Singh – 2016-12-11T23:42:57.003

I have been using Windows 10 fine for over a year. My computer came with Windows 10 pre-installed. I'm not sure if this makes any difference to having to activate Windows 10 or not. – Woafer – 2016-12-12T15:52:30.197

@Woafer - It doesn't. Your Windows 10 installation is already activated. – Ramhound – 2016-12-12T16:00:36.730

-1

I'd highly suggest disabling the Runtime broker.

• Open Task Manager ( CTRL+SHIFT+ESC or right-click the taskbar)
• If you don't see multiple tabs, click More Details.
• Click Memory to sort by the amount of memory consumed. Runtime Broker will be at or near the top.
• Click Runtime Broker.
• Click End Process Tree.

Please notice that if it automatically restarts itself. Find this process and suspend it. If that still does not work you may need to go into some registry. To disable Runtime Broker, press Windows + R and fill in: regedit, then press Enter
From the Windows Registry Editor, navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TimeBroker]

Double-click on the "Start" field and change the "Value data" from "3" to "4".
That's it!
In the future, if you want to turn this feature on, do the same like above but replace number "4" by "3" or "2".

Image for Registry locations


Also inside your Computer Performance Monitor. Find and graph:

Process\Handle Count

This measures the total number of handles that are currently open by a process. This counter indicates a possible handle leak if the number is greater than 10,000.

Process\Thread Count

This measures the number of threads currently active in a process. There may be a thread leak if this number is more than 500 between the minimum and maximum number

BoatsBoatsBoats

Posted 2016-12-11T20:06:10.110

Reputation: 1

Mine was about 57,500! – Woafer – 2016-12-12T16:33:19.907

You should *NOT* disable the Runtime Broker. https://www.howtogeek.com/268240/what-is-runtime-broker-and-why-is-it-running-on-my-pc

– Massimo – 2018-12-28T16:53:23.627