Skip to Content

Why Does Windows 11 Error 0xc1420121 Keep Breaking Updates? And How to Fix It

What Makes Error 0xc1420121 So Stubborn in Windows 11 Updates?

Windows 11 error code 0xc1420121 stops your computer from getting important updates. This problem blocks both small fixes and big feature updates. Your computer misses out on security patches that keep it safe.

The error happens for several reasons. Sometimes Windows update files get damaged. Other times, your antivirus software blocks the updates. Your computer might also run out of space to download new files.

Solution 1: Use the Built-In Fix Tool

Windows 11 has a tool that finds and fixes update problems automatically. This works for most common issues.

Here's how to use it:

  1. Press Windows + I to open Settings
  2. Click System on the left side
  3. Choose Troubleshoot
  4. Click Other troubleshooters
  5. Find Windows Update and click Run
  6. Let the tool scan your computer
  7. Follow any steps it suggests
  8. Restart when it asks you to

Try updating again after your computer restarts. Many people find this solves their problem right away.

Solution 2: Reset Update Parts When They Break

Sometimes the update system gets confused. Resetting it gives Windows a fresh start.

Warning: You need administrator rights for these steps.

Step 1: Stop the Update Services

  1. Type cmd in the Start menu
  2. Right-click Command Prompt
  3. Choose Run as administrator
  4. Type these commands one at a time:
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver

Step 2: Clear Old Update Files

Type these commands to move old files out of the way:

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old

Step 3: Start Services Again

Now restart the services you stopped:

net start wuauserv
net start cryptSvc
net start bits
net start msiserver

Close the command window and restart your computer. This gives Windows a clean slate to work with.

Solution 3: Fix Broken System Files

Damaged files can stop updates from working. Windows has two tools that find and fix these problems.

Use System File Checker (SFC)

  1. Open Command Prompt as administrator
  2. Type: sfc /scannow
  3. Wait for the scan to finish

The tool will fix any problems it finds

Use DISM Tool

After SFC finishes, run this command:

DISM /Online /Cleanup-Image /RestoreHealth

This tool fixes deeper problems with Windows files. It takes longer but catches issues SFC might miss.

Restart your computer when both tools finish. Then try your update again.

Solution 4: Deal with Antivirus Software Problems

Your antivirus might think Windows updates are dangerous. This causes the update to fail.

Temporary Fix

  1. Find your antivirus icon near the clock
  2. Right-click it
  3. Choose to turn off protection temporarily
  4. Try the Windows update again

Permanent Solution

If turning off antivirus fixes the problem, you have two choices:

  • Switch to Windows Defender (built into Windows 11)
  • Contact your antivirus company for help

Windows Defender works well with Windows updates. It rarely causes these problems.

Solution 5: Make Room for Updates

Big updates need lots of space. Feature updates can need 20 GB or more.

Check Your Space

  1. Open File Explorer
  2. Right-click your C: drive
  3. Choose Properties
  4. Look at the free space amount

Clean Up Files

  1. In the Properties window, click Disk Cleanup
  2. Check these boxes:
    • Temporary files
    • Previous Windows installations
    • Downloaded Program Files
    • Recycle Bin
  3. Click OK to delete them

Deep Cleaning

For more space, click Clean up system files in Disk Cleanup. This finds bigger files to remove.

Target: Aim for at least 20 GB of free space before trying big updates.

Solution 6: Try the Update Assistant Tool

When normal updates fail, Microsoft's Update Assistant can help. It downloads updates differently.

  1. Go to Microsoft's Windows 11 download page
  2. Download the Update Assistant
  3. Run the program
  4. Follow the steps it shows you
  5. Let it finish completely

This tool often works when regular Windows Update fails. It takes longer but bypasses many common problems.

Solution 7: Read the Error Logs

Windows keeps detailed records of what goes wrong during updates. These logs help find specific problems.

Step 1: Create a Readable Log

  1. Open PowerShell as administrator
  2. Type: Get-WindowsUpdateLog
  3. Press Enter and wait
  4. Find the new log file on your desktop

Step 2: Find Your Error

  1. Open the log file
  2. Search for 0xc1420121
  3. Read what happened before the error
  4. Look for mentions of specific files or services

The log might point to a missing driver or damaged registry entry. Fix these specific problems to solve the update issue.

Solution 8: Restore Missing Drivers

Some computers lose important drivers that Windows needs for updates. The WIMMount driver is often the problem.

Signs You Need This Fix

  • Other solutions didn't work
  • Your computer used backup software before
  • The error log mentions wimmount.sys

Restore the Driver

  1. Download a registry fix file for WIMMount
  2. Double-click the file to install it
  3. Restart your computer
  4. Try the update again

Note: Only do this if you're comfortable with registry changes. Mistakes can damage Windows.

Solution 9: Reinstall Windows 11

If nothing else works, you can reinstall Windows while keeping your files.

In-Place Upgrade Method

  1. Download Microsoft's Media Creation Tool
  2. Run it and choose Upgrade this PC now
  3. Select Keep personal files and apps
  4. Let the process finish completely

This refreshes all Windows system files. It fixes most update problems but takes several hours.

Prevention Tips

Stop this error from happening again:

  • Keep 25+ GB free space on your main drive
  • Use Windows Defender instead of third-party antivirus
  • Run updates monthly instead of waiting
  • Restart regularly to keep Windows healthy
  • Check for driver updates from your computer maker

When to Get Help

Contact Microsoft Support if:

  • All these steps failed
  • You see different error codes too
  • Your computer won't start properly
  • You're not comfortable with command line tools

Most people can fix error 0xc1420121 using these methods. Start with the simple fixes first. Work your way up to the advanced options only if needed.

The key is being patient and trying each solution completely. Don't skip steps or rush through the process. Your computer will thank you with smooth, reliable updates.