I disagree, Disk usage should never reach 100% unless you are running something very intensive like some antivirus scans with heurisitcs.
Caveat, everyone's PC is unique in some respects, so solutions are not universal.
FYI - I upgraded my old (2010) asus UL30A with an SSD to improve performance, and initially it was great with Win 7, almost instant boot/shutdown and fast transfer rates, but as soon as I upgraded to Win 10 I had the Disk Util problem. I fixed all the regular culprits (Startup programs like Onedrive, Dropbox etc) but I still had the disk problem every day.
I just solved it with the following, I hope it helps.
I followed one of the suggestions in the following makeuseof article, and it dropped my disk usage from 100% to 3 or 4% immediately - I stopped the windows search service and I disabled it. I can always enable it as needed.
http://www.makeuseof.com/tag/4-tips-fix-100-disk-usage-improve-windows-performance/
To stop this, and prevent it from happening during your current session (until Windows is rebooted) open the Command Prompt (the quickest way is by right-clicking the Start button and selecting Command Prompt (Admin)) and enter the following:
net.exe stop “Windows search”
To permanently disable Windows Search or Indexing, press Windows
- R, enterservices.exe, and hit Enter. In the Services window that opens find the Windows Search entry and double-click it to open the Windows Search Propertieswindow. Under Startup type, select Disabled. Here you can click Stop to abort the service. Click OK to save your changes.