Cannot install any updates on clean Windows 8.1
I made a clean install of Windows 8.1 on a computer. I'm trying to check for updates. The update check takes very long and finally the Windows Update section tells me that no updates are available and that no check has ever been done.
Why does the update check fail? What can I do with it?
windows-8.1 windows-update
add a comment |
I made a clean install of Windows 8.1 on a computer. I'm trying to check for updates. The update check takes very long and finally the Windows Update section tells me that no updates are available and that no check has ever been done.
Why does the update check fail? What can I do with it?
windows-8.1 windows-update
add a comment |
I made a clean install of Windows 8.1 on a computer. I'm trying to check for updates. The update check takes very long and finally the Windows Update section tells me that no updates are available and that no check has ever been done.
Why does the update check fail? What can I do with it?
windows-8.1 windows-update
I made a clean install of Windows 8.1 on a computer. I'm trying to check for updates. The update check takes very long and finally the Windows Update section tells me that no updates are available and that no check has ever been done.
Why does the update check fail? What can I do with it?
windows-8.1 windows-update
windows-8.1 windows-update
asked Sep 3 '16 at 14:11
marmistrz
2401414
2401414
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Stop the Windows Update Service (via services.msc or in a cmd.exe which is started as admin via net stop wuauserv
), download and install this update:
Installing and searching for updates is slow and high CPU usage occurs in Windows 8.1
Do a reboot and check again for new updates.
I recommend using services.msc, because after runningnet stop wuauserv
as admin Windows Update was still running according to services.msc
– Keammoort
Apr 9 '17 at 17:10
add a comment |
I had this exact same problem.
You need the new version of windows update. The problem is, the patch notes for the updates you need don't actually tell you that they update windows update.
You need KB3173424 first, then install KB3172614. You should disconnect your computer from the network and restart before installing these after downloading.
https://www.catalog.update.microsoft.com/Search.aspx?q=KB3173424
https://www.catalog.update.microsoft.com/Search.aspx?q=KB3172614
I don't actually know if disconnecting your computer from the network to prevent windows update launching in the backround is necessary, but it worked for me. Similarly, I don't know if the updates must be installed in that order, or even if you need both of them. I just know it finally made the update process work. Hurray.
I had the same problem. Tried different combinations of Windows 8.1/Windows 8 and suggested tools. Finally using this solution helped me to get updates for Windows 8.1
– Marcin Nabiałek
Jan 25 '17 at 5:55
add a comment |
After a clean install of Win8.1 I had this problem.
The method outlined by user683780 (manually d/l KB3173424 and KB3172614 etc) worked for me. Be sure to disconnect your computer from the internet before running these files, otherwise they will not install - your computer will look like it is installing the first one but in fact it is still trying to use the old version of windows update already installed. As well as being disconnected from the internet before running these updates I stopped the existing windows update service on my machine (press windows key and R key, type services.msc into the run box, locate the windows update service in the list (wuauserv) and stop it). My laptop is now busy installing 1.2GB of important updates! :) PS be sure to run the updates in the order given in the answer above.
Please don't add "thanks" as answers. Invest some time in the site and you will gain sufficient privileges to upvote answers you like, which is the Super User way of saying thank you.
– DavidPostill♦
Jan 13 '17 at 15:40
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%2f1120602%2fcannot-install-any-updates-on-clean-windows-8-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Stop the Windows Update Service (via services.msc or in a cmd.exe which is started as admin via net stop wuauserv
), download and install this update:
Installing and searching for updates is slow and high CPU usage occurs in Windows 8.1
Do a reboot and check again for new updates.
I recommend using services.msc, because after runningnet stop wuauserv
as admin Windows Update was still running according to services.msc
– Keammoort
Apr 9 '17 at 17:10
add a comment |
Stop the Windows Update Service (via services.msc or in a cmd.exe which is started as admin via net stop wuauserv
), download and install this update:
Installing and searching for updates is slow and high CPU usage occurs in Windows 8.1
Do a reboot and check again for new updates.
I recommend using services.msc, because after runningnet stop wuauserv
as admin Windows Update was still running according to services.msc
– Keammoort
Apr 9 '17 at 17:10
add a comment |
Stop the Windows Update Service (via services.msc or in a cmd.exe which is started as admin via net stop wuauserv
), download and install this update:
Installing and searching for updates is slow and high CPU usage occurs in Windows 8.1
Do a reboot and check again for new updates.
Stop the Windows Update Service (via services.msc or in a cmd.exe which is started as admin via net stop wuauserv
), download and install this update:
Installing and searching for updates is slow and high CPU usage occurs in Windows 8.1
Do a reboot and check again for new updates.
answered Sep 3 '16 at 17:56
magicandre1981
81k20124203
81k20124203
I recommend using services.msc, because after runningnet stop wuauserv
as admin Windows Update was still running according to services.msc
– Keammoort
Apr 9 '17 at 17:10
add a comment |
I recommend using services.msc, because after runningnet stop wuauserv
as admin Windows Update was still running according to services.msc
– Keammoort
Apr 9 '17 at 17:10
I recommend using services.msc, because after running
net stop wuauserv
as admin Windows Update was still running according to services.msc– Keammoort
Apr 9 '17 at 17:10
I recommend using services.msc, because after running
net stop wuauserv
as admin Windows Update was still running according to services.msc– Keammoort
Apr 9 '17 at 17:10
add a comment |
I had this exact same problem.
You need the new version of windows update. The problem is, the patch notes for the updates you need don't actually tell you that they update windows update.
You need KB3173424 first, then install KB3172614. You should disconnect your computer from the network and restart before installing these after downloading.
https://www.catalog.update.microsoft.com/Search.aspx?q=KB3173424
https://www.catalog.update.microsoft.com/Search.aspx?q=KB3172614
I don't actually know if disconnecting your computer from the network to prevent windows update launching in the backround is necessary, but it worked for me. Similarly, I don't know if the updates must be installed in that order, or even if you need both of them. I just know it finally made the update process work. Hurray.
I had the same problem. Tried different combinations of Windows 8.1/Windows 8 and suggested tools. Finally using this solution helped me to get updates for Windows 8.1
– Marcin Nabiałek
Jan 25 '17 at 5:55
add a comment |
I had this exact same problem.
You need the new version of windows update. The problem is, the patch notes for the updates you need don't actually tell you that they update windows update.
You need KB3173424 first, then install KB3172614. You should disconnect your computer from the network and restart before installing these after downloading.
https://www.catalog.update.microsoft.com/Search.aspx?q=KB3173424
https://www.catalog.update.microsoft.com/Search.aspx?q=KB3172614
I don't actually know if disconnecting your computer from the network to prevent windows update launching in the backround is necessary, but it worked for me. Similarly, I don't know if the updates must be installed in that order, or even if you need both of them. I just know it finally made the update process work. Hurray.
I had the same problem. Tried different combinations of Windows 8.1/Windows 8 and suggested tools. Finally using this solution helped me to get updates for Windows 8.1
– Marcin Nabiałek
Jan 25 '17 at 5:55
add a comment |
I had this exact same problem.
You need the new version of windows update. The problem is, the patch notes for the updates you need don't actually tell you that they update windows update.
You need KB3173424 first, then install KB3172614. You should disconnect your computer from the network and restart before installing these after downloading.
https://www.catalog.update.microsoft.com/Search.aspx?q=KB3173424
https://www.catalog.update.microsoft.com/Search.aspx?q=KB3172614
I don't actually know if disconnecting your computer from the network to prevent windows update launching in the backround is necessary, but it worked for me. Similarly, I don't know if the updates must be installed in that order, or even if you need both of them. I just know it finally made the update process work. Hurray.
I had this exact same problem.
You need the new version of windows update. The problem is, the patch notes for the updates you need don't actually tell you that they update windows update.
You need KB3173424 first, then install KB3172614. You should disconnect your computer from the network and restart before installing these after downloading.
https://www.catalog.update.microsoft.com/Search.aspx?q=KB3173424
https://www.catalog.update.microsoft.com/Search.aspx?q=KB3172614
I don't actually know if disconnecting your computer from the network to prevent windows update launching in the backround is necessary, but it worked for me. Similarly, I don't know if the updates must be installed in that order, or even if you need both of them. I just know it finally made the update process work. Hurray.
edited Jan 18 '18 at 9:05
Community♦
1
1
answered Jan 9 '17 at 20:33
user683780
112
112
I had the same problem. Tried different combinations of Windows 8.1/Windows 8 and suggested tools. Finally using this solution helped me to get updates for Windows 8.1
– Marcin Nabiałek
Jan 25 '17 at 5:55
add a comment |
I had the same problem. Tried different combinations of Windows 8.1/Windows 8 and suggested tools. Finally using this solution helped me to get updates for Windows 8.1
– Marcin Nabiałek
Jan 25 '17 at 5:55
I had the same problem. Tried different combinations of Windows 8.1/Windows 8 and suggested tools. Finally using this solution helped me to get updates for Windows 8.1
– Marcin Nabiałek
Jan 25 '17 at 5:55
I had the same problem. Tried different combinations of Windows 8.1/Windows 8 and suggested tools. Finally using this solution helped me to get updates for Windows 8.1
– Marcin Nabiałek
Jan 25 '17 at 5:55
add a comment |
After a clean install of Win8.1 I had this problem.
The method outlined by user683780 (manually d/l KB3173424 and KB3172614 etc) worked for me. Be sure to disconnect your computer from the internet before running these files, otherwise they will not install - your computer will look like it is installing the first one but in fact it is still trying to use the old version of windows update already installed. As well as being disconnected from the internet before running these updates I stopped the existing windows update service on my machine (press windows key and R key, type services.msc into the run box, locate the windows update service in the list (wuauserv) and stop it). My laptop is now busy installing 1.2GB of important updates! :) PS be sure to run the updates in the order given in the answer above.
Please don't add "thanks" as answers. Invest some time in the site and you will gain sufficient privileges to upvote answers you like, which is the Super User way of saying thank you.
– DavidPostill♦
Jan 13 '17 at 15:40
add a comment |
After a clean install of Win8.1 I had this problem.
The method outlined by user683780 (manually d/l KB3173424 and KB3172614 etc) worked for me. Be sure to disconnect your computer from the internet before running these files, otherwise they will not install - your computer will look like it is installing the first one but in fact it is still trying to use the old version of windows update already installed. As well as being disconnected from the internet before running these updates I stopped the existing windows update service on my machine (press windows key and R key, type services.msc into the run box, locate the windows update service in the list (wuauserv) and stop it). My laptop is now busy installing 1.2GB of important updates! :) PS be sure to run the updates in the order given in the answer above.
Please don't add "thanks" as answers. Invest some time in the site and you will gain sufficient privileges to upvote answers you like, which is the Super User way of saying thank you.
– DavidPostill♦
Jan 13 '17 at 15:40
add a comment |
After a clean install of Win8.1 I had this problem.
The method outlined by user683780 (manually d/l KB3173424 and KB3172614 etc) worked for me. Be sure to disconnect your computer from the internet before running these files, otherwise they will not install - your computer will look like it is installing the first one but in fact it is still trying to use the old version of windows update already installed. As well as being disconnected from the internet before running these updates I stopped the existing windows update service on my machine (press windows key and R key, type services.msc into the run box, locate the windows update service in the list (wuauserv) and stop it). My laptop is now busy installing 1.2GB of important updates! :) PS be sure to run the updates in the order given in the answer above.
After a clean install of Win8.1 I had this problem.
The method outlined by user683780 (manually d/l KB3173424 and KB3172614 etc) worked for me. Be sure to disconnect your computer from the internet before running these files, otherwise they will not install - your computer will look like it is installing the first one but in fact it is still trying to use the old version of windows update already installed. As well as being disconnected from the internet before running these updates I stopped the existing windows update service on my machine (press windows key and R key, type services.msc into the run box, locate the windows update service in the list (wuauserv) and stop it). My laptop is now busy installing 1.2GB of important updates! :) PS be sure to run the updates in the order given in the answer above.
edited Jan 13 '17 at 10:41
answered Jan 13 '17 at 10:34
Andrew McCann
11
11
Please don't add "thanks" as answers. Invest some time in the site and you will gain sufficient privileges to upvote answers you like, which is the Super User way of saying thank you.
– DavidPostill♦
Jan 13 '17 at 15:40
add a comment |
Please don't add "thanks" as answers. Invest some time in the site and you will gain sufficient privileges to upvote answers you like, which is the Super User way of saying thank you.
– DavidPostill♦
Jan 13 '17 at 15:40
Please don't add "thanks" as answers. Invest some time in the site and you will gain sufficient privileges to upvote answers you like, which is the Super User way of saying thank you.
– DavidPostill♦
Jan 13 '17 at 15:40
Please don't add "thanks" as answers. Invest some time in the site and you will gain sufficient privileges to upvote answers you like, which is the Super User way of saying thank you.
– DavidPostill♦
Jan 13 '17 at 15:40
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1120602%2fcannot-install-any-updates-on-clean-windows-8-1%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