Share via

How to disable nags to update to W11 on a PC running W10 home

john errington 95 Reputation points
2025-11-02T10:20:18.15+00:00

I have two PCs running Windows 10 home, and I'm getting nagged to upgrade to Windows 11.

They dont meet the requirements for W11.

I suppose I COULD force an upgrade but choose not to do so.

How do I silence the nags to upgrade?

I've looked here

https://windowsforum.com/threads/how-to-silence-windows-10-end-of-service-notifications-easily.352403/

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

doesnt exist

Windows uses the Task Scheduler to trigger these EOS notifications. To disable the tasks: ...

In the left pane, follow: Task Scheduler Library > Microsoft > Windows > Setup

Disable Specific Tasks - option is not offered - only disable all.

With the powershell commands I have no way of knowing if it has worked or not. However

Get-ScheduledTask -TaskName "EOSNotify*" returns no hits.

Do the "hacks" only work in W10 pro? How can I disable the nags on my W10 Home PC's?

Windows for home | Windows 10 | Install and upgrade
0 comments No comments

3 answers

Sort by: Most helpful
  1. Q&A Assist
    2025-11-02T10:20:30.9033333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To disable the notifications for upgrading to Windows 11 on a PC running Windows 10 Home, you can try the following steps:

    1. Group Policy Editor: While Windows 10 Home does not include the Group Policy Editor by default, you might be able to access similar settings through the Registry Editor. However, be cautious when modifying the registry.
    2. Registry Modification: If you want to try disabling the notifications through the registry, you can create the necessary keys manually:
      • Open the Registry Editor by typing regedit in the Run dialog (Win + R).
      • Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate.
      • If the WindowsUpdate key does not exist, you can create it. Right-click on Windows, select New > Key, and name it WindowsUpdate.
      • In the WindowsUpdate key, create a new DWORD (32-bit) value named DisableOSUpgrade and set its value to 1.
    3. Task Scheduler: You mentioned Task Scheduler, and while you may not see specific tasks related to EOS notifications, you can check for any scheduled tasks that might be related to Windows Update and disable them if necessary. Look under Task Scheduler Library > Microsoft > Windows > Setup.
    4. Windows Update Settings: Additionally, you can check your Windows Update settings to ensure that automatic updates are configured according to your preferences. However, this may not completely eliminate the notifications.
    5. Third-party Tools: Some users opt for third-party tools that can help manage Windows Update notifications, but use these with caution as they can sometimes lead to unintended consequences.

    Please note that modifying system settings can have unintended effects, so proceed with caution and consider backing up your system before making changes.

    Was this answer helpful?

    1 person found this answer helpful.
  2. DaveM121 877.9K Reputation points Independent Advisor
    2025-11-02T17:44:15.33+00:00

    If you do not enroll for the free ESU, then those Windows 11 nags will continue to appear, the previous registry edits no longer work to stop those nags.

    Was this answer helpful?

    0 comments No comments

  3. DaveM121 877.9K Reputation points Independent Advisor
    2025-11-02T10:54:10.7833333+00:00

    If your PC(s) are indicated as not compatible with Windows 11, have you enrolled your PC(s) in the free Extended Security Updates (ESU) that Microsoft are now providing for PC's that cannot upgrade to Windows 11 to ensure you get the security updates up to October 2026, that should stop any nags about Windows 11.

    Was this answer helpful?


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.