Windows10 New Updates are not Installing in My PC. Can you guys please suggest me the process to do the activation in my windows 10.

Dani AI

Generated

Good to restate a few points and add a concise troubleshooting checklist that builds on replies already here from , and @LCTech.

Activation is separate from update troubleshooting: confirming Windows is activated will not fix a failed update. Before doing anything else, note the failed update KB number and the exact error code (you can see both in Settings > Update & Security > Windows Update > View update history). Also run Reliability Monitor (type "reliability" in Start) and record any red X entries for the same timestamp — that helps pinpoint the failing component.

Safe preflight (follow ): make a full image and file backup, free at least 20 GB, unplug nonessential USB devices, temporarily pause or uninstall third‑party antivirus, and use Restart (not Shut down) to avoid Fast Startup issues. As reminded, confirm updates are enabled in Settings.

Two common next steps that often clear stuck updates:

DISM /Online /Cleanup-Image /RestoreHealth
net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver
ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
ren %systemroot%\System32\catroot2 catroot2.old
net start msiserver
net start cryptsvc
net start bits
net start wuauserv

After those, run the built‑in Windows Update troubleshooter and retry. If a feature update still fails, an in‑place repair/upgrade with the latest Windows 10 ISO usually succeeds without removing apps or files — but back up first. When asking for more help, post the KB number, full error code, Windows 10 build/version, and any Reliability Monitor notes; that lets others avoid repeating steps you already tried (including @LCTech's suggestion to check system files).

Recommended Answers

All 10 Replies

What messages/feedback are you getting to tell you what failed?

You may want to count yourself lucky. If an update fails to install, DO NOT FORCE IT IN. I've seen folk end up having to start over.

These usually work themselves out as the update failure reports back to Microsoft and it might be reinssued.

-> To carry on here, tell which update failed such as KBnnnnnnn where nnnnnnn is the number so others and you can research.

Finally updates are not activations. Please don't confuse those two things.

Member Avatar for Member #403583

Mine has been like this since they give out the last update which deleted files through their mistakes and now the update what’s pending says I’ve errors

Reminds me of my experience with the 2017 fall update which refused to install until I uninstalled software which had never been put on my computer.

The updates must be off. Turn them ON from the settings.

Member Avatar for Member #286602

Did you try the following in a command prompt?
sfc /scannow

The command repairs Windows system files. IMPORTANT: Open the command window as an Administrator.

i also faced this issue beacuse i am not restart my laptop i always shutdown. try to retart your pc then install it again see this will work for you or not

My experience with Win 10 has been generally happy. The odd problem though. I suggest if you are in the beta type programs with Win 10 and you have problems with an update is to go back to the lest version and report the problem to MS.

And if you really feel compelled to install the update

  1. take an image first
  2. do a full backup of your data files
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.