How to Resolve Windows 10 Update Remaining on Pending

August 31, 2025

0
(0)

How to Resolve Windows 10 Update Remaining on Pending

Windows 10 Update Remaining

Windows 10 updates are essential for security, performance, and stability. However, many users encounter a frustrating issue where the update status remains stuck on “Pending”. This prevents important updates from being installed, leaving your system vulnerable or outdated.

If you’re experiencing this problem, don’t worry. In this guide, we’ll explore why updates get stuck and provide step-by-step solutions to fix the issue effectively.

Why Does Windows 10 Update Get Stuck on Pending?

Windows 10 Update Remaining2

There are several reasons why Windows 10 updates may remain in a pending state:

  • Slow or unstable internet connection

  • Corrupt Windows Update cache

  • Insufficient disk space

  • Conflicts with antivirus or firewall software

  • Background services not running properly

  • Errors in Windows Update components

Understanding the cause can help you apply the right fix.

Method 1: Restart Your Computer

Windows 10 Update Remaining3

Sometimes, the simplest solution is the most effective. Restarting your PC can resolve temporary glitches and allow updates to continue.

Steps:

  1. Click the Start menu.

  2. Select Power > Restart.

  3. Once the system restarts, check Settings > Update & Security > Windows Update to see if the pending update resumes.

Method 2: Check Your Internet Connection

Windows updates require a stable and fast internet connection. If your internet is unstable, updates may stay pending.

What to Do:

  • Restart your router or modem.

  • Switch to a wired connection if possible.

  • Avoid downloading large files while updating.

  • Run the Windows Network Troubleshooter by going to Settings > Network & Internet > Troubleshooter.

Method 3: Free Up Disk Space

If your system drive (C:) is running out of space, Windows may fail to install updates.

Steps to Free Space:

  1. Open File Explorer and check space on the C: drive.

  2. Delete unnecessary files, temporary files, or old downloads.

  3. Use Disk Cleanup:

    • Press Windows + S, type Disk Cleanup, and open it.

    • Select your system drive and check items like Temporary files, Recycle Bin, and System cache.

    • Click OK to remove them.

Make sure at least 10 GB of free space is available for smooth updates.

Method 4: Run the Windows Update Troubleshooter

Windows has a built-in troubleshooter that automatically detects and fixes update-related issues.

Steps:

  1. Press Windows + I to open Settings.

  2. Go to Update & Security > Troubleshoot.

  3. Click Additional troubleshooters.

  4. Select Windows Update > Run the troubleshooter.

  5. Follow the on-screen instructions and apply any suggested fixes.

Method 5: Restart Windows Update Services

Windows relies on background services to handle updates. If these services are stopped or stuck, updates may remain pending.

Steps:

  1. Press Windows + R, type services.msc, and press Enter.

  2. In the list, locate these services:

    • Windows Update

    • Background Intelligent Transfer Service (BITS)

    • Cryptographic Services

    • Windows Installer

  3. Right-click each service and select Restart.

  4. Try updating again.

Method 6: Clear Windows Update Cache

A corrupted update cache can cause the pending issue. Deleting it forces Windows to download updates again.

Steps:

  1. Press Windows + R, type services.msc, and press Enter.

  2. Stop the Windows Update and BITS services.

  3. Open File Explorer and navigate to:

    C:\Windows\SoftwareDistribution
  4. Delete all files inside this folder.

  5. Restart the services you stopped earlier.

  6. Check for updates again in Settings > Update & Security.

Method 7: Temporarily Disable Antivirus or Firewall

Sometimes, third-party antivirus software or firewalls interfere with updates.

What to Do:

  1. Disable your antivirus temporarily (check your antivirus manual for instructions).

  2. Disable the firewall:

    • Go to Control Panel > System and Security > Windows Defender Firewall.

    • Select Turn Windows Defender Firewall on or off.

    • Turn it off temporarily.

  3. Try updating again.

Remember to re-enable both after completing the update.

Method 8: Use the Windows Update Assistant

If updates are still stuck, you can use the official Windows Update Assistant to force updates manually.

Steps:

  1. Visit the Microsoft Update Assistant page.

  2. Download and install the tool.

  3. Run it and follow the instructions to update Windows.

This method is often the fastest way to bypass stuck updates.

Method 9: Reset Windows Update Components Manually

If nothing works, you can reset the update components.

Steps:

  1. Open Command Prompt as administrator.

  2. Type the following commands one by one, pressing Enter after each:

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver
  3. Close the Command Prompt and restart your PC.

  4. Try running Windows Update again.

Method 10: Perform a System Restore or Repair

If updates are still stuck, there may be deeper system issues.

Options:

  • System Restore: Roll back your system to a point before the issue started.

  • Repair Installation: Use Windows 10 installation media to repair your OS without losing data.

These methods are last-resort solutions but can fix stubborn update errors.

Conclusion

When Windows 10 updates are stuck on “Pending,” it can be frustrating and risky for your system’s health. Fortunately, there are multiple ways to resolve the issue. From simple steps like restarting your computer and checking your internet connection to advanced fixes like clearing the update cache or resetting components, these methods can help you get updates working again.

Keeping your system updated ensures better performance, enhanced security, and access to the latest features. By following the solutions in this guide, you can overcome the pending update problem and keep Windows 10 running smoothly.

How useful was this guide?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments