You try to open PowerPoint and see a window that says “Updating” with a progress bar that never finishes. This happens because the Click-to-Run streaming installer has stalled while trying to apply a patch or version update. The installer may be stuck due to a corrupted update cache, network interruption, or a conflict with another Office process. This article explains why the update freezes and provides four recovery methods to get PowerPoint running again without reinstalling Office completely.
Key Takeaways: Fixing a Stuck PowerPoint Click-to-Run Update
- Task Manager > End Office Background Tasks: Stops orphaned Click-to-Run processes that block the update.
- Run the Office Repair Tool (Quick Repair): Resets the Click-to-Run service without reinstalling the entire suite.
- Delete the Office Update Cache folder: Removes corrupted downloaded update files that cause the installer to hang.
Why PowerPoint Click-to-Run Gets Stuck During Updating
Click-to-Run is a streaming installation technology used by Microsoft 365 and Office 2019/2021. Instead of downloading the whole Office suite at once, it downloads and installs components on demand. When an update is triggered, the Click-to-Run service creates a temporary folder under ProgramData\Microsoft\ClickToRun to store downloaded packages. If this folder contains a partial or corrupted download, the service cannot verify the update payload and freezes.
Another common cause is a background Office process that holds a lock on the update files. For example, if PowerPoint crashed earlier, an orphaned OfficeClickToRun.exe or AppVShNotify.exe process may still be running. The update cannot overwrite locked files, so the progress bar stalls indefinitely.
Network issues also contribute. A slow or intermittent connection causes the Click-to-Run service to time out while downloading update bits. The service retries automatically but may get stuck in a loop if the connection does not stabilize. The recovery methods below address each of these root causes.
Recovery Steps for a Stuck Click-to-Run Update
- End all Office processes in Task Manager
Press Ctrl + Shift + Escape to open Task Manager. Click the Processes tab. Look for any process named OfficeClickToRun.exe, PowerPoint.exe, Winword.exe, or AppVShNotify.exe. Select each one and click End task. Do this for all Office-related processes. After closing them, wait 10 seconds and try opening PowerPoint again. If the update window disappears and PowerPoint starts, the fix is complete. - Run a Quick Repair of Microsoft 365
Open Control Panel > Programs and Features. Find Microsoft 365 or Microsoft Office in the list. Right-click the entry and select Change. In the window that appears, select Quick Repair and click Repair. The repair tool re-registers Click-to-Run components and clears temporary update files. This takes about 5 minutes and does not remove your installed Office applications. After the repair finishes, restart your computer and launch PowerPoint. - Delete the Click-to-Run update cache
If the Quick Repair does not help, clear the corrupted download cache. Close all Office applications. Press Windows + R, type%ProgramData%\Microsoft\ClickToRun, and press Enter. In the folder that opens, delete everything inside the PackageDirectory subfolder. Do not delete theClickToRunfolder itself. After deleting the cache, open a Command Prompt as administrator and runsc stop clicktorunsvcthensc start clicktorunsvc. This restarts the Click-to-Run service with a clean slate. Launch PowerPoint and allow the update to download fresh files. - Use the Microsoft Support and Recovery Assistant (SaRA)
Download the SaRA tool from the official Microsoft website. Run the tool and select Office > I have Office installed but I can’t open it. Follow the on-screen prompts. SaRA detects a stuck update state and automatically resets the Click-to-Run service. This is the most thorough method because it checks for registry corruption and network proxy issues that manual steps may miss.
If PowerPoint Still Has Problems After the Main Fix
Click-to-Run service fails to start after cache deletion
After deleting the PackageDirectory folder, the Click-to-Run service may refuse to start. This usually means the service executable is missing or corrupted. Run the Quick Repair again from Control Panel. If the repair fails, use the Online Repair option instead. Online Repair downloads a fresh copy of the Click-to-Run bootstrap from Microsoft servers. It requires a stable internet connection and takes 30 to 60 minutes.
PowerPoint opens but shows a configuration error
If PowerPoint launches after the fix but displays “Configuring Microsoft Office” every time you open it, the update left behind incomplete registry entries. Open a Command Prompt as administrator and run cd %ProgramFiles%\Microsoft Office\Office16 (or Office15 for 2016). Then run ospp.vbs /dstatus to check the license state. If the output shows a licensing error, run ospp.vbs /act to force activation. This stops the configuration prompt on next launch.
Update stuck at 0% with no progress after 10 minutes
A 0% stuck update often indicates a firewall or proxy blocking Click-to-Run traffic. Check that your antivirus or corporate firewall allows connections to officecdn.microsoft.com and all subdomains. Temporarily disable the firewall for 2 minutes and see if the update progresses. If it does, add an exception for the Click-to-Run service executable at %ProgramFiles%\Microsoft Office\ClientX64\OfficeClickToRun.exe.
PowerPoint Click-to-Run Update: Recovery Method Comparison
| Item | End Office Processes | Quick Repair | Delete Update Cache |
|---|---|---|---|
| Time required | 1 minute | 5 minutes | 10 minutes |
| Data loss risk | None | None | None |
| Fixes orphaned processes | Yes | Yes | No |
| Fixes corrupted download cache | No | Partial | Yes |
| Requires admin rights | No | Yes | Yes |
You can now recover PowerPoint from a stuck Click-to-Run update by ending background processes, running a Quick Repair, or deleting the update cache. If the problem returns, run the SaRA tool for a deeper reset. As an advanced tip, set the Click-to-Run update deadline to 7 days using Group Policy to reduce the chance of stalled updates on slow networks.