Table of Contents
Fix 1. Pause and resume update
Fix 2. Check services
Fix 3. Reset Windows update components
Fix 4. Free up disk space
Fix 5. Run Windows Update and network troubleshooters
Fix 6. Run Check Disk
Fix 7. Disable third-party antivirus or run Clean Boot
Fix 8. Run SFC and DISM
Home Computer Tutorials Troubleshooting How to fix update stuck on 'Working on updates' in Windows?

How to fix update stuck on 'Working on updates' in Windows?

Mar 06, 2025 pm 10:00 PM

Windows updates are a routine part of keeping your PC secure and equipped with the latest features from Microsoft. Typically, the process hums along in the background – downloading, installing, and finalizing with a quick reboot. But for some, that smooth flow stalls, leaving the screen frozen on a message that reads “Working on updates”, often with a percentage that refuses to budge. If you’re facing an update stuck on “Working on updates,” you’re not alone – it’s a common frustration that can test your patience.

The update stuck on “Working on updates” issue might appear during a major feature update, like a shift to a new Windows version, or even with smaller monthly patches. You could see it right after the download phase, with the system seemingly locked in a loop – sometimes for hours – showing little to no progress. It’s not just inconvenient; it can leave your PC unusable until resolved, which is a headache if you rely on it daily.

What’s behind this problem? Several factors could be at play. A slow or unstable internet connection might interrupt the download, while corrupted update files could confuse the installation process. Background services essential to updates might stall, or there could be insufficient disk space to unpack everything. In some cases, recent driver changes or third-party software might throw a wrench into the works.

There are ways to break free from an update stuck on “Working on updates.” You might try pausing and resuming the update to jolt it back to life, or clear out the update cache to remove problematic files. Checking your internet stability or freeing up disk space could help too. For more persistent cases tied to system-level hiccups, a repair tool like FortectMac Washing Machine X9 could address underlying Windows issues.

How to fix update stuck on 'Working on updates' in Windows?

Fix 1. Pause and resume update

A temporary glitch might freeze the update process, and pausing then resuming can nudge it back into action without much effort.

  • Type Updates in Windows search and press Enter.
  • Click Pause updates for 7 days (in Windows 11, you can pick any other time).
  • Wait a minute, then click Resume updates.
  • Check if Windows update installs normally again.

How to fix update stuck on 'Working on updates' in Windows?

Fix 2. Check services

  • Type in Services in Windows search and press Enter.
  • Locate Windows Update Service.
  • If it is already running, right-click and select Restart.
  • if the service is not running, double-click it to open Properties.
  • Under the Startup type, select Automatic from the drop-down menu.
  • Click Start, Apply, and OK.
  • Locate Background Intelligent Transfer Service (BITS), Cryptographic service, and Windows Installer service, and repeat the process.

How to fix update stuck on 'Working on updates' in Windows?

Fix 3. Reset Windows update components

Corrupted or stuck update files in the cache can prevent progress. Clearing them forces Windows to fetch fresh copies.

  • Type cmd in Windows search.
  • Right-click on Command Prompt and pick Run as administrator.
  • User Account Control will ask you whether you want to allow changes – click Yes.
  • Paste in each of these commands, pressing Enter every time:
    net stop bits
    net stop wuauserv
    net stop appidsvc
    net stop cryptsvc
    Del “%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloader*.*”
    rmdir %systemroot%SoftwareDistribution /S /Q
    rmdir %systemroot%system32catroot2 /S /Q
    regsvr32.exe /s atl.dll
    regsvr32.exe /s urlmon.dll
    regsvr32.exe /s mshtml.dll
    netsh winsock reset
    netsh winsock reset proxy
    net start bits
    net start wuauserv
    net start appidsvc
    net start cryptsvc
  • Reboot your computer.

How to fix update stuck on 'Working on updates' in Windows?

Fix 4. Free up disk space

Insufficient storage can halt the update process as it needs room to unpack files. Clearing space might let it continue.

  • Type Disk Cleanup in Windows search and hit Enter.
  • If your Windows is installed on drive C, pick it from the list (should be by default) and press OK.
  • Click Clean up system files.
  • Select your main drive again and click OK.
  • Here, select the largest portions of the data used – these typically include Temporary Internet Files, Windows Update, Temporary Files, Recycle Bin, Delivery Optimization Files, and others. Marking Windows Update is vital here.
  • Click OK – the process should be finished shortly.

How to fix update stuck on 'Working on updates' in Windows?

Fix 5. Run Windows Update and network troubleshooters

This built-in tool can detect and fix common update issues, potentially unsticking the process by resetting stalled components.

  • Type Troubleshoot in Windows search and hit Enter.
  • Select Additional troubleshooters/Other troubleshooters.
  • Find Windows Update from the list and click Run the troubleshooter/Run.
  • The troubleshooter will automatically scan your system for potential problems and display any issues it finds.
  • If the troubleshooter finds any issues, it will provide recommended solutions.
  • Repeat this process with Network & internet troubleshooter.

How to fix update stuck on 'Working on updates' in Windows?

On Windows 10 use Network troubleshooter as follows:

  • Right-click on Start and select Settings.
  • Go to the Network & Internet section.
  • On the right side, locate the Advanced network settings section.
  • Click Network troubleshooter.
  • Wait till the troubleshooter finishes the scan.
  • The fixes should be applied automatically.

How to fix update stuck on 'Working on updates' in Windows?

Fix 6. Run Check Disk

