5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

尊渡假赌尊渡假赌尊渡假赌
发布: 2024-09-18 15:51:44
原创
559 人浏览过

Fix 1: Check the Diagnostic Service Status

Windows troubleshooters rely on a few diagnostic services. If these services glitch, you will face troubles while launching or using a troubleshooter. So, you must check and restart them using the Services utility. Here’s how:

Step 1: Press the Windows key to open the Start menu. Type services in the search bar and press Enter to open the Services app.

Step 2: Locate and right-click on Diagnostic Policy Service > select Restart. Also, restart the Diagnostic Service Host and Diagnostic System Host services.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 3: Close the Services app.

Fix 2: Remove a Recent Windows Update

Many users complained about their inability to launch and use built-in troubleshooters after installing a recent Windows update. So, you must remove the update to check if it stops the Windows troubleshooter from working on your PC.

Also, check if an update was reported in the support forums. This will help you pinpoint the update.

Step 1: Open Settings (Win + I) and go to Windows Update.

Step 2: Click on the Update history option.

Step 3: Scroll down and click on Uninstall updates.

Step 4: Find the most recent update you installed and click the Uninstall button.

Step 5: Click on the Uninstall button again to remove the update.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 6: Close the Settings app and restart your PC.

If you cannot uninstall the update, here is how to manage these problematic Windows updates.

Fix 3: Run Troubleshooter in Clean Boot State

Third-party programs and their background services can interfere with Windows components and prevent them from launching or working correctly. So, you must perform a clean boot to isolate the culprit service and remove the corresponding program from your PC. Here’s how:

Step 1: Press the Windows key to open the Start menu. Type msconfig in the search bar and press Enter to open the System Configuration app.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 2: Switch to the Services tab > click the Hide all Microsoft services checkbox > click on Disable all.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 3: Click on Apply, followed by OK to save the changes.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 4: It will then prompt you to restart the PC. Click on Restart now.

After your PC restarts, launch the troubleshooter and check if the 0x80004005 error code appears. If you don’t see any error message, it confirms the suspicion that a third-party service is interfering.

Relaunch the System Configuration tool, re-enable some services, and restart your PC. Repeat this process until you find the problematic service and remove it from your PC.

Fix 4: Run SFC and DISM Scans

You can use built-in command-line tools like SFC and DISM to repair corrupt system files and fix the damaged Windows Component store. Run both scans to identify and fix problems with your PC. Here’s how:

Step 1: Press the Windows key to open the Start menu. Type cmd in the search box and press the Ctrl + Shift + Enter to open it with admin permission.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 2: The User Account Control window will pop up. Click on Yes.

Step 3: Type the following command and press Enter to run an SFC scan:

<code>SFC /scannow</code>
登录后复制

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 4: Execute the following commands to run DISM scans:

<code>DISM /Online /Cleanup-Image /CheckHealth<br>DISM /Online /Cleanup-Image /ScanHealth<br>DISM /Online /Cleanup-Image /RestoreHealth</code>
登录后复制

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 5: Close the Command Prompt window afterward.

Fix 5: Try System Restore

System Restore is a lifesaver that allows you to revert your PC to an earlier time. If you have any available restore points, apply the most recent one. Usually, Windows creates a restore point when an update is installed. However, you will lose all programs installed after the restore point creation. Here’s how:

Step 1: Press the Windows key to open the Start menu. Type rstrui in the search box and press Enter to open System Restore. Click on Next.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Step 2: Select a restore point from the list and click on Next.

5 Fixes for “An Error Occurred While Loading the Troubleshooter” in Windows 11

Follow the on-screen instructions to apply it. After a few minutes, your PC will restart and boot to the desktop.

以上是5 Fixes for &#8220;An Error Occurred While Loading the Troubleshooter&#8221; in Windows 11的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:guidingtech.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!