Skip to content
Fix Scan failed with error 0x80244022 Service is Temporarily Overloaded Issue SCCM

Fix Scan failed with error 0x80244022 Service is Temporarily Overloaded Issue SCCM

Written By Anoop C Nair
Last Updated December 14, 2021
Posted In SCCM
SHARE

Let’s see how to fix scan failed with error 0x80244022 Service is temporarily overloaded issue. The error is related to SCCM patching scenarios. We received a comment asking for help to fix OnSearchComplete – Failed to end search job. Error = 0x80244022.

It’s worth going through the basics of the SCCM patching process and understand how to install WSUS before installing the SUP role. Also, learn how to Create Deploy New Software Update Patch Package using SCCM.

You can also create Automatic Deployment Rules (ADR) to deploy Windows updates to Windows 10 or Windows 11 devices. The same process can be followed for 3rd party application patching using WSUS and SUP.

Basically, Service is temporarily overloaded Issue error is related to IIS error 503. The SUP and WSUS use IIS to deliver the Windows patching functionality to the SCCM clients. As per the comment, the Windows 10 devices are getting the scan error 0x80244022.

Patch My PC

When you have many clients having the same issues it’s most probably an issue from the server-side. We will see what are the troubleshooting steps that you can perform and fix the issue with error 0x80244022.

Scan failed with error 0x80244022

I always recommend starting Windows patching-related troubleshooting for SCCM clients by checking the SCCM log files and Windows Update Event logs. The following SCCM patching logs are always going to help and understand the Windows patching from the Windows 10, Windows 11, or Windows Server side.

  1. Locationservices.log – Check whether it’s able to find WSUS Path= and Distribution Point with patches
  2. WUAHandler.log to check whether scan is completed or not. You can also check ScanAgent.log.
  3. Updatedeployment.log – Check for deadline of the assignment and Software Updates client configuration policy, DetectJob completion received for assignment, Added update, Site_, PercentComplete, etc.
  4. Execmgr.log – Execution is complete for program Software Updates Program.
  5. RebootCoordinator.log – Reboot related issues.

In this particular issue highlighted by Sarfraz Aslam, he already checked the WUAHandler.log and shared the details with us so that we can help him. HTMD Community forum is also a good place to post questions related to SCCM, Intune, etc.

OnSearchComplete – Failed to end search job. Error = 0x80244022.
Scan failed with error = 0x80244022.
Its a WSUS Update Source type ({60FFC0D7-C5D6-43D5-B4D3-58B2E834F635}), adding it.
Failed to check enrollment url, 0x00000001:

Fix Scan failed with error 0x80244022 Service is temporarily overloaded Issue SCCM
Fix Scan failed with error 0x80244022 Service is temporarily overloaded Issue SCCM – 503 Error

Now, let check the error 0x80244022 translation with my favorite log reader tool called CM Trace. You will need to Tools – Error Lookup tool.

HTTP status 503 – the service is temporarily overloaded. Source: Windows Update Agent

Fix Scan failed with error 0x80244022 Service is temporarily overloaded Issue SCCM
Fix Scan failed with error 0x80244022 Service is temporarily overloaded Issue SCCM

Error 503 Service is temporarily overloaded Issue

The IIS Error 503 means Service is temporarily overloaded. This means the WSUS/SUP IIS configurations are not fine-tuned as per the best practices. Or you have issues with server performance of where the WSUS/SUP ISS is configured.

NOTE – Response status codes beginning with the digit “5” indicate cases in which the server is aware that it has encountered an error or is otherwise incapable of performing the request.

How to Configure IIS WSUS Application Pool? – SCCM Best Practices Related to IIS for SCCM SUP WSUS Setup Configuration Manager ConfigMgr

  • Launch Server Manager – Launch IIS Manager
  • IIS Console – Click on Application Pools
  • Right-click ‘WsusPool’ and select ‘Advanced Settings

NOTE! – Make sure WSUSPool is started and running. The error 503 could be because of an overload on the IIS server. In some scenarios, you might need to increase the memory (RAM) and processing power of the IIS server. The Performance Monitor and counters going to help you.

 Error 503 Service is temporarily overloaded Issue
Error 503 Service is temporarily overloaded Issue

Let’s continue and fine-tune the IIS configuration for the WSUS pool as explained in the following post. SCCM Best Practices Related To IIS for SCCM SUP WSUS.

What is Queue Length? – A maximum number of requests that HTTP .sys will queue for the application pool. When the queue is full, new requests receive a 503 “Service Unavailable” response.

  • Change the value of ‘Queue Length’ under the General section from the default 1,000 to 30,000
  • Click OK to save and Restart the IIS or WSUS Application Pool.

NOTE! – Don’t forget to change the Private Memory Limit configuration of the WSUS Application Pool as mentioned in the best practices blog post shared in the above paragraph.

 Error 503 Service is temporarily overloaded Issue
Error 503 Service is temporarily overloaded Issue

Conclusion

I think you would be able to Fix Scan failed with error 0x80244022. The IIS 503 error indicates that IIS Service is temporarily overloaded Issue. This issue caused SCCM clients to fail with Windows Update scan errors. There are two probable solutions are already shared above.

  • Check and assess the over all hardware performance of the IIS server.
  • Make sure to follow the best practices and configurations of IIS server.

Author

Anoop is Microsoft MVP! He is a Solution Architect in enterprise client management with more than 20 years of experience (calculation done in 2021) in IT. He is Blogger, Speaker, and Local User Group HTMD Community leader. His main focus is on Device Management technologies like SCCM 2012, Current Branch, and Intune. He writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, etc……………

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion · 2 comments

  1. Good one, i had this issue on a client SCCM. it can also happen if server memory utilization is full for long time, fixed it after couple of reboot.

  2. Thanks for the Article. This would help when there is server-side issue. In our case we had a small subset of machines failing the scan with this error code: 0x80244022.
    Finally, we had to bypass the SCCM server in the Proxy list. commands below.
    netsh winhttp show proxy
    netsh winhttp set proxy proxy-server=“192.168.2.2:8080” bypass-list=“”

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read