Hard drive issues like bad sectors can disrupt the update process. Checking and repairing the disk might resolve the problem.

  • Open Command Prompt as administrator.
  • When User Account Control shows up, click Yes.
  • In the new window, type in the following command and press Enter after:
    chkdsk c: /f
    (Note: use chkdsk c: /f /r /x command if you are using SSD as your primary partition)
  • If you receive an error, type in Y, close down Command Prompt and restart your device.
  • Wait until the scan is finished – you can find the results in the Event Viewer.

How to fix update stuck on 'Working on updates' in Windows?

Fix 7. Disable third-party antivirus or run Clean Boot

Security software might interfere with update files, causing a hang. Temporarily disabling it can test if it’s the culprit.

  • Open your antivirus program from the system tray.
  • Locate the option to disable real-time protection and turn it off.
  • Return to Windows Update and check if installs fine.

If this does not help, you can try running clean boot and checking for other software conflicts.

  • Type msconfig in Windows Search and press Enter to open the System Configuration window.
  • Click on the Services tab and check the Hide all Microsoft Services box.
  • Click Disable all to disable non-Microsoft services, then click the Startup tab.
  • Open the Task Manager, disable all startup items, and close the Task Manager.
  • Go to the Boot tab and mark the Safe boot option.
  • Click OK on the System Configuration window and restart your computer.
  • Try installing the update again.

How to fix update stuck on 'Working on updates' in Windows?

Fix 8. Run SFC and DISM

Deeper system file corruption might block updates, and the Deployment Image Servicing and Management tool can repair the Windows image.

  • Open Command Prompt as administrator.
  • Copy and paste this command and hit Enter:
    sfc /scannow
  • Wait for the scan to finish.
  • As soon as it finishes, Windows will report whether integrity violations were found and if they could be fixed. Regardless of the outcome, use these commands next, pressing Enter after each:
    Dism /Online /Cleanup-Image /CheckHealth
    Dism /Online /Cleanup-Image /ScanHealth
    Dism /Online /Cleanup-Image /RestoreHealth
  • Close down the Command Prompt and restart your device.

How to fix update stuck on 'Working on updates' in Windows?

The above is the detailed content of How to fix update stuck on 'Working on updates' in Windows?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What's New in Windows 11 KB5054979 & How to Fix Update Issues What's New in Windows 11 KB5054979 & How to Fix Update Issues Apr 03, 2025 pm 06:01 PM

Windows 11 KB5054979 Update: Installation Guide and Troubleshooting For Windows 11 24H2 version, Microsoft has released cumulative update KB5054979, which includes several improvements and bug fixes. This article will guide you on how to install this update and provide a solution to the installation failure. About Windows 11 24H2 KB5054979 KB5054979 was released on March 27, 2025 and is a security update for Windows 11 24H2 versions.NET Framework 3.5 and 4.8.1. This update enhances security and

How to fix KB5055523 fails to install in Windows 11? How to fix KB5055523 fails to install in Windows 11? Apr 10, 2025 pm 12:02 PM

KB5055523 update is a cumulative update for Windows 11 version 24H2, released by Microsoft on April 8, 2025, as part of the monthly Patch Tuesday cycle, to offe

How to fix KB5055518 fails to install in Windows 10? How to fix KB5055518 fails to install in Windows 10? Apr 10, 2025 pm 12:01 PM

Windows update failures are not uncommon, and most users have to struggle with them, most often becoming frustrated when systems fail to install critical patche

Schedule I Save File Location: How to Access & Back Up Schedule I Save File Location: How to Access & Back Up Mar 27, 2025 pm 08:03 PM

Finding your Schedule I save files is crucial for managing and protecting your game progress. This guide shows you how to locate and back up your save data. Where are Schedule I Save Files Located? Schedule I's early access release has garnered posit

Proven Fixes and Tips for KB5054980 Not Installing Proven Fixes and Tips for KB5054980 Not Installing Mar 31, 2025 pm 02:40 PM

Troubleshooting KB5054980 Installation Issues on Windows 11 Microsoft released KB5054980 on March 25, 2025, for Windows 11 versions 22H2 and 23H2. While this update doesn't include new security features, it incorporates all previously released securi

Windows 10 KB5055063: What's New & How to Download It Windows 10 KB5055063: What's New & How to Download It Mar 31, 2025 pm 03:54 PM

Windows 10 KB5055063 update details and installation troubleshooting KB5055063 is an update for the .NET Framework for Windows 10 22H2 version, including important improvements and fixes. This article will explore KB5055063 in depth, including download methods and various ways to solve installation failure problems. Introduction to Windows 10 KB5055063 KB5055063 is a cumulative update for .NET Framework 3.5, 4.8, and 4.8.1 for Windows 10 version 22H2, on March 25, 2025

How to fix Microsoft Teams error tag 4vlpo in Windows? How to fix Microsoft Teams error tag 4vlpo in Windows? Mar 24, 2025 pm 10:00 PM

Microsoft Teams is a critical tool for communication and collaboration, enabling Windows 11 users to engage in meetings, share files, and coordinate with collea

Assassin's Creed Shadows Crashing: Solutions You Should Know Assassin's Creed Shadows Crashing: Solutions You Should Know Mar 24, 2025 pm 08:05 PM

Are you excited to get the Assassin’s Creed Shadows but failed to access it? Plenty of game players are troubled by the Assassin’s Creed Shadows crashing issue and searching for solutions. If you are one of them, this MiniTool post may give you some

See all articles