ANAVEM
Languagefr
Fix Microsoft Edge Error 0x800706b5 – Windows 11 2026
Fix Guide0x800706b5Microsoft 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.

March 22, 2026 12 min
0x800706b5Microsoft Edge 5 methods 12 min
Instant Solution

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.

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.

Diagnostic

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
Analysis

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
Resolution Methods

Solutions

01

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:

  1. Press Windows + X and select Terminal (Admin) or Command Prompt (Admin)
  2. In the elevated command prompt, type the following command and press Enter:
    sfc /scannow
  3. Wait for the scan to complete. This process typically takes 15-30 minutes depending on your system
  4. 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
  5. If corrupt files were found and repaired, restart your computer
  6. After restart, open Microsoft Edge and check if the error persists
Pro tip: If SFC cannot repair some files, immediately proceed to Method 2 to run DISM before attempting other solutions.
02

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:

  1. Open Command Prompt as administrator (Windows + X → Terminal (Admin))
  2. Run the DISM health check command:
    DISM /Online /Cleanup-Image /CheckHealth
  3. If issues are detected, run the scan health command:
    DISM /Online /Cleanup-Image /ScanHealth
  4. To repair the Windows image, execute:
    DISM /Online /Cleanup-Image /RestoreHealth
  5. Wait for the process to complete (this can take 20-45 minutes)
  6. After DISM completes successfully, run SFC scan again:
    sfc /scannow
  7. Restart your computer when both scans complete
  8. Launch Microsoft Edge and verify the error is resolved
Warning: Ensure you have a stable internet connection during DISM RestoreHealth as it downloads files from Windows Update.
03

Reset Microsoft Edge Browser

Resetting Edge to default settings can resolve component registration issues without affecting your bookmarks and passwords:

  1. Close all Microsoft Edge windows completely
  2. Press Windows + I to open Settings
  3. Navigate to AppsInstalled apps
  4. Search for "Microsoft Edge" in the app list
  5. Click the three dots next to Microsoft Edge and select Advanced options
  6. Scroll down to the Reset section and click Reset
  7. Confirm the reset by clicking Reset again
  8. Alternatively, use PowerShell to reset Edge:
    Get-AppxPackage Microsoft.MicrosoftEdge | Reset-AppxPackage
  9. Wait for the reset process to complete
  10. Restart your computer
  11. Open Microsoft Edge and sign in to restore your synced data
  12. Check for updates by going to SettingsAbout Microsoft Edge
Pro tip: Before resetting, export your bookmarks and note your extension list as some settings may need to be reconfigured.
04

Repair Microsoft Edge Installation

Use the built-in repair function to fix Edge installation issues without losing user data:

  1. Press Windows + R, type appwiz.cpl, and press Enter
  2. In Programs and Features, locate Microsoft Edge
  3. Right-click on Microsoft Edge and select Change
  4. In the Edge installer window, select Repair
  5. Follow the on-screen instructions to complete the repair process
  6. If the above method doesn't work, use PowerShell to repair:
    Add-AppxPackage -DisableDevelopmentMode -Register "$($env:WINDIR)\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AppxManifest.xml"
  7. Restart your computer after the repair completes
  8. Launch Microsoft Edge and test functionality
  9. Go to edge://settings/help to check for and install any pending updates
Warning: If repair fails, you may need to completely uninstall and reinstall Microsoft Edge using Method 5.
05

Reinstall Microsoft Edge Completely

As a last resort, completely remove and reinstall Microsoft Edge to resolve persistent component issues:

  1. Download the latest Microsoft Edge installer from the official Microsoft website
  2. Close all Edge processes using Task Manager (Ctrl + Shift + Esc)
  3. Open PowerShell as administrator
  4. Uninstall Edge using this command:
    Get-AppxPackage *MicrosoftEdge* | Remove-AppxPackage
  5. Remove Edge from Program Files:
    rd /s "C:\Program Files (x86)\Microsoft\Edge"
  6. Clean Edge registry entries:
    reg delete "HKLM\SOFTWARE\Microsoft\Edge" /f

    reg delete "HKCU\SOFTWARE\Microsoft\Edge" /f
  7. Restart your computer
  8. Run the downloaded Edge installer as administrator
  9. Follow the installation wizard to complete setup
  10. Launch Edge and sign in to restore your synced data
  11. Verify the error no longer occurs by checking for updates
