Share via

How to fix error code 0x80246008

Michele Bonucci 0 Reputation points
2025-11-20T15:49:16.9333333+00:00

When i try to download or update something on my computer its always show this error 0x80246008 can someone help me to fix this?

Windows for home | Windows 11 | Microsoft Store
0 comments No comments

3 answers

Sort by: Most helpful
  1. Sumit D - IA 165.7K Reputation points Independent Advisor
    2025-11-22T02:43:37.4033333+00:00

    Thanks, Michelle.

    Please try a repair install as the next step. It keeps everything, including apps and files, and reinstalls Windows.

    Repair Install Windows 11 using an ISO file

    https://www.yourwindowsguide.com/2021/08/repair-install-windows-11-using-an-iso-file.html

    1. Download Windows 11 ISO file from the following link:

    https://www.microsoft.com/software-download/Windows11

    1. Under Download ISO file, select Windows 11.
    2. Click Download and choose the Language in which Windows is installed.
    3. Click 64-bit Download to start the download.
    4. When downloaded, open the ISO file, and run Setup.exe to start the upgrade.

    A Windows MVP writes content on the above website, so it is safe. However, do watch out for the ads. It should translate into your Browser language automatically.

    0 comments No comments

  2. Sumit D - IA 165.7K Reputation points Independent Advisor
    2025-11-20T16:23:20.73+00:00

    Hi Michele,

    This is a Windows update error. Many components rely on the same so let me suggest a Reset.

    The first step would be to try resetting Windows updates using an automatic script.

    Reset Windows updates in Windows 10/11

    http://www.yourwindowsguide.com/2015/12/windows-update-complete-reset-in.html

    Download the file > Right-click it and run as administrator. Reboot and check for updates again.

    https://www.dropbox.com/s/ot1kwb78h3rpx3z/WuReset2.0.bat?dl=1

    Disclaimer:

    Content in the above blog is written by a former Windows Insider MVP, so it is safe. Do watch out for the ads.


  3. Q&A Assist
    2025-11-20T15:49:34.1066667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error code 0x80246008 typically indicates an issue with the Windows Update service or a problem with the Microsoft Store. Here are some steps you can take to resolve this error:

    1. Check Windows Update Service: Ensure that the Windows Update service is running. You can do this by typing services.msc in the Run dialog (Win + R) and checking the status of the Windows Update service. If it's not running, start it.
    2. Reset Windows Update Components: You can reset the Windows Update components by running the following commands in an elevated Command Prompt:
         net stop wuauserv
         net stop cryptSvc
         net stop bits
         net stop msiserver
         net start wuauserv
         net start cryptSvc
         net start bits
         net start msiserver
      
    3. Run Windows Update Troubleshooter: Go to Settings > Update & Security > Troubleshoot > Additional troubleshooters, and run the Windows Update troubleshooter.
    4. Check Network Configuration: Ensure that your network settings are correct and that there are no firewalls or antivirus software blocking the update process.
    5. Reinstall Microsoft Store: If the error is related to the Microsoft Store, you can try to reset or reinstall it. You can do this by running the following command in PowerShell:
         Get-AppxPackage -allusers Microsoft.Store | Remove-AppxPackage
      
      Then reinstall it from the Microsoft Store.

    If these steps do not resolve the issue, you may need to contact Microsoft support for further assistance.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.