[Solved] Fix 21-3863301810-2148354344 Windows - 5 Minute Method

Verified & Tested Updated February 15, 2026

Quick Summary

The error code 21-3863301810-2148354344 on Windows typically indicates a problem with the Windows Update service, which is responsible for downloading and installing updates for the operating system. Resolving this issue requires troubleshooting the update service and potentially resetting or reinstalling it.

Common Causes

  • Corrupted Windows Update Service: The Windows Update service may be malfunctioning due to corrupted files or improper configuration, leading to the error code 21-3863301810-2148354344.
  • Conflicting System Files: Sometimes, system files necessary for the update process can become conflicted or damaged, preventing the Windows Update service from functioning correctly.
  • Network Connectivity Issues: Poor internet connectivity or issues with the network configuration can hinder the Windows Update service from accessing the necessary update files, resulting in the error.

Step-by-Step Fixes

Method 1: Reset Windows Update Service Show Steps ↓

To reset the Windows Update service, follow these steps:

  1. Open the Command Prompt as an administrator by right-clicking on the Start button and selecting Command Prompt (Admin) or Windows PowerShell (Admin) in newer versions of Windows.
  2. Type the following commands one by one, pressing Enter after each command: net stop wuauserv, net stop cryptSvc, net stop bits, ren C:\Windows\SoftwareDistribution SoftwareDistribution.old, ren C:\Windows\System32\catroot2 catroot2.old, net start wuauserv, net start cryptSvc, net start bits.
  3. Restart your computer and attempt to run Windows Update again to see if the issue is resolved.
Method 2: Run the System File Checker (SFC) Show Steps ↓

To check for and repair corrupted system files, use the System File Checker tool:

  1. Open the Command Prompt as an administrator as described above.
  2. Type the command sfc /scannow and press Enter. This process may take several minutes to complete.
  3. Once the scan is finished, restart your computer and try running Windows Update again.
Method 3: Check Network Configuration Show Steps ↓

To ensure your network configuration is not causing the issue:

  • Check your internet connection to ensure it is stable and working properly.
  • Restart your router to reset network settings.
  • Disable any VPN connections or proxy settings that might interfere with Windows Update.
  • If using a custom DNS, try switching to the default DNS provided by your ISP or a public DNS service like Google's (8.8.8.8 and 8.8.4.4).

After making these changes, attempt to run Windows Update again.


Related Fixes