Explorer causes 100% disk usage and computer to run very slow
On windows 10 anniversary, Explorer seems to be causing the disk usage to go up to 100% and response times of higher than two seconds. I have confirmed it was explorer by killing the process, watching the disk usage drop down and restarting it and watching it go back to 100%. Is there any possible solutions to this, as using windows without explorer makes things complicated
windows-10 hard-drive
add a comment |
On windows 10 anniversary, Explorer seems to be causing the disk usage to go up to 100% and response times of higher than two seconds. I have confirmed it was explorer by killing the process, watching the disk usage drop down and restarting it and watching it go back to 100%. Is there any possible solutions to this, as using windows without explorer makes things complicated
windows-10 hard-drive
open a cmd.exe as admin adn run this command wpr.exe -satrt CPU -start DiskIO -start FileIO && timeout -1 && wpr.exe -stop C:HighDiskFileIO.etl and capture the high disk IO. If you captured it, zip the HighDiskFileIO.etl and share it (Onedrive share link). I'll analyze what your Explorer is doing
– magicandre1981
Dec 18 '16 at 7:51
@mag 1drv.ms/u/s!AgHU-eb9bMr9h0O4Y6gYFzcza9TY
– Blake R.
Dec 18 '16 at 11:06
@magicandre1981
– Blake R.
Dec 18 '16 at 11:07
add a comment |
On windows 10 anniversary, Explorer seems to be causing the disk usage to go up to 100% and response times of higher than two seconds. I have confirmed it was explorer by killing the process, watching the disk usage drop down and restarting it and watching it go back to 100%. Is there any possible solutions to this, as using windows without explorer makes things complicated
windows-10 hard-drive
On windows 10 anniversary, Explorer seems to be causing the disk usage to go up to 100% and response times of higher than two seconds. I have confirmed it was explorer by killing the process, watching the disk usage drop down and restarting it and watching it go back to 100%. Is there any possible solutions to this, as using windows without explorer makes things complicated
windows-10 hard-drive
windows-10 hard-drive
asked Dec 17 '16 at 20:46
Blake R.Blake R.
112
112
open a cmd.exe as admin adn run this command wpr.exe -satrt CPU -start DiskIO -start FileIO && timeout -1 && wpr.exe -stop C:HighDiskFileIO.etl and capture the high disk IO. If you captured it, zip the HighDiskFileIO.etl and share it (Onedrive share link). I'll analyze what your Explorer is doing
– magicandre1981
Dec 18 '16 at 7:51
@mag 1drv.ms/u/s!AgHU-eb9bMr9h0O4Y6gYFzcza9TY
– Blake R.
Dec 18 '16 at 11:06
@magicandre1981
– Blake R.
Dec 18 '16 at 11:07
add a comment |
open a cmd.exe as admin adn run this command wpr.exe -satrt CPU -start DiskIO -start FileIO && timeout -1 && wpr.exe -stop C:HighDiskFileIO.etl and capture the high disk IO. If you captured it, zip the HighDiskFileIO.etl and share it (Onedrive share link). I'll analyze what your Explorer is doing
– magicandre1981
Dec 18 '16 at 7:51
@mag 1drv.ms/u/s!AgHU-eb9bMr9h0O4Y6gYFzcza9TY
– Blake R.
Dec 18 '16 at 11:06
@magicandre1981
– Blake R.
Dec 18 '16 at 11:07
open a cmd.exe as admin adn run this command wpr.exe -satrt CPU -start DiskIO -start FileIO && timeout -1 && wpr.exe -stop C:HighDiskFileIO.etl and capture the high disk IO. If you captured it, zip the HighDiskFileIO.etl and share it (Onedrive share link). I'll analyze what your Explorer is doing
– magicandre1981
Dec 18 '16 at 7:51
open a cmd.exe as admin adn run this command wpr.exe -satrt CPU -start DiskIO -start FileIO && timeout -1 && wpr.exe -stop C:HighDiskFileIO.etl and capture the high disk IO. If you captured it, zip the HighDiskFileIO.etl and share it (Onedrive share link). I'll analyze what your Explorer is doing
– magicandre1981
Dec 18 '16 at 7:51
@mag 1drv.ms/u/s!AgHU-eb9bMr9h0O4Y6gYFzcza9TY
– Blake R.
Dec 18 '16 at 11:06
@mag 1drv.ms/u/s!AgHU-eb9bMr9h0O4Y6gYFzcza9TY
– Blake R.
Dec 18 '16 at 11:06
@magicandre1981
– Blake R.
Dec 18 '16 at 11:07
@magicandre1981
– Blake R.
Dec 18 '16 at 11:07
add a comment |
2 Answers
2
active
oldest
votes
Ok, I checked the trace with Windows Performance Analyzer and here I see that most disk IO is caused by reading the file C:UsersblakeAppDataLocalMicrosoftWindowsNotificationswpndatabase.db-wal
.
This is a Write-Ahead Log File which is created from SQLite database which Windows seams to use to store Notifications. Also your TOSHIBA MQ01ABD100 is a very slow HDD with its 5400rpm.
Disable as much notifications from apps as possible and look if this removes the disk IO.
Thanks for taking the time to do this, unfortunately my HDD failed, which could have explained the disk response times
– Blake R.
Dec 19 '16 at 22:50
ok, failing HDD can also cause such slow performance. better buy a SSD now to solve any perf issuees related to disk. check the samsung 850 Evo
– magicandre1981
Dec 20 '16 at 4:23
add a comment |
I'd say it's quite likely a root kit malware that could cause such behavior (though I'm sure other things are possible as well to cause such a memory leak)
if rootkit, microsoft themselves suggest to use defender offline, as your existing antimalware probably won't detect it
http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1157589%2fexplorer-causes-100-disk-usage-and-computer-to-run-very-slow%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ok, I checked the trace with Windows Performance Analyzer and here I see that most disk IO is caused by reading the file C:UsersblakeAppDataLocalMicrosoftWindowsNotificationswpndatabase.db-wal
.
This is a Write-Ahead Log File which is created from SQLite database which Windows seams to use to store Notifications. Also your TOSHIBA MQ01ABD100 is a very slow HDD with its 5400rpm.
Disable as much notifications from apps as possible and look if this removes the disk IO.
Thanks for taking the time to do this, unfortunately my HDD failed, which could have explained the disk response times
– Blake R.
Dec 19 '16 at 22:50
ok, failing HDD can also cause such slow performance. better buy a SSD now to solve any perf issuees related to disk. check the samsung 850 Evo
– magicandre1981
Dec 20 '16 at 4:23
add a comment |
Ok, I checked the trace with Windows Performance Analyzer and here I see that most disk IO is caused by reading the file C:UsersblakeAppDataLocalMicrosoftWindowsNotificationswpndatabase.db-wal
.
This is a Write-Ahead Log File which is created from SQLite database which Windows seams to use to store Notifications. Also your TOSHIBA MQ01ABD100 is a very slow HDD with its 5400rpm.
Disable as much notifications from apps as possible and look if this removes the disk IO.
Thanks for taking the time to do this, unfortunately my HDD failed, which could have explained the disk response times
– Blake R.
Dec 19 '16 at 22:50
ok, failing HDD can also cause such slow performance. better buy a SSD now to solve any perf issuees related to disk. check the samsung 850 Evo
– magicandre1981
Dec 20 '16 at 4:23
add a comment |
Ok, I checked the trace with Windows Performance Analyzer and here I see that most disk IO is caused by reading the file C:UsersblakeAppDataLocalMicrosoftWindowsNotificationswpndatabase.db-wal
.
This is a Write-Ahead Log File which is created from SQLite database which Windows seams to use to store Notifications. Also your TOSHIBA MQ01ABD100 is a very slow HDD with its 5400rpm.
Disable as much notifications from apps as possible and look if this removes the disk IO.
Ok, I checked the trace with Windows Performance Analyzer and here I see that most disk IO is caused by reading the file C:UsersblakeAppDataLocalMicrosoftWindowsNotificationswpndatabase.db-wal
.
This is a Write-Ahead Log File which is created from SQLite database which Windows seams to use to store Notifications. Also your TOSHIBA MQ01ABD100 is a very slow HDD with its 5400rpm.
Disable as much notifications from apps as possible and look if this removes the disk IO.
answered Dec 18 '16 at 18:09
magicandre1981magicandre1981
81.4k20125203
81.4k20125203
Thanks for taking the time to do this, unfortunately my HDD failed, which could have explained the disk response times
– Blake R.
Dec 19 '16 at 22:50
ok, failing HDD can also cause such slow performance. better buy a SSD now to solve any perf issuees related to disk. check the samsung 850 Evo
– magicandre1981
Dec 20 '16 at 4:23
add a comment |
Thanks for taking the time to do this, unfortunately my HDD failed, which could have explained the disk response times
– Blake R.
Dec 19 '16 at 22:50
ok, failing HDD can also cause such slow performance. better buy a SSD now to solve any perf issuees related to disk. check the samsung 850 Evo
– magicandre1981
Dec 20 '16 at 4:23
Thanks for taking the time to do this, unfortunately my HDD failed, which could have explained the disk response times
– Blake R.
Dec 19 '16 at 22:50
Thanks for taking the time to do this, unfortunately my HDD failed, which could have explained the disk response times
– Blake R.
Dec 19 '16 at 22:50
ok, failing HDD can also cause such slow performance. better buy a SSD now to solve any perf issuees related to disk. check the samsung 850 Evo
– magicandre1981
Dec 20 '16 at 4:23
ok, failing HDD can also cause such slow performance. better buy a SSD now to solve any perf issuees related to disk. check the samsung 850 Evo
– magicandre1981
Dec 20 '16 at 4:23
add a comment |
I'd say it's quite likely a root kit malware that could cause such behavior (though I'm sure other things are possible as well to cause such a memory leak)
if rootkit, microsoft themselves suggest to use defender offline, as your existing antimalware probably won't detect it
http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline
add a comment |
I'd say it's quite likely a root kit malware that could cause such behavior (though I'm sure other things are possible as well to cause such a memory leak)
if rootkit, microsoft themselves suggest to use defender offline, as your existing antimalware probably won't detect it
http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline
add a comment |
I'd say it's quite likely a root kit malware that could cause such behavior (though I'm sure other things are possible as well to cause such a memory leak)
if rootkit, microsoft themselves suggest to use defender offline, as your existing antimalware probably won't detect it
http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline
I'd say it's quite likely a root kit malware that could cause such behavior (though I'm sure other things are possible as well to cause such a memory leak)
if rootkit, microsoft themselves suggest to use defender offline, as your existing antimalware probably won't detect it
http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline
answered Dec 17 '16 at 21:05
CasperCasper
62
62
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1157589%2fexplorer-causes-100-disk-usage-and-computer-to-run-very-slow%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
open a cmd.exe as admin adn run this command wpr.exe -satrt CPU -start DiskIO -start FileIO && timeout -1 && wpr.exe -stop C:HighDiskFileIO.etl and capture the high disk IO. If you captured it, zip the HighDiskFileIO.etl and share it (Onedrive share link). I'll analyze what your Explorer is doing
– magicandre1981
Dec 18 '16 at 7:51
@mag 1drv.ms/u/s!AgHU-eb9bMr9h0O4Y6gYFzcza9TY
– Blake R.
Dec 18 '16 at 11:06
@magicandre1981
– Blake R.
Dec 18 '16 at 11:07