Windows Update Error 0xc1900223 usually occurs when Windows 11 fails to download or install updates successfully. This error is commonly related to network issues, DNS problems, corrupted update components, or interference from VPNs and proxy settings.
When this error appears, Windows Update may get stuck, fail repeatedly, or show a generic update failure message. Fixing it is important to keep your system secure, stable, and up to date.
Below are the most effective solutions to fix Windows Update Error 0xc1900223 on Windows 11.
Why You Should Fix Windows Update Error 0xc1900223 Immediately
Windows updates include essential security patches, bug fixes, and performance improvements. When update error 0xc1900223 prevents Windows from installing updates, your system may remain vulnerable to security threats and unresolved bugs.
This error often indicates that Windows cannot connect properly to Microsoft update servers or that update-related components are not functioning correctly. Resolving the issue restores normal update functionality and ensures your system stays protected.
Fix Windows Update Error 0xc1900223 on Windows 11
Follow the fixes below in order, starting with basic checks and moving toward advanced solutions.
1. Restart Your PC and Try Updating Again

Temporary system or network glitches can sometimes interrupt the update process. Restarting your PC refreshes system services and network connections.
After restarting, go to Settings > Windows Update and check for updates again. If the error reappears, continue with the next fix.
2. Check Your Internet Connection and Disable VPN
Windows Update requires a stable internet connection to download and install updates successfully. VPN services, proxy servers, or unstable network connections can sometimes block communication with Microsoft update servers and trigger error 0xc1900223. To fix this, make sure your internet connection is stable and temporarily disable any active VPN or proxy settings before attempting the update again.
After disabling these services, restart your PC and try running Windows Update once more. If the update installs successfully afterward, the issue was likely caused by the VPN, proxy configuration, or network connection interfering with the update process.
3. Change DNS Settings
DNS-related issues can prevent Windows from reaching Microsoft update servers, causing update downloads or installations to fail.
Switching to a public DNS server can improve connectivity and often resolves Windows Update connection problems.
1. Open Settings
2. Go to Network & Internet
3. Select your active network
4. Click Edit next to DNS settings
5. Choose Manual
6. Enable IPv4
7. Set:
- Preferred DNS:
8.8.8.8
- Alternate DNS:
8.8.4.4
8. Save changes and restart your PC
4. Run Windows Update Troubleshooter
The built-in Windows Update troubleshooter can automatically detect and fix common update-related problems, including damaged update components and misconfigured settings.
1. Open Settings
2. Go to System > Troubleshoot

3. Select Other troubleshooters

4. Click Run next to Windows Update

5. Follow on-screen instructions
Restart your PC after the troubleshooter completes.
5. Reset Windows Update Components
Corrupted Windows Update components can prevent updates from downloading or installing correctly.
Resetting them forces Windows to rebuild update-related files.
1. Open Command Prompt as Administrator
2. Run the following commands one by one:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
3. Rename update folders:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
4. Restart the services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
5. Restart your PC and try updating again
6. Temporarily Disable Third-Party Antivirus Software
Some third-party antivirus or security programs can interfere with Windows Update by blocking update files or preventing connections to Microsoft servers. To check whether this is causing error 0xc1900223, temporarily disable your antivirus software and then run Windows Update again.
Once the update process is complete, make sure to re-enable your antivirus protection to keep your system secure. If disabling the antivirus resolves the issue, you may need to add Windows Update services or related system processes to the antivirus exclusion list to prevent future update problems.
7. Run System File Checker (SFC)
Corrupted system files can interfere with the Windows Update process and prevent updates from downloading or installing correctly.
1. Open Command Prompt as Administrator
2. Run the code:
sfc /scannow

3. Wait for the scan to complete
4. Restart your PC
8. Repair Windows Image Using DISM
If SFC does not resolve the issue, DISM can repair deeper system corruption that may be affecting Windows Update services and components.
1. Open Command Prompt as Administrator
2. Run the following commands one by one:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
3. Restart your PC after completion
9. Install the Update Manually
If Windows Update continues to fail, you can try installing the update manually to bypass the error. Visit the Microsoft Update Catalog and search for the KB number shown in Windows Update.
Download the correct version for your system, run the installer manually, and restart your PC after the installation completes. This method often works when the normal Windows Update process fails.
10. Reset Windows 11
If none of the previous troubleshooting methods resolve the issue, resetting Windows may be necessary to fix persistent update-related problems. One available option is Reset this PC (Keep my files), which reinstalls Windows while preserving your personal files and data. This method is useful when system files are damaged but you want to avoid a full wipe of the computer.
If update errors continue even after a reset, performing a clean installation of Windows is usually the most effective long-term solution. A clean install completely removes the existing Windows installation and installs a fresh copy of the operating system. Before proceeding with either option, always back up important files and data to avoid accidental data loss during the reset or installation process.
Final Thoughts
Windows Update Error 0xc1900223 in Windows 11 is usually caused by network connectivity problems, incorrect DNS settings, VPN or proxy interference, or corrupted Windows Update components. These issues can prevent the system from connecting properly to Microsoft update servers and stop updates from downloading or installing successfully.
In most cases, the problem can be resolved by disabling VPNs or proxy connections, switching to a reliable DNS service, and resetting Windows Update components. Running the Windows Update troubleshooter and ensuring a stable internet connection can also help restore normal update functionality.