Windows11 23H2到24H2 自动更新,下载安装均未报错,重启后提示无法安装。请重试(0x8007000d)

Pollen Wang 0 信誉分
2025-06-13T03:07:26.3833333+00:00

我的CPU是Intel i5-10400,C区是Nvme SSD,可用空间150G,内存32G。

6.11从Win10升级到Win11 23H2,6.13检查更新时提示有24H2可以更新,所以就进行了尝试。结果失败。

Windows更新在下载和安装过程中均为报任何错误,但是,安装完成后提示重启,我选了立即重启。在重启后就出现了”正在撤销对计算机所做的更改...”,又经过几次自动重启就回到了桌面,系统依然是23H2,Widows更新给出的提示为:无法安装此更新,请重试(0x8007000d)。

我想请教大家,是不是我的CPU比较古老,所以不能撞24H2?还是在下载和安装过程中有什么别的问题,但是并没有任何报错,所以我也不好判断。

Windows 11
Windows 11
专为提高工作效率、创造力和易用性而设计的 Microsoft 操作系统。
215 个问题
0 个注释 无注释
{count} 票

1 个答案

排序依据: 非常有帮助
  1. Joseph Tran 330 信誉分
    2025-06-13T18:01:22.5+00:00

    Based my knowledge and what you've provided, I have separate a breakdown of what could be going wrong and whether your hardware is the issue.

    So Is it your hardware (CPU) the problem?

    -> No, your CPU is not too old to support Windows 11 24H2.

    • Intel Core i5-10400 is fully supported by Windows 11 (introduced in 2020, 10th gen Comet Lake).
    • NVMe SSD with 150GB free and 32GB RAM exceeds the minimum system requirements.
    • So the issue is not hardware-related.

    So about the error 0x8007000D mean

    Code 0x8007000D is for "The data is invalid."

    This error usually indicates that:

    • Some system files are corrupt or missing.
    • There's corruption in the update components or the downloaded update package itself.

    Then I have some recommend for you to fix it :

    • First thing to do is to clear the Windows Update cache

    Because of the corrupt update files, they may be causing the failure.

    • SO you need to open Command Prompt (Admin) and run:
    net stop wuauserv
    net stop bits
    
    • Then you need to go to this folder path:
    C:\Windows\SoftwareDistribution
    
    • Then start delete all files and folders inside.
    • After that get back in Command Prompt and run these commands:
    net start wuauserv
    net start bits
    
    • Then reboot and try Windows Update again.

    - You can use the In-Place Upgrade with Installation Assistant

    If your Windows Update continues to fail, try these steps :

    - You need to check System File Integrity too

    You will need to run these tools in Command Prompt (Admin):

    sfc /scannow
    

    Then wait for it to complete, and run this command :

    DISM /Online /Cleanup-Image /RestoreHealth
    

    ->These can repair corrupted system components.

    0 个注释 无注释

你的答案

问题作者可以将答案标记为“接受的答案”,这有助于用户了解已解决作者问题的答案。