Stop windows update from downloading windows 11 without my consent

Paul 20 Reputation points
2025-12-22T06:56:34.26+00:00

Windows 10 downloaded the windows 11 update file without my consent, after i paused the update service, deleted the content of the C:\WINDOWS\SoftwareDistribution folder, and restarted, i pressed check for updates and windows automatically started downloading windows 11 update files without my consent.

How do I stop windows from doing this, I only want security updates and optional driver updates

Windows for home | Windows 10 | Windows update
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. DaveM121 829.3K Reputation points Independent Advisor
    2025-12-22T07:30:06.71+00:00

    1

    Click your Start Button, then just type cmd and from the resulting list, right click Command Prompt and choose 'Run as Administrator'

    Paste this command into Command Prompt and press Enter:

    reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v TargetReleaseversion /t REG_DWORD /d 1

    Paste this command into Command Prompt and press Enter::

    reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v TargetReleaseversionInfo /t REG_SZ /d 22H2

    Close Command Prompt

    2

    Open File Explorer, then navigate to C:\Windows\SoftwareDistribution\Download

    Delete the contents of that folder, not the folder itself and restart (not shut down) your PC.

    3

    In the future, if you want to upgrade to Windows 11, you will need to open the Registry Editor, then navigate to this location:

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

    Then delete the TargetReleaseversion and TargetReleaseversionInfo entries.

    0 comments No comments

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.