Run System File Checker to repair corrupted system files causing the component creation error. Open Command Prompt as administrator and execute sfc /scannow, then restart your computer and relaunch Microsoft Edge.

Fix Microsoft Edge Error 0x800706b5 – Windows 11 2026
Microsoft Edge error 0x800706b5 occurs during browser updates due to corrupted system files or component registration issues. Fixed by running SFC scan, resetting Edge, or reinstalling browser components.
Understanding Microsoft Edge Error 0x800706b5
Microsoft Edge error 0x800706b5 is a component creation failure that typically occurs during browser updates or when launching Edge after a system update. This error manifests as "We couldn't create that component (error code 3: 0x800706b5 - system level)" and can severely impact Edge functionality, preventing users from accessing settings, pinning tabs, or using various browser features.
The error primarily affects Windows 11 systems and stems from corrupted system files that prevent proper component registration during Edge's update process. Unlike simple connectivity issues, this error requires system-level repairs to restore Edge functionality. The 0x800706b5 error code specifically indicates a Windows component registration failure, which explains why standard browser troubleshooting methods often prove ineffective.
This comprehensive guide provides proven solutions ranging from basic system file repairs to complete Edge reinstallation, ensuring you can restore full browser functionality regardless of the underlying cause severity.
Symptoms
- Error message: "An error occurred while checking for updates. We couldn't create that component (error code 3: 0x800706b5 - system level)"
- Microsoft Edge features become unresponsive or disabled
- Unable to pin tabs in Edge browser
- Cannot modify Edge settings or preferences
- Browser update process fails or completes with errors
- Edge extensions may stop working properly
- Sync functionality becomes unavailable
Root Causes
- Corrupted Windows system files affecting component registration
- Damaged Microsoft Edge installation files
- Windows Update service conflicts during Edge updates
- Insufficient system permissions for component creation
- Registry corruption in Edge-related entries
- Conflicting third-party software interfering with Edge updates
- Incomplete previous Edge installation or update process
Solutions
Run System File Checker (SFC) Scan
The primary cause of error 0x800706b5 is corrupted system files preventing proper component registration. Follow these steps to repair system files:
- Press Windows + X and select Terminal (Admin) or Command Prompt (Admin)
- In the elevated command prompt, type the following command and press Enter:
sfc /scannow - Wait for the scan to complete. This process typically takes 15-30 minutes depending on your system
- Once completed, you'll see one of these messages:
- "Windows Resource Protection did not find any integrity violations" - No action needed
- "Windows Resource Protection found corrupt files and successfully repaired them" - Restart required
- "Windows Resource Protection found corrupt files but was unable to fix some of them" - Run DISM command
- If corrupt files were found and repaired, restart your computer
- After restart, open Microsoft Edge and check if the error persists
Run DISM to Repair Windows Image
If SFC scan couldn't repair all corrupted files, use DISM (Deployment Image Servicing and Management) to fix the Windows image:
- Open Command Prompt as administrator (Windows + X → Terminal (Admin))
- Run the DISM health check command:
DISM /Online /Cleanup-Image /CheckHealth - If issues are detected, run the scan health command:
DISM /Online /Cleanup-Image /ScanHealth - To repair the Windows image, execute:
DISM /Online /Cleanup-Image /RestoreHealth - Wait for the process to complete (this can take 20-45 minutes)
- After DISM completes successfully, run SFC scan again:
sfc /scannow - Restart your computer when both scans complete
- Launch Microsoft Edge and verify the error is resolved
Reset Microsoft Edge Browser
Resetting Edge to default settings can resolve component registration issues without affecting your bookmarks and passwords:
- Close all Microsoft Edge windows completely
- Press Windows + I to open Settings
- Navigate to Apps → Installed apps
- Search for "Microsoft Edge" in the app list
- Click the three dots next to Microsoft Edge and select Advanced options
- Scroll down to the Reset section and click Reset
- Confirm the reset by clicking Reset again
- Alternatively, use PowerShell to reset Edge:
Get-AppxPackage Microsoft.MicrosoftEdge | Reset-AppxPackage - Wait for the reset process to complete
- Restart your computer
- Open Microsoft Edge and sign in to restore your synced data
- Check for updates by going to Settings → About Microsoft Edge
Repair Microsoft Edge Installation
Use the built-in repair function to fix Edge installation issues without losing user data:
- Press Windows + R, type
appwiz.cpl, and press Enter - In Programs and Features, locate Microsoft Edge
- Right-click on Microsoft Edge and select Change
- In the Edge installer window, select Repair
- Follow the on-screen instructions to complete the repair process
- If the above method doesn't work, use PowerShell to repair:
Add-AppxPackage -DisableDevelopmentMode -Register "$($env:WINDIR)\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AppxManifest.xml" - Restart your computer after the repair completes
- Launch Microsoft Edge and test functionality
- Go to edge://settings/help to check for and install any pending updates
Reinstall Microsoft Edge Completely
As a last resort, completely remove and reinstall Microsoft Edge to resolve persistent component issues:
- Download the latest Microsoft Edge installer from the official Microsoft website
- Close all Edge processes using Task Manager (Ctrl + Shift + Esc)
- Open PowerShell as administrator
- Uninstall Edge using this command:
Get-AppxPackage *MicrosoftEdge* | Remove-AppxPackage - Remove Edge from Program Files:
rd /s "C:\Program Files (x86)\Microsoft\Edge" - Clean Edge registry entries:
reg delete "HKLM\SOFTWARE\Microsoft\Edge" /freg delete "HKCU\SOFTWARE\Microsoft\Edge" /f - Restart your computer
- Run the downloaded Edge installer as administrator
- Follow the installation wizard to complete setup
- Launch Edge and sign in to restore your synced data
- Verify the error no longer occurs by checking for updates
Verification
After applying any of the above methods, verify the fix by following these steps:
- Open Microsoft Edge and navigate to edge://settings/help
- Click Check for updates and ensure no error messages appear
- Verify that all Edge features work correctly:
- Pin and unpin tabs
- Access and modify settings
- Install or manage extensions
- Use sync functionality
- Run this PowerShell command to check Edge component status:
Get-AppxPackage Microsoft.MicrosoftEdge | Select-Object Name, Version, Status - Check Windows Event Viewer for any remaining Edge-related errors:
- Press Windows + R, type
eventvwr.msc - Navigate to Windows Logs → Application
- Filter for Microsoft Edge events
- Press Windows + R, type
Advanced Troubleshooting
If the above methods didn't resolve error 0x800706b5, try these advanced troubleshooting steps:
- Check Windows Update Service: Ensure Windows Update service is running. Open Services (services.msc), locate "Windows Update" and set it to Automatic startup.
- Run Windows Update Troubleshooter: Go to Settings → System → Troubleshoot → Other troubleshooters → Windows Update → Run.
- Perform Clean Boot: Disable all non-Microsoft services and startup programs to identify software conflicts. Use msconfig to configure clean boot.
- Check System Requirements: Verify your Windows 11 system meets Edge requirements and has sufficient disk space (at least 2GB free).
- Scan for Malware: Run Windows Defender full scan or use Microsoft Safety Scanner to check for malware affecting system files.
- Create New User Profile: Test Edge in a new Windows user account to determine if the issue is profile-specific.
- Contact Microsoft Support: If all methods fail, contact Microsoft Support with error details and system information for advanced diagnostics.
Frequently Asked Questions
What does Microsoft Edge error 0x800706b5 mean exactly?+
Can I fix error 0x800706b5 without losing my Edge data?+
Why does error 0x800706b5 keep coming back after fixing it?+
Is error 0x800706b5 related to specific Windows 11 versions?+
How long does it take to fix Microsoft Edge error 0x800706b5?+
Further Intelligence
Deepen your knowledge with related resources
Discussion
Share your thoughts and insights
Sign in to join the discussion