Warning: Back up your bookmarks and passwords before uninstalling. Some local data may be lost during complete reinstallation.
Validation

Verification

After applying any of the above methods, verify the fix by following these steps:

  1. Open Microsoft Edge and navigate to edge://settings/help
  2. Click Check for updates and ensure no error messages appear
  3. Verify that all Edge features work correctly:
    • Pin and unpin tabs
    • Access and modify settings
    • Install or manage extensions
    • Use sync functionality
  4. Run this PowerShell command to check Edge component status:
    Get-AppxPackage Microsoft.MicrosoftEdge | Select-Object Name, Version, Status
  5. Check Windows Event Viewer for any remaining Edge-related errors:
    • Press Windows + R, type eventvwr.msc
    • Navigate to Windows LogsApplication
    • Filter for Microsoft Edge events
If it still fails

Advanced Troubleshooting

If the above methods didn't resolve error 0x800706b5, try these advanced troubleshooting steps:

  1. Check Windows Update Service: Ensure Windows Update service is running. Open Services (services.msc), locate "Windows Update" and set it to Automatic startup.
  2. Run Windows Update Troubleshooter: Go to Settings → System → Troubleshoot → Other troubleshooters → Windows Update → Run.
  3. Perform Clean Boot: Disable all non-Microsoft services and startup programs to identify software conflicts. Use msconfig to configure clean boot.
  4. Check System Requirements: Verify your Windows 11 system meets Edge requirements and has sufficient disk space (at least 2GB free).
  5. Scan for Malware: Run Windows Defender full scan or use Microsoft Safety Scanner to check for malware affecting system files.
  6. Create New User Profile: Test Edge in a new Windows user account to determine if the issue is profile-specific.
  7. 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?+
Error 0x800706b5 indicates a Windows component registration failure during Microsoft Edge updates or startup. The error occurs when the system cannot create necessary components for Edge to function properly, typically due to corrupted system files, damaged registry entries, or insufficient permissions. This prevents Edge from completing updates and can disable various browser features like tab pinning, settings access, and extension management.
Can I fix error 0x800706b5 without losing my Edge data?+
Yes, most solutions preserve your Edge data including bookmarks, passwords, and browsing history. Methods 1-3 (SFC scan, DISM repair, and Edge reset) maintain your synced data. However, Method 5 (complete reinstallation) may result in some local data loss. Always ensure Edge sync is enabled and consider exporting bookmarks before attempting advanced fixes. Your Microsoft account sync will restore most data after repairs.
Why does error 0x800706b5 keep coming back after fixing it?+
Recurring error 0x800706b5 usually indicates underlying system issues such as failing hard drive sectors, persistent malware, conflicting software, or incomplete Windows updates. Run a full system scan with Windows Defender, check disk health using chkdsk /f, ensure all Windows updates are installed, and perform a clean boot to identify software conflicts. Consider running Windows Memory Diagnostic to check for RAM issues that could corrupt system files.
Is error 0x800706b5 related to specific Windows 11 versions?+
Error 0x800706b5 can occur on any Windows 11 version but is more common after major system updates or when transitioning between Windows builds. The error isn't version-specific but rather relates to system file integrity and component registration processes. Ensure your Windows 11 installation is fully updated and consider running the Windows 11 Update Troubleshooter if the error appeared after a recent system update.
How long does it take to fix Microsoft Edge error 0x800706b5?+
Fix duration varies by method: SFC scan takes 15-30 minutes, DISM repair can take 20-45 minutes, Edge reset is completed in 2-5 minutes, repair takes 10-15 minutes, and complete reinstallation requires 15-20 minutes. Total troubleshooting time ranges from 30 minutes for simple fixes to 2 hours for complete system repair and Edge reinstallation. Most users resolve the issue within 45 minutes using the first two methods.

Discussion

Share your thoughts and insights

Sign in to join the discussion