Welcome Ted Martins,
I understand how frustrating it can be when you are receiving error 0x80244022 when trying to install a new keyboard language and when checking for Windows updates on Windows 11.
To better understand your situation:
- Are you connected to a home network, VPN, or a managed work/school network?
- Does Windows Update currently show any other error message besides 0x80244022?
In the meantime, you can try these steps below to troubleshoot the issue:
Option 1: Run the Windows Update troubleshooter
- Open Settings > System > Troubleshoot > Other troubleshooters
- Run Windows Update
Option 2: Check the Windows Update services.
- Press Windows + R, type
services.msc, and press Enter - Verify that Windows Update and Background Intelligent Transfer Service are running
Option 3: Reset the Windows Update components.
- Open Command Prompt as Administrator.
- Run:
-
net stop wuauserv -
net stop bits -
net stop cryptsvc -
ren %systemroot%\System32\catroot2 catroot2.old -
net start cryptsvc -
net start bits -
net start wuauserv
-
Option 4: Repair system files.
- Open Command Prompt as Administrator.
- Run:
-
DISM /Online /Cleanup-Image /RestoreHealth `` -
sfc /scannow
-
I hope the steps above help you deal with your issue.
If the answer is helpful, please click "Yes". If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.